Do smarter auth-source creation if needed and still work without creation.
[gnus] / lisp / ChangeLog
1 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4         result when the user doesn't want to write to the file.
5         (auth-source-netrc-search): Expect a synthetic result and proceed
6         accordingly.
7
8         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
9         parameter.  Create entry if necessary by using :create t.
10         (nnimap-open-connection-1): Don't pass `inhibit-create'.
11
12 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * auth-source.el (auth-source-debug): Enable by default and don't
15         mention the obsolete `auth-source-hide-passwords'.
16         (auth-source-do-warn): New function to debug unconditionally.
17         (auth-source-do-debug): Use it.
18         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
19         and for Secrets API entries when the secrets.el library is not
20         available.
21
22 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus-sum.el (gnus-propagate-marks): Default to nil.
25         (gnus-summary-exit): Kill the correct article buffer on exit from a
26         `C-d' group.
27
28         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
29         gnus-propagate-marks.
30
31         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
32         before killing the buffers so that a non-full window conf gets handled
33         correctly.
34         (gnus-summary-exit): Ditto.
35         (gnus-summary-read-group-1): Ditto.
36
37         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
38         async code again so that we can debug it properly.
39
40         * message.el (message-reply): Take an optional switch-buffer parameter
41         so that Gnus window confs are respected better.
42
43 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
46         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
47         docstring.
48         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
49         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
50         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
51         Login collection is "Login" and not "login".
52
53 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
56         multiple headers.
57
58         * nnimap.el (nnimap-inhibit-logging): New variable.
59         (nnimap-log-command): Don't log login commands.
60
61         * auth-source.el (auth-source-netrc-search): The asserts seem to want
62         to have more parameters.
63
64         * nnimap.el (nnimap-send-command): Mark the command time for each
65         command, so that we don't get NOOPs stepping on our toes.
66
67         * gnus-art.el (article-date-ut): Get the date from the Date header on
68         `t'.
69
70 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * auth-source.el (auth-source-search): Use copy-sequence instead of
73         the cl.el copy-list.
74
75 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * imap.el: Bring it back (revert
78         84d800cd31de3064f0ed39617d725709a2f8f42f).
79
80 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
81
82         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
83         Improve prompt.
84
85 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-art.el (gnus-article-mode-line-format): Remove the article
88         washing status from the default format.  It isn't very informative.
89
90 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
91
92         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
93         Gcc processing on imap.
94
95 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * imap.el: Remove file.  All the functionality is in nnimap.el.
98
99 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
100
101         * message.el (message-bury): Don't pop up a new window when selected
102         window is dedicated.
103
104 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
105
106         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
107
108 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * sieve-manage.el: Autoload `auth-source-search'.
111         (sieve-sasl-auth): Use it.
112
113 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * nnimap.el: Autoload `auth-source-forget+'.
116         (nnimap-open-connection-1): Use it if the connection fails.
117
118         * auth-source.el: Require `password-cache'.
119         (auth-source-hide-passwords, auth-source-cache): Remove and mark
120         obsolete.
121         (auth-source-magic): Marker for `password-cache' keys.
122         (auth-source-do-cache): Update docstring.
123         (auth-source-search): Use and check cache.
124         (auth-source-forget-all-cached, auth-source-remember)
125         (auth-source-recall, auth-source-forget, auth-source-forget+)
126         (auth-source-specmatchp): Caching support functions.
127         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
128         Remove and obsolete.
129         (auth-source-user-or-password): Remove caching to further discourage
130         using it.  Always hide passwords.
131
132         * password-cache.el (password-cache-remove): Accept secrets that are
133         not strings.
134
135 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
136
137         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
138         code for now, since it doesn't work for all users.
139
140 2011-02-09  Julien Danjou  <julien@danjou.info>
141
142         * message.el (message-options): Make message-options really buffer
143         local.
144
145 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
146
147         * mail-source.el: Autoload `auth-source-search'.
148         (mail-source-keyword-map): Note order matters.
149         (mail-source-set-1): Get all the mail-source source values and
150         defaults and search auth-source on those if needed.  This can all
151         probably be simplified.
152
153         * nnimap.el: Autoload `auth-source-search'.
154         (nnimap-credentials): Use it.
155         (nnimap-open-connection-1): Ask for the virtual server and physical
156         address in one shot.
157
158         * nntp.el: Autoload `auth-source-search'.
159         (nntp-send-authinfo): Use it.  Note TODO.
160
161 2011-02-08  Julien Danjou  <julien@danjou.info>
162
163         * shr.el (shr-tag-body): Add support for text attribute in body
164         markups.
165
166         * message.el (message-options): Make message-options a local variable.
167
168 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * auth-source.el (auth-source-secrets-search)
171         (auth-source-user-or-password): Use `append' instead of `nconc'.
172         (auth-source-user-or-password): Build return list better and protect
173         against nil :secret.
174
175 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
176
177         * nnimap.el (nnimap-update-info): Refactor slightly.
178         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
179         (nnimap-update-info): Clean up slightly.
180         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
181         characters.
182         (nnimap-process-quirk): Rename function to avoid collision.
183         (nnimap-update-info): Fix macrology bug-out.
184         (nnimap-update-info): Simplify split history test.
185
186 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
187
188         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
189         `secrets-get-attributes' instead of `secrets-get-attribute'.
190         (auth-source-secrets-search): Limit search when `max' is greater than
191         number of results.
192
193 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
196         part not returning any data.
197
198         * proto-stream.el (open-protocol-stream): Document the return value.
199
200 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * auth-source.el (auth-source-secrets-search): Add examples.
203
204 2011-02-06  Julien Danjou  <julien@danjou.info>
205
206         * message.el (message-setup-1): Handle message-generate-headers-first
207         set to t.
208
209 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
212         API with a string "secrets:collection-name" and with 'default.
213         (auth-source-backend-parse): Parse "secrets:collection-name" and
214         'default.  Recurse on parses instead of repeating code.  Use the
215         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
216         message when ignoring a source.
217         (auth-source-search): List ignored search keys at the top level.
218         (auth-source-netrc-create): Use `case' instead of `cond'.
219         (auth-source-secrets-search): Created with TODOs.
220         (auth-source-secrets-create): Created with TODOs.
221         (auth-source-retrieve, auth-source-create, auth-source-delete)
222         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
223         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
224         (auth-source-user-or-password-sftp)
225         (auth-source-user-or-password-smtp): Removed.
226         (auth-source-user-or-password): Deprecated and modified to be a wrapper
227         around `auth-source-search'.  Not tested thoroughly.
228
229 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * auth-source.el: Bring in assoc and eioeio libraries.
232         (secrets-enabled): New variable to track the status of the Secrets API.
233         (auth-source-backend): New EIOEIO class to represent a backend.
234         (auth-source-creation-defaults): New variable to set prompt defaults
235         during token creation (see the `auth-source-search' docstring for
236         details).
237         (auth-sources): Simplify to allow a simple string as a netrc backend
238         spec.
239         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
240         (auth-source-backend-parse-parameters): Fill in the backend parameters.
241         (auth-source-search): Main auth-source API entry point.
242         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
243         (auth-source-search-collection): Helper function for searching.
244         (auth-source-netrc-parse, auth-source-netrc-normalize)
245         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
246         Supports search, create, and delete.
247         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
248         backend stubs.
249         (auth-source-user-or-password): Call `auth-source-search' but it's not
250         ready yet.
251
252 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
253
254         * message.el (message-setup-1): Remove the read-only stuff, since it
255         doesn't work under XEmacs, for some reason.
256
257         * gnus-sum.el (gnus-user-date): Rename back from
258         gnus-summary-user-date since user code refers to it.
259
260         * shr.el (shr-render-td): Store the actual background colour used.
261
262         * message.el (message-setup-1): Don't bind the constant
263         -forbidden-properties.
264         (message-setup-1): Revert previous change, since it needs to bind the
265         props to insert them.
266         (message-resend): Allow removing the read-only separator line.
267
268 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * nnimap.el (nnimap-request-accept-article): Give an error message if
271         the APPEND wasn't successful.
272
273 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
274
275         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
276         that have no groups.
277
278 2011-02-03  Julien Danjou  <julien@danjou.info>
279
280         * gnus-draft.el: Remove progn around gnus-draft-setup.
281
282 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-start.el (gnus-read-active-for-groups): This function is never
285         called with a nil `infos', so clean that up.
286         (gnus-get-unread-articles): Request active files from primary/secondary
287         methods that have no groups (yet).
288
289 2011-02-03  Julien Danjou  <julien@danjou.info>
290
291         * message.el (message-setup-1): Always generate References first.
292         (message-mail): Return the return value of message-setup, not always t.
293         (message-setup-1): Insert mail-header-separator with read-only and
294         intangible properties set.
295
296         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
297         user-date in docstring.
298
299         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
300
301         * gnus.el (gnus-summary-line-format): Mention &user-date format in
302         docstring.
303
304         * gnus.el (gnus-user-date-format-alist): Change default value. Use
305         defcustom, with type and group. Move from gnus-util.el. Rename to
306         gnus-summary-user-date-format-alist.
307
308 2011-02-03  Glenn Morris  <rgm@gnu.org>
309
310         * nnimap.el (gnus-fetch-headers): Declare.
311
312         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
313
314 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
315
316         * message.el (message-forward-make-body-digest-plain)
317         (message-followup, message-reply): Clean up things noted by Stefan.
318
319         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
320         gnus-article-update-date-headers is nil.
321         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
322         it didn't really work with defcustom.
323         (article-update-date-lapsed): Make sure the window start doesn't move,
324         either.
325
326 2011-02-01  Julien Danjou  <julien@danjou.info>
327
328         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
329         format.
330
331         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
332         standard in Emacs nowadays.
333
334         * color.el (color-gradient): Add a color-gradient function.
335
336 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
337
338         * message.el (message-expand-name): Don't trust the return value of
339         bbdb-complete-name.
340         (message-check-news-header-syntax): Remove unused var `start'.
341         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
342         (message-inhibit-body-encoding): Move to before first use.
343         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
344         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
345         (Organization, Message-ID, Date, mh-previous-window-config):
346         Defvar the vars using dynamic scoping.
347
348 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
349
350         * shr.el (shr-render-td): Only do colours at the final rendering.
351         Should be slightly faster.
352         (shr-insert-table): Fix up TD background colours when doing the
353         vertical padding.
354
355         * gnus-art.el (article-date-ut): Protect against articles with no Date
356         header.
357         (article-update-date-lapsed): Don't use current-column to find the
358         horizontal position.  It's fragile in the presence of \003 characters.
359
360         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
361
362 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-art.el (article-transform-date): Rewrite to still work when
365         there are several rfc2822 parts.
366         (article-transform-date): Fix infinite recursion.
367         (article-date-ut): Replace infinitely many Date headers with a single
368         one when called interactively.
369
370         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
371         secure manner.
372
373         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
374         move around by not using save-window-excursion.  It seems to work...
375
376 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (article-make-date-line): Work for user-defined format.
379
380 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * nntp.el (nntp-retrieve-group-data-early)
383         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
384         fetching functions.
385
386         * gnus-start.el (gnus-read-active-for-groups): Read the active files
387         thoroughly for all backends that have no known groups.  This should
388         allow new nnml methods to retrieve mail.
389
390         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
391         that Gnus doesn't know exists again.
392
393         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
394         (gnus-treat-date-ut): Ditto.
395         (gnus-article-update-date-header): Renamed.
396         (gnus-treat-date-local): Removed.
397         (gnus-treat-date-english): Removed.
398         (gnus-treat-date-lapsed): Removed.
399         (gnus-treat-date-combined-lapsed): Removed.
400         (gnus-treat-date-original): Removed.
401         (gnus-treat-date-iso8601): Removed.
402         (gnus-treat-date-user-defined): Removed.
403         (gnus-article-date-headers): New variable to control all the date
404         header options.
405         (article-date-ut): Rewrite to allow using the new way to format date
406         headers(s).
407
408 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
409
410         * nnmail.el (nnmail-article-group): Check for a direct fancy split
411         method.
412         (nnmail-article-group): A better test for fanciness.
413
414         * nnimap.el (nnimap-request-head): Protect against not finding the
415         article by Message-ID.
416
417 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-art.el (article-update-date-lapsed): Try a better way to really
420         keep point at the "same place".
421
422 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
425         data if the group is unactivated.
426
427 2011-01-28  Julien Danjou  <julien@danjou.info>
428
429         * gnus-win.el: Remove dead function gnus-window-configuration-element.
430         (gnus-all-windows-visible-p): Remove old compatibility code.
431         (gnus-window-top-edge): Add docstring.
432
433         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
434
435 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
438         older request-update-info.
439
440         * gnus-art.el (article-make-date-line): Limit the length a bit more.
441
442 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
443
444         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
445         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
446
447 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
450         groups.  This makes the nndraft:queue group pop up if it's not already
451         there.
452
453         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
454         messages" logic, which was reversed.
455
456         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
457         the "same place" even if point is on the line being replaced.
458         (article-update-date-lapsed): Allow updating both the combined lapsed
459         and the lapsed headers.
460         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
461         (article-make-date-line): Limit the number of segments dynamically to
462         avoid too-long lines.
463
464 2011-01-27  Julien Danjou  <julien@danjou.info>
465
466         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
467         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
468
469 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
472         Use plist-get instead of the cl function getf.
473
474 2011-01-27  Glenn Morris  <rgm@gnu.org>
475
476         * gnus-util.el (float-time): Get rid of compiler warning, again.
477
478 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
479
480         * shr.el (shr-put-color): Special-case background colours: Do put them
481         at the blank parts at the front of the lines.
482
483         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
484         exit hook to nix out all data on readedness on group exit.
485
486         * gnus-util.el (float-time): If float-time is bound, always use it on
487         all Emacsen.  It's unclear why the subrp check was there.
488         (time-date): Require to make some autoload issues on XEmacs go away.
489
490         * shr.el (shr-put-color): Don't do the box padding in tables, since
491         they're already padded.
492
493 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-art.el (gnus-article-next-page): When the last line of the
496         article is displayed, scroll down once more instead of going to the
497         next article at once.
498         (article-lapsed-string): Refactor out and allow specifying how many
499         segments you want.
500         (gnus-article-setup-buffer): Start updating the lapsed header directly.
501         (gnus-article-update-lapsed-header): New variable.
502
503         * shr.el: Revert change that made headings use different-sized faces.
504         The Emacs display engine isn't advanced enough that, for instance,
505         tables can comfortably use differntly-sized faces.
506
507 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
508
509         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
510         used.
511         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
512         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
513         we're using an encrypted connection.
514
515         * proto-stream.el: Alter the interface functions to also return the
516         actual stream type used: network or tls.
517
518 2011-01-25  Julien Danjou  <julien@danjou.info>
519
520         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
521         (mm-display-javascript-inline): New function.
522
523         * mm-decode.el (mm-inline-media-tests): Add application/javascript
524         viewing function.
525
526 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * shr.el (shr-expand-newlines): Fix variable name.
529
530 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
531
532         * shr.el (shr-expand-newlines): Make nested boxes work.
533
534 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
535
536         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
537         backgrounds.
538         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
539         in a more sensible manner.
540
541 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
544         if EPG is loaded.
545
546 2011-01-24  Julien Danjou  <julien@danjou.info>
547
548         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
549         tags.
550
551 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
554         commands.
555
556         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
557         in the article buffer.
558         (gnus-gravatar-insert): Use blank space from the current buffer to
559         avoid breaking text properties.  This makes X-Sent updating work again.
560
561         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
562
563 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
564
565         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
566         fix the bug in url-http.el instead.
567
568         * shr.el (shr-image-fetched): Ditto.
569
570         * shr.el (shr-image-fetched): Avoid having point move in the article
571         buffer.
572
573         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
574         buffer after being called.  It's apparently being killed by url.el, and
575         killing it made point move to end-of-buffer in a random buffer.
576
577         * shr.el (shr-image-fetched): Ditto.
578
579 2011-01-23  Julien Danjou  <julien@danjou.info>
580
581         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
582
583         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
584         text/x-org.
585
586 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
587
588         * gnus-sum.el (gnus-summary-move-article): Protect against backends
589         (i.e., nnimap) returning nil as the article number.
590
591 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
592
593         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
594         "DelSp" parameter in RFC3676.
595
596 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
597
598         * message.el (message-check-recipients): Display the encoded version of
599         the bogus address if they differ.
600
601         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
602         after sending.
603
604         * gnus-agent.el (gnus-agent-send-mail): Ditto.
605
606         * gnus-group.el (gnus-group-refresh-group): New convenience function.
607
608         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
609         group buffer after sending the queue.
610
611         * gnus-agent.el (gnus-agent-send-mail): Ditto.
612
613 2011-01-22  Julien Danjou  <julien@danjou.info>
614
615         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
616
617 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
620         nested related parts.
621
622         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
623         unexpired articles.  This fixes the regression that led expiry marks to
624         disappear from nnfolder groups.
625
626 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
627
628         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
629         Don't confuse the "ret" of "retrograde" with RET.
630
631 2011-01-21  Julien Danjou  <julien@danjou.info>
632
633         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
634         than mm-insert-inline.
635
636 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
639         Widen article buffer.
640
641 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
642
643         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
644         the temp buffer.
645         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
646
647 2011-01-20  Julien Danjou  <julien@danjou.info>
648
649         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
650
651         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
652         than mm-insert-inline to insert inline part: this respect
653         mm-inline-media-tests displayers.
654
655         * mm-view.el (mm-display-shell-script-inline): New function.
656
657         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
658
659         * mm-uu.el (mm-uu-type-alist): Add org block.
660         (mm-uu-org-src-code-block-extract): New function.
661
662         * mm-view.el (mm-display-org-inline): New function.
663
664         * mm-decode.el (mm-automatic-display): Add text/org.
665
666         * mailcap.el (mailcap-mime-extensions): Add .org.
667
668 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-art.el (gnus-article-highlight): Remove argument passed to
671         gnus-article-add-buttons.
672
673 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
674
675         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
676         From header with a date and "nobody" as the sender.
677
678 2011-01-19  Julien Danjou  <julien@danjou.info>
679
680         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
681         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
682         if you have the same regexp several times.
683         (gnus-button-push): Fix matching when regexp is symbol.
684
685 2011-01-15  Glenn Morris  <rgm@gnu.org>
686
687         * message.el (message-mail): A compose-mail function should
688         accept headers as strings.
689
690 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
691
692         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
693         Add :vert-only tags.
694         (message-mail): New arg RETURN-ACTION.
695         (message-return-action): New var.
696         (message-bury): Use it.
697         (message-mode): Make it buffer-local.
698         (message-send-and-exit): Always call message-bury.
699
700         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
701         message-mail.
702
703 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * nnimap.el (nnimap-convert-partial-article): Protect against
706         zero-length body parts.
707
708         * mm-decode.el (mm-preferred-alternative-precedence):
709         Discourage showing empty parts.
710
711         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
712         and stuff if the backend didn't return the article number.  This fixes
713         an Exchange-related nnimap bug.
714
715         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
716         group window, because it does the wrong thing when a separate frame
717         displays the group buffer.
718
719         * proto-stream.el (open-protocol-stream): Protect against the low-level
720         transport functions returning nil.
721
722 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
723
724         * mml2015.el (epg-sub-key-fingerprint): Autoload.
725         (mml2015-epg-find-usable-secret-key): New function.
726         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
727         mml2015-epg-find-usable-key (Bug#7797).
728         (mml2015-epg-encrypt): Ditto.
729
730 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * dgnushack.el (rot13-string): Fix the way to get the argument.
733
734 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
737
738 2011-01-03  Glenn Morris  <rgm@gnu.org>
739
740         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
741
742         * sieve.el (sieve-open-server): Give a more explicit error if
743         sieve-manage-open returns nil.  (Bug#7720)
744
745 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
746
747         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
748
749 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
752         This avoids sending passwords in plain text over non-encrypted
753         channels.
754
755         * shr.el (shr-rescale-image): Display all GIF images as animated images.
756
757         * nnimap.el (nnimap-login): Refactored out into own function, and
758         implement CRAM-MD5.
759         (nnimap-wait-for-line): Refactored out.
760
761         * mm-view.el (mml-smime): Require.
762
763 2010-12-20  David Engster  <deng@eml.cc>
764
765         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
766         use EPG to decrypt S/MIME messages instead of openssl.
767
768 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
771
772         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
773         status is the group clearly is unreachable.
774
775         * auth-source.el (auth-source-create): Add the optional second
776         parameter to `local-variable-p' to be compatible with XEmacs.
777
778 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
779
780         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
781         work when using a compressed nnml folder.
782
783 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
786         backends after sanitising on entry, because this never makes sense:
787         If the articles have gone missing, then the data no longer exists on
788         the backend, and if they haven't, then Gnus is wrong, and shouldn't
789         overwrite anything anyway.
790
791         * shr.el (shr-insert-document): Bind shr-width dynamically to
792         window-width if it's nil.
793
794 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
795
796         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
797         with the meaning of using the full emacs window width for rendering.
798
799 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
800
801         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
802         case when sender is not given.
803
804 2010-12-23  Julien Danjou  <julien@danjou.info>
805
806         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
807         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
808         the addresses, otherwise we might misplaced the gravatar.
809
810 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
811
812         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
813         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
814         obsolete in Emacs.
815
816 2010-12-20  Julien Danjou  <julien@danjou.info>
817
818         * gnus-util.el (gnus-rescale-image): Revert last change.
819
820 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
821
822         * binhex.el: Improve commentary (Bug#7482).
823
824 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-group.el (gnus-group-delete-articles): New command.
827
828 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
829
830         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
831
832 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
835         here, since it's up to the backends to do CRLF removal if their
836         protocol has it.
837
838         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
839
840 2010-12-17  Julien Danjou  <julien@danjou.info>
841
842         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
843         they are from file. Can also scale up.
844
845 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
848         gnus-use-agent.
849         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
850
851         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
852
853 2010-12-17  Julien Danjou  <julien@danjou.info>
854
855         * gravatar.el (gravatar-retrieve-synchronously): New function.
856         (gravatar-get-data): Make more robust.
857
858 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
861
862 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
865         to really consider the last line.
866
867 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
868
869         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
870         list of recipient keys, or use symmetric encryption if not a list.
871         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
872         EPA override, replacing the call to `netrc-store-data'.
873
874 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
875
876         * gnus-srvr.el: Avoid passing nil regexp argument to
877         delete-matching-lines.
878
879 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
882         fetching stops when Gnus exits.
883
884         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
885         function.
886         (nnfolder-request-expire-articles): Save all the buffers after doing
887         expiry.
888
889         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
890         the last article", since that led to serious performance regressions
891         when expiring nnml groups.
892
893 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
894
895         * nnir.el: Improve customizations.
896
897 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
900
901         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
902         group has been killed.
903         (gnus-group-yank-group): Ditto.
904
905         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
906
907         * nnimap.el (nnimap-request-update-group-status): New function.
908
909         * gnus-int.el (gnus-request-update-group-status): New interface
910         function.
911
912         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
913         copying read-ness to the backends.
914
915         * nnimap.el (nnimap-quirk): New function.
916         (nnimap-retrieve-group-data-early): Use it.
917         (nnimap-quirks): New alist.
918
919 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * shr.el (shr-insert): Set shr-start after deleting trailing space;
922         don't delete it within indentation.
923
924 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
927         previous line.
928
929 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
932         QRESYNC command by deleting a superfluous space which broke Cyrus
933         servers.  This change will break other servers that are buggy the other
934         way around.
935
936 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         * spam.el: Reindent and fix long lines.
939         (spam-copy-or-move-routine): Exclude invalid move destinations.
940
941 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
942
943         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
944         installed the registry.
945
946 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
949
950 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
951
952         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
953         groupname doesn't contain "gmane".
954
955 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
958         and netrc-bound-and-true-p bindings.
959         (netrc-parse): Cache the netrc contents.
960
961         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
962         (gnus-1): Don't create the nndrafts group twice.
963         (gnus-setup-news): There's no need to read the active file here, since
964         that's done again later on a per-backend basis.
965         (gnus-start-draft-setup): Make sure that the new group is started out
966         empty.
967
968         * gnus-agent.el (gnus-agentize): Don't create the queue group
969         automatically on startup.  It'll be created later, if needed.
970
971         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
972         of automatically subscribed groups.
973         (gnus-auto-subscribed-categories): New variable.
974         (gnus-matches-options-n): Use it.
975         (gnus-default-subscribed-newsgroups): Remove unused variable.
976         (gnus-start-draft-setup): Message a bit less.
977
978 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
979
980         * nnir.el (nnir-run-imap): Return article list in order of increasing
981         UID.
982
983 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-sum.el (gnus-summary-enter-digest-group):
986         Mention gnus-auto-select-on-ephemeral-exit.
987
988         * proto-stream.el (proto-stream-open-network-only): Fix the calling
989         convention of the network-only option.
990
991 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * proto-stream.el (proto-stream-open-network-only): New function to
994         have a way to specify non-STARTTLS upgrade connections.
995
996 2010-12-10  Julien Danjou  <julien@danjou.info>
997
998         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
999         email address is nil.
1000
1001         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1002
1003 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1004
1005         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1006         deletion.
1007         (nnir-run-imap): Only need to parse list once.
1008
1009 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (shr-tag-script): Ignore <script>.
1012         (shr-tag-label): Add <label> support.
1013
1014 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1017
1018         * shr.el (shr-image-displayer): Work for images lined side by side.
1019
1020 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1021
1022         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1023         parameter, since XEmacs doesn't accept t as a parameter.
1024
1025 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1026
1027         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1028         ids.
1029         (nnir-run-gmane): Simplify groupspec formatting.
1030         (nnir-request-expire-articles): New function.
1031
1032 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1035         overflow, possibly.
1036
1037         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1038         (shr-render-td): Handle td style="" better.
1039         (shr-tag-table): Use the color from the style sheet.
1040         (shr-render-td): Make sure we copy over all the overlays, too.
1041
1042 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1043
1044         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1045         (nnir-request-article): Improve article retrieval.
1046
1047 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mm-util.el (mm-extra-numeric-entities): New variable.
1050
1051         * mm-url.el (mm-url-decode-entities):
1052         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1053
1054         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1055
1056 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1057
1058         * message.el: Use completion-at-point.
1059         (message-completion-function): New fun, extracted from message-tab.
1060         (message-mode): Use it for completion-at-point-functions.
1061         (message-tab): Use it and completion-at-point.
1062
1063 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1066         character if a non-breakable character follows.
1067
1068 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1071         any stream.
1072
1073         * shr.el (shr-tag-font): Colorize the region.
1074         (shr-tag-body): Ditto.
1075         (shr-tag-font): Actually let the styles be inherited instead of
1076         overwriting them.
1077         (shr-tag-font): Get the background color right.
1078         (shr-tag-style): Ignore all <style> tags for the moment.
1079
1080         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1081         a Message-ID to avoid having nnimap depend on gnus-sum.
1082
1083         * shr.el (shr-descend): Only colorize something if we have a node that
1084         sets colors.
1085
1086 2010-12-06  Julien Danjou  <julien@danjou.info>
1087
1088         * shr.el (shr-render-td): Render td content with shr-descend, so style
1089         will be applied to <td> too.
1090         (shr-colorize-region): Colorize region even if we only have a background.
1091         (shr-tag-body): Fix color and background color inheritance.
1092         Do not recolorize after shr-generic.
1093         (shr-tag-font): Let shr-generic colorize via inheritance.
1094
1095 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1098
1099 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1100
1101         * nnir.el (nnir-request-move-article): Remove obsolete code.
1102
1103 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1106
1107 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-sum.el (gnus-summary-respool-article): The completion function
1110         expects a list instead of an alist.
1111
1112         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1113         string as the parameter.
1114
1115         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1116
1117         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1118         styles.
1119         (shr-colorize-region): New function.
1120         (shr-insert-background-overlay): Remove.
1121         (shr-render-td): Background setting should be taken care of on a higher
1122         level.
1123         (shr-tag-body): Use post-hoc colorizations.
1124         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1125         (shr-put-color-1): Don't overwrite old colors.
1126         (shr-colorize-region): When the background color isn't explicit, use
1127         a fixed background.
1128
1129         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1130         nnmail variables.
1131
1132 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1133
1134         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1135         unless necessary.
1136
1137 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1138
1139         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1140         server.
1141
1142 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1145         so that TAB works.
1146
1147         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1148         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1149
1150         * shr.el (shr-urlify): Show the URL before the title to avoid
1151         misleading URLs.
1152
1153 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1154
1155         * shr.el (shr-urlify): Display the title in <a> tags.
1156
1157 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1158
1159         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1160
1161 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1162
1163         * nnir.el: Rearrange code to allow macros to be autoloaded by
1164         gnus-sum.el.
1165         (nnir-retrieve-headers-override-function): Make this variable
1166         customizable.
1167         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1168
1169         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1170         from nnir.el.
1171
1172 2010-12-03  Julien Danjou  <julien@danjou.info>
1173
1174         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1175
1176 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1179         allow optional argument `environment'.
1180
1181 2010-12-03  Glenn Morris  <rgm@gnu.org>
1182
1183         * mm-extern.el (message-goto-body): Update declaration.
1184
1185 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-util.el (gnus-macroexpand-all): New function.
1188
1189         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1190         instead of macroexpand-all that is unavailable in XEmacs.
1191
1192 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1193
1194         * nnir.el (nnir-summary-line-format): New variable.
1195         (nnir-mode): Use it.
1196         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1197         (nnir-article-ids): Reimplement as defsubst.
1198         (nnir-retrieve-headers): Don't mangle the subject header.
1199         (nnir-run-imap): Use 100 as RSV score.
1200         (nnir-run-find-grep): Fix for full server searching.
1201         (nnir-run-gmane): Better restriction to gmane groups.
1202
1203         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1204         summary buffers.
1205
1206 2010-12-02  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1209
1210         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1211
1212         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1213         support.
1214
1215 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1216
1217         * nnir.el: Update to handle the registry better.
1218         (autoload): Silence byte-compiler.
1219         (nnir-open-server): Add a hook for nnir groups.
1220         (nnir-request-move-article): Don't mangle the header. Better to use
1221         formating variables (which will be added in the future).
1222         (nnir-registry-action): Update the registry using the original article
1223         group name.
1224         (nnir-mode): Install nnir-specific hooks for updating the registry.
1225
1226         * gnus-sum.el
1227         (gnus-article-original-subject,gnus-newsgroup-original-name):
1228         Remove obsolete variables.
1229         (gnus-summary-move-article): Remove use of obsolete variables.
1230         (gnus-summary-local-variables): Make move and delete hooks local to
1231         summary buffers.
1232
1233 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * rtree.el: New file.
1236
1237 2010-12-01  Julien Danjou  <julien@danjou.info>
1238
1239         * message.el (message-user-organization): Do not use
1240         gnus-local-organization.
1241
1242         * gnus.el: Remove gnus-local-organization.
1243
1244         * gnus-msg.el: Remove nastygram thing.
1245
1246 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1247
1248         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1249         funcall.
1250
1251 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1254         names.
1255
1256         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1257         characters.
1258
1259         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1260         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1261         Suggested by Štěpán Němec <stepnem@gmail.com>.
1262         (gnus-gravatar-transform-address): Use mail-extract-address-components
1263         that supports non-ASCII names rather than mail-header-parse-addresses.
1264
1265 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * proto-stream.el (open-protocol-stream): All starttls connections are
1268         handled by the network handler.
1269
1270 2010-11-30  Julien Danjou  <julien@danjou.info>
1271
1272         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1273         (nnimap-open-connection-1): Fix PREAUTH.
1274
1275         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1276
1277 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1280         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1281         (shr-insert): Use them.
1282         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1283
1284 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1285
1286         * nnir.el (nnir-request-move-article): Bail out if original group
1287         doesn't support article moves.
1288         (nnir-get-active): Improve active list retrieval.
1289
1290 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1293
1294 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1295
1296         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1297         seem to accept strings-with-numbers as port numbers,
1298
1299 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1300
1301         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1302         change the registry.
1303
1304 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1307         delete-dups that is not available in XEmacs 21.4.
1308
1309         * mm-util.el (mm-delete-duplicates): Add comment.
1310
1311 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1312
1313         * nnir.el (nnir-ignored-newsgroups): New variable.
1314         (nnir-get-active): Use it.
1315
1316 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * proto-stream.el (proto-stream-open-network): Add some comments.
1319
1320         * nntp.el (nntp-open-connection): Provide a :success condition.
1321
1322         * nnimap.el (nnimap-open-connection-1): Ditto.
1323
1324         * proto-stream.el (proto-stream-open-network): See what the response to
1325         the STARTTLS command is.
1326
1327         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1328         backwards compatibility).
1329         (nnimap-open-connection-1): Really respect nnimap-server-port.
1330
1331         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1332         TLS upgrades we don't really care about the identity of the peer.
1333         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1334         that what we've checked for.
1335         (proto-stream-always-use-starttls): Only default to t if
1336         open-gnutls-stream exists.
1337         (proto-stream-open-network): If STARTTLS failed, then just open a
1338         normal connection.
1339         (proto-stream-open-network): Wait until the greeting before doing
1340         STARTTLS.
1341
1342         * nntp.el (nntp-open-connection): Report what the connection error is.
1343
1344         * proto-stream.el (open-protocol-stream): Rename from
1345         open-proto-stream.
1346
1347 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * nnimap.el (nnimap-stream): Change default to `undecided'.
1350         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1351         first, and then network.
1352         (nnimap-open-connection-1): Respect nnimap-server-port.
1353         (nnimap-open-connection): Be more backwards-compatible.
1354
1355         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1356         (proto-stream-open-starttls): De-duplicate the starttls code.
1357         (proto-stream-open-starttls): Folded back into the main function.
1358         (proto-stream-open-network): Fix typo in the gnutls path.
1359         (proto-stream-command): Refactor out.
1360
1361         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1362
1363         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1364         starttls.el STARTTLS.
1365
1366         * color.el (color-lab->srgb): Fix function call name.
1367
1368         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1369         if we're using tls.el.
1370         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1371         built in, then don't try to establish a STARTTLS connection.
1372
1373         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1374         servers.
1375
1376         * proto-stream.el (open-proto-stream): Use network, not stream.
1377         (open-proto-stream): Add a way to specify what the end of a command is.
1378
1379         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1380         connections types.
1381         (nntp-open-network-stream): Remove.
1382         (nntp-open-ssl-stream): Remove.
1383         (nntp-open-tls-stream): Remove.
1384         (nntp-ssl-program): Remove.
1385
1386         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1387
1388 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1389
1390         * nnir.el: Fix typos.
1391         (nnir-retrieve-headers-override-function): Rename variable to reflect
1392         new semantics.
1393         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1394         macros.
1395         (nnir-request-article, nnir-request-move-article): Use them.
1396         (nnir-categorize): New function.
1397         (nnir-run-query): Use it.
1398         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1399         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1400         sorted.
1401         (nnir-group-full-name): Use gnus-group-full-name instead.
1402         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1403         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1404
1405 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1408
1409         * proto-stream.el: New library to provide protocol-specific
1410         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1411         protocols.
1412         (open-proto-stream): Complete the documentation.
1413         (proto-stream-open-network): Fix some typos.
1414
1415         * nnimap.el (nnimap-open-connection): Use it.
1416
1417 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1418
1419         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1420         negotiation.
1421
1422 2010-11-26  Julien Danjou  <julien@danjou.info>
1423
1424         * color.el: Rename various rgb functions to srgb.
1425
1426 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1429         names.
1430
1431 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * shr.el (shr-insert): Revert last change.
1434         (shr-find-fill-point): Never leave point being at bol;
1435         relax the kinsoku limitation when rendering tables.
1436
1437 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1440         results from -accept-article.
1441
1442         * shr-color.el: Require cl when compiling.
1443
1444         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1445         checkin.
1446
1447         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1448
1449         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1450
1451         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1452         'add and 'delete to set backend marks.
1453
1454         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1455
1456         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1457
1458         * nntp.el (nntp-request-set-mark): Use it.
1459
1460         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1461
1462         * nnml.el (nnml-request-set-mark): Ditto.
1463
1464         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1465         introduces regressions in article selection.
1466         (nnimap-find-uid-response): New function.
1467         (nnimap-request-accept-article): Use the UID returned, if any.
1468         (nnimap-request-move-article): Use the UID returned, if any.
1469         (nnimap-get-groups): Reimplement to work with folded lines.
1470         (nnimap-find-uid-response): The UID is the last element in the list.
1471         (nnimap-request-set-mark): Extend syntax with 'set.
1472
1473         * nnml.el (nnml-request-set-mark): Ditto.
1474
1475         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1476
1477         * nntp.el (nntp-request-set-mark): Ditto.
1478
1479 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * message.el (message-called-interactively-p): A temporary macro.
1482         (message-goto-body): Use it temporarily.
1483
1484 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1487         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1488         (nnimap-last-response-string): Fix last unfolding fix.
1489
1490 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * shr.el (shr-insert): Fix the way to fold lines.
1493
1494 2010-11-25  Julien Danjou  <julien@danjou.info>
1495
1496         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1497
1498         * color.el: Rename from color-lab.el
1499         (color-rgb->hex): Add.
1500         (color-complement): Add.
1501         (color-complement-hex): Add.
1502
1503         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1504
1505 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1508         don't exist.
1509
1510 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1513         assuming that article displaying or another mml-preview may be
1514         interrupted for an error or for the like.
1515
1516         * shr.el (shr-get-background): Fix argument name.
1517
1518 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1521
1522         * gnus-sum.el (gnus-summary-include-articles): New function.
1523
1524         * message.el (message-goto-body): called-interactively-p needs a
1525         parameter, so use `any'.
1526
1527         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1528         clear marks before moving, since they're synced from the Gnus side
1529         first.
1530
1531         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1532         (gnus-summary-move-article): Copy over all marks before moving, so that
1533         IMAP doesn't think a new article has arrived.
1534
1535 2010-11-24  Julien Danjou  <julien@danjou.info>
1536
1537         * shr.el (shr-insert-background-overlay): Fix typo.
1538         (shr-render-td): Copy the background before rendering.
1539
1540         * shr-color.el (shr-color-visible): Fix docstring.
1541
1542         * shr.el (shr-tag-table): Add bgcolor support.
1543         (shr-render-td): Add bgcolor support.
1544         (shr-get-background): Add.
1545         (shr-insert-foreground-overlay): Use shr-get-background.
1546
1547         * message.el (message-goto-body): Use called-interactively-p.
1548         (message-in-body-p): message-goto-body returns point.
1549
1550 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1553         Fixes something or other in Emacs 23, and is backwards compatible.
1554
1555         * message.el (message-goto-body): Remove the <#secure special-casing,
1556         which is too special.
1557
1558         * shr.el (shr-parse-style): Drop !important from styles.
1559
1560 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1561
1562         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1563         this function to return incorrect results when calling it with an
1564         explicit article argument different from
1565         (gnus-summary-article-number).
1566
1567 2010-11-24  Julien Danjou  <julien@danjou.info>
1568
1569         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1570         (shr-tag-body): Add background support.
1571         (shr-descend): Add background support.
1572         (shr-tag-title): Add.
1573
1574         * shr-color.el (shr-color-visible): Really return original background
1575         if fixed.
1576
1577 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * shr.el (shr-color-check): Protect against non-existant colour names.
1580
1581 2010-11-24  Julien Danjou  <julien@danjou.info>
1582
1583         * color-lab.el: Require 'cl when compiling.
1584
1585         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1586
1587         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1588         matched part.
1589
1590         * color-lab.el: Fix all expt calls to use float type.
1591
1592 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1595         expression to shr-color-check as is.
1596
1597         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1598
1599         * color-lab.el: Add coding cookie.
1600         (float-pi): Use eval-and-compile.
1601
1602         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1603         compiled for Emacsen having no `libxml-parse-html-region' support.
1604
1605 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-insert-color-overlay): Split stuff like
1608         "#444444 !important" to find the real colour.
1609         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1610         parse <font color="red"> entries.
1611
1612 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1613
1614         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1615         point when parsing headers.
1616
1617         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1618         is positioned properly when parsing headers.
1619
1620 2010-11-23  Julien Danjou  <julien@danjou.info>
1621
1622         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1623
1624         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1625
1626         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1627
1628         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1629         Use shr-color-hue-to-rgb.
1630         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1631
1632 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * shr.el (shr-color->hexadecimal): Autoload.
1635         (shr-descend): Add color to all tags.
1636
1637 2010-11-22  Julien Danjou  <julien@danjou.info>
1638
1639         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1640         shr-color->hexadecimal.
1641
1642         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1643         RGB() or HSL() color representation.
1644
1645         * shr.el (shr-tag-font): Add.
1646         (shr-tag-color-check): New function to get better colors.
1647         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1648         tag-span.
1649
1650         * shr-color.el: New file.
1651
1652         * color-lab.el: New file.
1653
1654         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1655
1656 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1657
1658         * nnir.el: Fix typo in comments.
1659         (nnir-run-imap): Simplify code. No need to reverse artlist.
1660         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1661
1662 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1665
1666         * nnimap.el (nnimap-get-capabilities): Refactor out.
1667         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1668
1669 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1670
1671         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1672         appearing when `mm-uu-hide-markers' is nil.
1673
1674 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nnimap.el (nnimap-unselect-group): Make into its own function.
1677         (nnimap-request-rename-group): Unselect group before renaming.
1678         This had gotten lost somewhere.
1679         (nnimap-request-accept-article): Keep track of examined groups, and
1680         unselect the group before APPENDing to read-only groups.
1681         (nnimap-request-move-article): Clear flags before moving so that they
1682         can be re-set later.
1683
1684 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1687         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1688
1689 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-art.el (gnus-mime-display-single)
1692         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1693         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1694         parameter.
1695
1696 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1699         (shr-table-vertical-line): New variable.
1700         (shr-insert-table): Use it.
1701
1702 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-html.el (gnus-html-wash-images): Don't display images if
1705         gnus-inhibit-images is non-nil; register displayer for cid images.
1706         (gnus-html-display-image): Work for cid image.
1707         (gnus-html-insert-image): Allow arguments.
1708         (gnus-html-put-image): Inhibit read-only.
1709         (gnus-html-prefetch-images): Don't prefetch images if
1710         gnus-inhibit-images is non-nil.
1711
1712 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * shr.el (shr-put-image): Break lines when inserting big pictures.
1715
1716 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1717
1718         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1719         sender, thanks Katsumi Yamaoka.
1720
1721 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1722
1723         * nnir.el (nnir-run-imap): Reverse the article list for each group
1724         rather than the whole list.
1725
1726 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * shr.el (shr-image-displayer): Protect function against non-existent
1729         image source.
1730
1731         * gnus-art.el (gnus-inhibit-images): New user option.
1732         (gnus-mime-display-single): Don't display image if it is non-nil.
1733
1734         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1735         gnus-inhibit-images.
1736
1737         * shr.el (shr-image-displayer): New function.
1738         (shr-tag-img): Use it.
1739
1740 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1741
1742         * mml2015.el (mml2015-epg-sign): Use From header.
1743
1744 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1747
1748         * gnus-util.el (gnus-find-text-property-region): Return markers.
1749
1750         * shr.el (shr-tag-img): Put a displayer in the text property.
1751
1752         * gnus-util.el (gnus-find-text-property-region): New utility function.
1753
1754         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1755         (gnus-html-show-images): Remove.
1756
1757         * gnus-art.el (gnus-article-show-images): New, more general function.
1758
1759         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1760         image url text properties.
1761
1762         * shr.el: Ditto.
1763
1764         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1765         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1766
1767 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1770         work for two or more articles.
1771
1772 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1775         divide an image that's in an html article to two or more when washing
1776         non-ASCII characters in alt text of it.
1777
1778 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1781         smime-decrypt-region using function argument.
1782         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1783
1784         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1785
1786         * smime.el (smime-decrypt-region): Catch it.
1787
1788 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1789
1790         * smime.el (smime-mode-map): Move initialization into declaration.
1791         (gnus-run-mode-hooks): Don't autoload.
1792         (smime-mode): Use define-derived-mode.
1793
1794 2010-11-11  Glenn Morris  <rgm@gnu.org>
1795
1796         * smime.el (from): Restrict declaration to XEmacs.
1797
1798         * nnir.el (gnus-group-topic-name): Autoload.
1799
1800 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * shr.el (shr-insert): Don't break long line if it is because of
1803         kinsoku-bol characters in the line end.
1804
1805 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * nnir.el (nnir-request-move-article): Fix to provide original group
1808         and subject.
1809         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1810         been retrieved.
1811
1812         * gnus-sum.el (gnus-summary-move-article): Use original group and
1813         subject for virtual articles such as those in an nnir summary buffer.
1814
1815 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1818         least 21.5).
1819
1820         * smime.el (from): Declare it again for XEmacs.
1821
1822 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * message.el (message-resend): Don't disable encoding unless it's
1825         already encoded.
1826
1827         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1828         low-numbered articles.
1829
1830 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * rfc2047.el (rfc2047-syntax-table): Simplify.
1833
1834         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1835
1836         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1837         set-char-table-range for XEmacs.
1838
1839 2010-11-10  Glenn Morris  <rgm@gnu.org>
1840
1841         * time-date.el (time-to-seconds): Always an alias on Emacs,
1842         never a real function.
1843         (with-no-warnings): Remove compat stub, now unused.
1844         (time-less-p): Doc fix.
1845         (time-to-number-of-days): Simplify.
1846
1847         * smime.el (from): Remove unused declaration.
1848
1849         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1850         (gnus-float-time): On Emacs, always an alias.
1851
1852         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1853         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1854
1855 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * dgnushack.el: Don't use ignore-errors in the top level form since it
1858         is unavailable in XEmacs even if cl is loaded.
1859
1860         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1861
1862 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (browse-url-mailto): Autoload.
1865
1866         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1867
1868         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1869         regexp doesn't need quoting.
1870
1871 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1872
1873         * message.el (message-subject-trailing-was-ask-regexp)
1874         (message-subject-trailing-was-regexp): Match was: in addition to was.
1875
1876 2010-11-09  Glenn Morris  <rgm@gnu.org>
1877
1878         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1879         (nnbabyl-check-mbox): Use point-at-bol.
1880
1881 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1884
1885         * message.el (message-mailto): New function.
1886         (message-mailto): Should accept other parameters.
1887         (message-mailto): Remove since it duplicates browse-url-mailto
1888         functionality.
1889
1890 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1893         methods.
1894         (gnus-read-active-file): Ditto.
1895
1896         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1897         ": " from the prompt.
1898         (gnus-group-make-group): Ditto.
1899
1900 2010-11-07  Glenn Morris  <rgm@gnu.org>
1901
1902         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1903         (gnus-bookmark-kill-line): Use point-at-eol.
1904
1905 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1908         asterisks in From header.
1909
1910 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1913         string to avoid making the From headers syntactically invalid.
1914
1915         * message.el (message-send-mail): Don't insert courtesy messages if the
1916         message already has List-Post and List-ID messages.
1917
1918 2010-11-06  Glenn Morris  <rgm@gnu.org>
1919
1920         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1921         `condition', `type', `length' a prefix.
1922         (gnus-treat-predicate): Update for above name changes.
1923
1924 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1925
1926         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1927         binding.  Handled by `gnus-summary-refer-thread' instead.
1928         (nnir-warp-to-article): New backend function.
1929
1930         * nnimap.el (nnimap-request-thread): Force dependency updating.
1931
1932         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1933         (gnus-summary-refer-thread): Rework to improve thread-referral.
1934
1935         * gnus-int.el (gnus-warp-to-article): New function.
1936
1937         * gnus-sum.el (gnus-summary-article-map): Bind it.
1938
1939 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1940
1941         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1942         gnus-summary-refer-thread.
1943
1944         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1945         headers.
1946         (gnus-summary-limit-include-thread): Prevent articles in thread from
1947         being cut in gnus-cut-threads.
1948         (gnus-summary-refer-thread): Limit retrieved headers to those in
1949         thread.
1950
1951 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * message.el (message-send-mail): Use the value of
1954         message-courtesy-message from the message buffer.
1955
1956         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1957
1958         * shr.el (shr-browse-url): Implement mailto: URLs.
1959
1960         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1961         "raw".
1962
1963         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1964         if it's already selected.
1965
1966         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1967
1968 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1971         to measure the length and truncate alt text.
1972
1973 2010-11-03  Glenn Morris  <rgm@gnu.org>
1974
1975         * nndiary.el (nndiary-generate-nov-databases-1)
1976         (nndiary-generate-active-info): Rename dynamic variable `files' to
1977         something less generic.
1978
1979 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1980
1981         * nnir.el (nnir-request-move-article): Call the underlying backend to
1982         move articles from nnir.
1983
1984 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1987
1988 2010-11-02  Julien Danjou  <julien@danjou.info>
1989
1990         * nnir.el: Remove wais support.
1991
1992 2010-11-02  Glenn Morris  <rgm@gnu.org>
1993
1994         * gnus-html.el: Reorder requirements to quieten compiler.
1995
1996 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1999         properly for XEmacs as well.
2000         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2001         (gnus-article-natural-long-line-p): Use window-width rather than
2002         frame-width.
2003
2004 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2005
2006         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2007         (nnir-read-parms): Don't modify query.
2008         (nnir-run-query): Add ability to search topic on current line.
2009         (nnir-get-active): Clean up.
2010
2011 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2014         degenerate articles.
2015
2016         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2017         (gnus-print-buffer): Just print the buffer as is, without any copying
2018         to a buffer and then re-highlighting.
2019
2020         * nnimap.el (nnimap-request-group): Store the new updated info.
2021         (nnimap-request-group): Select the group when we don't know whether it
2022         exists or not.
2023
2024         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2025         groups.
2026
2027         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2028         groups.
2029
2030         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2031         groups.
2032
2033         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2034         long-lines case by only filling the long lines.
2035
2036         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2037         (bug #7311).
2038
2039 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * shr.el: No need to declare `declare-function' since shr.el is for
2042         only Emacsen that provide `libxml-parse-html-region'.
2043
2044         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2045         effective only in a file it is referred to.
2046
2047 2010-11-01  Glenn Morris  <rgm@gnu.org>
2048
2049         * mm-util.el (gnus-completing-read): Autoload.
2050         (mm-read-coding-system): Simplify Emacs definition.
2051
2052         * nnmail.el (gnus-activate-group):
2053         * nnimap.el (gnutls-negotiate):
2054         * nntp.el (netrc-parse): Fix declarations.
2055
2056 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2059         string-match-p in Emacs >=23.
2060
2061         * gnus-msg.el (gnus-configure-posting-styles)
2062         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2063
2064 2010-11-01  Glenn Morris  <rgm@gnu.org>
2065
2066         * nnir.el (declare-function): Add compat stub.
2067         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2068         (nnir-run-gmane): Require 'mm-url.
2069
2070         * mm-util.el (mm-string-to-multibyte): Simplify.
2071
2072         * shr.el (declare-function): Add compat stub.
2073         (url-cache-create-filename): Declare.
2074         (mm-disable-multibyte, widget-convert-button): Autoload.
2075
2076         * smime.el (ldap-search): Declare.
2077         (smime-cert-by-ldap-1): Require ldap on Emacs.
2078
2079         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2080         (nnimap-keepalive): Use gnus-float-time.
2081
2082         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2083         (mail-source-delete-crash-box): Use gnus-float-time.
2084
2085         * gnus-dired.el (gnus-completing-read): Autoload.
2086
2087         * mm-view.el (gnus-rescale-image): Autoload.
2088
2089         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2090
2091         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2092
2093         * sieve-manage.el: Require 'cl when compiling.
2094
2095         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2096         (gnus-iswitchb-completing-read): Require iswitchb.
2097         (gnus-select-frame-set-input-focus): Silence compiler.
2098
2099 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * message.el (message-subject-trailing-was-query): Change default to t,
2102         since I think that's what most people want.
2103
2104         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2105         appending for easier debugging.
2106         (nnimap-wait-for-connection): Take a regexp.
2107         (nnimap-request-accept-article): Wait for the continuation line before
2108         sending anything unless we're streaming.
2109
2110         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2111         leave the header washing to take place.
2112
2113 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2114
2115         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2116         regular expression match and replace in posting styles.
2117
2118 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2119
2120         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2121         an entire server.
2122         (nnir-get-active): New function.
2123         (nnir-run-imap): Use it.
2124         (nnir-run-gmane): Who knew, gmane search returns an article score!
2125
2126         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2127         server on the current line with nnir.
2128
2129 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2132         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2133         left edge.
2134         (gnus-article-foldable-buffer): Skip past the prefix when determining
2135         raggedness.
2136
2137         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2138         the raw article, and change `C-u g' to show the article without doing
2139         treatments.
2140
2141         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2142         on to `gnus-treat-article'.
2143         (gnus-inhibit-article-treatments): New variable.
2144
2145         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2146
2147         * gnus-art.el (gnus-treatment-function-alist): Have
2148         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2149         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2150         sections.
2151
2152         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2153         parameter.
2154         (gnus-article-fill-cited-long-lines): New function.
2155         (gnus-article-fill-cited-article): Allow filling only long sections.
2156
2157         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2158         and non-punctuation (like after the apostrophe in "'We").
2159
2160         * gnus-sum.el (gnus-summary-select-article): Make sure
2161         gnus-original-article-buffer is alive.
2162
2163         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2164         reflect the order they're in in the digest.
2165
2166         * gnus.el (gnus-group-startup-message): Move point to the start of the
2167         buffer.
2168
2169         * nnimap.el (nnimap-capability): New function.
2170         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2171         is set.
2172
2173 2010-10-31  David Engster  <dengste@eml.cc>
2174
2175         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2176         conform with changes to gnus-completing-read.
2177
2178 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2181
2182 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2183
2184         * nnir.el: Move defvar, defcustom around to keep file organized
2185         and keep byte-compiler quiet.
2186         (nnir-read-parms): Accept search-engine as arg.
2187         (nnir-run-query): Pass search-engine as arg.
2188         (nnir-search-engine): Remove.
2189
2190 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * shr.el (shr-generic): The text nodes should be text, not :text.
2193
2194         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2195         later in the file.
2196
2197 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2198
2199         * nnir.el: General clean up.  Allow searching with multiple engines.
2200         Allow separate extra-parameters for each engine.
2201         Batch queries when possible.
2202         (nnir-imap-default-search-key,nnir-method-default-engines):
2203         Add customize interface.
2204         (nnir-run-gmane): New engine.
2205         (nnir-engines): Use it.  Qualify all prompts with engine name.
2206         (nnir-search-engine): Remove global variable.
2207         (nnir-run-hyrex): Restore for now.
2208         (nnir-extra-parms,nnir-search-history): New variables.
2209         (gnus-group-make-nnir-group): Use them.
2210         (nnir-group-server): Remove in favor of gnus-group-server.
2211         (nnir-request-group): Avoid searching twice.
2212         (nnir-sort-groups-by-server): New function.
2213
2214 2010-10-30  Julien Danjou  <julien@danjou.info>
2215
2216         * gnus-group.el: Remove gnus-group-fetch-control.
2217
2218         * gnus-start.el (gnus-find-new-newsgroups):
2219         Remove gnus-check-first-time-used.
2220
2221         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2222
2223 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2224
2225         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2226         set on groups that don't have \* permanentflags.
2227
2228 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2231         control the background color.
2232         (shr-tag-img): Ignore very small web bug type images.
2233         (shr-put-image): Add help-echo alt texts to the images.
2234         (shr-tag-video): Show the video poster image.
2235
2236 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * shr.el (shr-table-depth): New variable.
2239         (shr-tag-table-1): Only insert the images after the top-level table.
2240
2241         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2242
2243         * gnus-util.el (gnus-list-memq-of-list): New function.
2244
2245         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2246         selected.
2247         (nnimap-unsplittable-articles): New slot.
2248         (nnimap-new-articles): Use it.
2249
2250 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2251
2252         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2253         move to the previous line on `M-g'.
2254
2255 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2258         *-request-group, which seems unnecessary.
2259
2260         * nnimap.el (nnimap-quote-specials): Function copied over from
2261         imap.el.
2262         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2263         they support that.  Suggested by Tom Regner.
2264
2265 2010-10-29  Julien Danjou  <julien@danjou.info>
2266
2267         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2268         defalias.
2269         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2270
2271         * gnus.el: Remove `gnus-nntp-service' variable.
2272         (gnus-secondary-servers): Make obsolete.
2273         (gnus-nntp-server): Make obsolete.
2274
2275         * gnus-start.el (gnus-1): Remove x-splash calls.
2276
2277         * gnus-ems.el (gnus-x-splash): Remove.
2278
2279         * gnus.el (gnus-group-startup-message): Simplify/update code.
2280
2281         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2282         definition.
2283
2284         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2285         capability before doing anything.
2286         (gnus-group-insert-group-line): Remove useless
2287         gnus-group-remove-excess-properties.
2288
2289 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2292
2293 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2296         config after reselecting.
2297
2298 2010-10-28  Julien Danjou  <julien@danjou.info>
2299
2300         * shr.el (shr-put-image): Use point even if only inserting text.
2301         (shr-put-image): Save excursion when inserting alt text on non-graphic
2302         display, so the behaviour is the same when we are on a graphic display.
2303
2304         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2305
2306 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2309         (gnus-mime-copy-part): Check coding system, not charset.
2310         (gnus-mime-view-part-externally): Never remove part.
2311         (gnus-mime-view-part-internally): Don't remove part here.
2312         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2313         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2314         multipart/alternative.
2315
2316         * mm-decode.el (mm-display-part): Take optional arg `force'.
2317
2318 2010-10-26  Julien Danjou  <julien@danjou.info>
2319
2320         * gnus-group.el (gnus-group-default-list-level): Add this function to
2321         compute the default list level.
2322         (gnus-group-default-list-level): Add possibility to use a function.
2323
2324 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2327
2328         * gnus-group.el (gnus-group-completing-read)
2329         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2330         gnus-replace-in-string.
2331
2332 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * shr.el (shr-tag-div): Add.
2335
2336         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2337
2338 2010-10-25  Julien Danjou  <julien@danjou.info>
2339
2340         * gnus-util.el: Remove `gnus-with-local-quit'.
2341
2342         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2343
2344 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2347         the original article buffer.
2348
2349 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-request-head): New function.
2352         (nnimap-request-move-article): Try to be slighly faster by not
2353         requesting the entire message when moving.
2354         (nnimap-transform-headers): Don't bug out on bodiless articles.
2355         (nnimap-send-command): Have no outstanding messages if the IMAP server
2356         doesn't support streaming.
2357         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2358
2359 2010-10-24  Julien Danjou  <julien@danjou.info>
2360
2361         * message.el (message-default-headers): Fix type.
2362
2363 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2366         prefetching images.
2367
2368         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2369         backend for unknown groups.  This is mainly useful for nnimap groups.
2370
2371         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2372         group isn't covered by the agent.
2373
2374 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2375
2376         * nnir.el (nnir-method-default-engines): New variable.
2377         (nnir-run-query): Use it.
2378         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2379         (gnus-summary-nnir-goto-thread): Change group if needed.
2380
2381         * gnus-group.el (gnus-group-group-map): Add key binding for
2382         gnus-group-make-nnir-group.
2383
2384 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * shr.el (shr-tag-object): Add.
2387
2388         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2389         original article buffer live.
2390         (gnus-summary-select-article-buffer):
2391         Mention gnus-widen-article-buffer.
2392
2393 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * shr.el (shr-tag-strong): Add.
2396
2397 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2400         group names.  They mess up the group buffer badly.
2401
2402         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2403
2404         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2405         instead of the summary one.
2406
2407 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * mml.el (mml-preview): Work properly when editing article.
2410
2411         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2412         gnus-have-read-active-file if it's already been in.
2413
2414 2010-10-22  Tom Tromey  <tromey@redhat.com>
2415
2416         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2417         gnus-group-completing-read.
2418
2419 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * message.el (message-mode-map): Don't bind M-; to comment region, to
2422         allow the global comment-dwim to work.
2423
2424 2010-10-21  Julien Danjou  <julien@danjou.info>
2425
2426         * message.el (message-setup-1): Allow message-default-headers to be a
2427         function.
2428
2429 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * shr.el (shr-tag-table): Simplify.
2432
2433 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2436         to avoid trying to snarf invalid stuff.
2437
2438         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2439
2440         * gnus.el (gnus-message-archive-group): Quote value.
2441         (gnus-message-archive-group): Mark as changed.
2442
2443         * shr.el (shr-add-font): Don't put the font properties on the newline
2444         or the indentation.
2445
2446         * message.el (message-fix-before-sending): Change options when sending
2447         non-printable characters.
2448
2449         * gnus.el (gnus-message-archive-method): Change the default to
2450         monthly outgoing groups.
2451
2452         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2453         that have gotten new numbers.
2454
2455         * nnimap.el (nnimap-request-replace-article): New function.
2456
2457 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2460         (nnrss-request-article): Don't use special html washing code.
2461
2462 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * shr.el (shr-tag-table): Remove useless nconc.
2465
2466 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-art.el (article-wash-html): Simplify and remove the charset
2469         stuff.  Use the normal html rendering code instead of the special html
2470         washing code.
2471
2472         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2473         `gnus-w3m' symbols.
2474         (mm-text-html-washer-alist): Remove.
2475
2476         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2477         (mm-inline-media-tests): Remove use.
2478         (mm-text-html-renderer): Change default to the `shr' symbol.
2479
2480         * mm-view.el (mm-inline-text-html): Remove use.
2481
2482         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2483         `gnus-blocked-images' to be a function.
2484         (gnus-article-wash-function): Remove.
2485
2486 2010-10-20  Julien Danjou  <julien@danjou.info>
2487
2488         * spam.el (spam-list-of-processors): Mark as obsolete.
2489
2490         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2491         (nnimap-insert-partial-structure): Fix boundary detection.
2492
2493 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2494
2495         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2496         run file-truename on remote files.  This can be expensive and even
2497         prevent one from editing drafts if some unrelated buffer has a stale
2498         connection.
2499
2500 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2503         kinsoku-eol regardless of shr-kinsoku-shorten.
2504         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2505         (shr-tag-table): Support caption, thead, and tfoot.
2506
2507 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2510         lines.
2511         (shr-save-contents): New command and keystroke.
2512
2513         * nndoc.el (nndoc-type-alist): Add git support.
2514         (nndoc-git-type-p): New function.
2515         (nndoc-transform-git-article): Ditto.
2516         (nndoc-transform-git-headers): Ditto.
2517         (nndoc-transform-git-headers): Generate Subject headers.
2518
2519         * shr.el (shr-parse-style): New function.
2520         (shr-tag-span): Ditto.
2521
2522         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2523         to `G G' to avoid collisions.
2524
2525 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * shr.el: Load kinsoku if necessary.
2528         (shr-kinsoku-shorten): New internal variable.
2529         (shr-find-fill-point): Make kinsoku shorten text line if
2530         shr-kinsoku-shorten is bound to non-nil.
2531         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2532         shr-indentation too when testing if table is wider than frame width.
2533         (shr-insert-table): Use `string-width' instead of `length' to measure
2534         text width.
2535         (shr-insert-table-ruler): Make sure indentation is done at bol.
2536
2537 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2538
2539         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2540         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2541         undecoded network data.
2542
2543 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2546         name in the mode line spec so that the mode line menu works
2547         (bug #2431).
2548
2549         * message.el (message-get-reply-headers): If we're fed `to-address',
2550         then always use that.
2551
2552         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2553         aren't so wide as to need to switch off the edit menu.
2554
2555         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2556         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2557
2558         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2559         `M-g'.
2560         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2561         the permanent marks.
2562
2563 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2564
2565         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2566         Splitting according to references/in-reply-to obeys the ignore-groups
2567         variable, while splitting by sender and subject do not.
2568
2569 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2572         alist, so that we can look for non-Unicode chars.
2573         (article-translate-strings): Allow both character and string maps.
2574
2575 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * shr.el (shr-insert): Don't insert space behind a wide character
2578         categorized as kinsoku-bol, or between characters both categorized as
2579         nospace.
2580
2581 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2582
2583         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2584         headers to gnus-newsgroup-headers.
2585
2586 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * shr.el (shr-tag-img): Don't align images -- since we're not
2589         rescaling, this often leads to ugly displays.
2590
2591 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2592
2593         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2594         duplicates.
2595
2596 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2597
2598         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2599         call.
2600
2601 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus.el: Autoload gnus-html-show-images.
2604
2605         * nnimap.el: Use nnheader-message throughout.
2606
2607         * shr.el (shr-tag-img): Ignore images with no data.
2608
2609 2010-10-15  Julien Danjou  <julien@danjou.info>
2610
2611         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2612         a possibility to disable format=flow encoding when using hard newlines.
2613
2614 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * shr.el (shr-insert): Remove space inserted before or after a
2617         breakable character or at the beginning or the end of a line.
2618         (shr-find-fill-point): Do kinsoku; find the second best point or give
2619         it up if there's no breakable point.
2620
2621 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * nnimap.el (nnimap-open-connection): Message when opening connection
2624         for debugging purposes.
2625
2626         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2627         on every setup buffer call to allow this to change from article to
2628         article.
2629
2630         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2631         buffers where we have a wide table.
2632
2633 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2634
2635         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2636         uses *-request-thread.
2637
2638 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2641         incantation, which is no longer valid.
2642
2643 2010-10-14  Julien Danjou  <julien@danjou.info>
2644
2645         * shr.el: Fix defcustom type (char -> character).
2646
2647 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2650         programs.
2651
2652 2010-10-14  Julien Danjou  <julien@danjou.info>
2653
2654         * shr.el (shr-tag-a): Use url-link as widget type.
2655
2656         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2657         `gnus-group-get-icon'.
2658
2659 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2662         This should make server editing work better.
2663
2664         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2665
2666         * tls.el (tls-program): Remove spurious %s from openssl.
2667
2668         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2669         (nnimap-parse-flags): Fix regexp.
2670
2671         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2672         probably work for CJVK text, too.
2673
2674         * nnimap.el (nnimap-extend-tls-programs): Remove.
2675         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2676
2677         * tls.el (tls-starttls-switches): Remove starttls hack.
2678         (open-tls-stream): Ditto.
2679         (tls-find-starttls-argument): Ditto.
2680
2681 2010-10-13  Julien Danjou  <julien@danjou.info>
2682
2683         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2684         responses.
2685
2686 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2689
2690         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2691         anything in Emacs.
2692
2693         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2694
2695 2010-10-13  Julien Danjou  <julien@danjou.info>
2696
2697         * shr.el (shr-width): Make shr-width a defcustom with default to
2698         fill-column.
2699         (shr-tag-img): Use shr-width rather than fill-column.
2700
2701 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * dgnushack.el (byte-optimize-apply)
2704         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2705
2706         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2707         position when (X-)Faces exist.
2708         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2709         avatars when called interactively.
2710
2711 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2714         gnus-article-x-face-too-ugly is bound.
2715
2716 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2719
2720         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2721         mailbox that doesn't exist.
2722
2723 2010-10-12  Julien Danjou  <julien@danjou.info>
2724
2725         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2726         (shr-get-image-data): Encode URL properly when fetching from cache.
2727         (shr-tag-img): Use aligned-to spaces to align correctly images.
2728
2729         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2730         before inserting the Gravatar.
2731
2732         * shr.el (shr-tag-img): Add align attribute support for <img>.
2733
2734 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-gravatar.el (gnus-art): Require.
2737
2738         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2739         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2740         Remove long obsoleted functions.
2741
2742 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2745
2746         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2747
2748         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2749         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2750         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2751         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2752         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2753         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2754         * sieve-manage.el, smime.el, spam.el:
2755         Fix comment for declare-function.
2756
2757 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnimap.el (nnimap-request-rename-group): Select group read-only
2760         before renaming it.
2761
2762         * shr.el (shr-insert): Fix up the white space only regexp.
2763
2764         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2765         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2766
2767         * shr.el (shr-current-column): New function.
2768         (shr-find-fill-point): New function.
2769
2770 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2771
2772         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2773         numbers.
2774
2775 2010-10-11  Julien Danjou  <julien@danjou.info>
2776
2777         * shr.el (shr-hr-line): Add.
2778         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2779         display hr lines.
2780         (shr-max-columns): Do not change state to nil if we just inserting
2781         spaces.
2782
2783 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2786         select the last group.
2787
2788 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2789
2790         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2791
2792 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2793
2794         * dig.el (dig-mode-map): Declare and define in one step.
2795
2796 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2799         for Gnus.
2800         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2801         (nnimap-update-qresync-info): Mark \Seen articles as read.
2802
2803         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2804         non-variable, too.
2805
2806         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2807         available.
2808         (nnimap-update-info): Rely more on the current active than the param
2809         active to avoid marking articles as read too much.
2810
2811         * auth-source.el (auth-source-create): Use (user-login-name) for the
2812         user name default.
2813
2814         * nnimap.el (nnimap-update-info): If the server doesn't return any
2815         useful info, just use the previous info.
2816         (nnimap-update-info): Prefer old info over start-article.
2817         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2818
2819 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2820
2821         * nnir.el (autoload): Clean up autoloads.
2822         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2823         Use key rather than value.
2824         (nnir-imap-search-other): New variable.
2825         (nnir-read-parm): Use it.
2826         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2827         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2828
2829 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2830
2831         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2832         the process, too.
2833
2834 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * spam.el (gnus-summary-mode-map): Bind to "$".
2837         Suggested by Russ Allbery.
2838
2839         * shr.el: Rework the way things are indented by <li> slightly.
2840
2841         * gnus.el (gnus-group-set-parameter): Fix typo.
2842
2843         * nnimap.el: Start implementing QRESYNC support.
2844
2845 2010-10-09  Julien Danjou  <julien@danjou.info>
2846
2847         * nnir.el (nnir-engines): Fix too many arguments.
2848
2849 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2852         group is the "last", so that the backends like nnfolder actually save
2853         their folders.
2854
2855         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2856         try to use that for the tls stream.
2857         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2858         UIDVALIDITY and find out which groups are read-only and not.
2859         (nnimap-get-flags): Use the same marks parsing code as the rest of
2860         nnimap.
2861
2862 2010-10-09  Julien Danjou  <julien@danjou.info>
2863
2864         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2865
2866         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2867         retrieving gravatars.
2868
2869         * shr.el (shr-table-corner): Add.
2870         (shr-table-line): Add.
2871         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2872
2873 2010-10-08  Julien Danjou  <julien@danjou.info>
2874
2875         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2876
2877 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2880
2881         * gnus-sum.el (gnus-mark-article-as-unread)
2882         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2883         (gnus-summary-set-bookmark): Use it.
2884
2885         * gnus-msg.el (gnus-setup-message): Use it.
2886
2887         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2888
2889         * gnus.el (gnus-group-remove-parameter): Use it.
2890
2891         * gnus-group.el (gnus-group-make-web-group): Use it.
2892
2893         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2894
2895         * nnregistry.el: Update docs to mention manual.
2896
2897         * gnus-registry.el: Update docs to mention nnregistry.el.
2898         (gnus-registry-initialize): Don't install nnregistry refer method
2899         automatically.
2900         (gnus-registry-install-nnregistry): Remove it.
2901
2902 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * shr.el (shr-insert): Don't insert double spaces.
2905
2906 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-gravatar.el (gnus-treat-from-gravatar)
2909         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2910         called interactively.
2911
2912         * gnus-art.el (gnus-mime-view-part-externally)
2913         (gnus-mime-view-part-internally): Make predicate function passed to
2914         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2915         of a mime type.
2916
2917         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2918
2919 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * shr.el (require): Require cl when compiling.
2922         (shr-tag-hr): New function.
2923
2924         * nnimap.el (nnimap-update-info): Remove double setting of high.
2925         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2926         This makes nnimap work properly on Courier again.
2927
2928         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2929         the variable for backwards compatability.
2930
2931         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2932         the file name before using to avoid setting mm-default-directory to
2933         nil.
2934
2935         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2936         bidning gnus-agent variables.
2937
2938         * shr.el (shr-render-td): Use a cache for the table rendering function
2939         to avoid getting an exponential rendering behaviour in nested tables.
2940         (shr-insert): Rework the line-breaking algorithm.
2941         (shr-insert): Don't leave trailing spaces.
2942         (shr-insert-table): Also insert empty TDs.
2943         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2944
2945 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2946
2947         * gnus-sum.el (gnus-number): Rename from `number'.
2948         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2949         (gnus-summary-limit-children): Update uses correspondingly.
2950
2951 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2954         (gnus-gravatar-transform-address): Don't show avatars of people of
2955         which mail addresses match gnus-gravatar-too-ugly.
2956
2957 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * shr.el (shr-table-widths): Expand TD elements to fill available
2960         space.
2961
2962 2010-10-07  Julien Danjou  <julien@danjou.info>
2963
2964         * nnimap.el (nnimap-request-rename-group): Add this method.
2965
2966 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2969         name from XEmacs' function-arglist.
2970
2971         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2972         gravatar under XEmacs.
2973
2974 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2975
2976         * auth-source.el: Update docs with TODO items.
2977
2978         * gnus-sync.el: Update docs to explain state and plans.
2979
2980         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2981         Hooks for mark updates.
2982         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2983
2984         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2985         hooks with arguments, which is needed for mark update hooks.
2986
2987 2010-10-06  Julien Danjou  <julien@danjou.info>
2988
2989         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2990         was matched.
2991
2992         * sieve-manage.el: Update example in `Commentary'.
2993
2994         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2995
2996         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2997         not 2000.
2998         (sieve-manage-authenticate): Re-add function.
2999
3000 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * shr.el (shr-insert): Get 'space transition right.
3003         (shr-render-td): Only delete space at the end of the TD.
3004
3005         * nnimap.el (nnimap-open-connection): Prepare to support
3006         open-gnutls-stream.
3007
3008         * shr.el: Rearrange function order to be more logical.
3009
3010 2010-10-06  Julien Danjou  <julien@danjou.info>
3011
3012         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3013         (nnrss-discover-feed): Remove 404 URL in docstring.
3014
3015         * nnir.el: Fix Swish-E URL.
3016         Fix Namazu URL.
3017
3018         * message.el (message-change-subject): Remove 404 URL in a comment.
3019
3020 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3023         called interactively.
3024
3025         * gnus-util.el (gnus-remove-if): Allow hash table.
3026         (gnus-remove-if-not): New function.
3027
3028         * gnus-art.el (gnus-mime-view-part-as-type)
3029         * gnus-score.el (gnus-summary-score-effect)
3030         * gnus-sum.el (gnus-read-move-group-name):
3031         Replace remove-if-not with gnus-remove-if-not.
3032
3033         * gnus-group.el (gnus-group-completing-read):
3034         Regard collection as a hash table if it is not a list.
3035
3036 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3039
3040         * shr.el: Document the table-rendering algorithm.
3041
3042 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3045         for Emacsen having no `libxml-parse-html-region' support.
3046
3047 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3050         invalid URLs.
3051
3052         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3053         line-broken.
3054         (shr-tag-img): Ignore image fetching errors.
3055         (shr-overlays-in-region): Compute overlay positions correctly.
3056
3057         * mm-decode.el (mm-shr): Require shr.
3058
3059         * gnus-art.el (gnus-blocked-images): Move variable here.
3060
3061         * shr.el (shr-insert-table): Bind free variable.
3062
3063         * mm-decode.el (mm-shr): Bind shr-content-function.
3064
3065         * shr.el (shr-content-function): New variable.
3066
3067         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3068         added for symmetry.
3069
3070         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3071
3072         * gnus-group.el (gnus-group-make-group): Doc fix.
3073
3074         * nnimap.el (nnimap-request-newgroups): Return success.
3075
3076         * shr.el (shr-find-elements): New function.
3077         (shr-tag-table): Put all the images after the table.
3078         (shr-tag-table): Really inhibit images inside the table.
3079         (shr-collect-overlays): Copy over overlays from the TD elements to the
3080         main document.
3081
3082         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3083         gnus-blocked-images.
3084
3085 2010-10-05  Julien Danjou  <julien@danjou.info>
3086
3087         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3088
3089         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3090         (gnus-html-maximum-image-size): Add this function.
3091         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3092
3093         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3094         server-value of the capability is nil.
3095
3096 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * shr.el (shr-tag-em): Add <EM> tag.
3099
3100 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3101
3102         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3103         customizable.
3104
3105         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3106         handing broken links to browse-url.
3107
3108 2010-10-05  Julien Danjou  <julien@danjou.info>
3109
3110         * gnus-util.el (gnus-emacs-completing-read)
3111         (gnus-iswitchb-completing-read): Use autoload rather than require.
3112
3113 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3116         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3117         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3118         iswitchb-temp-buflist for XEmacs.
3119
3120         * gnus-util.el (gnus-completing-read-function): Exclude
3121         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3122         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3123         XEmacs.
3124
3125         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3126         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3127
3128         * gnus-html.el: Don't require help-fns under XEmacs.
3129         (gnus-html-schedule-image-fetching): Work for XEmacs.
3130
3131         * mm-decode.el (mm-shr): Decode contents by charset.
3132
3133 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3136         unknown.
3137
3138         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3139         (shr-get-image-data): Ensure against the cache file missing.
3140
3141         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3142         for data.
3143
3144         * spam-report.el (spam-report-url-ping-plain): Don't query about
3145         killing the process.
3146
3147         * shr.el (shr-render-td): Protect against too-wide text.
3148
3149 2010-10-04  Julien Danjou  <julien@danjou.info>
3150
3151         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3152         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3153
3154         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3155         retrieved.
3156
3157 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * shr.el (browse-url): Require.
3160         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3161         lines.
3162         (shr-show-alt-text, shr-browse-image): New commands.
3163         (shr-browse-url, shr-copy-url): New commands.
3164
3165         * gnus-sum.el (gnus-widen-article-window): New variable.
3166         (gnus-summary-select-article-buffer): Use it.
3167
3168         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3169         without @ signs.
3170
3171 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3172
3173         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3174
3175 2010-10-04  Julien Danjou  <julien@danjou.info>
3176
3177         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3178         for XEmacs.
3179
3180 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3183
3184         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3185         (nnimap-close-server): Implement.
3186
3187         * dgnushack.el (iswitchb): Require to shut up the compiler.
3188
3189         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3190         (shr-insert): Tweak line breaking.
3191         (shr-insert): Handle <pre> better.
3192         (shr-tag-li): Get <li> indentation right.
3193         (shr-tag-li): Get <li> indentation even righter.
3194         (shr-tag-blockquote): Ensure paragraph start.
3195         (shr-make-table): Tweak table generation.
3196         (shr-make-table): Fix typo.
3197
3198         * shr.el: Implement table rendering.
3199
3200 2010-10-04  Julien Danjou  <julien@danjou.info>
3201
3202         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3203
3204 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * shr.el (shr-insert): Use string anchors instead of line anchors.
3207
3208 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * shr.el: Add headings.
3211         (shr-ensure-paragraph): Actually work.
3212         (shr-tag-li): Make <ul> prettier.
3213         (shr-insert): Get white space at the beginning/end of elements right.
3214         (shr-tag-p): Collapse subsequent <p>s.
3215         (shr-ensure-paragraph): Don't insert double line feeds after blank
3216         lines.
3217         (shr-insert): \t is also space.
3218         (shr-tag-s): Fix "s" tag name function.
3219         (shr-tag-s): Fix face prop name.
3220
3221 2010-10-03  Julien Danjou  <julien@danjou.info>
3222
3223         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3224
3225         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3226         gnus-window-inside-pixel-edges.
3227
3228         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3229         gnus-ems.
3230
3231         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3232
3233         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3234         function.
3235
3236         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3237         resize choice.
3238
3239 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3242         beginning of the buffer.
3243
3244         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3245         article buffer again.
3246
3247         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3248
3249         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3250         when it's at the start of the buffer.
3251
3252         * shr.el (shr-tag-blockquote): Convert name.
3253         (shr-rescale-image): Use the right image-size variant.
3254
3255         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3256         buffer isn't shown, then select the current article first instead of
3257         bugging out.
3258         (gnus-summary-select-article-buffer): Show both the article and summary
3259         buffers again.
3260
3261         * shr.el (shr-fontize-cont): Protect against regions with no text.
3262         Rename tag functions to shr-tag-* for enhanced security.
3263         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3264
3265 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3266
3267         * shr.el (shr-insert):
3268         * pop3.el (pop3-movemail):
3269         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3270         loaded.
3271
3272 2010-10-03  Glenn Morris  <rgm@gnu.org>
3273
3274         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3275
3276         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3277
3278         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3279
3280         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3281
3282         * gnus-util.el (gnus-make-local-hook): Simplify.
3283
3284 2010-10-02  Julien Danjou  <julien@danjou.info>
3285
3286         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3287         (gnus-ido-completing-read): New function.
3288         (gnus-emacs-completing-read): New function.
3289         (gnus-completing-read): Use gnus-completing-read-function.
3290         Add gnus-completing-read-function.
3291
3292 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * shr.el (shr-insert-document): Autoload.
3295         (shr-img): Be silent.
3296         (shr-insert): Add a newline after every picture before text.
3297         (shr-add-font): Use overlays for combining faces.
3298         (shr-insert): Pass upwards the text start point.
3299
3300         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3301         possible.
3302         (mm-shr): New function.
3303
3304 2010-10-02  Julien Danjou  <julien@danjou.info>
3305
3306         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3307         should go backward.
3308
3309 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * shr.el (shr): Fix typo in provide call.
3312
3313 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el: New file.
3316
3317         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3318
3319         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3320         completing read.
3321
3322 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3325         we're being queried about.  Suggested by Dan Jacobson.
3326
3327         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3328         Suggested by Jason Eisner.
3329
3330         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3331         table, too.  Suggested by Stefan Wiens.
3332         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3333         the table unnecessary.  Suggested by Stefan Wiens.
3334
3335         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3336         longer needed, and probably doesn't work either, as pointed out by
3337         Stefan Wiens.
3338         (gnus-summary-exit): Remove call to the clearing function.
3339         (gnus-summary-exit-no-update): Ditto.
3340
3341         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3342         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3343         Reported by Stefan Monnier.
3344         (gnus-summary-save-in-rmail): Ditto.
3345
3346         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3347         article buffer, instead of both the article buffer and the summary
3348         buffer.  Sort of suggested by Dan Jacobson.
3349
3350         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3351
3352         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3353         Suggested by Dan Jacobson.
3354
3355         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3356         documentation clearer.
3357
3358         * message.el (message-shorten-references): Comment on the number "21".
3359         Suggested by Stefan Monnier.
3360
3361         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3362         Suggested by Dan Jacobson.
3363
3364         * gnus.el (gnus-large-newsgroup):
3365         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3366
3367         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3368         externalize attachments.  Bug reported by Steve Wen.
3369
3370         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3371         really message anything to the user.
3372
3373         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3374         directly.
3375
3376         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3377         messages in empty groups.
3378
3379 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3380
3381         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3382         non-UIDNEXT group.
3383
3384 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3387         not the value from the collection.
3388
3389         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3390         values.  This sometimes happens on some groups that have no info.
3391         (nnimap-request-newgroups): New function.
3392
3393 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3396         check into `gnus-registry-initialize'.
3397         (gnus-registry-initialize): Ditto.
3398         Fix and extend header docs.
3399
3400 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3403         regexp backtrace overflows.
3404
3405         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3406         for starttls that tls.el implements; i.e. openssl.
3407
3408         * tls.el (tls-starttls-switches): Give up on using starttls with
3409         gnutls-cli.
3410         (tls-program): Add --insecure to be consistent with the defaults from
3411         openssl s_client.  Now all three commands are insecure.
3412
3413 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * lpath.el: Bind completion-styles-alist for XEmacs.
3416
3417         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3418         (gravatar-create-image): New function that's an alias to
3419         gnus-xmas-create-image, gnus-create-image, or create-image.
3420         (gravatar-data->image): Use it.
3421
3422 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3425         install the nnregistry refer method.
3426         (gnus-registry-install-hooks): Use it.
3427         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3428         unfollowed groups.
3429
3430 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3431
3432         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3433         expanding threads.
3434
3435 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nnir.el: Use the server names without suffixes (bug #7009).
3438
3439         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3440         unencrypted to STARTTLS, if possible.
3441
3442 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3443
3444         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3445         headers before superseding.
3446
3447 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * nnrss.el (nnrss-use-local): Add documentation.
3450
3451         * nnimap.el (nnimap-extend-tls-programs): New function.
3452         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3453         (nnimap-wait-for-connection): Accept the greeting from the stupid
3454         output from openssl s_client -starttls, too.
3455
3456         * tls.el (tls-starttls-switches): New variable.
3457         (tls-find-starttls-argument): Use it.
3458         (open-tls-stream): Ditto.
3459
3460         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3461         (netrc-machine): Ditto.
3462
3463         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3464         article number.
3465         (nnimap-split-fancy): New variable.
3466         (nnimap-split-incoming-mail): Use it.
3467
3468         * nntp.el (nntp-server-list-active-group): Document.
3469
3470         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3471         SELECT to get the message-id.
3472
3473         * mail-source.el (mail-sources): Remove webmail support.
3474         (defvar): Ditto.
3475         (mail-source-fetcher-alist): Ditto.
3476         (mail-source-fetch-webmail): Remove.
3477
3478         * webmail.el: Remove -- doesn't seem relevant any more.
3479
3480         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3481
3482         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3483         the \r.
3484
3485 2010-09-30  Julien Danjou  <julien@danjou.info>
3486
3487         * gnus-agent.el (gnus-agent-add-group): Fix call to
3488         gnus-completing-read.
3489
3490 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nndoc.el (nndoc-retrieve-groups): New function.
3493
3494         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3495         `default', use nnmail-split-methods.
3496         (nnimap-request-article): Downcase the NILs so that they are nil.
3497
3498         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3499         symbol.
3500
3501         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3502         code, since if the user has requested network, that's what they ought
3503         to get.
3504         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3505         (nnimap-split-rule): Mark as obsolete.
3506
3507         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3508         New variable.
3509
3510         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3511         correct slot, too.
3512
3513 2010-09-29  Julien Danjou  <julien@danjou.info>
3514
3515         * gnus.el (gnus-local-domain): Declare variable obsolete.
3516
3517         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3518         Fix history computing.
3519         (gnus-ido-completing-read): Require ido.
3520
3521 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3524         build Gnus.
3525
3526         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3527         when interpreting the structures.
3528         (nnimap-request-accept-article): Add \r\n to the lines to make this
3529         work with Cyrus.
3530
3531         * nndraft.el (nndraft-request-expire-articles): Use the group name
3532         instead if "nndraft".  Fix found by Nils Ackermann.
3533
3534 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3535
3536         * nnregistry.el: Add.
3537
3538 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3539
3540         * nnmail.el (group, group-art-list, group-art):
3541         Remove unneeded directives.
3542
3543 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3546         (mm-mime-charset)
3547         * rfc2047.el (rfc2047-syntax-table)
3548         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3549
3550         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3551         rather than `insert-file-contents' and `eval-region'.
3552
3553         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3554         construction.
3555
3556         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3557
3558         * time-date.el: No need to require cl for Emacs 21.
3559
3560 2010-09-29  Julien Danjou  <julien@danjou.info>
3561
3562         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3563         replacement of `gnus-gravatar-relief' to mimic
3564         `gnus-faces-properties-alist'.
3565         Add :version property.
3566
3567 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * mail-source.el (mail-source-report-new-mail)
3570         * message.el (message-default-mail-headers)
3571         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3572
3573         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3574
3575 2010-09-28  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3578         mail-address contains the same string as real-name.
3579
3580         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3581         non-blank in header, otherwise it'll get stripped.
3582
3583         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3584         real-name, and then for mail address rather than doing : or , search.
3585
3586 2010-09-27  Julien Danjou  <julien@danjou.info>
3587
3588         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3589         right completing-read function.
3590         (gnus-use-ido): New variable
3591         (gnus-completing-read-with-default): Remove.
3592         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3593         (gnus-agent-add-group):
3594         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3595         * mm-view.el (mm-view-pkcs7-decrypt):
3596         * mm-util.el (mm-codepage-setup):
3597         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3598         * mml-smime.el (mml-smime-openssl-sign-query):
3599         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3600         (mml-insert-multipart):
3601         * gnus-msg.el (gnus-summary-yank-message):
3602         * gnus-int.el (gnus-start-news-server):
3603         * mm-decode.el (mm-interactively-view-part):
3604         * gnus-dired.el (gnus-dired-attach):
3605         * gnus.el (gnus-read-method):
3606         * gnus-bookmark.el (gnus-bookmark-jump):
3607         * gnus-art.el (gnus-mime-view-part-as-type)
3608         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3609         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3610         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3611         * nnmairix.el (nnmairix-create-server-and-default-group)
3612         (nnmairix-update-groups, nnmairix-get-server)
3613         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3614         (nnmairix-get-group-from-file-path):
3615         * nnrss.el (nnrss-find-rss-via-syndic8):
3616         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3617         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3618         (gnus-group-browse-foreign-server):
3619         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3620         (gnus-summary-execute-command, gnus-summary-respool-article)
3621         (gnus-read-move-group-name):
3622         * gnus-score.el (gnus-summary-increase-score)
3623         (gnus-summary-score-effect):
3624         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3625
3626 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3629         x-focus-frame.
3630
3631         * nnimap.el (auth-source-forget-user-or-password)
3632         (auth-source-user-or-password): Autoload.
3633
3634         * message.el (message-from-style, message-interactive)
3635         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3636         (message-yank-prefix, message-indentation-spaces, message-signature)
3637         (message-signature-file): Add comment.
3638
3639 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3642         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3643         new articles.
3644
3645         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3646         parts.
3647         (nnimap-request-article): Work with the t setting, too.
3648
3649         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3650         that you don't get flashes of other buffers.
3651         (gnus-summary-show-complete-article): Intern before setting.
3652
3653 2010-09-27  David Engster  <dengste@eml.cc>
3654
3655         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3656         well as HEADERS.
3657         (nnmairix-retrieve-headers): Provide new argument for the above.
3658
3659 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660
3661         * gnus-sum.el (gnus-summary-move-article): Don't alter
3662         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3663         group.
3664
3665         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3666
3667         * message.el (message-cite-prefix-regexp): Revert my last edit.
3668
3669         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3670         variable instead of the Gnus variable.
3671
3672         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3673
3674         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3675
3676         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3677         since some servers don't like it.
3678         (nnimap-open-connection): Forget credentials if the server says the
3679         password was wrong.
3680         (nnimap-parse-line): Protect against invalid data.
3681
3682         * gnus-sum.el (gnus-summary-move-article): Add comment.
3683         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3684         nothing alters it while scanning for new messages.
3685
3686         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3687         which may or may not help.
3688         (nnimap-open-connection): If we're doing a stream connection, and then
3689         discover we're on a STARTTLS-capable server, then open a STARTTLS
3690         connection instead.
3691
3692 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * nnimap.el (utf7): Require.
3695
3696         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3697         prefix.
3698
3699 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3700
3701         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3702
3703 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * nnimap.el (nnimap-request-accept-article): Message the error on
3706         error.
3707
3708 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3711
3712 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * nndoc.el (nndoc-request-list): Return success always.
3715
3716         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3717         `fetch-old' -- we only want to fetch the articles we've requested.
3718         The rest are in the agent, probably.
3719         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3720         disappeared server" to something low.  It's not important.
3721
3722         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3723         arrived before the FETCH data.
3724
3725         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3726         target here, because we don't know the Gnus name of the group.
3727
3728         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3729         for the correct group.
3730
3731         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3732
3733         * gnus.el (gnus): Give a final warning after startup.
3734
3735         * gnus-util.el (gnus-action-message-log): New variable.
3736         (gnus-message): Use it.
3737         (gnus-final-warning): New function.
3738
3739         * nnimap.el (nnimap-open-connection): Record the greeting.
3740         (nnimap): Add greeting.
3741
3742 2010-09-26  Julien Danjou  <julien@danjou.info>
3743
3744         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3745         arguments.
3746         (gnus-html-wash-images): Fix spec computing to include start/end.
3747
3748         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3749
3750 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3753         deletion.
3754         (nnimap-retrieve-headers): Don't select the group, because that's
3755         already done by nnimap-possibly-change-group.
3756
3757         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3758         (gnus-picon-transform-address): Use it.
3759
3760         * mail-source.el (mail-source-value): Revert previous patch.
3761
3762         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3763         on failure.
3764         (nnimap-open-connection): Look up both virtual and physical server name
3765         credentials.
3766
3767         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3768
3769 2009-02-07  Dave Love  <fx@gnu.org>
3770
3771         * tls.el (open-tls-stream): Don't query killing process.
3772
3773 2009-02-08  Dave Love  <fx@gnu.org>
3774
3775         * gnus-win.el (gnus-window-to-buffer-helper)
3776         (gnus-all-windows-visible-p): Function needn't be a symbol.
3777
3778         * mail-source.el (mail-source-value): Function needn't be a symbol.
3779
3780 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * message.el (message-cite-prefix-regexp): Remove } from the cite
3783         prefix.
3784
3785         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3786         highlight again, so that the highlight is correct.
3787
3788         * gnus-picon.el (gnus-picon): Remove again.
3789         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3790
3791         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3792         doing the header highlightling, so that the background colour of the
3793         picon is correct.
3794
3795         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3796         (gnus-picon): Ditto.
3797         (gnus-picon): Reinstate.  The background colour for picons is white.
3798         (gnus-picon-insert-glyph): Make the background white.
3799
3800         * nnml.el (nnml-open-nov): Don't return dead buffers.
3801
3802         * auth-source.el (auth-source-create): Query the user for whether to
3803         store the credentials.
3804
3805         * netrc.el (netrc-store-data): New function.
3806
3807         * auth-source.el (auth-source-user-or-password): Use the existing auth
3808         sources, if any, for creation.
3809
3810         * gnus.el (gnus-group-fast-parameter): Return the last matching
3811         parameter instead of the first matching parameter.
3812
3813 2010-09-26  Julien Danjou  <julien@danjou.info>
3814
3815         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3816
3817 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * mml2015.el (mml2015-use): Remove gpg support.
3820
3821         * mml1991.el (mml1991-function-alist): Remove gpg function.
3822         (mml1991-gpg-sign): Remove.
3823
3824 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3825
3826         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3827         (gnus-browse-unsubscribe-current-group): Document it.
3828         (gnus-browse-unsubscribe-group): Use it.
3829
3830 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3833         address to the To list for easier response.
3834
3835         * gnus.el (gnus-play-startup-jingle): Remove.
3836         (gnus-splash): Don't play jingle.
3837         (gnus): Silence gnus-load message.
3838
3839         * gnus-art.el (gnus-treat-play-sounds): Remove.
3840
3841         * gnus.el (gnus-play-jingle): Remove audio support.
3842
3843         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3844
3845         * earcon.el: Remove -- no users.
3846
3847         * gnus-audio.el: Remove -- no users of this package.
3848
3849         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3850
3851         * gnus-start.el (gnus-setup-news): Remove nocem support.
3852
3853         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3854
3855         * gnus.el (gnus-use-nocem): Remove.
3856
3857         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3858         Remove.
3859
3860         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3861         uses NoCeM any more.
3862
3863         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3864         (gnus-button-ctan-handler): Ditto.
3865         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3866         (gnus-button-ctan-directory-regexp): Ditto.
3867         (gnus-button-handle-ctan): Ditto.
3868         (gnus-button-tex-level): Ditto.
3869         (gnus-button-alist): Remove CTAN stuff.
3870
3871 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3874         nnimap-streaming test.
3875
3876         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3877         servers twice.
3878
3879         * nnimap.el (nnimap-open-connection): Add more error reporting when
3880         nnimap fails early.
3881
3882         * nnheader.el (nnheader-get-report-string): New function.
3883         (nnheader-get-report): Use it.
3884
3885         * gnus-int.el (gnus-check-server): Say what the error was when opening
3886         failed.
3887
3888         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3889         using streaming.
3890
3891 2010-09-25  Julien Danjou  <julien@danjou.info>
3892
3893         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3894         gnus-window-inside-pixel-edges.
3895
3896 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3899
3900         * mm-decode.el (mm-save-part): Allow saving to other directories the
3901         normal Emacs way.
3902
3903         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3904         Suggested by Jay Berkenbilt.
3905
3906         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3907         there isn't a single byte.
3908
3909         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3910         just do it.  It doesn't really seem to matter what the user responds
3911         here, I think, so it's just a confusing question.
3912
3913         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3914         non-streaming case.
3915
3916         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3917         (gnus-article-encrypt-body): Use it.
3918
3919         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3920         keystroke.
3921
3922         * nnimap.el (nnimap-find-wanted-parts-1):
3923         Use gnus-fetch-partial-articles.
3924
3925         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3926
3927         * nnimap.el (nnimap-insert-partial-structure): New function.
3928         (nnimap-get-partial-article): New function.
3929         (nnimap-request-article): Use it.
3930         (nnimap-wait-for-response): Return whether the wait was successful.
3931         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3932         retrieval wasn't successful.
3933         (nnimap-retrieve-group-data-early): Allow throttling servers.
3934         (nnimap-streaming): New variable.
3935         (nnimap-fetch-partial-articles): Remove.
3936
3937         * mm-decode.el (mm-with-part): Protect against killed buffers.
3938
3939         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3940         for prettier summary display.
3941
3942 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3943
3944         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3945
3946 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3949         apparently third-party libraries depend on it.
3950
3951         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3952         before starting negotiation.
3953
3954         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3955         privacy reasons.
3956         (gnus-treat-mail-gravatar): Ditto.
3957
3958         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3959         buffer when inserting images.  Inserting text into the headers, for
3960         instance, can make them invalid.
3961
3962 2010-09-25  Julien Danjou  <julien@danjou.info>
3963
3964         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3965         variables.
3966
3967         * nnheader.el: Remove useless variables news-reply-yank-from and
3968         news-reply-yank-message-id.
3969
3970         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3971         variables.
3972
3973         * mml1991.el: Remove useless mml1991-verbose.
3974
3975         * gnus.el: Remove useless variable gnus-use-generic-from.
3976         Remove obsolete variable gnus-topic-indentation.
3977
3978         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3979
3980         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3981
3982         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3983
3984         * gnus-group.el: Remove useless gnus-group-icon-cache.
3985         Remove useless gnus-ephemeral-group-server.
3986
3987         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3988
3989         * mml2015.el: Remove useless mml2015-verbose.
3990
3991         * mml-smime.el: Remove useless mml-smime-verbose.
3992
3993         * gnus.el: Remove useless gnus-local-domain.
3994
3995         * gnus-gravatar.el (gnus-gravatar-transform-address):
3996         Use gnus-gravatar-size.
3997
3998         * gnus-art.el: Remove useless gnus-treat-translate.
3999
4000 2010-09-24  Julien Danjou  <julien@danjou.info>
4001
4002         * gnus-sum.el: Add support for Gravatars.
4003
4004         * gnus-art.el: Add support for Gravatars.
4005
4006         * gnus-gravatar.el: Add this file.
4007
4008         * gravatar.el: Add this file.
4009
4010 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4013
4014         * gnus-group.el (gnus-group-fetch-faq): Remove.
4015
4016         * gnus.el (gnus-group-faq-directory): Remove.
4017
4018         * gnus-group.el (gnus-group-fetch-charter): Remove.
4019
4020         * gnus.el (gnus-group-charter-alist): Remove.
4021
4022         * gnus-group.el (gnus-group-archive-directory): Remove.
4023         (gnus-group-recent-archive-directory): Ditto.
4024         (gnus-group-make-archive-group): Remove.
4025
4026         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4027
4028         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4029         use the same article number for all the cached articles.
4030
4031         * nnimap.el (nnimap-command): Register the last command time so
4032         that we can use it for idling NOOPs.
4033         (nnimap-open-connection): Start the keeplive timer.
4034         (nnimap-make-process-buffer): Store all the process buffers.
4035         (nnimap-keepalive): New function.
4036
4037         * starttls.el (starttls-open-stream): Add autoload cookie.
4038
4039 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4040
4041         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4042         handling.
4043
4044 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4047         its data structures.
4048
4049         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4050         instead of the cl.el copy-list.
4051         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4052         equalp.
4053
4054 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4057         and tool-bar-local-item-from-menu.
4058
4059         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4060         mode-line-highlight face for Emacs.
4061
4062         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4063         loading gnus-sum.elc; fix comment for canlock-verify.
4064         (gnus-article-jump-to-part): Use read-number.
4065         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4066         Remove Emacs pre-21 compatible code for help-echo.
4067         (gnus-article-next-page-1): No need to adjust the number of lines.
4068         (gnus-article-describe-bindings): Always use help-buffer.
4069
4070         * gnus-audio.el (gnus-audio-inline-sound)
4071         * gnus-cus.el (gnus-custom-mode)
4072         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4073
4074         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4075
4076         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4077         compatible code.
4078
4079 2010-09-24  Glenn Morris  <rgm@gnu.org>
4080
4081         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4082         visiting the fcc file in rmail-mode.
4083
4084         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4085
4086 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * nnir.el: Silence the byte compiler.
4089
4090         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4091         alias to browse-url-url-encode-chars if any.
4092         (gnus-html-encode-url): Use it.
4093
4094 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-start.el (gnus-use-backend-marks): New variable.
4097         (gnus-get-unread-articles-in-group): Use it.
4098
4099         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4100         makeover.
4101
4102 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4103
4104         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4105
4106 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4109         Remove.
4110         (gnus-setup-news-hook):
4111         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4112
4113         * gnus-int.el (gnus-request-update-info): Protect against backends not
4114         having the function.
4115
4116         * nnimap.el (nnimap-stream): Mention starttls.
4117         (nnimap-open-connection): Add starttls support.
4118
4119 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4120
4121         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4122
4123 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4126         BODYSTRUCTUREs.
4127         (nnimap-transform-headers): Unfold quoted {42} headers.
4128
4129         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4130         the info.
4131         (gnus-get-unread-articles): Only call updatep on backends that support
4132         it.
4133
4134         * nnweb.el (nnweb-request-update-info): NOOP.
4135
4136         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4137
4138         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4139         since it only deals with marks.
4140
4141         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4142         gnus-request-marks, and make a new gnus-request-update-info.
4143
4144         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4145         the active instead of the high number, which is usually too low.
4146
4147 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4150         * encrypt.el: Remove.
4151
4152 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4155         server in symbolic form.
4156
4157         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4158
4159 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4162         (nnimap-update-info): Fix up code slightly.
4163
4164         * gnus-int.el (gnus-open-server): Add tracing for performance
4165         debugging.
4166
4167         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4168         (gnus-group-insert-group-line): Pass the real group name so that it
4169         gets the right data.
4170
4171         * gnus-start.el (gnus-get-unread-articles): Don't have
4172         `gnus-get-unread-articles-in-group' update info, since that can be
4173         really slow and doesn't seem to be needed?
4174
4175 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4176
4177         * time-date.el (date-to-time): Try using parse-time-string first before
4178         using the slower timezone-make-date-arpa-standard.
4179
4180 2010-09-22  Julien Danjou  <julien@danjou.info>
4181
4182         * gnus-group.el (gnus-group-insert-group-line):
4183         Call gnus-group-highlight-line.
4184         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4185         default hook list.
4186         (gnus-group-update-eval-form): Add new function.
4187         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4188         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4189
4190 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4193         immediate, then expire all articles.
4194         (nnimap-update-info): Fix off-by-one errors.
4195         (nnimap-flags-to-marks): Would return no marks lists for group with no
4196         flags.  Instead return the other data.
4197
4198 2010-09-22  Julien Danjou  <julien@danjou.info>
4199
4200         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4201         Only return an icon.
4202         (gnus-group-insert-group-line): Compute icon to return.
4203
4204         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4205         (gnus-html-image-fetched): Only cache if
4206         gnus-html-image-automatic-caching is set.
4207         (gnus-html-image-fetched): Check for errors.
4208
4209 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4212         once per method on `g'.  This ensures that backends like nnfolder don't
4213         open all their folders.
4214
4215         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4216         (nnimap-request-list): Nix out group in the correct buffer.
4217         (nnimap-parse-flags): Implement by using `read' instead of
4218         hand-parsing.
4219         (nnimap-flags-to-marks): Pass on permanent-flags.
4220         (nnimap-make-process-buffer): Record the server name.
4221         (nnimap-parse-flags): Fix typo.
4222         (nnimap-request-scan): Run split on the server in general, not just a
4223         single group.
4224
4225         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4226         parameter, and propagate this downwards.
4227
4228         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4229         since EXAMINE changes it on the server.
4230
4231         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4232         this command might take a while.
4233
4234 2010-09-22  Julien Danjou  <julien@danjou.info>
4235
4236         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4237         harmful if you have 2 images side-by-side, they can't be properly
4238         update on text deletion.  Using text-property is safer here.
4239         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4240         data.
4241
4242 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * nnimap.el (nnimap-expunge-inbox): Remove.
4245         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4246         (nnimap-expunge): Flip default to t.
4247
4248         * gnus.el (gnus-method-to-server): Don't push things to the cache
4249         unless it's unique.
4250         (gnus-server-to-method): Ditto.
4251
4252 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4255
4256 2010-09-22  Julien Danjou  <julien@danjou.info>
4257
4258         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4259         get the start of data.
4260         (gnus-html-encode-url): Add this function to encode special chars in
4261         URL.
4262         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4263         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4264
4265         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4266         default.
4267         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4268
4269         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4270         images alt-text.
4271         (gnus-html-put-image): Put alt-text as help-echo.
4272
4273 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4276         * mm-util.el (mm-decompress-buffer)
4277         * nnir.el (nnir-run-find-grep)
4278         * pop3.el (pop3-list): Use 3rd arg of split-string.
4279
4280         * time-date.el (format-seconds): Comment fix.
4281
4282         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4283         and byte-optimize-form-code-walker.
4284         (dgnushack-make-auto-load): Don't advise make-autoload.
4285
4286         * lpath.el: Remove Emacs 21 stuff.
4287
4288 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289
4290         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4291         outside the active range.  Suggested by Dan Christensen.
4292
4293         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4294         slightly later to avoid double-getting it.
4295
4296         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4297         previous patch.
4298
4299         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4300
4301 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4302
4303         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4304
4305 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * gnus-int.el (gnus-open-server): Give a better error message in the
4308         "go offline" case.
4309
4310         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4311         marks for nnimap, which is seldom the right thing to do.
4312
4313         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4314         (gnus-same-method-different-name): New function.
4315
4316         * nnimap.el (parse-time): Require.
4317
4318         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4319         method in the presence of many similar methods.
4320
4321         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4322
4323         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4324         nnml-inhibit-expiry.
4325
4326         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4327         find out whether methods are equal.
4328
4329         * nnimap.el (nnimap-find-expired-articles): New function.
4330         (nnimap-process-expiry-targets): New function.
4331         (nnimap-request-move-article): Request the article before looking at
4332         what the Message-ID is.  Fix found by Andrew Cohen.
4333         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4334
4335         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4336         for oldness in addition to being a predicate.
4337
4338         * nnimap.el (nnimap-request-group): When we have zero articles, return
4339         the right data to Gnus.
4340         (nnimap-request-expire-articles): Only delete articles immediately if
4341         the target is 'delete.
4342
4343         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4344         method, this would bug out.
4345
4346         * gnus-group.el (gnus-group-expunge-group): Rename from
4347         gnus-group-nnimap-expunge, and implemented as a normal interface
4348         function.
4349
4350         * gnus-int.el (gnus-request-expunge-group): New function.
4351
4352         * nnimap.el (nnimap-request-create-group): Implement.
4353         (nnimap-request-expunge-group): New function.
4354
4355 2010-09-21  Julien Danjou  <julien@danjou.info>
4356
4357         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4358         (gnus-html-cache-expired): Add new function.
4359         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4360         wethever we should display image for fetch it.
4361         Compute alt-text earlier to pass it to the fetching function too.
4362         (gnus-html-schedule-image-fetching): Change function argument to only
4363         get one image at a time, not a list.
4364         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4365         cache.
4366         (gnus-html-get-image-data): New function to retrieve image data from
4367         cache.
4368         (gnus-html-put-image): Change buffer argument to use image data rather
4369         than file, and place image above region rather than inserting a new
4370         one.  Do not take alt-text as argument, since it's useless now: we place
4371         the image above alt-text.
4372         (gnus-html-prune-cache): Remove.
4373         (gnus-html-show-images): Start to fetch image when we find one, do not
4374         push into a temporary list.
4375         (gnus-html-prefetch-images): Only fetch image if they have expired.
4376         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4377         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4378
4379 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4382
4383 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4386         spec inser "*" if the group isn't active instead of 0.
4387
4388         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4389         opening the server.
4390         (nnimap-request-delete-group): Implement group deletion.
4391         (nnimap-transform-headers): Return the size of the entire message in
4392         the Bytes header, not just the size of the first part.
4393         (nnimap-request-move-article): When moving an article from nnimap,
4394         request the article first so the accepting form has an article to
4395         accept.  Reported by Dan Christensen.
4396         (nnimap-command): Make sure that the error message doesn't error out.
4397
4398 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4399
4400         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4401         we haven't requested anything.
4402
4403 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4406         "".  Fix found by Andrew Cohen.
4407
4408         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4409         instead of -encode-string.
4410
4411 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4414
4415         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4416         by mm-subst-char-in-string.
4417
4418 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4421         waiting for the connection string.
4422
4423         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4424         arriving.
4425
4426         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4427         bogus characters.  This allows selecting certain Gmail groups.
4428
4429         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4430         (nnimap-fetch-partial-articles): New variable.
4431         (nnimap-open-connection): When looking for credentials, also use the
4432         nnimap-server-port.
4433         (nnimap-request-article): Return the group/article number, so that Gnus
4434         `^' works as expected.
4435         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4436
4437         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4438         comments.
4439         (gnus-methods-sloppily-equal): New function.
4440         (gnus): When using the development version of Gnus, load the gnus-load
4441         file.
4442
4443         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4444         `gnus-open-server' on each method before trying to scan them etc.
4445         This ensures that all the backend parameters are set correctly.
4446
4447         * nnimap.el (nnimap-authenticator): New variable.
4448         (nnimap-open-connection): Allow anonymous login.
4449         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4450         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4451
4452         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4453         patch, found by Knut Anders Hatlen.
4454
4455 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4456
4457         * gnus-agent.el (gnus-agent-batch-confirmation)
4458         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4459         to gnus-message.
4460         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4461         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4462         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4463         * gnus-int.el (gnus-open-server): Likewise.
4464         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4465         (gnus-score-check-syntax): Likewise.
4466         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4467         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4468         Likewise.
4469         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4470
4471 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4474         calling conventions so that prefetch doesn't bug out.
4475
4476 2010-09-19  Julien Danjou  <julien@danjou.info>
4477
4478         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4479         rather than `subst-char-in-region' in order to be able to replace ASCII
4480         char by UTF-8 ones.
4481
4482         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4483         than curl.
4484         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4485         the right URL and ALT text on images.
4486         (gnus-html-wash-tags): Fix tag case.
4487         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4488         (gnus-article-html): Add -o display_ins_del=2 option.
4489         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4490
4491 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4494         the extra mail headers, which sometimes seem to happen for unknown
4495         reasons.
4496
4497         * mail-parse.el (mail-header-encode-parameter): Define as
4498         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4499         (or most, perhaps?) mail readers don't understand the latter, but do
4500         understand the former.
4501
4502         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4503         to nil, so that no methods are automatically agentized.  I think this
4504         is probably what most users want.
4505
4506         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4507         from url-retrieve, for instance about invalid URLs.
4508
4509         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4510         groups that have no articles.
4511         (nnimap-request-article): Check that we really got an article when we
4512         requested one.
4513
4514         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4515         doesn't exist.
4516
4517         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4518         nntp buffer so the agent can save it.
4519         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4520         that CRLF doesn't get translated to \n.
4521         (nnimap-open-connection): Don't make 'shell commands only send \n.
4522
4523 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4524
4525         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4526         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4527         Update var name.
4528         (nnml-generate-nov-file): Use dolist.
4529         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4530         Use with-current-buffer.
4531
4532 2010-09-18  Julien Danjou  <julien@danjou.info>
4533
4534         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4535         parallel.
4536
4537 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4540         the range update right.
4541         (nnimap-request-group): Don't make `M-g' bug out on group with no
4542         marks.
4543         (nnoo): Require, so that other packages can require nnimap.
4544         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4545         command we're looking for.  This helps when the server sends more
4546         responses after we've gotten everything we expected.
4547         (nnimap): Add a `newlinep' field to keep track of end-of-line
4548         conventions.
4549         Don't send CRLF to things that don't want it.
4550         (nnimap-request-accept-article): Ditto.
4551
4552 2010-09-18  Julien Danjou  <julien@danjou.info>
4553
4554         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4555         than curl to retrieve images.
4556
4557 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4560         the marks.
4561         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4562         (nnimap-wait-for-connection): New function.
4563         (nnimap-open-connection): If we have PREAUTH, don't query for login
4564         credentials.
4565         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4566         when doing a partial update.
4567
4568 2010-09-18  Julien Danjou  <julien@danjou.info>
4569
4570         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4571         tags.
4572
4573 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * nnimap.el (nnimap-credentials): New function.
4576         (nnimap-open-connection): Use the new function to look for credentials
4577         also on the numeric equivalents of "imap" and "imaps".
4578
4579         * gnus-start.el (gnus-activate-group): Send the info to
4580         gnus-request-group.
4581
4582         * nnimap.el (nnimap-request-group): Have the "check" version of the
4583         function parse flags and update the info, so that a `M-g' get a total
4584         resync of all flags from the group.
4585
4586         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4587         to allow backends to alter the info on group selection.  Also alter all
4588         the backend -request-group functions to take the parameter.
4589
4590         * nnimap.el (nnimap-store-info): New function.
4591         (nnimap-update-info): Store the info for later usage.
4592         (nnimap-request-group): Use the stored info for the dont-check case, so
4593         that we don't retrieve all marks when we enter a group.
4594
4595         * nnimap.el: Use deffoo instead of defun for interface functions.
4596
4597         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4598         update the group info.  This makes the nndraft groups, for instance, go
4599         back to their old behaviour.
4600
4601         * gnus-sum.el (gnus-select-newsgroup): Indent.
4602
4603         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4604         in.
4605         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4606         nothing.
4607
4608         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4609         from methods that are denied.
4610
4611         * gnus-int.el (gnus-method-denied-p): New function.
4612
4613         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4614         store the password instead of netrc.
4615         (nnimap-open-connection): Don't error out when we can't make a
4616         connections.
4617
4618         * auth-source.el (auth-source-create): In the password prompt, say what
4619         we're querying for.  Also prompt for user name if that hasn't been
4620         given.
4621
4622         * nnimap.el (nnimap-with-process-buffer): Remove.
4623
4624 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4627         method when we're reading from the agent.
4628
4629         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4630
4631         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4632         that's probably most useful for users.
4633
4634         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4635         "failed" all the time.
4636
4637         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4638         ...)) with (with-current-buffer ... ).
4639
4640         * nntp.el (nntp-open-server): Return whether the open was successful or
4641         not.
4642
4643         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4644         select an unread unseen article first.
4645
4646         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4647         /etc/services, supply some sensible port defaults.
4648
4649         * dgnushack.el: Define netrc-credentials.
4650
4651 2010-09-17  Julien Danjou  <julien@danjou.info>
4652
4653         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4654
4655 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4656
4657         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4658         doesn't have any parameters.
4659
4660 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4663         only upcased checks.
4664
4665         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4666
4667         * nnimap.el (nnimap-open-shell-stream): New function.
4668         (nnimap-open-connection): Use it.
4669         (nnimap-transform-headers): Get the number of lines in each message.
4670         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4671         number of lines.
4672         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4673         problem.
4674
4675         * utf7.el (utf7-encode): Autoload.
4676
4677         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4678         to allow the mail splitting to not return a default group.  This is
4679         useful for nnimap, which will leave unmatched mail in the inbox.
4680
4681         * nnimap.el: Rewritten.
4682
4683         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4684         nnimap usage.
4685
4686         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4687         if the move is internal, so that nnimap can do fast internal moves.
4688
4689         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4690         data.
4691         (gnus-read-active-for-groups): Support finishing the early retrieval of
4692         data.
4693
4694         * gnus-range.el (gnus-range-nconcat): New function.
4695
4696         * gnus-int.el (gnus-finish-retrieve-group-infos)
4697         (gnus-retrieve-group-data-early): New functions.
4698
4699 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4700
4701         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4702         (nnrss-retrieve-groups):
4703         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4704         (pop3-quit): Use with-current-buffer.
4705
4706 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4709         instead of nnheader-accept-process-output.
4710
4711         * dgnushack.el (dgnushack-compile): Add comment.
4712
4713         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4714
4715         * gnus-html.el (gnus-html-schedule-image-fetching)
4716         (gnus-html-prefetch-images): Replace process-kill-without-query by
4717         gnus-set-process-query-on-exit-flag.
4718
4719 2010-09-16  Romain Francoise  <romain@orebokech.com>
4720
4721         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4722
4723 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4726         parameter to unintern is mandatory-ish in Emacs 24.
4727
4728         * gnus-html.el (gnus-html-schedule-image-fetching)
4729         (gnus-html-prefetch-images): Check for curl before using it.
4730
4731         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4732         depend on curl, which isn't essential.
4733
4734         * imap.el: Revert back to version
4735         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4736         seem problematic.
4737
4738 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4739
4740         * gnus-registry.el (gnus-registry-install-shortcuts):
4741         Explicitly pass `obarray' to `unintern' to avoid a warning.
4742
4743 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4746         change.
4747
4748         * nnrss.el (nnrss-request-list): Remove this function and related
4749         functions, including the moreover stuff.
4750
4751 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * nnrss.el (nnrss-retrieve-groups): New function.
4754
4755 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4756
4757         * .dir-locals.el: Add no-byte-compile cookie.
4758
4759 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * time-date.el (format-seconds): Comment fix.
4762
4763         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4764         for back end that doesn't support request-scan.
4765
4766 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4769         then do request scans from the backends.
4770
4771         * netrc.el (netrc-credentials): New conveniency function.
4772
4773         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4774         avoid running a hook per line, since this takes a lot of time,
4775         profiling shows.
4776         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4777         directly if gnus-visual-p is true.
4778
4779 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4782         groups; replace mapcar with dolist which is a bit faster; pass groups
4783         info to gnus-read-active-file-1.
4784         (gnus-read-active-file-1): Scan only specified groups if the new
4785         optional arg `infos' is given.
4786
4787 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4790
4791         * pop3.el (pop3-movemail): Remove.
4792         (pop3-streaming-movemail): Rename to pop3-movemail.
4793
4794         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4795         don't restrict end-tag searches to the end of the line.
4796
4797 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4800         articles of every unchecked group to t, which means unknown since the
4801         server has never been opened.
4802
4803 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * gnus-html.el (gnus-html-show-alt-text): New command.
4806         (gnus-html-browse-image): Ditto.
4807         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4808         to browse the image directly.
4809         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4810         better.
4811
4812         * gnus-async.el (gnus-async-article-callback):
4813         Call `gnus-html-prefetch-images' unconditionally.
4814
4815         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4816         before feeding URLs to curl.
4817
4818 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4821         internal images as deletable by `W D D'.
4822
4823         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4824         (gnus-async-article-callback): Fix typo.
4825
4826 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4829         current line to work around bugs in the output from w3m.
4830
4831         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4832         for groups that want that.
4833
4834         * nntp.el (nntp-wait-for-string): Supply a timeout for
4835         accept-process-output to ensure progress.
4836
4837         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4838         level to get unread articles from, then use that for foreign groups,
4839         too.
4840
4841         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4842         confuses the rest of the function.
4843
4844         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4845         for the methods that support -retrieve-groups, too.
4846
4847         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4848
4849 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4852         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4853
4854         * pop3.el: Require cl when compiling.
4855         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4856
4857 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4860         that aren't going to be activated.
4861         (gnus-get-unread-articles): Fix up the last commit.
4862
4863         * gnus-html.el (gnus-article-html): Allow calling without specifying
4864         the handle.  In that case, dissect the buffer first.
4865
4866         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4867
4868         * nnimap.el (nnimap-open-connection): Revert the change that would look
4869         into authinfo for imaps instead of imap.
4870
4871         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4872         say that you don't want to call gnus-request-group with don-check, but
4873         do check the reponse.  This is for virtual groups only.
4874         (gnus-get-unread-articles): Count the archive groups as secondary, so
4875         that they're activated the same way as before.
4876
4877         * imap.el (imap-message-map): Removed optional buffer parameter, since
4878         no callers use it.
4879         (imap-message-get): Ditto.
4880         (imap-message-put): Ditto.
4881         (imap-mailbox-map): Ditto.
4882         (imap-mailbox-put): Ditto.
4883         (imap-mailbox-get): Ditto.
4884         (imap-mailbox-get): Revert last change for this function.
4885
4886         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4887         case-insensitively.
4888         (nnimap-debug): Remove.
4889
4890         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4891         to use `imap-fetch' instead.  According to the comments, this should be
4892         safe, since all other IMAP clients use the 1:* syntax.
4893         (imap-enable-exchange-bug-workaround): Removed.
4894         (imap-debug): Removed -- doesn't seem very useful.
4895
4896         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4897         mail from a file, and the file doesn't exist.
4898
4899         * imap.el (imap-log): New convenience function used throughout instead
4900         of repeating the same code all over the place.
4901
4902         * pop3.el (pop3-streaming-movemail): Return t for success.
4903
4904         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4905         .authinfo if we're using ssl connection.
4906
4907         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4908         already have if we're in a main Gnus `g' run.
4909
4910         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4911
4912 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4915
4916         * nnmh.el (nnmh-request-list-1): Bind `file'.
4917
4918         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4919         alias to set-process-query-on-exit-flag or process-kill-without-query.
4920         (pop3-open-server): Use it.
4921
4922 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4925         box to the Incoming file.  Fixes mistake in previous checkin.
4926
4927         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4928         request loop (for debugging purposes) removed.
4929
4930         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4931         culprit is more visible.
4932         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4933         (nnml-add-incremental-nov): New functions to do "incremental" nov
4934         updates, where we just append to the end of the existing nov files
4935         without reading/writing them in full.
4936
4937         * mail-source.el (mail-source-delete-crash-box): Really only check the
4938         incoming files once in a while.
4939
4940         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4941
4942         * mail-source.el (mail-source-delete-crash-box): Only check the
4943         incoming files for deletion once per day to save a lot of file
4944         accesses.
4945
4946         * pop3.el (pop3-logon): Fix up unbound variable typo.
4947
4948         * mail-source.el (pop3-streaming-movemail): Autoload.
4949
4950         * pop3.el (pop3-streaming-movemail):
4951         Respect pop3-leave-mail-on-server.
4952
4953         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4954         retrieval.
4955
4956         * pop3.el (pop3-process-filter): Remove unused function.
4957         (pop3-streaming-movemail, pop3-send-streaming-command)
4958         (pop3-wait-for-messages, pop3-write-to-file)
4959         (pop3-number-of-responses): New functions for streaming pop3
4960         retrieval.
4961
4962         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4963         come from no known methods.
4964         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4965         list.
4966
4967         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4968         message sizes.
4969         (pop3-movemail): Use erase-buffer instead of looping and deleting
4970         regions, which seems rather odd.
4971
4972         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4973         file once per `g' run.
4974
4975         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4976         directories.  This makes the draft queue directory work.
4977
4978         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4979         data from the backends, so that we only request the list of groups from
4980         each method once.  This should speed things up considerably.
4981
4982         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4983         detect that it's not implemented.
4984
4985         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4986         we actually do recurse down into the tree, but don't stat all leaf
4987         nodes.
4988
4989         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4990         then say so instead of bugging out.
4991
4992         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4993         files exist before trying to read them.
4994
4995         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4996         around <pre_int>.
4997
4998         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4999
5000         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5001
5002 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * mm-util.el (mm-image-load-path): Just return the image directories,
5005         not all directories in the path in addition to the image directories.
5006         (mm-image-load-path): Maintain a cache of the image directories so that
5007         the `g' command in Gnus doesn't have to stat dozens of directories each
5008         time.
5009
5010         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5011         (gnus-html-wash-tags): Add a new `i' command to insert images.
5012         (gnus-html-insert-image): New command and keystroke.
5013         (gnus-html-redisplay-with-images): New command and keystroke.
5014         (gnus-html-show-images): Rename command.
5015         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5016         spacers.
5017         (gnus-html-wash-tags): Decode entities at the end, so that entities
5018         inside the tags don't mess up the rest of the "parsing".
5019
5020         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5021         so that nnimap methods aren't agentized by default.  There's apparently
5022         many problems related to agent/imap behaviour.
5023
5024         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5025
5026         * gnus-html.el: Doc fix.
5027
5028 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5031         specifier-spec-list for Emacs 21.
5032
5033         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5034         glyph-width and glyph-height instead of display-graphic-p and
5035         image-size; make avoidance of displaying small images work for XEmacs.
5036
5037         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5038         for XEmacs.
5039
5040         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5041         of symbol that holds plist data.
5042         (gnus-process-plist): Remove plist of process after getting it.
5043
5044 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * message.el (message-generate-hashcash): Change default to
5047         'opportunistic if hashcash is installed.
5048
5049         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5050         (gnus-html-put-image): Only call image-size once, since it's somewhat
5051         time-consuming on remote X servers.
5052
5053 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5056         type on data, not a file name.
5057
5058         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5059         window-pixel-edges for Emacs 21.
5060
5061         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5062         decoded contents.
5063         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5064
5065 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5068         group line format, since it isn't very interesting.
5069
5070         * gnus-agent.el (gnus-agent-short-article),
5071         (gnus-agent-long-article): Increase values for these two variables,
5072         since most people are likely to have more network connection and
5073         storage than before.
5074
5075         * gnus.el (gnus-refer-article-method): Change default to 'current.
5076         When referring an article, the common behaviour is to refer it from the
5077         current select method, not the native select method.  The chances of
5078         the native select method having the message in question is rather slim
5079         these days.
5080
5081         * gnus-sum.el (gnus-auto-select-subject): Change default to
5082         `unseen-or-unread'.  I think it's likely that most people want to
5083         select an unseen article over a previously seen, but unread one.
5084
5085         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5086         means that in the article buffer none of the minor mode elements will
5087         be shown, usually, and this is not desirable in most cases.
5088
5089         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5090         that commands like `d' (and the like) go to the next line in the
5091         buffer, instead of the next unread article.  I think this is the
5092         behaviour that is most natural for most users.
5093         (gnus-single-article-buffer): Change default to nil, so that people can
5094         have as many article buffers open as they have summary buffer.  I think
5095         this is the most natural way for the groups to behave.
5096
5097         * message.el (message-generate-new-buffers): Change default to
5098         `unsent', so that all new message buffers start their names with the
5099         string "*unsent", and it's easier to find the buffers if you move from
5100         them.
5101
5102 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5105         small.  They're probably tracking images.
5106         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5107         (gnus-html-rescale-image): Yet another try at getting the image sizing
5108         right.
5109
5110         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5111         nntp-marks-file-name is nil.
5112
5113 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5114
5115         * gnus-html.el (gnus-html-wash-tags)
5116         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5117         Better logging.
5118
5119 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5122
5123         * gnus-html.el (gnus-html-wash-tags): Check the value of
5124         gnus-blocked-images in the summary buffer.
5125
5126 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5129
5130 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5133         like "a", it seems like.
5134         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5135         since it needs to be picked from the correct buffer.
5136
5137         * nnwfm.el: Remove.
5138
5139         * nnlistserv.el: Remove.
5140
5141 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5144         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5145
5146 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnkiboze.el: Remove.
5149
5150         * nndb.el: Remove.
5151
5152         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5153         alt text.
5154         (gnus-html-rescale-image): Try to get the rescaling logic right for
5155         images that are just wide and not tall.
5156
5157         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5158         overshadow variable bindings.
5159
5160 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * gnus-html.el (gnus-html-wash-tags)
5163         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5164         Add extra logging.
5165
5166 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5169         (gnus-max-image-proportion): New variable.
5170         (gnus-html-rescale-image): New function.
5171         (gnus-html-put-image): Rescale images.
5172
5173 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5174
5175         Fix up some byte-compiler warnings.
5176         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5177         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5178         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5179         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5180         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5181         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5182         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5183
5184 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-html.el (gnus-article-html): Decode contents by charset.
5187
5188 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5191         (gnus-html-frame-width, gnus-blocked-images)
5192         * message.el (message-prune-recipient-rules): Add custom version.
5193         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5194
5195         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5196         functions.
5197
5198         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5199         gnus-process-get.
5200
5201 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5202
5203         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5204         instead of lsub directly.
5205
5206 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * nnwarchive.el: Remove.
5209
5210         * gnus-soup.el: Remove.
5211
5212         * nnsoup.el: Remove.
5213
5214         * nnultimate.el: Remove.
5215
5216         * gnus-html.el (gnus-blocked-images): New variable.
5217
5218         * message.el (message-prune-recipients): New function.
5219         (message-prune-recipient-rules): New variable.
5220
5221         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5222         guess whether a long line is natural text or not.
5223
5224         * gnus-html.el (gnus-html-schedule-image-fetching):
5225         Use gnus-process-plist and friends for compatibility.
5226
5227 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * gnus-html.el: Require packages that define macros used in this file.
5230         (gnus-article-mouse-face): Declare to silence byte-compiler.
5231         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5232         process-get.
5233         (gnus-html-put-image): Use plist-get to avoid getf.
5234         (gnus-html-prefetch-images): Use with-current-buffer.
5235
5236 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-ems.el: Provide compatibility functions for
5239         gnus-set-process-plist.
5240
5241         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5242         header-line-format for XEmacs 21.4.
5243
5244         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5245         * gnus.el (gnus-valid-select-methods)
5246         * message.el (message-send-mail-partially-limit)
5247         * mm-decode.el (mm-text-html-renderer)
5248         * mml.el (mml-insert-mime-headers-always)
5249         * smiley.el (smiley-regexp-alist): Bump custom version.
5250
5251 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-html.el: require mm-url.
5254         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5255         with the url to `url'.
5256         (gnus-html-wash-tags): Support cid: URLs/images.
5257
5258 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259
5260         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5261         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5262         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5263
5264         * gnus-move.el: Remove file, since it doesn't really work.
5265
5266         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5267         UTF-8.  This seems to fix problems with some German web feeds.
5268
5269         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5270         at the top so that the proper colours are applied.
5271
5272         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5273         don't have dots in their names.
5274
5275         * gnus-art.el (gnus-article-view-part): Doc fix.
5276
5277         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5278         XEmacs-compatible.
5279         (gnus-html-put-image): Don't do images on non-graphic displays.
5280
5281         * nnslashdot.el: Remove this unused backend.
5282
5283         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5284         actions.
5285         (gnus-undo-register-1): Revert last change.
5286
5287         * gnus-group.el (gnus-group-completing-read): Protect against not
5288         having completion-styles bound.
5289
5290         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5291         make broken recipients happier.
5292
5293         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5294
5295         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5296         point parameter.
5297
5298         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5299
5300         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5301         completion-styles for group selection.
5302
5303 2009-02-04  Andreas Schwab  <schwab@suse.de>
5304
5305         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5306         headers and regexp-quote the match if necessary.
5307
5308 2009-03-24  Miles Bader  <miles@gnu.org>
5309
5310         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5311         the blinking smiley.
5312
5313 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5314
5315         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5316         blink smiley.
5317
5318 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5321         where the dribbel file lives exists.
5322
5323         * message.el (message-send-mail-partially-limit): Change the default to
5324         nil, since most people don't want this.
5325
5326         * mm-url.el (mm-url-decode-entities): Also decode entities like
5327         &#x3212.
5328
5329 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5330
5331         * gnus-sum.el (gnus-summary-idna-message):
5332         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5333         Hyperlink urls in docstrings with URL `...'.
5334
5335 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5336
5337         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5338         functions.
5339
5340 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5343         say what the mouseover text should be.
5344
5345         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5346         version of the mm-w3m-safe-url-regexp variable to only download images
5347         in the groups where we want that to happen.
5348
5349         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5350
5351         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5352         easier debugging.
5353         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5354         big pictures in the article buffer.
5355
5356         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5357         gnus-article-html.
5358         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5359         w3m.
5360
5361         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5362
5363 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5366         which doesn't exist.
5367
5368         * message.el (message-inhibit-ecomplete): New variable to allow some
5369         function to inhibit ecomplete address storage.
5370         (message-resend): Disable ecomplete message storage when resending
5371         messages.
5372
5373         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5374
5375 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5378         Save excursion while copying, moving, and deleting articles in order to
5379         prevent the cursor from jumping to unforeseen place.
5380
5381 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * lpath.el: No need to bind bookmark-current-buffer,
5384         bookmark-yank-point and bookmark-make-record-function.
5385
5386 2010-08-17  Glenn Morris  <rgm@gnu.org>
5387
5388         * gnus-sync.el: Require gnus components whose functions are used.
5389
5390         * gnus-art.el (bookmark-make-record-function):
5391         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5392         Declare for compiler.
5393
5394         * mm-url.el (mml-compute-boundary): Autoload.
5395
5396 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5399
5400 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5401
5402         Typo fix "hoo4a" -> "hook".
5403
5404         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5405
5406 2010-08-14  Glenn Morris  <rgm@gnu.org>
5407
5408         * gnus-sync.el (gnus-sync): Fix defgroup version.
5409
5410 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5413
5414         * gnus-sync.el: Fix docs.
5415         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5416         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5417
5418 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         Optimizations for gnus-sync.el.
5421
5422         * gnus-sync.el: Add docs about gnus-sync-backend
5423         possibilities.
5424         (gnus-sync-save): Remove unnecessary message.
5425         (gnus-sync-read): Optimize and show what groups were skipped.
5426
5427 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5428
5429         Minor bug fixes for gnus-sync.el.
5430
5431         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5432         Don't read the sync on get-new-news.
5433
5434         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5435         quiet.
5436
5437         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5438         (fix typo).
5439
5440 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5441
5442         Make saving and restoring of hidden threads work with overlays.
5443         Patch applied by Ted Zlatanov.
5444
5445         * gnus-sum.el (gnus-hidden-threads-configuration)
5446         (gnus-restore-hidden-threads-configuration): Update to deal with text
5447         properties, rather than searching for a magic character.
5448
5449 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5450
5451         New gnus-sync.el library for synchronization of marks.
5452
5453         * gnus-sync.el: New library for synchronization of marks.
5454
5455         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5456         renamed from `gnus-registry-grep-in-list'.
5457
5458         * gnus-registry.el (gnus-registry-follow-group-p):
5459         Use `gnus-grep-in-list'.
5460
5461         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5462
5463 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5466         determining charset of text fails.
5467
5468 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * nnmail.el (nnmail-get-new-mail-1): Revert.
5471
5472         * nnml.el (nnml-active-number): Make sure names of newly created groups
5473         in nnml-group-alist are encoded.
5474
5475 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5478         containing non-ASCII characters in active file for nnml back end.
5479
5480 2010-07-24  David Engster  <dengste@eml.cc>
5481
5482         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5483         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5484
5485 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5486
5487         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5488         tag (Bug#6654).
5489
5490 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5493         the article buffer, not the summary buffer.
5494
5495 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5498         Emacs 23 as well.
5499
5500 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5503         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5504
5505 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5506
5507         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5508         Patch applied by Karl Fogel.
5509
5510         * gnus-sum.el (gnus-summary-bookmark-make-record):
5511         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5512
5513 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5514
5515         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5516         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5517         C-w still not working correctly from Article buffers; Thierry's
5518         patch to fix that will be applied after this.
5519
5520         * gnus-art.el (bookmark-make-record-function): New local variable.
5521
5522         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5523         article buffer.
5524         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5525
5526 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5527
5528         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5529         on changes in bookmark.el.
5530
5531 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5534         `no-log' instead of message not to log prompt string.
5535
5536 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5537
5538         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5539         the *other* type of HTML form submission.
5540
5541 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5542
5543         * auth-source.el (auth-source-pick): If choice does not contain a
5544         questioned keyword, set the check to t.
5545
5546 2010-06-12  Romain Francoise  <romain@orebokech.com>
5547
5548         * gnus-util.el (gnus-date-get-time): Move up before first use.
5549
5550 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5553         (gnus-article-edit-part): Bind it to make last part that is substituted
5554         or deleted visible.
5555         (gnus-mime-display-single): Buttonize part of which id equals to
5556         gnus-mime-buttonized-part-id.
5557
5558 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5559
5560         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5561         (gnus-dd-mmm): Use gnus-date-get-time.
5562         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5563         simplify logic.
5564         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5565         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5566
5567 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5568
5569         * auth-source.el (top): Autoload `secrets-list-collections',
5570         `secrets-create-item', `secrets-delete-item'.
5571         (auth-sources): Fix tag string.
5572         (auth-get-source, auth-source-retrieve, auth-source-create)
5573         (auth-source-delete): New defuns.
5574         (auth-source-pick): Rewrite in order to avoid 2 passes.
5575         (auth-source-forget-user-or-password): New parameter USERNAME.
5576         (auth-source-user-or-password): New parameters CREATE-MISSING and
5577         DELETE-EXISTING.  Retrieve password interactively, if needed.
5578
5579 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5580
5581         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5582         deleting unused directories when gnus-expert-user is t.
5583
5584 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5587         for each temp file when gnus-article-browse-delete-temp is ask.
5588
5589 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5590
5591         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5592         Lisp calls to delete-backward-char by calls to delete-char.
5593
5594 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5595
5596         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5597
5598 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5599
5600         * password-cache.el (password-cache-remove): Fix docstring.
5601
5602 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5605         article unless decoding article to be saved.
5606
5607 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5610         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5611         generated within the mm-with-unibyte-current-buffer macro.
5612
5613 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5616         to nil when we're in a mml-preview buffer and no group is selected.
5617
5618 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5619
5620         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5621         when catching the `C-g'.  Reported by "Leo".
5622
5623 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * message.el (message-forward-make-body-plain)
5626         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5627         multibyte-string-p.
5628
5629         * lpath.el: Revert.
5630
5631 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * message.el (message-forward-make-body-mml): Assume original message
5634         is multibyte string; error on unibyte.
5635         (message-forward-make-body-plain): Ditto; don't add excessive newline
5636         in body end.
5637
5638         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5639
5640 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5641
5642         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5643         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5644
5645 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mm-extern.el (mm-extern-url): Don't use
5648         mm-with-unibyte-current-buffer.
5649         (mm-extern-cache-contents): Use with-current-buffer instead of
5650         save-excursion + set-buffer.
5651
5652 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * mm-util.el (mm-emacs-mule): Remove.
5655
5656 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5657
5658         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5659         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5660         change.
5661
5662 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5665         bind the default value of enable-multibyte-characters to nil.
5666
5667 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * message.el (message-forward-make-body-plain)
5670         (message-forward-make-body-mml):
5671         Don't use mm-with-unibyte-current-buffer.
5672
5673 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5676
5677 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5678
5679         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5680         (Bug#5592).
5681
5682 2010-05-07  Julien Danjou  <julien@danjou.info>
5683
5684         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5685         it to mm-pipe-part.
5686
5687         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5688         it is given.
5689
5690 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * binhex.el (binhex-decode-region-internal)
5693         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5694         (dns-query)
5695         * nnweb.el (nnweb-gmane-search)
5696         * pgg-parse.el (pgg-parse-armor)
5697         * pgg.el (pgg-verify-region)
5698         * sha1.el (sha1-string-external)
5699         * uudecode.el (uudecode-decode-region-internal)
5700         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5701         XEmacs.
5702
5703         * gnus-art.el (gnus-article-browse-html-parts)
5704         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5705         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5706         make-temp-file.
5707
5708         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5709         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5710         compiling.
5711
5712         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5713         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5714         XEmacs when compiling.
5715
5716         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5717         gnus-pick-mode-off-hook for XEmacs when compiling.
5718         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5719         gnus-binary-mode-off-hook for XEmacs when compiling.
5720
5721         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5722         Return nil if char-charset is not available.
5723
5724         * imap.el (imap-disable-multibyte)
5725         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5726         macros.
5727
5728         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5729         instead of encode-coding-string.
5730
5731         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5732         'xemacs) instead of mm-emacs-mule to switch function definitions.
5733         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5734
5735         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5736         bind temporary-file-directory for XEmacs;
5737         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5738         timer-set-function for XEmacs 21.4 and SXEmacs;
5739         bind timer-list for XEmacs 21.4 and SXEmacs;
5740         fbind char-charset and find-charset-region for non-Mule XEmacs;
5741         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5742         encode-coding-region and encode-coding-string for XEmacs having no
5743         file-coding feature.
5744
5745 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5746
5747         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5748
5749 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5752         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5753
5754 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5755
5756         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5757         alias `jka-compr-delete-temp-file' no longer exists.
5758
5759 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5760
5761         Use define-minor-mode in Gnus where applicable.
5762         * mml.el (mml-mode): Use define-minor-mode.
5763         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5764         (gnus-undo-mode): Use define-minor-mode.
5765         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5766         (gnus-dead-summary-mode): Use define-minor-mode.
5767         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5768         Initialize in declaration.
5769         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5770         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5771         (gnus-mailing-list-mode): Use define-minor-mode.
5772         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5773         (gnus-draft-mode): Use define-minor-mode.
5774         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5775         (gnus-dired-mode): Use define-minor-mode.
5776
5777 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5778
5779         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5780         handles on recursive mml-to-mime translation and check them for
5781         boundary delimiter collisions.  Reported by Greg Troxel.
5782
5783 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5786
5787 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5788
5789         * mm-util.el (mm-find-buffer-file-coding-system):
5790         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5791
5792 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5793
5794         * message.el (message-generate-headers): Record insertion of optional
5795         headers as well.  Otherwise the check to prevent repeated insertion of
5796         optional headers is a no-op.
5797
5798 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * smime.el: Don't mention CVS.
5801
5802         * nnrss.el (nnrss-fetch): Don't mention CVS.
5803
5804         * nnir.el: Don't mention CVS.
5805
5806 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * gnus-sum.el (gnus-summary-bookmark-make-record):
5809         Add `location' field.
5810
5811 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * lpath.el: Fbind bookmark-default-handler,
5814         bookmark-get-bookmark-record, bookmark-make-record-default,
5815         bookmark-prop-get for Emacs <23 and XEmacs.
5816
5817 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5820         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5821         Use with-current-buffer to silence the byte-compiler.
5822         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5823         bother to require `gnus'.
5824         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5825
5826 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5827
5828         * gnus-sum.el (gnus-summary-bookmark-make-record)
5829         (gnus-summary-bookmark-jump): New functions.
5830         (gnus-summary-mode): Setup bookmark support.
5831
5832 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5833
5834         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5835         if set.
5836
5837 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5840         gnus-article-browse-html-save-cid-image; make it work recursively for
5841         forwarded messages as well.
5842         (gnus-article-browse-html-parts): Work when prefix arg is given.
5843         (gnus-article-browse-html-article): Doc fix.
5844
5845 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5846
5847         * message.el (message-default-mail-headers):
5848         (message-default-headers): Carry the value mail-default-headers over
5849         into message-default-mail-headers, rather than message-default-headers.
5850
5851 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5852
5853         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5854         charset.
5855
5856         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5857         charset into the <meta> tag when the article is encoded to utf-8.
5858
5859 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-art.el (gnus-article-browse-delete-temp-files):
5862         Delete directories as well.
5863         (gnus-article-browse-html-parts): Work for images that do not specify
5864         file names; delete temp directory when quitting; insert header at the
5865         right place; use file: scheme for image files.
5866
5867 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5868
5869         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5870         (gnus-article-browse-html-parts): Use it to make temporary cid image
5871         files in addition to html file so that browser may display them.
5872
5873 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5876
5877 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5878
5879         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5880
5881 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * auth-source.el (auth-sources): Change default to be simpler.
5884         Explain about Secret Service API sources.  Improve Customize options.
5885         (auth-source-pick): Change to accept any number of search parameters.
5886         Implement fallbacks iteratively, not recursively.  Add scoring on the
5887         second pass and sort by score.  Call Secret Service API when needed.
5888         (auth-source-user-or-password): Use it.  Call Secret Service API
5889         directly when needed to get the user name and the password.
5890
5891 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5892
5893         * message.el (message-interactive): Doc fix.
5894         (message-qmail-inject-args): Reflow.
5895         (message-kill-to-signature): Fix typo in docstring.
5896
5897         * smiley.el (smiley-buffer): Fix typo in docstring.
5898
5899 2010-03-24  Glenn Morris  <rgm@gnu.org>
5900
5901         * mail-source.el (gnus-message): Declare.
5902         (mail-source-delete-old-incoming): Require gnus-util.
5903
5904 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5907
5908         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5909
5910         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5911         password-cache's default if it is not bound.
5912         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5913         password-cache-expiry's default if it is not bound.
5914
5915         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5916         available in Emacs 21.
5917
5918         * lpath.el: Suppress compiler warnings for:
5919         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5920         XEmacs;
5921         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5922         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5923         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5924
5925 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * auth-source.el (auth-sources): Fix up definition so extra parameters
5928         are always inline.
5929
5930 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5931
5932         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5933         wasn't updated after mismatch.  Clear cached mailbox info correctly
5934         when uidvalidity changes.
5935         (nnimap-group-prefixed-name): New function to avoid some code
5936         duplication.
5937         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5938         (nnimap-request-group): Use it.
5939         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5940         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5941         with many imap folders.  This is done by caching the group status from
5942         the imap server persistently in a group parameter `imap-status'.  (This
5943         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5944         but not persistently, so every Gnus startup was still very slow.)
5945
5946 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5949         delete the extra newline.  Otherwise editing of :string and :number
5950         types don't work.
5951
5952 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5955         secrets.el dependency.
5956         (auth-sources): Add optional user name.  Add secrets.el configuration
5957         choice (unused right now).
5958
5959 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * gnus-sum.el (gnus-summary-make-menu-bar):
5962         Let `gnus-registry-install-shortcuts' fill in the functions.
5963
5964         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5965         warnings.
5966         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5967         (gnus-registry-install-shortcuts): Populate and use it in a
5968         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5969
5970 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5971
5972         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5973         In-place substitutions for the group name encoding/decoding.
5974         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5975         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5976         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5977         (nnimap-update-unseen, nnimap-request-list)
5978         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5979         (nnimap-request-set-mark, nnimap-split-to-groups)
5980         (nnimap-split-articles, nnimap-request-newgroups)
5981         (nnimap-request-create-group, nnimap-request-accept-article)
5982         (nnimap-request-delete-group, nnimap-request-rename-group)
5983         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5984         `encoded-mbx' for consistency.
5985         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5986         variable `imap-current-mailbox'.
5987
5988         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5989         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5990
5991 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5992
5993         * pop3.el (pop3-display-message-size-flag): Display message size byte
5994         counts during POP3 download.
5995         (pop3-movemail): Use it.
5996         (pop3-list): Implement listing of available messages.
5997
5998 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5999
6000         * nnir.el (nnir-get-article-nov-override-function): New function to
6001         override the normal NOV retrieval.
6002         (nnir-retrieve-headers): Use it.
6003
6004 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6005
6006         * auth-source.el (netrc-machine-user-or-password): Autoload.
6007
6008 2010-03-19  Glenn Morris  <rgm@gnu.org>
6009
6010         Stop message.el from loading about 40 libraries it doesn't always need.
6011         The general approach is to autoload rather than require, and to
6012         require in the specific functions rather than the file.  (Bug#5642)
6013
6014         * gmm-utils.el: Don't require wid-edit.
6015         (widget-create-child-value, widget-convert, widget-default-get):
6016         Autoload.
6017
6018         * gnus-util.el: Don't require time-date, netrc.
6019         (message-fetch-field, gnus-group-name-decode): Declare rather than
6020         autoloading.
6021         (gnus-fetch-field): Require message.
6022         (gnus-decode-newsgroups): Require gnus-group.
6023
6024         * ietf-drums.el: Don't require time-date.
6025
6026         * message.el: Don't require hashcash, canlock, ecomplete.
6027         Do require mail-utils.  Require nnheader only when compiling.
6028         (smtpmail-default-smtp-server): Remove declaration.
6029         (message-send-mail-function): Check smtpmail-default-smtp-server
6030         is bound rather than requiring smtpmail.
6031         (message-auto-save-directory, message-insert-signature):
6032         Use expand-file-name rather than nnheader-concat.
6033         (nnheader-insert-file-contents): Autoload.
6034         (hashcash-wait-async): Declare.
6035         (message-send-mail): Only call gnus-setup-posting-charset if
6036         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6037         (message-send-mail-with-sendmail): Require sendmail.
6038         (canlock-password, canlock-password-for-verify): Declare.
6039         (message-canlock-password): Require canlock.
6040         (nnheader-get-report): Autoload.
6041         (gnus-setup-posting-charset): Declare.
6042         (message-send-news): Require gnus-msg.
6043         (message-make-references, message-make-in-reply-to): Use mail-header-id
6044         rather than the alias mail-header-message-id.
6045         (ecomplete-add-item, ecomplete-save): Declare.
6046         (message-put-addresses-in-ecomplete): Require ecomplete.
6047         (ecomplete-display-matches): Autoload.
6048
6049         * mm-decode.el: Don't require mailcap, gnus-util.
6050         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6051         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6052         Autoload.
6053         (mailcap-mime-extensions): Declare.
6054
6055         * mm-encode.el: Don't require mailcap.
6056         (mailcap-extension-to-mime): Autoload.
6057
6058         * mml-sec.el: Don't require password-cache.
6059
6060         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6061         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6062         (mml-minibuffer-read-type): Require mailcap.
6063         (mml-preview): Require gnus-msg.
6064
6065         * mml1991.el: Require password-cache.
6066         (password-cache-expiry): Remove declaration.
6067
6068         * mml2015.el: Require password-cache.
6069         (password-cache-expiry): Remove declaration.
6070
6071         * nneething.el (mailcap): Require mailcap.
6072
6073         * nnheader.el (declare-function): Add compatibility stub.
6074         (message-remove-header): Declare rather than autoload.
6075         (nnheader-replace-header): Require message.
6076
6077         * nnimap.el (declare-function): Add compatibility stub.
6078         (netrc-parse, netrc-machine-user-or-password): Declare.
6079         (nnimap-open-connection): Require netrc.
6080
6081         * nntp.el (declare-function): Add compatibility stub.
6082         (netrc-parse, netrc-machine, netrc-get): Declare.
6083         (nntp-send-authinfo): Require netrc.
6084
6085         * rfc2047.el: Don't require qp.
6086         (quoted-printable-encode-region, quoted-printable-decode-string):
6087         Autoload.
6088
6089         * sieve-mode.el: Don't require easymenu.
6090         (easy-menu-add-item): Autoload it.
6091
6092         * spam-stat.el (time-to-number-of-days): Autoload it.
6093
6094 2010-03-19  Glenn Morris  <rgm@gnu.org>
6095
6096         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6097
6098 2010-03-18  Glenn Morris  <rgm@gnu.org>
6099
6100         * hashcash.el (declare-function): Remove duplicate definition.
6101
6102 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6103
6104         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6105         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6106         value if any backslash escapes).
6107
6108 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6111         if it is available.  (bug#5647)
6112
6113         * lpath.el: Suppress compiler warning for coding-system-from-name for
6114         Emacs 21 and XEmacs.
6115
6116 2010-03-14  Juri Linkov  <juri@jurta.org>
6117
6118         * hmac-def.el:
6119         * hmac-md5.el:
6120         * netrc.el: Fix keywords.
6121
6122 2010-02-26  Glenn Morris  <rgm@gnu.org>
6123
6124         * message.el (message-send-mail-function): Change the default, so that
6125         it inherits from a customized send-mail-function.  (Bug#5643)
6126
6127 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6128
6129         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6130         shell-command-to-string signals an error (bug#5299).
6131
6132 2010-02-24  Glenn Morris  <rgm@gnu.org>
6133
6134         * message.el (message-smtpmail-send-it)
6135         (message-send-mail-with-mailclient): Doc fixes.
6136
6137 2010-02-16  Glenn Morris  <rgm@gnu.org>
6138
6139         * message.el (message-default-mail-headers): Change the default value
6140         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6141
6142 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6145         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6146
6147 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6148
6149         * time-date.el (date-to-time): Doc fix (Bug#5408).
6150
6151 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * message.el (message-mail): Just pass yank-action on to message-setup.
6154         (message-setup): Handle (FUN . ARGS) form of yank-action.
6155         (message-with-reply-buffer, message-widen-reply)
6156         (message-yank-original): Handle non-buffer values of
6157         message-reply-buffer (Bug#4080).
6158         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6159
6160 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6161
6162         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6163         Fix typo in docstring.
6164
6165 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6166
6167         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6168         response.
6169
6170 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6173
6174         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6175
6176         * message.el (message-check-news-header-syntax): Protect against a
6177         string that `rfc822-addresses' returns when parsing fails.
6178
6179 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6182         (gnus-previous-char-property-change): New functions.
6183
6184         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6185
6186 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6187
6188         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6189         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6190
6191 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6192
6193         * message.el (message-exchange-point-and-mark): Rework last change to
6194         avoid using optional arg of exchange-point-and-mark, for backward
6195         compatibility.
6196
6197 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6198
6199         * message.el (message-exchange-point-and-mark):
6200         Call exchange-point-and-mark with an argument rather than setting
6201         mark-active by hand (Bug#5175).
6202
6203 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * nntp.el (nntp-service-to-port): Work for service expressed with
6206         numeric string; replace [:digit:] with [0-9] for XEmacs.
6207
6208 2009-12-17  Glenn Morris  <rgm@gnu.org>
6209
6210         * gnus-group.el (gnus-bug-group-download-format-alist):
6211         Change emacs entry to debbugs.gnu.org.  Bump :version.
6212
6213 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6216
6217 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6218
6219         * message.el (message-info): Explain why we use `Info-goto-node'.
6220
6221 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6224
6225 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6226
6227         * message.el (message-completion-in-region): New compatibility function.
6228         (message-expand-group): Use it.
6229
6230 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6233         with no unread article should be listed if the 2nd arg `predicate' is
6234         given.
6235
6236 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6239
6240 2009-11-29  Juri Linkov  <juri@jurta.org>
6241
6242         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6243         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6244         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6245
6246 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6247
6248         * sha1.el (sha1-string-external): default-directory "/" in case
6249         otherwise non-existent.  process-connection-type pipe for touch of
6250         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6251
6252 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6253
6254         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6255         it's comms related and sgml-mode.el has "comm" on that basis too.
6256
6257 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6260         containing tspecial characters if they have been already quoted.
6261
6262 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6263
6264         * dns-mode.el (auto-mode-alist): Purecopy string.
6265
6266 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6267
6268         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6269
6270 2009-10-24  Glenn Morris  <rgm@gnu.org>
6271
6272         * gnus-art.el (help-xref-stack-item): Define for compiler.
6273
6274 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6275
6276         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6277
6278 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6281
6282 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6285         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6286
6287 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6290         (gnus-overlays-in): New alias to overlays-in.
6291
6292         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6293         gnus-overlay-get, and gnus-delete-overlay.
6294         (gnus-summary-show-thread): Make it work as well for systems in which
6295         next-single-char-property-change is not available.
6296         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6297
6298         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6299         (gnus-overlay-get): New alias to extent-property.
6300         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6301
6302         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6303         SXEmacs.
6304
6305         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6306         SXEmacs.
6307
6308 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6311
6312 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6313
6314         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6315         and XEmacs that don't have `remove-overlays'.
6316
6317 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6318
6319         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6320         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6321         selective display.  Use overlays instead.
6322
6323 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6324
6325         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6326
6327 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6328
6329         * spam-stat.el (spam-stat-load): Fix typo in message.
6330
6331 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6332
6333         * dig.el (dig-invoke): Fix typo in docstring.
6334         (query-dig): Reflow docstring.
6335
6336 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6337
6338         * gnus-art.el (gnus-article-encrypt-body):
6339         * message.el (message-check-recipients):
6340         * mm-util.el (mm-codepage-setup):
6341         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6342         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6343
6344 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6345
6346         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6347         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6348         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6349         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6350         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6351
6352 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6353
6354         * dig.el: Add "Keywords: comm", as per net-utils.el.
6355
6356 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6357
6358         * dig.el (dig-mode): Use define-derived-mode.
6359
6360 2009-09-19  Glenn Morris  <rgm@gnu.org>
6361
6362         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6363
6364 2009-09-18  Glenn Morris  <rgm@gnu.org>
6365
6366         * gnus-diary.el (gnus-diary-check-message):
6367         * message.el (message-insert-formatted-citation-line):
6368         * nnbabyl.el (top-level):
6369         * nndiary.el (nndiary-schedule):
6370         Fix typos in condition-case handlers.
6371
6372 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6375         configuration that provides the sole article window in a frame;
6376         position point correctly after deleting a part.
6377
6378 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6379
6380         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6381         (spam-resolve-registrations-routine): Use it to unregister articles
6382         that change status.
6383
6384 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6387         with XEmacs.
6388         (parse-time-string-chars): Use it.
6389
6390 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * imap.el (imap-interactive-login): Better messages.
6393         (imap-open): Fix bug with renamed buffer on reconnect.
6394         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6395         for easier debugging and cleaner code.  On successful (guessed based on
6396         server capabilities) secondary authentication, set imap-state
6397         correctly.
6398         (imap-last-authenticator): Define imap-last-authenticator as a variable
6399         to avoid warnings.
6400
6401 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * nnrss.el (nnrss-request-article): Remove binding of
6404         default-enable-multibyte-characters that has gotten needless by
6405         the 2007-07-13 change in rfc2047-encode-message-header.
6406
6407         * mml.el (mml-insert-multipart): Error on the message header.
6408         (mml-insert-part): Error on the message header; position point at
6409         the end of a MIME tag.
6410
6411 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * time-date.el (autoload): Expand define-obsolete-function-alias into
6414         defalias and make-obsolete for old Emacsen that Gnus supports.
6415         (with-no-warnings): Define it for old Emacsen.
6416         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6417         is available.
6418         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6419         float-time is available; suppress compile warning for time-to-seconds.
6420
6421         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6422         (gnus-float-time): Alias to float-time if it exists.
6423
6424         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6425         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6426         float-time is available; suppress compile warning for time-to-seconds.
6427
6428         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6429         XEmacs.
6430
6431 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * imap.el (imap-message-map): Docstring fix.
6434
6435 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6438         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6439         Add the optional argument `encoding' that overrides the default.
6440
6441         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6442         mm-encode-buffer.
6443
6444 2009-09-04  Glenn Morris  <rgm@gnu.org>
6445
6446         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6447         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6448         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6449         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6450         * mm-util.el (mm-with-unibyte-current-buffer)
6451         (mm-find-buffer-file-coding-system):
6452         * yenc.el (yenc-decode-region): Use default-value rather than
6453         default-enable-multibyte-characters.
6454
6455 2009-09-03  Glenn Morris  <rgm@gnu.org>
6456
6457         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6458         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6459         than default-enable-multibyte-characters.
6460
6461 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6462
6463         * gnus-art.el (gnus-article-read-summary-keys):
6464         Fix gnus-buffer-configuration's value temporarily used.
6465
6466 2009-09-02  Glenn Morris  <rgm@gnu.org>
6467
6468         * gnus-util.el (gnus-float-time): New function.
6469         * gnus-delay.el (gnus-delay-article):
6470         * gnus-sum.el (gnus-thread-latest-date):
6471         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6472         * nnspool.el (nnspool-request-newgroups):
6473         Use gnus-float-time rather than time-to-seconds.
6474         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6475
6476         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6477         (gnus-header-subject-face, gnus-header-newsgroups-face)
6478         (gnus-header-name-face, gnus-header-content-face):
6479         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6480         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6481         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6482         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6483         (gnus-cite-face-11):
6484         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6485         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6486         (gnus-server-closed-face, gnus-server-denied-face)
6487         (gnus-server-offline-face):
6488         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6489         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6490         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6491         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6492         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6493         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6494         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6495         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6496         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6497         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6498         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6499         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6500         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6501         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6502         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6503         (gnus-summary-high-undownloaded-face)
6504         (gnus-summary-low-undownloaded-face)
6505         (gnus-summary-normal-undownloaded-face)
6506         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6507         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6508         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6509         (gnus-splash-face):
6510         * message.el (message-header-to-face, message-header-cc-face)
6511         (message-header-subject-face, message-header-newsgroups-face)
6512         (message-header-other-face, message-header-name-face)
6513         (message-header-xheader-face, message-separator-face)
6514         (message-cited-text-face, message-mml-face):
6515         * sieve-mode.el (sieve-control-commands-face)
6516         (sieve-action-commands-face, sieve-test-commands-face)
6517         (sieve-tagged-arguments-face):
6518         * spam.el (spam-face):
6519         Mark face aliases with "-face" in the name as obsolete.
6520
6521 2009-09-01  Glenn Morris  <rgm@gnu.org>
6522
6523         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6524         than goto-line.
6525
6526 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6529         Don't move point if the command is invoked inside the message header.
6530
6531 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6532
6533         * imap.el (imap-send-command): Simplify.
6534         (imap-wait-for-tag): point-max -> buffer-size.
6535
6536 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6537
6538         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6539         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6540         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6541         * nnir.el (nnir-swish-e-index-file):
6542         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6543         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6544         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6545         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6546         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6547         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6548
6549 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6552         Don't save excursion.
6553
6554 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6555
6556         * nnheader.el (nnheader-find-file-noselect):
6557         * mm-util.el (mm-insert-file-contents):
6558         Use (default-value 'major-mode) instead of default-major-mode.
6559
6560 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6563
6564 2009-08-26  Glenn Morris  <rgm@gnu.org>
6565
6566         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6567         than placing in files.el.
6568
6569 2009-08-25  Glenn Morris  <rgm@gnu.org>
6570
6571         * nnir.el (top-level): Don't require cl at run-time.
6572         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6573         Replace cl-function substitute with gnus-replace-in-string.
6574         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6575         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6576         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6577         simplified expansions.
6578
6579 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6580
6581         * dig.el (dig): Add autoload cookie.
6582
6583 2009-08-22  Glenn Morris  <rgm@gnu.org>
6584
6585         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6586         goto-line.
6587
6588 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6589
6590         * parse-time.el (parse-time-string-chars): Save match data.
6591
6592 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6593
6594         * parse-time.el (parse-time-string-chars): Compute using character
6595         classes, to handle non-ascii characters (Bug#3190).
6596
6597 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6600
6601         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6602         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6603         (gnus-mm-display-part, gnus-mime-display-single)
6604         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6605         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6606
6607         * gnus-sum.el
6608         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6609         (gnus-summary-move-article): Add expirable mark to articles copied or
6610         moved to group that has auto-expire turned on if the option is non-nil.
6611
6612 2009-07-24  Glenn Morris  <rgm@gnu.org>
6613
6614         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6615         Fix typo.  (Bug#3903)
6616
6617 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6620         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6621         that should not be used for draft articles.
6622         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6623         that has no concern in minor mode keys.
6624         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6625         Abolish.
6626
6627 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6630         article without making inquiry to a user for unknown encoding.
6631
6632         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6633         (nnmaildir--scan): Assume i-node and device number that file-attributes
6634         returns might be cons-cell.
6635
6636         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6637
6638         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6639
6640 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * auth-source.el: Remove docs now in auth.texi.  Don't use
6643         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6644         `auth-source-hide-passwords' and use them.
6645
6646 2009-07-15  Glenn Morris  <rgm@gnu.org>
6647
6648         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6649
6650 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6653         excessive whitespace from the default values of title and description.
6654
6655 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6658         mail-fetch-field to fetch Content-Description header in order to
6659         exclude newlines.
6660
6661 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6662
6663         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6664         format used by GnuPG 2.0.11.
6665
6666 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6669         to deleted part.
6670
6671 2009-05-30  David Engster  <dengste@eml.cc>
6672
6673         * nnmairix.el: Remove old documentation in the commentary block.
6674         (nnmairix-request-group): Do not update active file for nnml back ends.
6675         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6676         end so that overview files are ignored.
6677         (nnmairix-update-groups): Make updating the groups more robust by using
6678         marks.
6679         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6680         with dollar characters in message-id.
6681
6682 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6685         2008-12-25 in dns.el.
6686
6687 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6688
6689         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6690         could happen if the text is only composed of spaces and/or tabs.
6691
6692 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6693
6694         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6695         when sending a queued message to avoid extra mml tags.
6696
6697 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6700
6701 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6704         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6705         rmail-toggle-header for XEmacs;
6706         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6707
6708 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-dired.el: Remove autoload for gnus-setup-message.
6711         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6712         displaying Gnus logo; always use compose-mail.
6713
6714 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6717
6718 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6721         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6722         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6723         available.
6724         (gnus-nocem-epg-verify): New function.
6725
6726 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6729
6730 2009-02-15  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-util.el (rmail-insert-rmail-file-header)
6733         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6734         autoloads.
6735         (rmail-default-rmail-file): Remove unnecessary declaration.
6736         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6737
6738 2009-02-14  Glenn Morris  <rgm@gnu.org>
6739
6740         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6741         variable (only used in gnus-util, which declares it anyway).
6742         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6743         which was only needed by gnus-art (changed to not use it any more).
6744         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6745         only used in gnus-util, which autoloads it itself.
6746         (rmail-update-summary): Fix autoload.
6747
6748         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6749         rather than rmail-output-to-rmail-file.
6750
6751 2009-02-07  Glenn Morris  <rgm@gnu.org>
6752
6753         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6754         autoload of function that no longer exists.
6755         (rmail-toggle-header): Declare.
6756         (message-forward-rmail-make-body): Handle mbox Rmail.
6757
6758 2009-01-31  Glenn Morris  <rgm@gnu.org>
6759
6760         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6761         2009-01-09 change.
6762
6763 2009-01-31  Dave Love  <fx@gnu.org>
6764
6765         * imap.el (imap-fetch-safe): Bind debug-on-error.
6766         (imap-debug): Add imap-fetch-safe.
6767
6768 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6769
6770         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6771         (auth-source-forget-all-cached): New convenience function.
6772         (auth-source-user-or-password): Accept list of modes or a single mode.
6773
6774         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6775         auth-source modes.
6776
6777         * netrc.el (netrc-machine-user-or-password): Use list of
6778         auth-source modes.
6779
6780         * nnimap.el (nnimap-open-connection): Use list of
6781         auth-source modes.
6782
6783         * nntp.el (nntp-send-authinfo): Use list of
6784         auth-source modes.
6785
6786 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6787
6788         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6789         now.
6790
6791 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6794         coding system in XEmacs; add a workaround for XEmacs.
6795
6796         * lpath.el: Fbind coding-system-aliasee.
6797
6798 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6801         of current-language-environment.
6802
6803 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6806         available at runtime.
6807
6808 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6811
6812 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6813
6814         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6815         the greatest positive fixnum value doesn't work under an XEmacs with
6816         bignum support; use the most-positive-fixnum constant instead,
6817         available since Emacs 21.1 with cl and XEmacs 21.1.
6818
6819 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6822         XEmacs gets not to work.
6823
6824 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * mm-util.el (mm-coding-system-priorities): Allow the value like
6827         "Japanese (UTF-8)" of current-language-environment.
6828
6829 2009-01-09  Glenn Morris  <rgm@gnu.org>
6830
6831         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6832         with last-command-event.
6833
6834 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6837         in the doc string.
6838
6839         * message.el (message-fix-before-sending): Amend comment.
6840
6841 2009-01-08  Dave Love  <fx@gnu.org>
6842
6843         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6844
6845 2009-01-07  David Engster  <dengste@eml.cc>
6846
6847         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6848         simplified server definitions by converting it via
6849         gnus-server-to-method.
6850
6851 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6854         parameter's operands.
6855
6856 2009-01-06  David Engster  <dengste@eml.cc>
6857
6858         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6859         primary select method (for gnus-group-mark-article-as-read).
6860
6861 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6862
6863         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6864         `(gnus)Face', not `(gnus)X-Face'.
6865
6866 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * mm-util.el (mm-ucs-to-char): New function.
6869
6870         * mm-url.el (mm-url-decode-entities): Use it.
6871
6872         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6873         unicode-to-char.
6874
6875 2009-01-05  Dave Love  <fx@gnu.org>
6876
6877         * time-date.el: Require cl for `declare'.
6878
6879 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6882         Dave Love.
6883
6884 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * message.el (message-fix-before-sending): Add `eight-bit' to
6887         illegible-text check.
6888
6889 2009-01-03  Michael Olson  <mwolson@gnu.org>
6890
6891         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6892         `headers' is nil.  This can occur if the IMAP server does not have
6893         permissions to read messages from a folder, but can write new messages
6894         to the folder.
6895         (nnimap-request-article-part): Do not insert `data' if it is nil.
6896
6897         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6898         characters which will confuse `read', so skip past them.
6899
6900 2009-01-01  Dave Love  <fx@gnu.org>
6901
6902         * imap.el (imap-string-to-integer): Fix typo.
6903         (imap-fetch-safe): New function.
6904         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6905
6906         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6907
6908         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6909         (imap-parse-greeting): Fix doc strings.
6910         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6911         (imap-parse-flag-list): Make messages unique.
6912         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6913
6914         * nnimap.el: Fix author email.
6915         (nnimap-split-rule): Add FIXME comment.
6916         (nnimap-debug): Fix doc string.
6917
6918 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6921
6922 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6925         nslookup if resolv.conf isn't available.
6926         (dns-query): Rename from query-dns.
6927         (dns-query-cached): Rename from query-dns-cached.
6928
6929 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6932         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6933         to check if those variables exist (first appeared in Emacs 18.50).
6934
6935 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * mm-util.el (mm-line-number-at-pos): New function.
6938
6939         * spam-report.el (spam-report-process-queue): Use it.
6940
6941 2008-12-24  David Engster  <dengste@eml.cc>
6942
6943         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6944         parameters that haven't existed as variables as buffer-local variables.
6945
6946 2008-12-23  Dave Love  <fx@gnu.org>
6947
6948         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6949         cadar.
6950
6951         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6952         imap-starttls-p.
6953         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6954
6955 2008-12-22  Dave Love  <fx@gnu.org>
6956
6957         * imap.el: Fix author email.  Doc fixes.
6958         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6959         reply.
6960
6961 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * spam-report.el (spam-report-gmane-max-requests): New constant.
6964         (spam-report-gmane-wait): New variable.
6965         (spam-report-gmane-ham, spam-report-gmane-spam)
6966         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6967         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6968         the server.
6969
6970         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6971         Add explanations.
6972
6973         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6974         nnheader-accept-process-output and nnheader-read-timeout if available.
6975         (pop3-movemail): Use it.
6976
6977         * message.el (message-check-news-body-syntax): Fix signature check if
6978         there's an attachment.
6979
6980 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * mm-util.el: Add comments to the mm- emulating functions.
6983
6984 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6987         Reported by Stephen Berman <stephen.berman@gmx.net>.
6988
6989 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * mm-util.el (mm-substring-no-properties): New function.
6992         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6993         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6994         (mm-string-to-multibyte): Doc fix.
6995
6996         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6997
6998 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * mml.el (mml-attach-file): Strip text properties from file name.
7001         (Bug#1574)
7002
7003 2008-12-16  Glenn Morris  <rgm@gnu.org>
7004
7005         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7006
7007 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7010         knows since the charset specified might be a bogus alias that
7011         mm-charset-synonym-alist provides.
7012
7013 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7016         "ISO_8859-1".
7017
7018         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7019
7020 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * mm-util.el (mm-charset-eval-alist):
7023         Define it before mm-charset-to-coding-system.
7024         (mm-charset-to-coding-system): Add optional argument `silent';
7025         define it before mm-charset-override-alist.
7026         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7027         default value if it can be used in Emacs currently running;
7028         silence mm-charset-to-coding-system.
7029
7030 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7033         `allow-override' which says whether to use `mm-charset-override-alist'.
7034         (rfc2047-decode-encoded-words): Use it.
7035
7036         * mm-util.el (mm-charset-override-alist): Fix custom type;
7037         add `(gb2312 . gbk)' to choices.
7038
7039 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7042         fast.
7043
7044         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7045
7046         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7047
7048 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7049
7050         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7051         on links.
7052
7053         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7054
7055 2008-12-03  Lute Kamstra  <lute@gnu.org>
7056
7057         * sha1.el: Remove leading * from docstrings of defcustoms,
7058         deffaces, defconsts and defuns.
7059
7060 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7063         users' addresses that don't have domain parts.
7064         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7065         rather than message-narrow-to-head since there will be the message
7066         header separator.
7067
7068 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7069
7070         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7071         since the result is inserted in a unibyte buffer anyway.
7072         (nnimap-demule-use-string-to-multibyte): Remove.
7073         (nnimap-demule): Alias it to mm-string-to-multibyte.
7074
7075 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7078         variable for debugging bug#464 and bug#1174.
7079         (nnimap-demule): Use it.
7080
7081 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7084         score calculation correctly.
7085
7086 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7087
7088         * message.el (message-send-mail): Just set the buffer to unibyte
7089         rather than use mm-with-unibyte-current-buffer which does a lot more.
7090         (message-send-mail-partially): Don't bother with
7091         mm-with-unibyte-current-buffer since it's already been made unibyte by
7092         message-send-mail.
7093
7094 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7097
7098 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7101
7102 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7105         require itself and to remove `with-no-warnings'.
7106
7107 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * starttls.el (starttls-any-program-available): Get the name of the
7110         available TLS layer program.
7111         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7112         well as the host name in the "opening" message.
7113
7114         * auth-source.el (auth-source-cache, auth-source-do-cache)
7115         (auth-source-user-or-password): Cache passwords and logins by default,
7116         allow override with `auth-source-do-cache'.
7117         (auth-source-forget-user-or-password): Allow users to remove cache
7118         entries if needed.
7119
7120 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7121
7122         * md4.el (md4-buffer): Fix typo in docstring.
7123         (md4, md4-64): Doc fixes.
7124         (md4-pack-int32): Reflow docstring.
7125
7126 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7129         condition-case to only the forward-sexp call.
7130
7131 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7134         quotes contained.  Make it more robust regardless by an extra
7135         condition-case wrapper.
7136
7137 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7140
7141 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * nnml.el (nnml-request-expire-articles): Check if the function set to
7144         `nnmail-expiry-target' returns the symbol `delete'.
7145
7146         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7147
7148         * nnmail.el (nnmail-expiry-target): Fix custom type.
7149
7150 2008-10-02  Glenn Morris  <rgm@gnu.org>
7151
7152         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7153         Silence compiler warning.
7154
7155 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7156
7157         * tls.el (open-tls-stream): Show the actual command being
7158         executed, instead of the format string.
7159
7160 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * lpath.el: Fbind codepage-setup for Emacs 23.
7163
7164 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7165
7166         * mml.el (mml-menu): Don't assume mml2015 is bound.
7167
7168 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7171         exists.
7172
7173 2008-09-27  Glenn Morris  <rgm@gnu.org>
7174
7175         * gnus-util.el (mail-header-remove-comments): Autoload it.
7176
7177 2008-09-27  Andreas Schwab  <schwab@suse.de>
7178
7179         * gnus-util.el (gnus-split-references): Strip comments.
7180         (gnus-parent-id): Likewise.
7181
7182 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * message.el (message-confirm-send): Fix version.
7185
7186 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * message.el (message-idna-to-ascii-rhs-1): Use
7189         mail-extract-address-components rather than mail-header-parse-addresses
7190         that is an alias by default to ietf-drums-parse-addresses that does not
7191         support non-ASCII names in headers' contents.
7192
7193 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * message.el (message-confirm-send): Fix variable documentation to
7196         avoid the "y/n" wording.
7197
7198 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7199
7200         * message.el (message-set-auto-save-file-name): Save to a different
7201         filename so multiple messages (especially drafts) can be recovered.
7202
7203 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7204
7205         * message.el (message-confirm-send): Add appropriate version.
7206
7207 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7208
7209         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7210         defvar.
7211
7212 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7213
7214         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7215         (mm-pkcs7-enveloped-magic): Ditto.
7216
7217 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7218
7219         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7220         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7221
7222 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7225         default, it's better.
7226
7227 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7230         summary line gnus-number property and ignore them (with a warning
7231         message).
7232
7233 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7236         macro caddr in the interactive form since it won't be expanded.
7237
7238 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7241         `charset'; fix name of function called recursively.
7242         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7243
7244 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7247         (gnus-mime-set-charset-parameters): New function.
7248         (gnus-mime-view-part-as-charset): Use it to correctly display part
7249         specifying wrong charset.
7250
7251 2008-09-08  David Engster  <dengste@eml.cc>
7252
7253         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7254         in completing-read for back end server.
7255
7256 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7257
7258         * message.el (message-confirm-send): New variable to confirm sending a
7259         message.
7260         (message-send): Use it.
7261
7262 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7265
7266 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7269
7270 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7273         prevent tracking too many groups.
7274         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7275         Use it.
7276
7277 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7278
7279         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7280         moving point to the bottom of the window in order to avoid recentering.
7281
7282 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7285
7286         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7287         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7288         (gnus-article-beginning-of-window): Fix calculation.
7289
7290 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-msg.el (gnus-summary-supersede-article)
7293         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7294         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7295         message header.
7296
7297 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7298
7299         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7300         pending output coming after the status change.
7301
7302 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7303
7304         * message.el:
7305         * gnus-start.el:
7306         * gnus-registry.el: Remove VMS support.
7307
7308 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7311         macro.
7312         (rfc2104-hash): Use it.
7313
7314 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7317         (gnus-summary-sort-by-most-recent-date): New commands.
7318         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7319         and menu entries.
7320
7321 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7324         don't redisplay article for raw contents; remove plural articles stuff.
7325
7326         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7327         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7328         on gnus-summary-save-article; display results properly.
7329
7330 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * lpath.el: No need to fbind ns-focus-frame.
7333
7334 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7337
7338 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-art.el (gnus-summary-save-in-pipe):
7341         Consider gnus-save-all-headers.
7342
7343 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7344
7345         * gnus-util.el (ns-focus-frame): Remove declaration.
7346         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7347         like x.
7348
7349 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7350
7351         * rfc2104.el (rfc2104-zero): Delete defconst.
7352         (rfc2104-hex-alist): Likewise.
7353         (rfc2104-hex-to-int): Delete func.
7354         (rfc2104-hexstring-to-bitstring): Likewise.
7355         (rfc2104-nybbles): New defconst.
7356         (rfc2104-hash): Rewrite for speed.
7357
7358 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * tls.el (open-tls-stream): Make it work with the 2nd argument
7361         BUFFER that is a string but does not exist as a buffer object, as
7362         mentioned in the doc-string.
7363
7364 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7367         SXEmacs.
7368
7369 2008-07-16  Glenn Morris  <rgm@gnu.org>
7370
7371         * gnus-util.el (ns-focus-frame): Declare for compiler.
7372
7373 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7376         set as a group parameter.
7377         (gnus-summary-save-in-pipe): Work when it is called independently.
7378         (gnus-summary-pipe-to-muttprint): Don't modify
7379         gnus-summary-pipe-output-default-command.
7380
7381 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7382
7383         * message.el (message-send-mail-with-sendmail):
7384         Display the error message.
7385
7386 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-default-article-saver):
7389         Add gnus-summary-save-in-pipe to choices.
7390         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7391         gnus-summary-pipe-output-default-command as the default command.
7392         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7393         instead of gnus-last-shell-command.
7394
7395         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7396         New user option.
7397         (gnus-summary-muttprint-program): Mention the value will be changed.
7398         (gnus-summary-save-article): Force showing of all headers.
7399         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7400
7401 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7402
7403         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7404
7405 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7406
7407         * nnimap.el (nnimap-id):
7408         * sieve-manage.el (sieve-manage-open): Doc fixes.
7409
7410 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7411
7412         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7413         if available.
7414
7415 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7416
7417         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7418
7419         * nnkiboze.el (nnkiboze-generate-group):
7420         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7421
7422         * nnmairix.el: Require CL.
7423
7424 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * dgnushack.el: Autoload get-display-table and put-display-table for
7427         XEmacs 21.5.
7428
7429         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7430         21.4 and SXEmacs.
7431
7432 2008-06-15  David Engster  <dengste@eml.cc>
7433
7434         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7435
7436 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7437
7438         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7439         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7440         runtime choice under XEmacs.
7441
7442         * gnus-sum.el (gnus-summary-set-display-table):
7443         Use `gnus-put-display-table', `gnus-get-display-table',
7444         `gnus-set-display-table' for the display table, instead of `aset'.
7445
7446         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7447         Use `gnus-put-display-table', `gnus-get-display-table',
7448         `gnus-set-display-table' for the display table.
7449
7450 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * nnmairix.el: Add autoloads.
7453
7454 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * nnmairix.el (nnmairix-delete-recreate-group)
7457         (nnmairix-update-and-clear-marks): Fix error messages.
7458
7459 2008-06-14  David Engster  <dengste@eml.cc>
7460
7461         * nnmairix.el: Upgrade to version 0.6.
7462         (nnmairix-group-toggle-propmarks-this-group)
7463         (nnmairix-group-toggle-readmarks-this-group)
7464         (nnmairix-group-delete-recreate-this-group)
7465         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7466         (nnmairix-remove-tick-mark-original-article): New commands.
7467         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7468         (nnmairix-propagate-marks-to-nnmairix-groups)
7469         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7470         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7471         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7472         functions needed for marks propagation and manipulation of read marks.
7473         (nnmairix-update-groups): New function.
7474         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7475         (nnmairix-determine-original-group-from-registry)
7476         (nnmairix-determine-original-group-from-path)
7477         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7478         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7479         New helper functions.
7480         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7481         keystrokes for new commands.
7482         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7483         (nnmairix-request-group): Check allow-fast group parameter.
7484         (nnmairix-request-create-group): Set allow-fast group parameter if
7485         nnmairix-allowfast-default is set.
7486         (nnmairix-close-group): Propagate marks upon closing if needed.
7487         (nnmairix-group-toggle-threads-this-group): Use new.
7488         nnmairix-group-toggle-parameter helper function.
7489         (nnmairix-search): Better check for empty search result.
7490         (nnmairix-goto-original-article): Use new helper functions for
7491         determining original article.
7492         (nnmairix-show-original-article): Make sure message-id is in brackets.
7493         (nnmairix-call-mairix-binary): Change variable name.
7494         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7495         helper function.
7496         (nnmairix-widget-toggle-activate): Fix doc string.
7497
7498 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * nnir.el: Require edmacro when compiling with XEmacs.
7501         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7502         available in Emacs 21.
7503
7504 2008-06-11  Glenn Morris  <rgm@gnu.org>
7505
7506         * gnus-util.el (x-focus-frame):
7507         * gnus.el (image-size):
7508         * mm-decode.el (image-size): Declare.
7509
7510         * gnus-picon.el (declare-function): Add compat definition.
7511         (image-size): Declare.
7512
7513         * gnus-group.el (tool-bar-map):
7514         * gnus-sum.el (tool-bar-map): Define for compiler.
7515
7516         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7517
7518         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7519
7520         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7521         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7522         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7523         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7524         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7525         * sieve-manage.el, spam-report.el, spam.el:
7526         Remove unnecessary eval-and-compile of autoloads.
7527
7528 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7529
7530         * auth-source.el: Precise Tramp doc.
7531
7532 2008-06-07  Glenn Morris  <rgm@gnu.org>
7533
7534         * nnmairix.el: Remove unnecessary eval-when-compile.
7535
7536 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * lpath.el: Fbind propertize for XEmacs 21.4.
7539
7540 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * nnir.el: Move here from ../contrib.
7543
7544 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7545
7546         * gnus-util.el (gnus-read-shell-command): New function.
7547         * mm-decode.el (mm-pipe-part):
7548         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7549
7550 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7553
7554 2008-06-03  Glenn Morris  <rgm@gnu.org>
7555
7556         * pop3.el (nnheader-accept-process-output): Autoload it.
7557
7558 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7561         are not 2-digit hexadecimal characters that follow `%'s.
7562
7563 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * message.el (message-bogus-recipient-p): Fix type in doc string.
7566         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7567         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7568         Improve custom options.
7569         (message-bogus-recipient-p): Adjust accordingly.
7570
7571 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7572
7573         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7574         long-form month and day names.
7575
7576 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * dgnushack.el: Autoload debug, eudc-expand-inline and
7579         pgg-snarf-keys-region for XEmacs.
7580
7581         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7582
7583         * nnmairix.el: Require edmacro when compiling with XEmacs.
7584
7585 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7588         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7589
7590 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         * auth-source.el: Add more docs.
7593
7594         * netrc.el (netrc-machine): Always match if the port is not given.
7595
7596 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7599         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7600         retrieval faster in some cases, but might make CPU usage larger.
7601         If this has any bad side effects, we might revert this change.
7602
7603         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7604         seems to make mail retrieval much, much faster.
7605         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7606         unconditionally.
7607
7608         * gnus-draft.el (gnus-group-send-queue):
7609         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7610
7611 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7614
7615         * message.el (message-bogus-address-regexp): Fix and improve custom
7616         type.
7617         (message-setup-hook): Add message-check-recipients as custom option.
7618
7619 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * message.el (message-cite-function): Remove bogus autoload which crept
7622         in during merge from v5-10.
7623
7624 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7625
7626         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7627
7628         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7629
7630         * auth-source.el: Preliminary Tramp docs.
7631         (auth-sources): Change the default auth-sources to use
7632         EPA .gpg files.
7633
7634 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * nntp.el: Autoload `auth-source-user-or-password'.
7637         (nntp-send-authinfo): Use it.
7638
7639         * nnimap.el: Autoload `auth-source-user-or-password'.
7640         (nnimap-open-connection): Use it.
7641
7642         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7643         for the gnus-message function.
7644         (auth-source-user-or-password): Use it.
7645
7646 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7647
7648         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7649         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7650         (rfc2104-hash): Use it.
7651
7652 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7653
7654         * gnus-art.el (gnus-article-toggle-truncate-lines):
7655         Don't use `iff' in docstring.
7656
7657 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7660
7661         * gnus-util.el (gnus-extract-address-component-name)
7662         (gnus-extract-address-component-email): Convenience functions around
7663         `gnus-extract-address-components'.
7664
7665         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7666         Use `gnus-extract-address-component-email' to fix bug of comparing full
7667         sender name to `user-mail-address'.
7668
7669 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7672         catch/throw to optimize.
7673         (gnus-registry-find-keywords): Just use member to find a keyword.
7674
7675 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7676
7677         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7678         is current before calling gnus-server-prepare.
7679         (gnus-server-setup-buffer, gnus-server-update-server)
7680         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7681
7682 2008-05-04  Juri Linkov  <juri@jurta.org>
7683
7684         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7685         (mailcap-file-default-commands): Use mailcap-replace-in-string
7686         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7687         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7688
7689 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7690
7691         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7692
7693 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7694
7695         * gnus.el: Bump version to 0.11.
7696
7697 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7698
7699         * gnus.el: No Gnus v0.10 is released.
7700
7701 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7704         hooks.
7705         (gnus-update-read-articles): Speed up non-marks-using users.
7706         (gnus-use-marks): Define gnus-use-marks.
7707         (gnus-propagate-marks): Rename variable to something more sensible.
7708
7709 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7710
7711         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7712         (gmm-image-load-path-for-library): Fix typos in docstrings.
7713         (gmm-message): Reflow docstring.
7714
7715 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * mail-source.el (mail-source-set-1, mail-source-bind):
7718         Move auth-source code out of the macro to clean it up and fix bugs.
7719
7720 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7721
7722         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7723         by sender if it's equal to user-mail-address, it's likely to be
7724         useless.
7725
7726         * mail-source.el (mail-source-bind): Don't use user or password if they
7727         are not bound.  Unintern them if they are nil.  Don't use server unless
7728         it's bound, and default it to empty string otherwise.
7729
7730 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7731
7732         * mail-source.el: Load auth-source.el.
7733         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7734         get user name or password, if auth-sources is set up.
7735
7736         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7737         strategy of splitting with parent.
7738         (gnus-registry-split-fancy-with-parent)
7739         (gnus-registry-post-process-groups): Use it and fix prior
7740         bug (returning a list as the split result).
7741
7742         * auth-source.el (auth-sources): Remove server parameter.
7743         (auth-source-pick, auth-source-user-or-password)
7744         (auth-source-user-or-password-imap)
7745         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7746         (auth-source-user-or-password-sftp)
7747         (auth-source-user-or-password-smtp): Remove server parameter.
7748
7749 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7750
7751         * smime.el (smime-sign-region, smime-encrypt-region)
7752         (smime-decrypt-region):
7753         Remove redundant calls to `generate-new-buffer-name'.
7754
7755 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7756
7757         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7758         Don't use QP for message/rfc822.
7759         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7760
7761 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7762
7763         * sieve-manage.el (sieve-string-bytes): Remove.
7764         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7765         correct byte-length only if the process's coding-system is the same as
7766         the one used internally by Emacs to represent strings.
7767
7768 2008-04-22  Juri Linkov  <juri@jurta.org>
7769
7770         * mailcap.el (mailcap-file-default-commands): New function.
7771
7772 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * message.el (message-signature-separator, message-cite-function):
7775         Change custom version.
7776
7777 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7778
7779         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7780         commands.
7781         (tls-checktrust): Ditto.
7782
7783 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * mm-decode.el (mm-display-external): Make temp file read-only.
7786
7787 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7790         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7791         `C-c C-f d'.
7792
7793 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7794
7795         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7796
7797 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * gnus.el: Bump version to 0.9.
7800
7801 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus.el: No Gnus v0.8 is released.
7804
7805 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7806
7807         * mail-source.el (mail-source-value):
7808         Prefer fboundp to functionp so it works with macros as well.
7809
7810 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7811
7812         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7813         Fix last change in case the element is not even a symbol.
7814
7815 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7818         Prefer fboundp to functionp so it works with macros as well.
7819
7820 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * auth-source.el: Add docs.
7823         (auth-sources): Modify format to support server.
7824         (auth-source-pick, auth-source-user-or-password)
7825         (auth-source-user-or-password-imap)
7826         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7827         (auth-source-user-or-password-sftp)
7828         (auth-source-user-or-password-smtp): Add server parameter.
7829
7830 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * gnus-registry.el: Initialize the registry when gnus-registry-install
7833         is t.
7834
7835 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * compface.el (uncompface): Make buffer unibyte.
7838
7839 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7840
7841         * mail-source.el (mail-source-value):
7842         Prefer fboundp to functionp so it works with macros as well.
7843
7844 2008-04-05  Glenn Morris  <rgm@gnu.org>
7845
7846         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7847
7848 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7849
7850         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7851         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7852
7853         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7854         multibyteness after rather than before erasing it.
7855
7856         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7857         mm-with-multibyte.
7858         (gnus-request-article-this-buffer): Make sure the proper decoding is
7859         used if gnus-original-article-buffer happens to be unibyte.
7860
7861         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7862         default-enable-multibyte-characters.
7863
7864         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7865         default-enable-multibyte-characters.
7866
7867         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7868
7869         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7870
7871 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7872
7873         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7874         Fix last change in case the element is not even a symbol.
7875
7876 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7877
7878         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7879         (imap-message-copyuid-1): Use it.
7880         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7881         J. Williams in
7882         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7883
7884         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7885         imap-enable-exchange-bug-workaround.
7886         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7887
7888 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7889
7890         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7891         a 100 byte status-checks into a 2-3MB transfer for each group.
7892         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7893         to enable bug workaround or not.
7894         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7895
7896 2008-03-31  Glenn Morris  <rgm@gnu.org>
7897
7898         * message.el (mml2015-use): Declare for compiler.
7899         (message-info): Require mml2015 when appropriate.
7900
7901 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7904         whitespace.
7905
7906 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7907
7908         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7909         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7910         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7911         (nntp-service-to-port): New function.
7912         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7913         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7914         (nntp-open-netcat-stream): New function.
7915         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7916
7917 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7918
7919         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7920
7921 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7922
7923         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7924
7925 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7926
7927         * dns.el (dns-write): Use set-buffer-multibyte.
7928
7929 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7930
7931         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7932
7933 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * message.el (message-signature-separator): Change default.
7936         Improve custom type.
7937         (message-cite-function): Change default to
7938         message-cite-original-without-signature.
7939
7940         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7941         toggle.
7942
7943         * message.el (message-check-news-body-syntax): Fix signature check.
7944         (message-setup-1): Mark buffer as unmodified _after_ running
7945         message-setup-hook and handling message-alternative-emails.
7946         (message-shorten-references): Be more strict when building list of
7947         valid references to comply with GNKSA.
7948
7949         * gnus-group.el (gnus-read-ephemeral-bug-group)
7950         (gnus-read-ephemeral-debian-bug-group)
7951         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7952
7953         * message.el (message-info): Don't use booleanp which isn't supported
7954         in Emacs 21 and XEmacs.
7955
7956 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7959         gnus-group-gmane-group-download-format.
7960         (gnus-group-read-ephemeral-gmane-group): Rename from
7961         gnus-group-read-ephemeral-gmane-group.
7962         (gnus-read-ephemeral-gmane-group-url): Rename from
7963         gnus-group-read-ephemeral-gmane-group-url.
7964         (gnus-bug-group-download-format-alist): New variable.
7965         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7966         (gnus-read-ephemeral-emacs-bug-group): New commands.
7967
7968 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7971         (gnus-visible-headers): Improve custom type.
7972
7973 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * mml.el (mml-menu): Add workarounds for XEmacs.
7976
7977         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7978         X-Boundary header.
7979
7980         * message.el (message-simplify-recipients): Fix previous commit.
7981
7982 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7983
7984         * mm-util.el (mm-set-buffer-multibyte): New function.
7985         * mm-decode.el (mm-copy-to-buffer): Use it.
7986
7987         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7988         Prefer fboundp to functionp so it works with macros as well.
7989
7990 2008-03-19  Glenn Morris  <rgm@gnu.org>
7991
7992         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7993         Accidentally removed in the sync process with Emacs.
7994
7995 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * message.el (message-alter-recipients-discard-bogus-full-name):
7998         New function.
7999         (message-alter-recipients-function): New variable.
8000         (message-get-reply-headers): Use it.
8001         (message-replace-header): New helper function.
8002         (message-recipients-without-full-name): New variable.
8003         (message-simplify-recipients): New command.
8004
8005         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8006
8007         * message.el (message-info): Handle EasyPG manual.
8008
8009         * mml.el (mml-menu): Add entry for EasyPG.
8010
8011 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8012
8013         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8014         parameter.
8015
8016         * message.el (message-disassociate-draft): Specify drafts group name
8017         fully.
8018
8019 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8020
8021         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8022         Eliminate unnecessary duplicates from the match list.
8023
8024 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8027
8028         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8029
8030         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8031         args of `how-many' of which the XEmacs version doesn't take; declare
8032         Info-index-next as function.
8033
8034 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-score.el (gnus-score-headers): Fix handling of
8037         gnus-inhibit-slow-scoring.
8038
8039         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8040         string.
8041         (gnus-button-url-regexp): Improve handling of parenthesis.
8042         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8043         (gnus-button-handle-info-keystrokes): Handle index entries.
8044
8045 2008-03-15  Glenn Morris  <rgm@gnu.org>
8046
8047         * parse-time.el (parse-time-string): Simplify.
8048
8049 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8052         Incoming* files.
8053
8054 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * auth-source.el (auth-sources): Rename from auth-source-choices.
8057         (auth-source-pick): Use it.
8058
8059 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8060
8061         * binhex.el (binhex-decode-region-internal):
8062         * uudecode.el (uudecode-decode-region-internal):
8063         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8064         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8065         setting default-enable-multibyte-characters.
8066
8067 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * auth-source.el (auth-source-protocols)
8070         (auth-source-protocols-customize, auth-source-choices): Add and
8071         modified variable customizations and defaults.
8072         (auth-source-pick, auth-source-user-or-password)
8073         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8074         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8075         (auth-source-user-or-password-sftp)
8076         (auth-source-user-or-password-smtp): Use new variables and provide an
8077         interface to netrc.el.
8078
8079 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8082         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8083         Make sure the nntp port to specify is a string.
8084
8085 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8086
8087         * nntp.el: Use with-current-buffer.
8088         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8089         dubious mm-with-unibyte-current-buffer.
8090         (nntp-with-open-group-function): New function extracted from
8091         nntp-with-open-group macro.
8092         (nntp-with-open-group): Use the function, so it's easier to debug.
8093         Add indentation and debugging info.
8094         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8095         Recommend the use of the netcat alternatives.
8096
8097         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8098         Avoid mm-string-as-multibyte as well.
8099
8100         * nnweb.el (nnweb-insert-html):
8101         Remove use of nnheader-string-as-multibyte.
8102
8103         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8104         (nnheader-string-as-multibyte): Remove.
8105
8106         * mm-view.el: Use inhibit-read-only.
8107         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8108         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8109         or unibyte-string.
8110
8111         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8112         (mm-uu-yenc-extract): Use with-current-buffer.
8113
8114         * gnus-soup.el (gnus-soup-send-packet): Don't use
8115         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8116
8117         * nnmh.el: Use with-current-buffer.
8118         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8119         mm-string-as-multibyte on the output of mm-encode-coding-string.
8120
8121         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8122         (nnimap-request-move-article): Use with-current-buffer.
8123
8124         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8125         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8126         conversion uses string-make-unibyte rather than string-as-unibyte.
8127
8128         * gnus-msg.el: Use with-current-buffer.
8129
8130         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8131
8132 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8133
8134         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8135         string for caching if it is 'PIN.
8136
8137 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * lpath.el: Consider the case without Emacs/W3.
8140
8141 2008-03-08  Glenn Morris  <rgm@gnu.org>
8142
8143         * time-date.el (date-to-time, time-subtract, time-add)
8144         (safe-date-to-time): Doc fixes.
8145
8146 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * mail-source.el (mail-source-delete-old-incoming-confirm):
8149         Change default to nil.
8150         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8151
8152 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * lpath.el: Rearrange.
8155
8156         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8157         (gnus-article-goto-prev-page): Work for articles having ^L's.
8158
8159         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8160
8161         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8162
8163 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8164
8165         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8166         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8167         (gnus-bookmark-jump): Adjust some variable names.
8168
8169 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * auth-source.el: New package.
8172         (auth-source-choices): Add customization entry point variable.
8173
8174         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8175         bug.
8176
8177 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8180         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8181         (gnus-registry-install-shortcuts): Rename from
8182         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8183         the `gnus-registry-mark-map' keymap dynamically from
8184         `gnus-registry-marks'.  The generated functions update the summary line
8185         when a registry mark is added or deleted, and will call
8186         `gnus-registry-install-p' (see the comments in the code).
8187         (gnus-registry-user-format-function-M): Use concat intelligently.
8188
8189         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8190         the registry mark functions.
8191
8192 2008-03-05  Glenn Morris  <rgm@gnu.org>
8193
8194         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8195         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8196         gnus-art.
8197         (top-level): No need to load own source when compiling.
8198
8199 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8202         Suggested by <chris.anderton@zetnet.co.uk>.
8203
8204 2008-03-04  Glenn Morris  <rgm@gnu.org>
8205
8206         * gnus-sum.el (top-level): No need to require gnus when compiling,
8207         since unconditionally required near start of file.
8208         (gnus-summary-display-while-building): Move definition before use.
8209
8210 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * gnus-registry.el (gnus-registry-user-format-function-M):
8213         Add formatting function.
8214
8215 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8218         with plists.
8219         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8220         Use new format.
8221
8222 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8225         `where-is-internal' that returns a range of key sequences.
8226
8227 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8230
8231         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8232         (gnus-summary-jump-to-group): Consider windows on other displayed
8233         frames as well.  Similar changes might be needed elsewhere, but that's
8234         the one I've bumped into during my use.
8235
8236         * nndoc.el (nndoc-oe-dbx-type-p):
8237         * gnus-msg.el (gnus-debug):
8238         * gnus-group.el (gnus-update-group-mark-positions):
8239         Use mm-string-to-multibyte.
8240
8241 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8244         doesn't handle NotDashEscaped.
8245
8246         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8247         (mml-dnd-attach-options): Fix typo in custom choice.
8248
8249         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8250         Change nndoc-article-type to mbox.
8251         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8252
8253         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8254         to nil, instead of html2text.
8255
8256         * imap.el (imap-debug): Add `imap-ping-server'.
8257
8258         * gnus-bookmark.el: Add FIXMEs.
8259
8260         * message.el (message-form-letter-separator)
8261         (message-send-form-letter-delay): New variables.
8262         (message-send-form-letter): Use them.  New command to send form
8263         letters.  Requested by Uwe Siart.
8264         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8265
8266 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * Update copyright years.
8269
8270 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         Sync from EMACS_22_BASE.
8273
8274         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8275
8276 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8277
8278         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8279         empty author.
8280
8281 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8282
8283         * gnus-registry.el (gnus-registry-marks): Add variable for
8284         customization of marks and their appearance.
8285         (gnus-registry-read-mark): Use it.
8286         (gnus-registry-do-marks): Add utility function to loop through
8287         `gnus-registry-marks'.
8288         (gnus-registry-install-shortcuts-and-menus): Add function to install
8289         shortcuts and menus.
8290         (gnus-registry-initialize): Use it.
8291         (gnus-registry-default-mark): Clarify documentation.
8292
8293 2008-02-29  Glenn Morris  <rgm@gnu.org>
8294
8295         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8296         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8297         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8298         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8299         Change defcustom :version from 23.0 to 23.1.
8300
8301 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * gnus-registry.el (gnus-registry-follow-group-p)
8304         (gnus-registry-post-process-groups): Add functions to aid registry
8305         splitting and improve logging.  Clarify behavior in function
8306         documentation.
8307         (gnus-registry-split-fancy-with-parent): Use them.
8308
8309 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8310
8311         * gnus-art.el: Use with-current-buffer.
8312
8313 2008-02-27  David Engster  <dengste@eml.cc>
8314
8315         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8316         Express real group name in the response.
8317
8318 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8321         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8322         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8323         autoload gnus-registry-fetch-group when compiling.
8324         (nnmairix-request-group-with-article-number-correction):
8325         Remove unreferenced argument passed to nnmairix-call-backend.
8326
8327 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8330         (mm-uu-extract): Improve face for low color ttys.
8331         Reported by Sascha Wilde.
8332
8333 2008-02-27  Glenn Morris  <rgm@gnu.org>
8334
8335         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8336         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8337         variables to defconsts.  Convert comments to doc-strings.
8338         (nnmairix-last-server, nnmairix-current-server): Convert from free
8339         variables to defvars.  Convert comments to doc-strings.
8340         (gnus-registry-fetch-group): Autoload.
8341         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8342         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8343         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8344         caddr.
8345         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8346         nnmairix-request-group-with-article-number-correction call.
8347         (nnmairix-fast, nnmairix-group): New, less general names, for free
8348         variables passed from nnmairix-request-group to
8349         nnmairix-request-group-with-article-number-correction.  Declare.
8350         (nnmairix-request-group-with-article-number-correction):
8351         Use nnmairix-fast, nnmairix-group rather than fast, group.
8352
8353 2008-02-26  David Engster  <dengste@eml.cc>
8354
8355         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8356         version 0.5.
8357
8358 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8361         instead of making an extra function call.  Don't add the current group
8362         to articles only when they have the group.  Use
8363         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8364         Reported by David <de_bb@arcor.de>.
8365
8366 2008-02-24  Miles Bader  <miles@gnu.org>
8367
8368         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8369         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8370         (mm-find-mime-charset-region):
8371         * mm-bodies.el (mm-encode-body):
8372         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8373
8374 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8377         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8378
8379 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * mail-source.el (mail-source-delete-incoming): Change default.
8382         Supplement doc string.
8383
8384         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8385
8386 2008-02-14  Glenn Morris  <rgm@gnu.org>
8387
8388         * time-date.el (format-seconds): New function.
8389
8390 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * nnmail.el (nnmail-message-id-cache-file): Derive from
8393         `gnus-home-directory'.
8394
8395 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8398         Document negative prefix.
8399
8400         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8401
8402 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * message.el (message-unsent-separator): Add the Exim bounce
8405         separator.
8406
8407 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8408
8409         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8410         list.
8411         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8412         recipient/signer list.
8413
8414 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * Makefile.in (datarootdir): Define.
8417         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8418         name that might contain whitespace.
8419
8420 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8423         fbound (Emacs 23 unicode), signal an error.
8424
8425 2008-02-08  Glenn Morris  <rgm@gnu.org>
8426
8427         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8428
8429 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8430
8431         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8432         ports to the calls to `netrc-machine-user-or-password' in addition to
8433         "imap" and "imaps".
8434
8435 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8436
8437         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8438
8439         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8440
8441 2008-02-01  Kenichi Handa  <handa@m17n.org>
8442
8443         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8444         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8445         (rfc2104-hash): Convert the result of concat to unibyte string.
8446
8447 2008-02-01  Dave Love  <fx@gnu.org>
8448
8449         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8450         coding-system-for-read.
8451         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8452
8453 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8456         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8457         <hanche@math.ntnu.no>.
8458
8459 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8462
8463         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8464
8465 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8466
8467         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8468         * message.el (message-beginning-of-line): Use featurep instead of bound
8469         tests in order to resolve conditionals at compile time.
8470
8471 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8472
8473         * mail-source.el (mail-sources): Add `group' choice.
8474
8475         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8476         parameter `in-group' to control into which group the articles go.
8477         Add treatment of `group' mail-source.
8478
8479 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8482
8483         * mm-decode.el (mm-dissect-buffer): Decode description.
8484
8485         * mml.el (mml-to-mime): Encode message header first.
8486
8487 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8490         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8491
8492         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8493         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8494
8495 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8496
8497         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8498
8499 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8502         prefix keys.
8503         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8504         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8505         gnus-xmas.el.
8506
8507         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8508         (gnus-xmas-article-describe-bindings): New function.
8509         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8510         gnus-xmas-article-describe-bindings.
8511
8512         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8513
8514 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8517         Add new variables for article mark management.
8518         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8519         list of extra data entries which, when present, will indicate that the
8520         article ID should not be trimmed from the registry.
8521         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8522         functions.
8523         (gnus-registry-read-mark): New function to read a mark name from the
8524         user.
8525         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8526         (gnus-registry-set-article-mark-internal): New functions to add and
8527         remove marks.
8528         (gnus-registry-get-article-marks): New function to show the marks for
8529         an article, or retrieve them for further use.
8530
8531 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8534         keys when no argument is given.
8535
8536 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * imap.el (imap-ping-server): New variable.
8539         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8540         (imap-ping-server): Minor doc string fixes.
8541
8542 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8543
8544         * imap.el (imap-ping-server): New function.
8545         (imap-opened): Call imap-ping-server.
8546
8547 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-sum.el (gnus-article-sort-by-random)
8550         (gnus-thread-sort-by-random): Fix doc strings.
8551         Reported by jidanni@jidanni.org.
8552
8553 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-art.el (gnus-article-describe-bindings): New function.
8556         (gnus-article-read-summary-keys): Use it.
8557         (gnus-article-mode-map): Bind `C-h b' to it.
8558
8559 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8562         XEmacs.
8563         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8564         Protect against non-character events.
8565
8566         * lpath.el: Fbind map-keymap for Emacs 21.
8567
8568 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8571         New command.
8572         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8573         instead of END.  Change name of the temp file.
8574         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8575         customizable.
8576
8577 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8580         bind `S W' to gnus-article-wide-reply-with-original; set default
8581         binding to gnus-article-read-summary-send-keys.
8582         (gnus-article-read-summary-keys): Fix the order of keys; display
8583         continuation keys correctly in the echo area; describe bindings
8584         correctly when keys end with `C-h'.
8585         (gnus-article-read-summary-send-keys): New function.
8586         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8587         Work for gnus-article-read-summary-send-keys; display continuation keys
8588         correctly in the echo area.
8589         (gnus-article-reply-with-original): Ignore prefix argument.
8590         (gnus-article-wide-reply-with-original): New function.
8591
8592         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8593         Emacs 21.
8594
8595 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8598         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8599
8600 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8603         (gnus-group-read-ephemeral-gmane-group): New command.
8604
8605 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8606
8607         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8608
8609 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * message.el (message-send-mail-function): Increase custom version.
8612
8613         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8614         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8615
8616 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8617
8618         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8619         for the cases where imap-authenticate is called with a nil buffer
8620         parameter.
8621
8622 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8625         html parts correctly; support forwarded messages.
8626         (gnus-article-browse-html-article): Remove work buffers.
8627
8628         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8629         compiling.
8630         (netrc-bound-and-true-p): New macro.
8631         (netrc-parse): Use it instead of bound-and-true-p that is not available
8632         in XEmacs 21.4.
8633
8634 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8635
8636         * gnus-registry.el (gnus-registry-mark-article)
8637         (gnus-registry-article-marks): Add functionality to mark articles
8638         through the Gnus registry.
8639
8640         * encrypt.el: Clarify documentation for the new pgg method.
8641         (encrypt-file-alist): Add PGG option.
8642         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8643         functionality.  Abstract password key and messaging to external
8644         functions.
8645         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8646         (encrypt-message-method-and-cipher): Add new convenience external
8647         functions.
8648         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8649         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8650
8651         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8652         (netrc-parse): Use encrypt-file-alist to determine if
8653         encrypt-find-model or encrypt-insert-file-contents should be used.
8654
8655         * encrypt.el: Clarify documentation.  Load password-cache or
8656         password, whichever one is found first, instead of autoloading.
8657
8658 2007-12-19  Glenn Morris  <rgm@gnu.org>
8659
8660         * mml.el (message-options-set, message-narrow-to-head)
8661         (message-in-body-p, message-mail-p, message-encode-message-body):
8662         Autoload.
8663         (message-remove-header, message-narrow-to-headers-or-head)
8664         (message-subscribed-p, message-make-mail-followup-to)
8665         (message-position-on-field, message-news-p)
8666         (message-options-set-recipient, message-generate-headers)
8667         (message-sort-headers): Declare as functions.
8668
8669 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8672         convention in doc string.
8673
8674 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8677         title to html parts.
8678         (gnus-article-browse-html-article): Pass message header to it.
8679
8680         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8681
8682 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8685         or password compatible with XEmacs.
8686
8687 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8690         format document.
8691         (gnus-mime-delete-part): Don't write description line if empty.
8692         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8693
8694 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8695
8696         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8697         (gnus-summary-mark-read-and-unread-as-read)
8698         (gnus-summary-mark-current-read-and-unread-as-read)
8699         (gnus-summary-mark-unread-as-ticked): Doc fix.
8700         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8701
8702 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8705         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8706
8707 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8710         yes-or-no-p.
8711
8712 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mm-decode.el (mm-add-meta-html-tag): New function.
8715         (mm-save-part-to-file, mm-pipe-part): Use it.
8716
8717         * gnus-art.el (gnus-article-browse-delete-temp-files):
8718         Use gnus-y-or-n-p instead of y-or-n-p.
8719         (gnus-article-browse-html-parts): Work with message/external-body; use
8720         mm-add-meta-html-tag.
8721
8722 2007-12-11  Glenn Morris  <rgm@gnu.org>
8723
8724         * gnus-cache.el: Require gnus-sum not just when compiling.
8725
8726         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8727
8728         * gnus-int.el (gnus-server-opened, gnus-status-message):
8729         Move definitions before use.
8730
8731         * mm-decode.el: Require gnus-util.
8732         (mm-remove-part): Only call delete-annotation on XEmacs.
8733
8734         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8735
8736         * nnmail.el: Require gnus-int.
8737
8738         * spam.el: Move `require's before `eval-when-compile's.
8739
8740         * gnus-ems.el (gnus-alive-p):
8741         * gnus-fun.el (message-goto-eoh):
8742         * gnus-util.el (gnus-group-name-decode):
8743         * mail-source.el (gnus-compress-sequence):
8744         * message.el (Info-goto-node, format-spec):
8745         * mm-bodies.el (message-options-get):
8746         * mm-decode.el (mm-view-pkcs7):
8747         * mm-util.el (gmm-write-region):
8748         * mml-smime.el (mml-compute-boundary)
8749         (gnus-completing-read-with-default):
8750         * mml.el (widget-button-press, gnus-make-hashtable):
8751         * mml1991.el (mm-decode-content-transfer-encoding)
8752         (mm-encode-content-transfer-encoding)
8753         (message-options-get, message-options-set):
8754         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8755         * nnfolder.el (gnus-request-group):
8756         * nnheader.el (ietf-drums-unfold-fws):
8757         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8758         * smime.el (gnus-run-mode-hooks):
8759         * spam-stat.el (gnus-message): Autoload.
8760
8761         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8762         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8763         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8764         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8765         Add declare-function compatibility definition.
8766
8767         * gnus-cache.el (nnvirtual-find-group-art):
8768         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8769         (gnus-add-image, gnus-add-wash-type):
8770         * gnus-group.el (nnkiboze-score-file):
8771         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8772         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8773         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8774         (message-tokenize-header, gnus-get-buffer-create)
8775         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8776         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8777         * gnus.el (gnus-group-decoded-name):
8778         * mail-source.el (imap-capability):
8779         * mm-bodies.el (message-options-set):
8780         * mm-decode.el (gnus-configure-windows):
8781         * mm-extern.el (message-goto-body):
8782         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8783         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8784         (epg-sub-key-validity, message-options-set):
8785         * mml.el (widget-event-point, gnus-configure-windows):
8786         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8787         * mml2015.el (epg-check-configuration, epg-configuration)
8788         (message-options-set):
8789         * nndb.el (nndb-request-article):
8790         * nnfolder.el (gnus-request-create-group):
8791         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8792         * nnmaildir.el (gnus-group-mark-article-read):
8793         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8794         * rfc1843.el (message-fetch-field):
8795         * spam.el (gnus-extract-address-components):
8796         Declare as functions.
8797
8798 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8801
8802         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8803
8804         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8805         bind show-trailing-whitespace for XEmacs.
8806
8807 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8810         new no-op macro for backward compatibility.
8811
8812         * imap.el (imap-string-to-integer): New function.
8813
8814 2007-12-09  Glenn Morris  <rgm@gnu.org>
8815
8816         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8817
8818         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8819         * message.el, mm-view.el, sieve-manage.el, smime.el:
8820         Add declare-function compatibility definition.
8821
8822         * gnus-art.el (w3-region, w3m-region, Info-menu):
8823         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8824         * gnus-sum.el (gnus-get-predicate):
8825         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8826         * message.el (mail-abbrev-in-expansion-header-p):
8827         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8828         (w3m-detect-meta-charset, w3m-region):
8829         * sieve-manage.el (password-read, password-cache-add)
8830         (password-cache-remove):
8831         * smime.el (password-read-and-add): Declare as functions.
8832
8833 2007-12-08  David Kastrup  <dak@gnu.org>
8834
8835         * gnus-sum.el (gnus-summary-simplify-subject-query):
8836         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8837         `message'.
8838
8839 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8842         it to bind idna-program, installation-directory, defined-colors, and
8843         face-attribute for XEmacs of the version that compiles defcustom forms.
8844
8845 2007-12-07  Glenn Morris  <rgm@gnu.org>
8846
8847         * gnus-art.el (article-make-date-line): Revert previous change.
8848
8849 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8852
8853 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8854
8855         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8856         Call gnus-add-to-range ranges only once with a prepared article-list.
8857
8858 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8859
8860         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8861         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8862         group names with backslashes.
8863         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8864
8865 2007-12-06  Deepak Goel  <deego3@gmail.com>
8866
8867         * gnus-art.el (article-make-date-line):
8868         * gnus-start.el (gnus-load):
8869         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8870
8871 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-use-idna)
8874         * gnus-start.el (gnus-site-init-file)
8875         * message.el (message-use-idna)
8876         * mm-uu.el (mm-uu-hide-markers)
8877         * smiley.el (smiley-style): Revert changes that suppress warnings.
8878
8879 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8882         specify charset to html source.
8883         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8884
8885 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8888         idna-program in order to suppress byte compile warning issued by XEmacs
8889         that came to byte compile the default value section of defcustom forms
8890         recently.
8891
8892         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8893         value of installation-directory.
8894
8895         * message.el (message-use-idna): Don't directly refer to the value of
8896         idna-program.
8897
8898         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8899
8900         * smiley.el (smiley-style): Don't directly call face-attribute.
8901
8902 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8905
8906         * gnus-dired.el: Reduce Gnus dependencies.
8907         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8908         Don't require.  Use autoloads instead.
8909         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8910         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8911         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8912         (gnus-dired-mode): Adjust doc string.
8913         (gnus-dired-mail-mode): New variable.
8914         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8915         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8916         (gnus-dired-mail-buffers): New function.  Return mail or message
8917         composition buffers.
8918         (gnus-dired-attach): Use it.
8919         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8920         NO-DECODE.
8921         (gnus-dired-print): Use `gnus-print-buffer' depending on
8922         `gnus-dired-mail-mode'.
8923
8924 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * rfc2047.el (rfc2047-encoded-word-regexp)
8927         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8928         explaining what regexp patterns are for.
8929
8930 2007-12-04  Glenn Morris  <rgm@gnu.org>
8931
8932         * password.el: Move to password-cache.el.
8933
8934         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8935         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8936         * mml-smime.el (password-read, password-cache-add)
8937         (password-cache-remove):
8938         No need to autoload, since mml-sec requires password.
8939
8940         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8941         * message.el (gnus-extract-address-components):
8942         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8943
8944         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8945         password.
8946
8947 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * mailcap.el: Reduce dependencies.
8950         (mail-header-parse-content-type): Autoload.
8951         (mailcap-delete-duplicates): New alias.
8952         (mailcap-mime-info): Add optional argument NO-DECODE.
8953         (mailcap-mime-types): Use mailcap-delete-duplicates.
8954
8955         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8956
8957 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8958
8959         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8960         (imap-parse-status): Upcase status-att for servers that sends them
8961         lower-case (e.g., MS Exchange 2007).
8962
8963 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8966         function.
8967
8968         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8969         (gnus-uu-yenc-article): New function.
8970
8971         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8972
8973         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8974
8975 2007-12-02  Glenn Morris  <rgm@gnu.org>
8976
8977         * binhex.el (binhex): New custom group.
8978         (binhex-decoder-program, binhex-decoder-switches)
8979         (binhex-use-external): Move to the binhex custom group.
8980
8981         * uudecode.el (uudecode): New custom group.
8982         (uudecode-decoder-program, uudecode-decoder-switches)
8983         (uudecode-use-external): Move to the uudecode custom group.
8984
8985         * netrc.el (top-level): Don't load `encrypt' features.
8986         (netrc-parse): Don't use encrypt.
8987         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8988
8989         * encrypt.el: Remove file.
8990
8991 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8994         matches on patches.
8995
8996         * gnus-art.el (gnus-article-browse-html-article):
8997         Mention `mm-text-html-renderer' in the doc string.
8998
8999         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9000         string.  Add comments.
9001
9002         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9003         if rhs is ASCII.
9004
9005 2007-12-01  Glenn Morris  <rgm@gnu.org>
9006
9007         * mail-source.el (top-level): Require format-spec before
9008         eval-when-compile.
9009
9010 2007-11-30  Glenn Morris  <rgm@gnu.org>
9011
9012         * encrypt.el: Require password, rather than autoloading password-read.
9013
9014 2007-11-29  Glenn Morris  <rgm@gnu.org>
9015
9016         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9017         (sasl-make-client, sasl-next-step, sasl-step-data)
9018         (sasl-step-set-data): Declare as functions.
9019
9020 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9023
9024 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9025
9026         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9027         certs should be verified and what is to be done in the event of a
9028         verification failure.
9029
9030         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9031         caller can indicate whether the cache should be disregarded for this
9032         call.  This way the result of the call is reproducible at all times and
9033         can be considered a canonical server name for the supplied method.
9034         (gnus-agent-method-p): Canonicalize server names by pushing their
9035         method through `gnus-method-to-server' using the no-cache argument.
9036
9037         * gnus-srvr.el (gnus-server-insert-server-line):
9038         Call `gnus-method-to-server' with `no-cache' argument.
9039
9040         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9041         gnus-agent-possibly-synchronize-flags as this should be called when the
9042         server is actually being opened.
9043         (gnus-agent-possibly-synchronize-flags)
9044         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9045         flags file of an agentized server to the latter function.
9046
9047         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9048         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9049         after a connection has been established successfully.
9050
9051 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-art.el (article-display-face): Force to display face if called
9054         interactively; check if gnus-article-x-face-too-ugly matches author.
9055         (article-display-x-face): Display face even if From header is missing
9056         as article-display-face does.
9057
9058 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9059
9060         * hashcash.el (message-narrow-to-headers-or-head)
9061         (message-fetch-field, message-goto-eoh)
9062         (message-narrow-to-headers): Declare as functions.
9063
9064 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * mail-source.el (mail-sources): Default to fetch from file for
9067         compatibility with default of nnmail-spool-file.
9068
9069 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9072         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9073         to look for encoded word that should be encoded again.
9074         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9075         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9076         encoding pattern.
9077         (rfc2047-decode-region): Switch strict regexp and loose one according
9078         to rfc2047-allow-irregular-q-encoded-words.
9079
9080 2007-11-25  Romain Francoise  <romain@orebokech.com>
9081
9082         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9083
9084 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * tls.el (tls-program): Provide more custom choices from
9087         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9088         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9089
9090 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9093         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9094
9095         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9096         `nnmail-spool-file'.
9097
9098         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9099         `nnmail-spool-file'.
9100
9101         * gnus-move.el (gnus-change-server): Ditto.
9102
9103         * gnus-kill.el (gnus-batch-score): Ditto.
9104
9105         * gnus-cache.el (gnus-jog-cache): Ditto.
9106
9107         * gnus-msg.el (gnus-summary-reply):
9108         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9109
9110 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9113         version.  Minor improvement to doc strings.
9114         (tls-program): Add comment.
9115
9116 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9117
9118         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9119         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9120         mismatch between the hostname provided in the certificate and the name
9121         of the host connnecting to.
9122         (open-tls-stream): Use them.  Check certificates against trusted root
9123         certificates.
9124
9125 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-cache.el (gnus-cache-generate-nov-databases):
9128         Use nnml-generate-nov-databases-directory instead of
9129         nnml-generate-nov-databases-1.
9130
9131 2007-11-24  Glenn Morris  <rgm@gnu.org>
9132
9133         * message.el (message-tool-bar-retro): Update for rename
9134         mail_send.xpm->mail-send.xpm.
9135
9136 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9139         `smime-ldap-search' for Emacs 22 and up.
9140
9141 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9142
9143         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9144
9145         * message.el (message-send-mail-function): Fix error convention.
9146         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9147         (message-widen-reply, message-send-mail, message-talkative-question)
9148         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9149         (message-clone-locals, message-send-news): Use with-current-buffer.
9150         (message-insert-or-toggle-importance): Remove unused var `valid'.
9151         (message-make-references): Remove unused var `new-references'.
9152         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9153
9154 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9155
9156         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9157         (spam-split-symbolic-return-positive): Reflow docstring.
9158         (spam-backends, spam-summary-exit-behavior)
9159         (spam-mark-ham-unread-before-move-from-spam-group)
9160         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9161         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9162         (spam-clear-cache, spam-backend-check, spam-install-backend)
9163         (spam-install-statistical-backend, spam-list-of-processors)
9164         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9165         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9166         (spam-check-crm114, spam-initialize, spam-unload-hook):
9167         Fix typos in docstrings.
9168
9169 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9172         been checked if they have never been read and those group levels are
9173         higher than the one that a user specified.
9174
9175 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9178         foreign groups unless a group level is specified by a user.
9179         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9180
9181 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * message.el (message-send-mail-function): Require sendmail.
9184
9185 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * message.el (message-send-mail-function): Check for smtpmail too.
9188
9189         * utf7.el (utf7-encode, utf7-decode): Use coding system
9190         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9191
9192         * message.el (message-send-mail-function): New function.
9193         (message-send-mail-function): Set default using
9194         message-send-mail-function.  Adjust doc string.
9195         (message-send-mail-with-mailclient): New function.
9196
9197 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9198
9199         * smime.el (from):
9200         * rfc2047.el (message-posting-charset):
9201         * qp.el (mm-use-ultra-safe-encoding):
9202         * pop3.el (parse-time-months):
9203         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9204         * nnml.el (files):
9205         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9206         (jka-compr-compression-info-list, ange-ftp-path-format)
9207         (efs-path-regexp):
9208         * nndiary.el (files):
9209         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9210         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9211         (epg-digest-algorithm-alist, inhibit-redisplay)
9212         (password-cache-expiry):
9213         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9214         (pgg-output-buffer, password-cache-expiry):
9215         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9216         (efs-path-regexp):
9217         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9218         (inhibit-redisplay):
9219         * mm-uu.el (file-name, start-point, end-point, entry)
9220         (gnus-newsgroup-name, gnus-newsgroup-charset):
9221         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9222         (latin-unity-ucs-list):
9223         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9224         (mm-uu-binhex-decode-function):
9225         * message.el (gnus-message-group-art, gnus-list-identifiers)
9226         (rmail-enable-mime-composing, gnus-local-organization)
9227         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9228         (gnus-read-active-file, facemenu-add-face-function)
9229         (facemenu-remove-face-function, gnus-article-decoded-p)
9230         (tool-bar-mode):
9231         * mail-source.el (display-time-mail-function):
9232         * gnus-util.el (nnmail-pathname-coding-system)
9233         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9234         (gnus-original-article-buffer, gnus-user-agent)
9235         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9236         (xemacs-codename, sxemacs-codename, emacs-program-version):
9237         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9238         * gnus-start.el (gnus-agent-covered-methods)
9239         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9240         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9241         (gnus-newsgroup-headers, gnus-group-list-mode)
9242         (gnus-group-mark-positions, gnus-newsgroup-data)
9243         (gnus-newsgroup-unreads, nnoo-state-alist)
9244         (gnus-current-select-method, mail-sources)
9245         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9246         (nnmail-spool-file, gnus-cache-active-hashtb):
9247         * gnus-mh.el (mh-lib-progs):
9248         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9249         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9250         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9251         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9252         (gnus-group-buffer):
9253         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9254         (font-lock-set-defaults):
9255         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9256         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9257         (gnus-summary-post-menu, total-parts, type, condition, length):
9258         * gnus-agent.el (gnus-agent-read-agentview):
9259         * flow-fill.el (show-trailing-whitespace):
9260         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9261         eval-and-compile wrappers for byte compiler pacifiers.
9262
9263         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9264         (mm-display-inline-fontify): Check for featurep 'xemacs not
9265         extent-list.
9266
9267         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9268         itimer-list.
9269         (mm-create-image-xemacs): Only do something for XEmacs.
9270         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9271
9272         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9273
9274         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9275         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9276
9277 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9278
9279         * nnimap.el (nnimap-split-download-body):
9280         * gnus-demon.el (gnus-demon):
9281         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9282
9283 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9286         New macros.
9287         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9288         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9289         copy data from unibyte buffer to multibyte current buffer.
9290         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9291         to copy data from unibyte current buffer to multibyte buffer.
9292         (nntp-make-process-buffer): Make process buffer unibyte.
9293
9294         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9295
9296 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9297
9298         * pop3.el (pop3-open-server): Accept and process data more robustly at
9299         connexion start to avoid spurious "POP SSL connexion failed" errors.
9300
9301 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9304         read group names.
9305
9306 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9309
9310 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9313         (nnmail-save-active): Use a unibyte buffer when saving active file,
9314         which may contain non-ASCII group names.
9315
9316         * nnml.el (nnml-request-group): Decode group names in messages.
9317
9318 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * message.el (message-citation-line-function)
9321         (message-insert-formatted-citation-line): Fix spelling of
9322         `message-insert-formated-citation-line'.
9323
9324 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9327
9328 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9331         nnmail-pathname-coding-system.
9332
9333         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9334         that a user enters; decode group names in messages.
9335
9336         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9337
9338 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9341
9342         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9343
9344         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9345         risky local variable.
9346
9347         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9348
9349 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9350
9351         * encrypt.el: Improve documentation to fix function name typo.
9352         Reported by Daiki Ueno <ueno@unixuser.org>.
9353
9354 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9357         even if the point is not in the last page of an article.
9358         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9359         back to the previous page.
9360
9361 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9364
9365 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9368
9369 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9370
9371         * message.el (message-check-news-body-syntax):
9372         Avoid mm-string-as-multibyte.
9373         (message-hide-headers): Don't assume (point-min)==1.
9374
9375 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * message.el (message-remove-blank-cited-lines): Fix if remove is
9378         given.
9379         (message-bogus-address-regexp): New variable.
9380         (message-bogus-recipient-p): New function.
9381         (message-check-recipients): New command.
9382         (message-syntax-checks): Add `bogus-recipient'.
9383         (message-fix-before-sending): Add `bogus-recipient'.
9384
9385         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9386         (gnus-treat-body-boundary): Don't test window-system.
9387
9388 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9389
9390         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9391
9392 2007-10-28  Miles Bader  <miles@gnu.org>
9393
9394         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9395         at compile-time too.
9396
9397 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-msg.el (gnus-message-setup-hook):
9400         Add `message-remove-blank-cited-lines' to options.
9401
9402 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-remove-blank-cited-lines): New function.
9405         Suggested by Karl Plästerer.
9406
9407 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9410         mapc.
9411
9412         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9413         (top-level): Use mapc to set functions to be traced for debugging.
9414
9415         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9416         called for effect with while loop.
9417
9418         * message.el (message-talkative-question): Replace mapcar called for
9419         effect with mapc.
9420
9421         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9422         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9423         called for effect with dolist.
9424
9425         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9426
9427         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9428         gnus-extra-headers and nnmail-extra-headers.
9429
9430         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9431         called for effect with dolist.
9432         (top-level): Use mapc to set functions to be traced for debugging.
9433
9434         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9435         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9436         dolist.
9437
9438         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9439         Replace mapcar called for effect with mapc.
9440         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9441         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9442         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9443         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9444
9445         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9446         remove-if that's a cl function.
9447
9448         * webmail.el (webmail-debug): Replace mapcar called for effect with
9449         dolist.
9450
9451         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9452         with mapc.
9453
9454 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9457         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9458         with while loop.
9459
9460         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9461         functions from article-* functions.
9462         (gnus-multi-decode-header): Replace mapcar called for effect with
9463         dolist.
9464
9465         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9466         (gnus-bookmark-show-details): Replace mapcar called for effect with
9467         while loop.
9468
9469         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9470         called for effect with while loop.
9471
9472         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9473         with dolist.
9474
9475         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9476         Replace mapcar called for effect with dolist.
9477
9478         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9479
9480         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9481         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9482         Replace mapcar called for effect with dolist.
9483         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9484         mapc.
9485
9486         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9487         Replace mapcar called for effect with dolist.
9488         (gnus-topic-list): Replace mapcar called for effect with mapc.
9489
9490         * gnus.el: Use mapc instead of mapcar to add autoloads.
9491
9492 2007-10-23  Richard Stallman  <rms@gnu.org>
9493
9494         * gnus-group.el (gnus-group-highlight): Mark as risky.
9495
9496 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * gnus.el (gnus-server-to-method): Return method found first in
9499         gnus-newsrc-alist.
9500
9501         * gnus-art.el (gnus-article-highlight-signature)
9502         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9503         button overlay without the front stickiness.
9504
9505 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9506
9507         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9508         overview buffer needed a catch to receive its throw.
9509         (gnus-agent-flush-cache): Declare as interactive to make this function
9510         easier to use.
9511
9512 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9515         `next-line'.
9516
9517 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9520         exclude address matching message-dont-reply-to-names.
9521
9522 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-util.el (gnus-string<): New function.
9525
9526         * gnus-sum.el (gnus-article-sort-by-author)
9527         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9528
9529 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9532         the frame-focus tag is set in gnus-buffer-configuration.
9533
9534 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9537         the front stickiness.
9538
9539 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9542         url pattern; remove duplicate one.
9543         (gnus-article-extend-url-button): New function.
9544         (gnus-article-add-buttons): Use it.
9545         (gnus-button-push): Use concatenated url that it makes.
9546
9547 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9548
9549         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9550
9551 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9552
9553         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9554         Don't hardcode point-min==1.
9555
9556 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9559         Fix comment about "iso8859-1".
9560
9561 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9562
9563         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9564         ones returned from the verify-function.
9565
9566         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9567         Call mml2015-extract-cleartext-signature if extraction failed.
9568
9569 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9570
9571         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9572         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9573         failed.
9574
9575 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9578
9579 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9582         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9583         recommends to use EasyPG instead of PGG.
9584
9585         * pgg.el: Revert to revision 6.23.2.16.
9586
9587         * pgg-def.el: Revert to revision 6.6.2.14.
9588
9589         * pgg-gpg.el: Revert to revision 6.23.2.34.
9590
9591 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9592
9593         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9594         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9595         thread for both the null and zero (kill/expire thread) universal prefix
9596         cases.
9597         (gnus-summary-expire-thread): Add new function to expire a thread,
9598         using gnus-summary-kill-thread.
9599         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9600         shortcuts for gnus-summary-expire-thread.
9601         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9602         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9603
9604 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9605
9606         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9607         extras value, so an extras entry can be deleted.
9608         (gnus-registry-delete-extra-entry): Use it.
9609         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9610         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9611         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9612         storage through the gnus-registry, and provide an appropriate API for
9613         it.
9614
9615 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9618         Suggested by Leo <sdl.web@gmail.com>.
9619
9620         * gnus.el: Do.
9621
9622 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9625         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9626
9627         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9628
9629         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9630         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9631
9632 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9635         newline.
9636         (nnmbox-request-accept-article): Don't change article in source buffer;
9637         narrow to header to use message-fetch-field rather than
9638         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9639         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9640         as delimiters; make sure article ends with newline.
9641         (nnmbox-delete-mail): Correct last position of article to be deleted;
9642         ignore X-Gnus-Newsgroup header in article body.
9643         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9644         positions; make sure article ends with newline.
9645
9646         * message.el (message-display-abbrev): Don't infloop when a user
9647         inserts SPC in the beginning of header.
9648
9649         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9650         coding-system-for-read and coding-system-for-write for XEmacs having no
9651         file-coding feature.
9652
9653         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9654
9655 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9656
9657         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9658         list of groups not followed by default.  Fix type to be regexp.
9659         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9660
9661 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9662
9663         * hmac-def.el (define-hmac-function): Switch from old-style to
9664         new-style backquotes.
9665
9666         * md4.el (md4-make-step): Likewise.
9667
9668 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9671         raw-text coding system when saving .newsrc file, which may contain
9672         non-ASCII group names.
9673
9674 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-cus.el (gnus-score-extra): New widget.
9677         (gnus-score-extra-convert): New function.
9678         (gnus-score-customize): Use it for Extra.
9679
9680 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9681
9682         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9683         (mml2015-mailcrypt-clear-verify): Use it.
9684         (mml2015-gpg-clear-verify): Use it.
9685         (mml2015-pgg-clear-verify): Use it.
9686         (mml2015-epg-clear-verify): Replace the current part with the output
9687         from GnuPG; don't extract the plaintext by itself.
9688
9689         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9690         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9691         mml2015-clear-verify-function; don't touch the armor headers or
9692         dash-escaped text here.
9693
9694 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9697         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9698         parts, or application/octet-stream as a last resort.
9699         (gnus-mime-view-part-as-type): Don't toggle display.
9700         (gnus-mime-view-part-as-charset): Don't turn off display before
9701         querying charset.
9702
9703         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9704         stuff to undisplayer function in Emacs.
9705         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9706
9707         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9708         text/calendar parts.
9709
9710 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9713         decoding text/calendar parts.
9714
9715         * message.el (message-forward-make-body-mime): Always mark body as
9716         having no illegible text; remove signed-or-encrypted argument.
9717         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9718
9719         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9720         (mml-generate-mime-1): Don't encode body if it is specified to be in
9721         raw form; don't make buffer be unibyte when inserting multibyte string.
9722
9723 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9724
9725         * sha1.el: Fix up comment style.
9726         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9727         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9728
9729         * hex-util.el: Fix up comment style.
9730         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9731
9732         * gnus-salt.el: Use with-current-buffer.
9733         (gnus-pick-setup-message): Fix long-standing typo.
9734
9735 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * imap.el (imap-logout-timeout): New variable.
9738         (imap-logout, imap-logout-wait): New functions.
9739         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9740
9741         * nnimap.el (nnimap-logout-timeout): New server variable.
9742         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9743         nnimap-logout-timeout.
9744
9745         * gnus-art.el (gnus-article-summary-command-nosave)
9746         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9747
9748 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus.el (gnus-maximum-newsgroup): New variable.
9751
9752         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9753         according to gnus-maximum-newsgroup.
9754
9755         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9756         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9757         Limit the range of articles according to gnus-maximum-newsgroup.
9758
9759 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9760
9761         * gnus-art.el (gnus-sticky-article): Fix problems described in
9762         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9763         Don't perform gnus-configure-windows here; reuse existing sticky
9764         article buffer.
9765
9766         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9767         it doesn't exist in gnus-article-mode.
9768
9769 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9772         (gnus-agent-decoded-group-name): New function.
9773         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9774         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9775
9776 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9777
9778         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9779         Add binding for gnus-sticky-article.
9780         (gnus-summary-exit): Don't kill sticky article buffers.
9781
9782         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9783         article buffer.
9784         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9785         (gnus-kill-sticky-article-buffers): New commands.
9786
9787 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * nntp.el (nntp-xref-number-is-evil): New server variable.
9790         (nntp-find-group-and-number): If it is non-nil, don't trust article
9791         numbers in the Xref header.
9792
9793 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-agent.el (gnus-agent-read-group): New function.
9796         (gnus-agent-flush-group, gnus-agent-expire-group)
9797         (gnus-agent-regenerate-group): Use it.
9798         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9799         nnmail-pathname-coding-system.
9800
9801 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9804
9805         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9806         that are unread as unread, and also as selected so that information of
9807         marks having been changed by a user may be updated when exiting group.
9808
9809 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9812
9813 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9816         calculated ignoring signature parts to gnus-treat-article.
9817
9818 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9821         a point here in order to keep the window start.
9822         (gnus-insert-mime-security-button): Make a button overlay without the
9823         front stickiness.
9824         (gnus-mime-display-security): Goto the end of a button.
9825
9826         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9827
9828 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9831         group-name-at-point.
9832         (gnus-group-completing-read): New function that offers decoded
9833         non-ASCII group names for completion.
9834         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9835         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9836         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9837         (gnus-group-fetch-control): Use it.
9838         (gnus-fetch-group): Use group-name-at-point for the initial value
9839         rather than the default value; use gnus-alive-p.
9840
9841         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9842         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9843         (gnus-summary-post-news): Use gnus-group-completing-read.
9844
9845         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9846         (gnus-read-move-group-name): Decode group name for completion.
9847
9848 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9849
9850         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9851         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9852         Yamaoka slightly modified the code).
9853
9854 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9857         (nnmail-split-incoming): Bind it.
9858
9859         * nnml.el (nnml-group-name-charset): New function.
9860         (nnml-decoded-group-name): Use it; don't decode group name if
9861         nnmail-group-names-not-encoded-p is non-nil.
9862         (nnml-encoded-group-name): New function.
9863         (nnml-group-pathname): Inline nnml-decoded-group-name.
9864         (nnml-request-expire-articles): Decode group name in message.
9865         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9866         nnmail-pathname-coding-system.
9867         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9868         not decoded ones according to nnmail-group-names-not-encoded-p.
9869         (nnml-generate-active-info): Use nnml-encoded-group-name.
9870
9871 2007-08-08  Glenn Morris  <rgm@gnu.org>
9872
9873         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9874         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9875         doc-strings and comments.
9876
9877 2007-07-25  Glenn Morris  <rgm@gnu.org>
9878
9879         * Relicense all FSF files to GPLv3 or later.
9880
9881 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-sum.el (gnus-summary-move-article):
9884         Make gnus-summary-respool-article work.
9885
9886 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9889         string.
9890
9891 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9892
9893         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9894         that should be ignored when comparing distant RSS articles with local
9895         ones.
9896         (nnrss-make-hash-index): New function.  Create a hash index according
9897         to the ignored fields.
9898         (nnrss-check-group): Use it.
9899
9900 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9903
9904         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9905
9906         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9907         the new optional argument ENCODED is non-nil.
9908         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9909         coding system for encoding group name.
9910         (gnus-group-make-rss-group): Pass un-encoded group name to
9911         gnus-group-make-group.
9912         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9913         encoded.
9914
9915         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9916         Encode group name to which articles are moved or copied.
9917         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9918         coding system for encoding Newsgroup, Followup-To and Xref headers.
9919
9920         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9921         marks; use nnheader-file-coding-system to write a file.
9922         (nnagent-retrieve-headers): Bind file-name-coding-system to
9923         nnmail-pathname-coding-system.
9924
9925         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9926
9927         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9928         (nnml-request-article, nnml-request-create-group)
9929         (nnml-request-rename-group, nnml-find-id)
9930         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9931         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9932         (nnml-save-marks): Use nnml-group-pathname instead of
9933         nnmail-group-pathname.
9934
9935         (nnml-request-create-group, nnml-request-expire-articles)
9936         (nnml-request-move-article, nnml-request-delete-group)
9937         (nnml-deletable-article-p, nnml-possibly-create-directory)
9938         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9939         (nnml-open-marks): Bind file-name-coding-system to
9940         nnmail-pathname-coding-system.
9941
9942         (nnml-request-article): Pass server argument to nnml-find-group-number.
9943         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9944         Pass server argument to nnml-possibly-create-directory.
9945         (nnml-request-accept-article): Pass server argument to
9946         nnml-active-number and nnml-save-mail.
9947         (nnml-find-group-number): Pass server argument to nnml-find-id.
9948         (nnml-request-update-info): Pass server argument to
9949         nnml-marks-changed-p.
9950
9951         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9952         (nnml-save-mail, nnml-active-number): Add server argument.
9953
9954         (nnml-request-delete-group): Warn if group is missing.
9955         (nnml-get-nov-buffer): Decode group name.
9956         (nnml-generate-active-info): Encode group name.
9957         (nnml-open-marks): Decode group name in messages.
9958
9959 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9962         if it is not specified.
9963         (gnus-article-pipe-part, gnus-article-save-part)
9964         (gnus-article-interactively-view-part, gnus-article-copy-part)
9965         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9966         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9967         (gnus-article-replace-part, gnus-article-delete-part)
9968         (gnus-article-view-part-as-type): Pass raw prefix argument to
9969         gnus-article-part-wrapper.
9970
9971 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-agent.el (gnus-agent-save-active):
9974         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9975
9976         * gnus-cache.el (gnus-cache-save-buffers)
9977         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9978         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9979         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9980         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9981         (gnus-cache-generate-active, gnus-cache-rename-group)
9982         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9983         (gnus-cache-update-overview-total-fetched-for):
9984         Bind file-name-coding-system to nnmail-pathname-coding-system.
9985         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9986         New variables.
9987         (gnus-cache-decoded-group-name): New function.
9988         (gnus-cache-file-name): Use it.
9989         (gnus-cache-generate-active): Use non-decoded group name for active.
9990
9991         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9992         right place.
9993         (gnus-write-active-file): Don't break non-ASCII group names.
9994
9995         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9996         nnmail-pathname-coding-system.
9997
9998         * lpath.el: Bind default-file-name-coding-system,
9999         file-name-coding-system and language-info-alist for XEmacs.
10000
10001         * gnus-uu.el (gnus-uu-decode-save): Typo.
10002
10003 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10006
10007 2007-07-14  David Kastrup  <dak@gnu.org>
10008
10009         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10010         finishing actions if we did not edit the article.
10011
10012 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10015         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10016         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10017         (gnus-agent-flush-group, gnus-agent-flush-cache)
10018         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10019         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10020         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10021         (gnus-agent-regenerate-group)
10022         (gnus-agent-update-files-total-fetched-for)
10023         (gnus-agent-update-view-total-fetched-for):
10024         Bind file-name-coding-system to nnmail-pathname-coding-system.
10025         (gnus-agent-group-pathname): Don't encode file names by
10026         nnmail-pathname-coding-system.
10027         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10028         coding-system-for-write instead of buffer-file-coding-system to
10029         gnus-agent-file-coding-system.
10030
10031         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10032         Decode group name.
10033
10034         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10035
10036         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10037         (gnus-read-newsrc-el-file): Make group names unibyte.
10038
10039         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10040         nnmail-pathname-coding-system.
10041
10042         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10043         (nnrss-request-delete-group): Bind file-name-coding-system to
10044         nnmail-pathname-coding-system.
10045         (nnrss-read-server-data, nnrss-read-group-data):
10046         Bind file-name-coding-system correctly.
10047         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10048
10049         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10050         (nntp-server-to-method-cache): New variable.
10051         (nntp-group-pathname): New function that decodes non-ASCII group names.
10052         (nntp-possibly-create-directory, nntp-marks-changed-p)
10053         (nntp-save-marks, nntp-open-marks): Use it.
10054         (nntp-possibly-create-directory, nntp-open-marks):
10055         Bind file-name-coding-system to nnmail-pathname-coding-system.
10056         (nntp-open-marks): Decode group names when bootstrapping marks.
10057
10058         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10059         Newsgroups and Folowup-To headers.
10060
10061 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10064         (gnus-server-closed-face, gnus-server-denied-face)
10065         (gnus-server-offline-face): Remove variable.
10066         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10067
10068         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10069         of modifying message-stack directly for XEmacs.
10070
10071         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10072         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10073         if the coding-system argument is nil for XEmacs.
10074
10075         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10076         mm-charset-override-alist.
10077
10078         * rfc2047.el: Don't require base64; require rfc2045 for the function
10079         rfc2045-encode-string.
10080         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10081         to quote the parameter value.
10082
10083 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10086         form in gnus-group-name-charset-method-alist.
10087
10088         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10089         overrides the default layout edit-form.
10090
10091         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10092
10093         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10094
10095 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10098         as unfetched articles.
10099
10100 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10103
10104 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10107         original back end that keeps marks in the local system.
10108
10109 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10112         arg of pop-to-buffer for XEmacs.
10113         (gnus-article-read-summary-keys): Ditto; don't restore window
10114         configuration if summary command ends up with neither article buffer
10115         nor summary buffer; describe bindings if summary keys end with C-h.
10116
10117 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * message.el (message-fix-before-sending): Skip raw message part to be
10120         forwarded while checking illegible text.
10121         (message-forward-make-body-mime, message-forward-make-body):
10122         Mark signed or encrypted raw message as having no illegible text.
10123
10124 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10127         (gnus-message-with-timestamp-1): New macro.
10128         (gnus-message-with-timestamp): New function.
10129         (gnus-message): Use them.
10130
10131         * nnheader.el (nnheader-message): Use them.
10132
10133 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10136         .newsrc.eld file.
10137
10138 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-agent.el (gnus-agent-fetch-headers)
10141         (gnus-agent-retrieve-headers):
10142         Bind gnus-decode-encoded-address-function to identity.
10143
10144         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10145         available also when the server returns simply a dot.
10146
10147         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10148
10149 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10152
10153 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-ems.el (gnus-x-splash): Make it work.
10156
10157         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10158         from being used.
10159
10160         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10161
10162 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10165         4th and the 5th arguments.
10166
10167         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10168         the front stickiness.
10169         (gnus-article-summary-command-nosave): Correct the order of the
10170         arguments passed to pop-to-buffer.
10171         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10172         summary command ends up with the article buffer.
10173
10174         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10175         the same faces.
10176
10177 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10178
10179         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10180
10181 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10182
10183         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10184         * gnus-sum.el (gnus-summary-highlight):
10185         * pgg.el (pgg-sign-region, pgg-sign):
10186         * mail-source.el (mail-source-delete-old-incoming-confirm):
10187         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10188
10189 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (gnus-mime-view-part-externally)
10192         (gnus-mime-view-part-internally): Fix predicate function passed to
10193         completing-read.
10194
10195         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10196
10197         * gnus.el (gnus-update-message-archive-method): Add :version.
10198
10199 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus.el (gnus-update-message-archive-method): New variable.
10202
10203         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10204         according to gnus-message-archive-method if
10205         gnus-update-message-archive-method is non-nil.
10206
10207 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10210         Suggested by Loic Dachary <loic@dachary.org>.
10211         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10212
10213 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * message.el (message-pop-to-buffer): Add switch-function argument.
10216         (message-mail): Pass switch-function argument to it.
10217
10218 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10221         Improve doc string.
10222
10223 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10226         (gnus-header-content)
10227         * gnus-cite.el (gnus-cite-10)
10228         * gnus-srvr.el (gnus-server-closed)
10229         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10230         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10231         (gnus-group-mail-3-empty, gnus-group-mail-low)
10232         (gnus-group-mail-low-empty, gnus-splash)
10233         * message.el (message-header-to, message-header-cc)
10234         (message-header-subject, message-header-other, message-header-name)
10235         (message-header-xheader, message-separator, message-cited-text)
10236         (message-mml): Lighten colors of faces used for dark background.
10237
10238 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10239
10240         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10241         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10242
10243 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * message.el (message-narrow-to-headers-or-head):
10246         Ignore mail-header-separator in the body.
10247
10248 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10251         same as window size.
10252
10253 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10254
10255         * message.el (message-font-lock-keywords): Use message-header-xheader
10256         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10257         ahead of the anything pattern, to get it recognised.
10258
10259 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10262         spam.el loads uses it in the compiled defadvice form.
10263
10264 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10265
10266         * gnus-sum.el (gnus-articles-to-read)
10267         (gnus-summary-insert-old-articles): Don't truncate group name for
10268         `read-string'.
10269
10270         * gnus-util.el (gnus-limit-string): Delete this function.
10271
10272         * gnus-sum.el (gnus-simplify-subject-fully):
10273         Use `truncate-string-to-width' instead.
10274
10275 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10276
10277         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10278         Tell if, on summary exit, the next group has to be selected.
10279         (gnus-summary-exit): Use it.
10280
10281 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10284         non-break space.
10285
10286 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10289         Check if group is not a directory.
10290         (nnfolder-request-expire-articles): Don't delete articles if the target
10291         group is not available.
10292
10293         * nnml.el (nnml-request-create-group): Properly check if group is not a
10294         file.
10295         (nnml-request-expire-articles): Don't delete articles if the target
10296         group is not available.
10297
10298         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10299         Don't quote characters that are within parentheses.
10300
10301 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10304         (gnus-handle-ephemeral-exit): Select article according to it.
10305
10306 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * message.el (message-insert-formated-citation-line): Remove newline.
10309         (message-citation-line-format): Add final \n here so that the user can
10310         avoid a blank line.
10311
10312 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10313
10314         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10315         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10316         Update lanl/arXiv support.
10317
10318 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus.el: Bump version number.
10321
10322 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * gnus.el (gnus-version-number): Bump version.
10325
10326 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10327
10328         * gnus.el: No Gnus v0.6 is released.
10329
10330 2007-04-27  Didier Verna  <didier@xemacs.org>
10331
10332         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10333         * gmm-utils.el (gmm-regexp-concat): ... here.
10334         * message.el: Don't require 'gnus-util.
10335         (message-dont-reply-to-names): Handle name change above.
10336         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10337
10338 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10341         since the initial value varies according to the system.
10342
10343 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10346
10347 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10348
10349         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10350
10351 2007-04-24  Didier Verna  <didier@xemacs.org>
10352
10353         Improve the type of gnus-ignored-from-addresses.
10354         * gnus-util.el (gnus-orify-regexp): New function.
10355         * message.el (gnus-util): Require it.
10356         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10357         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10359
10360 2007-04-24  Didier Verna  <didier@xemacs.org>
10361
10362         * gnus-sum.el:
10363         * gnus-utils.el: Fix some trailing whitespaces.
10364
10365 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10368         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10369         article's Message-ID; refer parent article in summary buffer.
10370
10371         * message.el (message-bounce): Call mime-to-mml.
10372
10373         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10374         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10375         optimize and/or forms properly.
10376
10377 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10380         URL.
10381
10382 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10385
10386 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10389         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10390         displayed of multipart/alternative part if it is invoked from summary
10391         buffer.
10392
10393         * mm-view.el (mm-inline-text-html-render-with-w3m)
10394         (mm-inline-text-html-render-with-w3m-standalone)
10395         (mm-inline-render-with-function): Use mail-parse-charset by default.
10396
10397 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10398
10399         * parse-time.el (parse-time-string-chars): Check if CHAR
10400         is less than the length of parse-time-syntax.
10401
10402 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10405         from gnus-newsgroup-processable.
10406
10407 2007-04-16  Didier Verna  <didier@xemacs.org>
10408
10409         * gnus-msg.el (gnus-configure-posting-styles):
10410         Handle message-signature-directory properly with :file syntax.
10411         Reported by "Leo".
10412
10413 2007-04-11  Didier Verna  <didier@xemacs.org>
10414
10415         New user option: message-signature-directory.
10416         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10417         * message.el (message-insert-signature): Ditto.
10418         * message.el (message-signature-file): Doc update.
10419         * message.el (message-signature-directory): New.
10420
10421 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-msg.el (gnus-inews-yank-articles):
10424         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10425
10426 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * message.el (message-yank-original): Make sure cited text ends with
10429         newline; don't exchange point and mark.
10430
10431 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10432
10433         * tls.el (open-tls-stream): Properly handle case where there
10434         is no associated buffer.
10435
10436 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10437
10438         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10439         message-yank-original, make sure (< mark TEXT point).
10440
10441 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * message.el (message-fill-column): New variable.
10444         (message-mode): Use it.  Add comment on a possible new hook.
10445
10446         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10447         (nnmail-get-new-mail): Reformat.
10448
10449         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10450
10451         * gmm-utils.el: Fix Commentary.
10452         (gmm-tool-bar-from-list): Fix typo in doc string.
10453
10454 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10455
10456         * message.el (message-yank-original): Don't switch point and mark
10457         unnecessarily to put point and mark as documented.
10458
10459 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10462         from the message heads.
10463
10464 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10465
10466         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10467         article buffer does not have a window.  This may not be the best
10468         solution but is certainly better than setting the start of the null,
10469         that is the current, window.
10470
10471 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10474         (gnus-draft-setup): Run it.
10475
10476         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10477         gnus-score-fast-scoring.  Allow regexp.
10478         (gnus-score-headers): Use it.
10479
10480         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10481         XEmacs.
10482
10483         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10484         string.
10485         (gnus-button-alist): Also catch `<f1> k ...'.
10486         (gnus-treat-display-x-face): Fix doc string.
10487
10488 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10489
10490         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10491         evaluation of gnus-extended-version to ensure correct generation of the
10492         User-Agent header when message-generate-headers-first is used.
10493
10494 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10495
10496         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10497         hashcash-path is nil.  Don't call callback with incorrect number of
10498         parameters if val is 0.
10499
10500 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10501
10502         * message.el (message-required-news-headers):
10503         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10504
10505 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10506
10507         * tls.el (open-tls-stream): In handshake-waiting loop,
10508         don't wait more if there is output available to process.
10509
10510 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10511
10512         * tls.el (tls-program): Doc fix.
10513
10514 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * message.el (message-generate-new-buffers): Change the meaning of the
10517         nil value; add `standard' to the choices; treat t as `unique'; improve
10518         doc string.
10519         (gnus-select-frame-set-input-focus): Autoload.
10520         (message-buffer-name): Search for the existing message buffer if
10521         message-generate-new-buffers is nil or `standard'; treat the value t of
10522         message-generate-new-buffers as `unique'.
10523         (message-pop-to-buffer): Raise the frame already displaying the message
10524         buffer; clear the echo area after querying.
10525         (message-setup): Pass the `continue' argument to compose-mail.
10526         (message-mail): Prefer `switch-function' if it is given; search for the
10527         existing message buffer if the `continue' argument is non-nil; pass
10528         continue and switch-function arguments to compose-mail by way of
10529         message-setup.
10530         (message-mail-other-window): Adjust argument of message-setup.
10531         (message-mail-other-frame): Ditto.
10532
10533 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10536         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10537         to turn font-lock on when turning gnus-message-citation-mode on.
10538
10539 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10542         (mml-smime-function-alist): New variable; add epg as the backend.
10543         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10544         mml-smime- functions instead.
10545         * mm-view.el: Require smime.
10546
10547 2007-03-05  Didier Verna  <didier@xemacs.org>
10548
10549         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10550         instead of just inheritance for posting styles.
10551         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10552
10553 2007-02-24  Chris Moore  <dooglus@gmail.com>
10554
10555         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10556         * pgg-pgp.el (pgg-pgp-encrypt-region):
10557         * pgg-gpg.el (pgg-gpg-encrypt-region):
10558         Check pgg-encrypt-for-me if no other recipients.
10559
10560 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10561
10562         * tls.el (tls-certtool-program): Fix custom type.
10563
10564 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10567         and point-at-eol instead of line-(beginning|end)-position.
10568
10569         * assistant.el (assistant-parse-buffer): Ditto.
10570
10571         * netrc.el (netrc-parse-services): Ditto.
10572
10573 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10574
10575         * mml2015.el (mml2015-epg-find-usable-key): New function.
10576         (mml2015-epg-sign): Use it.
10577         (mml2015-epg-encrypt): Use it.
10578
10579 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * message.el (message-make-in-reply-to): Quote name containing
10582         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10583         if there are special characters.  Reported by NAKAJI Hiroyuki
10584         <nakaji@jp.freebsd.org>.
10585
10586 2007-02-27  Didier Verna  <didier@xemacs.org>
10587
10588         Include the group parameters as well as the topic ones in the
10589         inheritance filter process.
10590         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10591         argument GROUP-PARAMS-LIST.
10592         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10593
10594 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * nntp.el (nntp-never-echoes-commands)
10597         (nntp-open-connection-functions-never-echo-commands): New variables.
10598         (nntp-send-command): Use them.
10599
10600 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10601
10602         * mml2015.el (mml2015-epg-verify): Simplify.
10603
10604 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * mml.el (mml-content-disposition-alist): New user option.
10607         (mml-content-disposition): New function.
10608         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10609         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10610
10611 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10612
10613         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10614         verification.
10615
10616 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10617
10618         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10619         articles posted in the last 24 hours.
10620
10621 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10622
10623         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10624
10625 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10626
10627         * nntp.el (nntp-send-command): Don't wait for echoes when
10628         nntp-open-ssl-stream is used.
10629
10630 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10633         (gnus-message-add-citation-keywords)
10634         (gnus-message-remove-citation-keywords): Remove.
10635         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10636         directly, make the variables in font-lock-defaults buffer-local, add
10637         gnus-message-citation-keywords to them and then update the value of
10638         font-lock-keywords.
10639
10640 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * message.el (message-cite-original-1): Don't call
10643         gnus-article-highlight-citation.
10644
10645         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10646         citations; fix line count.
10647
10648 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10651         (gnus-message-add-citation-keywords)
10652         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10653         versions of font-lock-add-keywords and font-lock-remove-keywords to
10654         work with XEmacs correctly.
10655
10656 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gnus-cite.el (gnus-cite-face-list): Set the values of
10659         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10660         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10661         (gnus-message-cite-prefix-regexp): New variable.
10662         (gnus-message-search-citation-line): Use it; protect against long
10663         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10664         the 0th match data for Emacs.
10665         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10666         (gnus-message-add-citation-keywords): Append keywords rather than
10667         prepending; emulate font-lock-add-keywords if it is not available.
10668         (gnus-message-remove-citation-keywords):
10669         Emulate font-lock-remove-keywords if it is not available.
10670
10671         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10672
10673         * message.el (message-cite-prefix-regexp): Set the value of
10674         gnus-message-cite-prefix-regexp.
10675
10676 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10677
10678         * nnweb.el (nnweb-google-parse-1): Update parser.
10679
10680 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10681
10682         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10683
10684 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10685
10686         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10687         regexp.
10688
10689 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10692         string-to-multibyte.
10693         (uudecode-decode-region-internal): Use it.
10694
10695         * lpath.el: Fbind string-as-multibyte for XEmacs.
10696
10697 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10700         Fix custom choice.
10701
10702         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10703
10704 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10705
10706         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10707
10708         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10709         `write-region' to respect `mm-inhibit-file-name-handlers'.
10710
10711 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10714         Use gnus-home-directory instead of "~/" or "$HOME".
10715
10716 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10717
10718         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10719         to mention filename.
10720         Add comments at beginning regarding usage.
10721         (encrypt-write-file-contents): Change interactive so a string is
10722         acceptable.  If the file has no associated model, show an error instead
10723         of a nonsense prompt.
10724
10725 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10726
10727         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10728         Thanks to Yoshihiko Yamada for kind notification of this typo.
10729
10730 2007-01-12  Kenichi Handa  <handa@m17n.org>
10731
10732         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10733         multibyte buffer.
10734
10735 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-score.el (gnus-score-fast-scoring): New variable.
10738         (gnus-score-headers): Use it.
10739
10740         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10741
10742         * message.el (message-cite-original-1):
10743         Call gnus-article-highlight-citation if requested.
10744         (message-make-from): Allow name and address as optional arguments.
10745
10746         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10747
10748         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10749         bugs to doc string.
10750         (gnus-button-alist): Add mid\\|message-id.
10751         (gnus-button-fetch-group): Extend for use in
10752         `browse-url-browser-function'.
10753         (gnus-button-url-regexp): Try to catch paired parentheses like in
10754         Wikipedia URLs.
10755
10756         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10757         Suggested by Simon Krahnke <overlord@gmx.li>.
10758
10759 2007-01-13  Romain Francoise  <romain@orebokech.com>
10760
10761         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10762         Update copyright.
10763
10764 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10765
10766         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10767
10768 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10769
10770         * gnus-registry.el (gnus-registry-unfollowed-groups)
10771         (gnus-registry-split-fancy-with-parent): Fix documentation.
10772
10773 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10776         from nnweb groups.
10777
10778 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10781         Xref urls.  Erase buffer before requesting head.
10782
10783         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10784
10785 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10788         customizable.
10789
10790 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10791
10792         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10793         no signing key is found.
10794         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10795         no encrypting and/or signing key is found.
10796
10797 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10800
10801 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10802
10803         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10804         headers read from disk with the ones newly found in the current search.
10805         This should no longer cause problems, because the article numbers in
10806         Gmane's `nov.php' output are ignored since the previous change.
10807
10808 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10809
10810         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10811
10812 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10815         replace-regexp-in-string; bind url-version; fbind display-images-p and
10816         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10817         find-face and set-itimer-function for Emacs; bind itimer-list for
10818         Emacs.
10819
10820         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10821
10822 2007-01-01  Romain Francoise  <romain@orebokech.com>
10823
10824         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10825
10826 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10827
10828         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10829         `define-minor-mode' macro definition expanded properly.
10830         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10831         exclude it there.
10832
10833         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10834         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10835         `fboundp' test.
10836         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10837         This is OK to autoload in (S)XEmacs now.
10838
10839 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10842         keystroke.
10843         (gnus-summary-limit-to-singletons): Fix typo.
10844
10845         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10846         else fails.
10847
10848 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10849
10850         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10851         docstring.
10852
10853         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10854         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10855         (gnus-summary-insert-dormant-articles): Fix typo in message.
10856
10857 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10860         nil for XEmacs.
10861         (gnus-message-citation-mode): Don't autoload in XEmacs.
10862
10863         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10864
10865 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10866
10867         * nnimap.el (nnimap-expunge-search-string):
10868         Mention nnimap-search-uids-not-since-is-evil in docstring.
10869
10870 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * spam.el: Revert to make-obsolete-variable because
10873         define-obsolete-variable-alias is not supported in Emacs 21.
10874
10875         * spam.el (spam-ifile-path, spam-ifile-database-path)
10876         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10877         make-obsolete-variable.
10878         (spam-bsfilter-path, spam-bsfilter-program)
10879         (spam-spamassassin-path, spam-spamassassin-program)
10880         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10881         Don't use "path" inappropriately.
10882         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10883         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10884         variable names.
10885
10886 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10887
10888         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10889         summary buffer.
10890
10891         * password.el (password-cache-remove): Use clear-string to burn
10892         password, if available.
10893
10894 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10897
10898         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10899
10900         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10901         (gnus-message-highlight-citation): Move defcustom here from
10902         gnus-cite.el.
10903         (gnus-message-citation-mode): Autoload.
10904
10905         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10906         checks to make it compile with XEmacs.
10907         (gnus-message-citation-mode): New minor mode.
10908         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10909         (gnus-message-highlight-citation): New variables.
10910         (gnus-message-search-citation-line)
10911         (gnus-message-add-citation-keywords)
10912         (gnus-message-remove-citation-keywords)
10913         (turn-on-gnus-message-citation-mode)
10914         (turn-off-gnus-message-citation-mode): New functions.
10915
10916 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10917
10918         * gnus-cite.el: Enable highlighting of different citation levels in
10919         message-mode.
10920
10921 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * message.el (message-make-fqdn): Fix comment.
10924         (message-bogus-system-names): Add ".local".
10925
10926         * spam.el (spam-ifile-path, spam-ifile-program)
10927         (spam-ifile-database-path, spam-ifile-database)
10928         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10929         Don't use "path" inappropriately.
10930         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10931         strings.
10932         (spam-check-ifile, spam-ifile-register-with-ifile)
10933         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10934         Use new variable names.
10935
10936         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10937         (gnus-treat-display-smileys): Simplify using
10938         gnus-image-type-available-p.
10939
10940         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10941         available.
10942
10943         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10944         Use `display-images-p' if available.
10945
10946 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10949         one after turning on the buffer's multibyteness instead of decoding
10950         them directly in the unibyte buffer that causes unexpected conversion
10951         in Emacs 23 (unicode).
10952
10953 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10954
10955         * message.el (message-generate-hashcash): Fix custom type.
10956
10957 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10960
10961 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10964         disconnect icons.  Add help text.
10965
10966 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10967
10968         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10969         negated to be consistent with the others we handle.
10970
10971 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10974         version of gnus-summary-buffer to something, so that we can use two
10975         article buffers at the same time.
10976
10977 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10980         trigger all the extra headers.
10981         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10982         sorting.
10983
10984 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10985
10986         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10987         solid groups.
10988
10989 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10990
10991         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10992
10993 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * legacy-gnus-agent.el: Add Copyright notice.
10996
10997 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10998
10999         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11000
11001 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11004
11005         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11006         to make it work reliably in CVS Emacs.
11007         (gnus-summary-limit-strange-charsets-predicate)
11008         (gnus-summary-limit-to-predicate): New functions.
11009
11010 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11011
11012         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11013         specifying array size.
11014         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11015         array if it is too small.
11016         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11017         (gnus-sort-threads-loop): New function.
11018
11019 2006-12-06  Chris Moore  <dooglus@gmail.com>
11020
11021         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11022         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11023
11024 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11025
11026         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11027         options.
11028
11029 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11032         DOS-ing the recipient.
11033
11034         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11035         the headers when creating the mapping to avoid mismappings.
11036         (nnweb-gmane-create-mapping): Always nix out old mapping.
11037
11038 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11041         and mm-verify-option to never.
11042
11043 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * message.el (message-signed-or-encrypted-p): New function.
11046         (message-forward-make-body): Use it.
11047
11048         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11049         Replace encode-coding-string with mm-encode-coding-string.
11050
11051 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * nneething.el (nneething-decode-file-name):
11054         Replace decode-coding-string with mm-decode-coding-string.
11055
11056         * gnus-int.el (gnus-open-server): Say failed server's name.
11057
11058 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11059
11060         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11061         strings to a single string.  Quote `errors-file-name'.
11062         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11063         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11064         Adjust calls.  Use `shell-quote-argument'.
11065
11066 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11067
11068         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11069         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11070
11071         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11072         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11073         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11074         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11075         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11076         (gnus-subscribe-newsgroup, gnus-1):
11077         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11078         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11079         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11080         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11081
11082 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11085         keystroke.
11086         (gnus-summary-limit-to-bodies): Implement headersp.
11087
11088 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11091
11092 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11095
11096 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * message.el (message-generate-hashcash): Expand range of values to
11099         include `opportunistic'.
11100         (message-send-mail): Use it.
11101
11102 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103
11104         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11105         and comment it.
11106
11107         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11108
11109 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-util.el (gnus-extract-address-components): Improve comment.
11112
11113 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-util.el (gnus-extract-address-components): Work with address in
11116         which the name portion contains @.
11117
11118         * lpath.el: Fbind custom-autoload.
11119
11120 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus.el (gnus-start): Move custom group up.
11123         (gnus-select-method): Don't autoload, but make it available for
11124         `customize-variable'.
11125         (gnus-getenv-nntpserver): Don't autoload.
11126
11127 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11128
11129         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11130
11131 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * message.el (message-sendmail-extra-arguments): New variable.
11134         (message-send-mail-with-sendmail): Use it.
11135
11136 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11139         mm-with-unibyte-current-buffer to make string unibyte.
11140
11141         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11142         mm-string-as-multibyte.
11143
11144 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11145
11146         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11147         Reported by Werner Koch <wk@gnupg.org>.
11148
11149 2006-11-14  Daiki Ueno  <ueno@p360>
11150
11151         * mml2015.el: Autoload epa-select-keys when compiling.
11152
11153 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11154
11155         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11156         message-options.
11157         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11158
11159 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11160
11161         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11162         EasyPG (< 0.0.6).
11163         (mml2015-always-trust): New user option.
11164         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11165         prompt.
11166
11167 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * nntp.el (nntp-authinfo-force): New variable.
11170         (nntp-send-authinfo): Use it.
11171
11172 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11175         decode encoded words.  Improve prompt.  Add comment about forwarding.
11176         (message-replacement-char): Move up.
11177
11178 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11179
11180         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11181         instead of gnus-intersection because arguments of gnus-sorted-nunion
11182         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11183
11184 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11187         (message-simplify-subject-functions):
11188         Enable message-strip-subject-encoded-words by default.
11189
11190 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * message.el (message-strip-subject-encoded-words): New function.
11193         (message-simplify-subject-functions): New variable.
11194         (message-simplify-subject): Use it.  Fix typo in doc string.
11195         Support message-strip-subject-encoded-words.
11196
11197 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11198
11199         * gnus-diary.el (gnus-diary-delay-format-function):
11200         * nndiary.el (nndiary-reminders):
11201         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11202
11203 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus-art.el (article-hide-boring-headers): Fetch date from
11206         gnus-original-article-buffer to avoid problems with localized date
11207         strings.
11208
11209 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11212
11213 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11216         New variables.
11217         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11218         (mm-charset-synonym-alist): Move some entries to
11219         mm-codepage-iso-8859-list.
11220         (mm-charset-synonym-alist, mm-charset-override-alist):
11221         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11222
11223 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11226
11227 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11230         with Emacs 21 and XEmacs.
11231
11232 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * spam.el (spam-parse-address): New function for better parsing,
11235         catching errors, etc.
11236         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11237
11238 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * mm-view.el: Add interactive arg to html2text autoload.
11241
11242 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11245
11246 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11249         New variables.
11250         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11251         (mm-charset-synonym-alist): Move some entries to
11252         mm-codepage-iso-8859-list.
11253
11254         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11255
11256 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * message.el (message-citation-line-format)
11259         (message-insert-formated-citation-line): Fix implementation of %E, %N
11260         and %n according to the doc string.
11261
11262 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11265         Use car-safe to avoid bad parses.
11266
11267 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11270         names.
11271
11272         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11273
11274 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11277         header.
11278
11279         * message.el (message-draft-headers): Add Date.
11280         (message-headers-to-generate): Fix typo in docstring.
11281
11282         * nndraft.el (nndraft-required-headers): New variable.
11283         (nndraft-generate-headers): Use it.
11284
11285         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11286
11287 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11288
11289         * gnus-registry.el (gnus-registry-wash-for-keywords)
11290         (gnus-registry-find-keywords): New functions to allow easy searching of
11291         articles that are in the registry.
11292
11293 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11294
11295         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11296         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11297         Reported by Damien Elmes <damien@repose.cx>.
11298
11299 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * gnus.el (gnus-mime): Remove unused custom group.
11302
11303 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11304
11305         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11306         "blank line" when searching for end of armor headers.
11307
11308 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gmm-utils.el (gmm-write-region): Fix variable name.
11311
11312 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gmm-utils.el (gmm-write-region): New function based on compatibility
11315         code from `mm-make-temp-file'.
11316
11317         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11318
11319         * nnmaildir.el (nnmaildir--update-nov)
11320         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11321         Use `gmm-write-region'.
11322
11323 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11326         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11327
11328         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11329
11330         * message.el (message-replacement-char): New variable.
11331         (message-fix-before-sending): Use it.
11332         (message-simplify-subject): New function to remove duplicate code.
11333         (message-reply, message-followup): Use it.
11334
11335         * gnus-sum.el (gnus-summary-make-menu-bar):
11336         Clarify gnus-summary-limit-to-articles.
11337
11338 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-util.el (gnus-with-local-quit): New macro.
11341
11342         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11343
11344 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11345
11346         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11347         ignore non-string data.
11348
11349 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11352         non-string data (needs to be done in the registry too).
11353
11354 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11357         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11358         (gnus-registry-split-fancy-with-parent)
11359         (gnus-registry-fetch-simplified-message-subject-fast)
11360         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11361         Remove text properties on ingress into the registry and when it's saved.
11362         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11363         registry from entries with no groups.
11364
11365 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11368         function to remove string properties.
11369
11370 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gmm-utils.el (gmm): Adjust custom version.
11373
11374         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11375         Adjust custom version.
11376
11377         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11378
11379 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-art.el (gnus-insert-prev-page-button)
11382         (gnus-insert-next-page-button): Simplify.  Reformat.
11383
11384 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11385
11386         * gnus-art.el (gnus-insert-prev-page-button)
11387         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11388
11389 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11390
11391         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11392
11393 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11394
11395         * gnus-art.el (gnus-insert-mime-button)
11396         (gnus-insert-mime-security-button):
11397         Apply gnus-article-button-face to MIME and security buttons.
11398
11399 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11402         readable.
11403
11404 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11407
11408 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11409
11410         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11411         `browse-url-of-file' instead of `browse-url'.
11412
11413 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11414
11415         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11416         regexp.  Articles containing quotation were cut prematurely.
11417
11418 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * message.el (message-cite-original-1): Use nobody by default for the
11421         value of From header.
11422         (message-reply): Ditto.
11423
11424 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11425
11426         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11427         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11428         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11429
11430 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11433         mails in the doc string.  Add some URLs in comment.
11434         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11435
11436 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11439         backslashes handling and the way to find boundaries of quoted strings.
11440
11441 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11442
11443         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11444         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11445         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11446         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11447
11448 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11451         doc string.
11452         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11453
11454 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * lpath.el: Fbind epg-check-configuration.
11457
11458 2006-09-06  Simon Josefsson  <jas@extundo.com>
11459
11460         * mml2015.el (mml2015-use): Doc fix, mention epg.
11461
11462 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11463
11464         * mml2015.el (mml2015-use): Default to epg, if available.
11465
11466 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11467
11468         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11469         message-sender.
11470         (mml1991-epg-encrypt): Ditto.
11471         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11472         message-sender.
11473         (mml2015-epg-encrypt): Ditto.
11474
11475 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11476
11477         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11478         several common directories.
11479
11480 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11481
11482         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11483         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11484
11485 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-art.el (article-decode-encoded-words): Make it fast.
11488
11489 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11492
11493         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11494         in quoted string into `\'.
11495
11496 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11499         Use standard-syntax-table.
11500
11501 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-art.el (gnus-decode-address-function): New variable.
11504         (article-decode-encoded-words): Use it to decode headers which are
11505         assumed to contain addresses.
11506         (gnus-mime-delete-part): Remove useless `or'.
11507
11508         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11509         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11510         (gnus-nov-parse-line): Use it to decode From header.
11511         (gnus-get-newsgroup-headers): Ditto.
11512         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11513
11514         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11515         (mail-decode-encoded-address-string): New alias.
11516
11517         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11518         New function.
11519         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11520         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11521         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11522         (rfc2047-decode-string): Ditto.
11523         (rfc2047-decode-address-region): New function.
11524         (rfc2047-decode-address-string): New function.
11525
11526 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * message.el (message-caesar-buffer-body): Allow rotating headers.
11529
11530         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11531
11532         * message.el (message-insert-formated-citation-line): Fix %f.
11533         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11534
11535 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11538         (gnus-bookmark-mouse-available-p): New macro.
11539         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11540         (gnus-bookmark-bmenu-show-infos): Use it.
11541         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11542         (gnus-bookmark-bmenu-hide-infos): Ditto.
11543         (gnus-bookmark-remove-properties): New function.
11544         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11545         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11546         (gnus-bookmark-write-file): Bind coding-system-for-write.
11547         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11548         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11549         group before selecting it.
11550         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11551         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11552         quit-window if it is not available; use gnus-mouse-2 and bind it to
11553         gnus-bookmark-bmenu-select-by-mouse.
11554         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11555         (gnus-bookmark-bmenu-select-by-mouse): New function.
11556
11557 2006-08-13  Romain Francoise  <romain@orebokech.com>
11558
11559         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11560         space.
11561
11562 2006-08-10  Romain Francoise  <romain@orebokech.com>
11563
11564         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11565         (dns-mode-soa-auto-increment-serial): New user option.
11566         (dns-mode-soa-maybe-increment-serial): New function.
11567         (dns-mode): Add the latter to `write-contents-functions'.
11568
11569 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * compface.el (uncompface): Use binary rather than raw-text-unix.
11572
11573 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * compface.el (uncompface): Make sure the eol conversion doesn't take
11576         place when communicating with the external programs.
11577         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11578
11579 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11582
11583 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11584
11585         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11586         Make it more robust by parsing author and date independently.
11587
11588 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11591
11592 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11593
11594         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11595         first matching secret key.
11596         (mml2015-epg-encrypt): Ditto.
11597
11598         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11599         first matching secret key.
11600         (mml1991-epg-encrypt): Ditto.
11601
11602         * mml2015.el (mml2015-encrypt-to-self): New user option.
11603         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11604         mml2015-epg-encrypt-to-self is set.
11605
11606         * mml1991.el (mml1991-encrypt-to-self): New variable.
11607         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11608         mml1991-epg-encrypt-to-self is set.
11609
11610         * mml2015.el (mml2015-signers): New user option.
11611         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11612         (mml2015-epg-encrypt): Allow to select signing keys.
11613
11614         * mml1991.el (mml1991-signers): New variable.
11615         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11616         (mml1991-epg-encrypt): Allow to select signing keys.
11617
11618 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * nnheader.el (nnheader-insert-head): Make it work even if the file
11621         uses CRLF for the line-break code.
11622
11623 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11624
11625         * mml2015.el: Require mml-sec instead of password.
11626         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11627         (mml2015-cache-passphrase): Inherit the default value from
11628         mml-secure-cache-passphrase.
11629         (mml2015-passphrase-cache-expiry): Inherit the default value from
11630         mml-secure-passphrase-cache-expiry.
11631
11632         * mml1991.el: Require mml-sec instead of password.
11633         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11634         (mml1991-cache-passphrase): Inherit the default value from
11635         mml-secure-cache-passphrase.
11636         (mml1991-passphrase-cache-expiry): Inherit the default value from
11637         mml-secure-passphrase-cache-expiry.
11638
11639         * mml-sec.el: Require password.
11640         (mml-secure-verbose): New user option.
11641         (mml-secure-cache-passphrase): New user option.
11642         (mml-secure-passphrase-cache-expiry): New user option.
11643
11644 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11645
11646         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11647         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11648         andreas@altroot.de (Andreas Vögele).
11649
11650         FIXME: Use `tiny change'?
11651
11652 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11653
11654         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11655         workaround for the url package included with Emacs.
11656
11657         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11658
11659 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11662         correctly.  This fixes a bug caused by the 2006-05-12 change.
11663
11664 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11665
11666         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11667         some information about the error when saying that the `bogus' mail
11668         group will be used.
11669
11670 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11673         string.
11674
11675 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11676
11677         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11678
11679 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11680
11681         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11682
11683 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11684
11685         * mml1991.el (mml1991-function-alist): Add epg.
11686         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11687         (mml1991-epg-encrypt): New functions.
11688
11689 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11690
11691         * mml2015.el (mml2015-verbose): New variable.
11692         (mml2015-cache-passphrase): Ditto.
11693         (mml2015-passphrase-cache-expiry): Ditto.
11694         (mml2015-function-alist): Add epg.
11695         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11696         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11697         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11698         New functions.
11699
11700 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11701
11702         * message.el (message-cite-original-1): Preserve region when removing
11703         quoted text due to X-No-Archive in order to avoid bogus attribution
11704         when citing multiple messages.
11705
11706 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11707
11708         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11709         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11710
11711 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-diary.el (gnus-user-format-function-d)
11714         (gnus-user-format-function-D): Autoload.
11715
11716         * imap.el (Commentary): Fix typo.
11717
11718         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11719         2006-04-22 contribution.
11720
11721 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11722
11723         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11724         It didn't really fix the bogosity I'm seeing with solid web groups.
11725
11726 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11727
11728         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11729         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11730         created using server names.  If we use the feature without declaring
11731         it, Gnus does not properly manage server and group state.
11732
11733         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11734         bound.
11735
11736 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11737
11738         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11739         looking up the method using GROUP's prefix before inventing a new one.
11740         It is used on killed/unknown groups in various places where returning
11741         an all-new method isn't expected by the caller.
11742
11743         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11744         and match semantics of gnus-group-real-prefix.
11745
11746 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * nnmail.el (nnmail-broken-references-mailers): New variable.
11749         (nnmail-ignore-broken-references): New function generalizing
11750         nnmail-fix-eudora-headers.
11751         (nnmail-fix-eudora-headers): Now obsolete.
11752
11753         * gnus-art.el (gnus-button-handle-custom):
11754         Support `customize-apropos*'.
11755
11756 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11759
11760         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11761         articles.
11762
11763 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * message.el (message-cite-reply-above): New variable.
11766         (message-yank-original): Use it.
11767
11768 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11771
11772 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11775         as read.
11776
11777         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11778
11779 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11782         (gnus-bookmark-default-file): Use gnus-directory.
11783         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11784         Remove "*" in doc string.
11785         (gnus-bookmark-write-file): Simplify.
11786         (gnus-bookmark-maybe-sort-alist): Use `when'.
11787         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11788         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11789         Add FIXME about Emacs 21 and XEmacs compatibility.
11790         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11791         compatibility.
11792         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11793         compatibility.
11794         (gnus-bookmark-menu-heading): Fix version.
11795
11796 2006-06-19  Bastien Guerry  <bzg@altern.org>
11797
11798         * gnus-bookmark.el: New file.
11799
11800 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * message.el (message-syntax-checks): Doc fix.
11803
11804 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11805
11806         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11807         unsubscribed groups as if they were killed ones.  It causes duplicate
11808         entries in gnus-newsrc-alist.
11809
11810 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * message.el (message-syntax-checks): Doc fix.
11813         (message-send-mail): Add check for continuation headers.
11814         (message-check-news-header-syntax): Fix regexp used to check for
11815         continuation headers.
11816
11817 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11820
11821 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11824
11825 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11828         default-truncate-lines.
11829
11830 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11833         to fill the utf-8 entry.
11834
11835         * lpath.el: Fbind unicode-precedence-list.
11836
11837 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11838
11839         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11840
11841 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11842
11843         * gnus-agent.el (directory-files-and-attributes): Move all the way
11844         forward (the third and final move).
11845         (gnus-agent-read-agentview): Trap reconstruction errors due to
11846         nonexistent directory.  Handle by returning nil.
11847
11848 2006-05-30  Didier Verna  <didier@xemacs.org>
11849
11850         * message.el (message-dont-reply-to-names): Update the custom type.
11851         * message.el (message-dont-reply-to-names): New defsubst: potentially
11852         convert a list of regexps into a single one.
11853         * message.el (message-get-reply-headers): Use it.
11854         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11855
11856 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-agent.el (directory-files-and-attributes): Move forward.
11859
11860 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * gnus-ml.el (gnus-mailing-list-subscribe)
11863         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11864         (gnus-mailing-list-message): Fix doc strings.
11865
11866 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11867
11868         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11869         of doing it manually.
11870
11871 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11874         comment.
11875
11876 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11877
11878         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11879         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11880         (gnus-agent-read-local): All symbols allocated in my-obarray.
11881         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11882         (gnus-agent-regenerate-group): Check numeric names to see if they are
11883         messages or groups.
11884         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11885         better way of do this...)
11886
11887         * gnus-cache.el (gnus-agent-total-fetched-for):
11888         Ignore 'dummy.group' (there should be a better way of do this...)
11889
11890 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11893         (gnus-saved-headers): Ditto.
11894         (gnus-default-article-saver): Mention functions may have properties.
11895         (gnus-article-save): Override gnus-save-all-headers and
11896         gnus-saved-headers by :headers property which saver function may have.
11897         (gnus-summary-save-in-file): Add :headers property.
11898         (gnus-summary-write-to-file): Ditto.
11899
11900         * gnus-sum.el (gnus-summary-save-article): Bind
11901         gnus-prompt-before-saving to t when saving many articles in a file;
11902         always show all headers.
11903
11904         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11905
11906 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11909         marks.
11910
11911         * message.el (message-indent-citation): Add optional arguments to allow
11912         using it outside of message buffers.
11913
11914         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11915         (gnus-article-treat-unfold-headers): Use it.
11916         (gnus-article-truncate-lines): New variable.
11917         (gnus-article-mode): Use it.
11918         (gnus-article-toggle-truncate-lines): New function.
11919
11920         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11921         Add gnus-article-toggle-truncate-lines.
11922
11923         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11924         coding system in XEmacs, use binary.
11925
11926 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11929         after-load-alist.
11930
11931         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11932         this function should save decoded articles.
11933         (gnus-summary-write-to-file): Use property to specify this function
11934         should save decoded articles and specify gnus-summary-save-in-file
11935         should be used to save articles other than the first one when saving
11936         many articles.
11937         (gnus-summary-save-body-in-file): Use property to specify this
11938         function should save decoded articles.
11939         (gnus-summary-write-body-to-file): Use property to specify this
11940         function should save decoded articles and specify
11941         gnus-summary-save-body-in-file should be used to save articles other
11942         than the first one when saving many articles.
11943
11944         * gnus-sum.el (gnus-summary-save-article): Simplify.
11945
11946 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-art.el (gnus-default-article-saver):
11949         Add gnus-summary-write-body-to-file.
11950         (gnus-article-save-coding-system): Don't use coding system object
11951         in XEmacs.
11952         (gnus-read-save-file-name): Add optional `dir-var' argument which
11953         specifies directory in which files are saved; work even if optional
11954         `variable' argument is not specified.
11955         (gnus-summary-write-to-file): Read file name.
11956         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11957         (gnus-summary-write-body-to-file): New function.
11958
11959         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11960         (gnus-summary-local-variables): Add it.
11961         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11962         (gnus-summary-save-article): Remove optional `decode' argument;
11963         determine whether to decode articles by the value of
11964         gnus-default-article-saver; when saving many files using
11965         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11966         it first and use gnus-summary-save-in-file or
11967         gnus-summary-save-body-in-file thereafter unless
11968         gnus-prompt-before-saving is always; move point to article which
11969         will be saved.
11970         (gnus-summary-save-article-file): Revert.
11971         (gnus-summary-write-article-file): Revert.
11972         (gnus-summary-save-article-body-file): Revert.
11973         (gnus-summary-write-article-body-file): New function.
11974
11975 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (gnus-default-article-saver): Doc fix.
11978         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11979         from gnus-summary-save-article-coding-system, and default to a
11980         certain coding system.
11981         (gnus-output-to-file): Add coding cookie and encode text according
11982         to gnus-article-save-coding-system; don't use mm-append-to-file.
11983
11984         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11985         gnus-art.el and rename to gnus-article-save-coding-system.
11986         (gnus-summary-save-article): Require gnus-art; don't show all
11987         headers if it decodes articles; don't add coding cookie here;
11988         don't bind mm-text-coding-system-for-write.
11989         (gnus-summary-save-article-file): Save decoded articles.
11990         (gnus-summary-write-article-file): When saving many files, use
11991         gnus-summary-write-to-file first and gnus-summary-save-in-file
11992         thereafter unless gnus-prompt-before-saving is always.
11993         (gnus-summary-save-article-body-file): Save decoded articles.
11994
11995         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11996
11997 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * nnrss.el (nnrss-check-group): Bind hash-index.
12000
12001 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12002
12003         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12004         its hash index.  Store this hash in `nnrss-group-data'.
12005         (nnrss-read-group-data): Update accordingly.
12006
12007 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12010         entry.
12011
12012         * gnus-sum.el (gnus-summary-make-menu-bar):
12013         Add gnus-article-browse-html-article.
12014
12015 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12016
12017         * gnus-sum.el (gnus-summary-mime-map):
12018         Add gnus-article-browse-html-article.
12019
12020         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12021
12022 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12025         suitable coding systems in customize.
12026
12027 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * mail-source.el (mail-sources): Fix custom type.
12030
12031 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12034         (gnus-summary-expire-articles-now): Shorten prompt.
12035
12036         * gmm-utils.el (wid-edit): Require.
12037         (defun-gmm): Rename from `gmm-defun-compat'.
12038         (gmm-image-search-load-path): Use it.
12039         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12040
12041 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-sum.el (gnus-summary-save-article-coding-system):
12044         New variable.
12045         (gnus-summary-save-article): Add optional `decode' argument.
12046         If it is set and gnus-summary-save-article-coding-system is non-nil,
12047         save decoded article.
12048         (gnus-summary-write-article-file): Save decoded article if
12049         gnus-summary-save-article-coding-system is non-nil.
12050
12051         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12052         type.
12053
12054 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12057
12058 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12061         first to test gnus-single-article-buffer which may be buffer-local.
12062
12063         * gnus-sum.el (gnus-summary-setup-buffer):
12064         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12065         group; make gnus-article-buffer, gnus-article-current, and
12066         gnus-original-article-buffer always buffer-local.
12067         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12068         group.
12069         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12070
12071 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * nnml.el (nnml-request-compact-group): Compressed files might not
12074         have .gz extension.
12075
12076 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12077
12078         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12079         (mm-copy-to-buffer): Use with-current-buffer.
12080         (mm-display-part): Simplify.
12081         (mm-inlinable-p): Add optional arg `type'.
12082
12083 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12084
12085         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12086         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12087         Try harder to show the attachment internally or externally using
12088         gnus-mime-view-part-as-type.
12089
12090 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * message.el (message-from-style, message-signature-separator)
12093         (message-user-organization-file, message-send-mail-function)
12094         (message-citation-line-function, message-yank-prefix)
12095         (message-indent-citation-function, message-signature)
12096         (message-signature-file, message-signature-insert-empty-line):
12097         Remove autoloads.
12098
12099         * gnus-art.el (gnus-buttonized-mime-types):
12100         Remove "multipart/signed".  Revert 2006-04-26 change.
12101
12102 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * gnus.el (gnus-version-number): Bump version.
12105
12106 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12107
12108         * gnus.el: No Gnus v0.5 is released.
12109
12110 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12111
12112         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12113         fetching articles by message-id.
12114
12115 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * message.el (hashcash): Require hashcash as normal.
12118
12119         * ecomplete.el (ecomplete-highlight-match-line):
12120         Use point-at-eol.
12121         (ecomplete-highlight-match-line): Use `highlight', because that
12122         face exists in both Emacs and XEmacs.
12123
12124         * message.el (message-display-abbrev): Use point-at-bol.
12125
12126         * mail-source.el: Don't require timer/timer-funcs.
12127
12128         * gnus-async.el: Ditto.
12129
12130         * password.el: Ditto.
12131
12132         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12133
12134         * mm-url.el: Ditto.
12135
12136         * gnus-xmas.el: Don't require timer-funcs.
12137
12138         * mm-util.el: Require timer/timer-funcs.
12139
12140 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12141
12142         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12143         Close.
12144
12145 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12148         unibyte after clear-decrypt function runs.
12149
12150         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12151         returns as a unibyte string.
12152
12153 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * lpath.el: Revert.
12156
12157         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12158         (pgg-gpg-process-sentinel): Revert.
12159
12160         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12161         (pgg-pgp-lookup-key): Revert.
12162
12163         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12164         (pgg-pgp5-lookup-key): Revert.
12165
12166         * pgg.el (pgg-fetch-key): Revert.
12167
12168 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * lpath.el: Fbind string-as-multibyte for XEmacs.
12171
12172         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12173         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12174         (mml1991-pgg-encrypt): Ditto.
12175
12176         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12177         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12178         a multibyte buffer.
12179
12180         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12181         (pgg-pgp-lookup-key): Ditto.
12182
12183         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12184         (pgg-pgp5-lookup-key): Ditto.
12185
12186         * pgg.el (pgg-fetch-key): Ditto.
12187
12188 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * message.el (message-user-organization-file): Check several
12191         locations of the organization file.
12192
12193         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12194         Add gnus-article-view-part-as-type.
12195
12196         * gnus-art.el (gnus-article-view-part-as-type): New function.
12197
12198         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12199         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12200
12201         * mml.el: Simplify autoload.
12202         (mml-mode): defvar dnd-protocol-alist instead of using
12203         symbol-value.
12204         (mml-default-directory): New variable.
12205         (mml-minibuffer-read-file): Use it.
12206         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12207
12208         * message.el (message-citation-line-format): New variable.
12209         (message-insert-formated-citation-line): New function.
12210         (message-citation-line-function):
12211         Add `message-insert-formated-citation-line' to custom type.
12212
12213         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12214         to doc string.
12215
12216         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12217         depending on mm-verify-option.
12218
12219 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12222         binding pgg-* variables; reimplement the section which prevents
12223         MIME header from being signed.
12224         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12225         pgg-text-mode; remove a blank line at the top of body.
12226
12227         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12228         lines at the top of body; use gnus-newsgroup-charset if there's no
12229         Charset header.
12230
12231 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * message.el (message-self-insert-commands): Doc fix.
12234
12235         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12236         (mm-uu-pgp-encrypted-test): Ditto.
12237         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12238         between header and body; return application/pgp-encrypted handle
12239         if decryption failed; decode decrypted body by charset.
12240
12241         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12242         element match to application/pgp-*.
12243
12244 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12245
12246         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12247         HTML.
12248
12249 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * mail-source.el (mail-source-call-script): Message the error
12252         string.
12253
12254 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * gnus-util.el (gnus-byte-compile): Use it.
12257
12258 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12259
12260         * gnus-util.el (kill-empty-logs): New function.
12261
12262 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12263
12264         * message.el (message-mail-alias-type): Doc fix.
12265         (message-mail-alias-type-p): New function.
12266         (message-send): Use it.
12267         (message-mode): Ditto.
12268         (message-strip-forbidden-properties): Ditto.
12269
12270         * ecomplete.el (ecomplete-database-file-coding-system):
12271         New variable.
12272         (ecomplete-save): Use it.
12273         (ecomplete-setup): Use it.
12274
12275 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * message.el (message-self-insert-commands): New variable.
12278         (message-strip-forbidden-properties): Use it.
12279
12280 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12281
12282         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12283         that doesn't make XEmacs choke.
12284
12285 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-util.el (gnus-replace-in-string):
12288         Prefer replace-regexp-in-string over of replace-in-string.
12289
12290 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-util.el (gnus-select-frame-set-input-focus):
12293         Use select-frame-set-input-focus if it is available in XEmacs; use
12294         definition defined in Emacs 22 for old Emacsen.
12295
12296         * dgnushack.el: Autoload unmorse-region for XEmacs.
12297
12298         * lpath.el: Bind cursor-in-non-selected-windows and
12299         select-frame-set-input-focus for XEmacs.
12300
12301 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12304
12305 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12306
12307         * gnus-registry.el (gnus-registry-cache-save): Remove text
12308         properties when saving via the temp buffer.
12309
12310 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * message.el (message-generate-hashcash): Honor custom type.
12313
12314 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * message.el (message-generate-hashcash): Default to non-nil when
12317         hashcash is found.
12318
12319         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12320         (gnus-refer-thread-limit): Increase default to 500.
12321
12322         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12323
12324         * flow-fill.el (fill-flowed): Allow delete-space.
12325
12326 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12329         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12330         Remove autoloads.
12331
12332 2006-04-18  Simon Josefsson  <jas@extundo.com>
12333
12334         * message.el (message-generate-hashcash): Default to.
12335
12336 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12339         concatenating segments rather than before concatenating them.
12340
12341 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12344
12345 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12348
12349         * message.el (message-forward-make-body-plain):
12350         Allow message-forward-ignored-headers to be a list.
12351         (message-remove-ignored-headers): Factor out into function.
12352         (message-forward-make-body-mml): Use it.
12353
12354         * imap.el (imap-quote-specials): New function.
12355         (imap-login-auth): Quote specials.
12356
12357         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12358         (rfc2231-parse-string): Allow concatanation of parameters that
12359         aren't contiguous.  The test case is
12360           (mail-header-parse-content-type "message/external-body;
12361             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12362             access-type=LOCAL-FILE;
12363             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12364
12365 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12366
12367         * nntp.el (nntp-accept-process-output): Return the value of
12368         `nnheader-accept-process-output'.
12369
12370 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12373         (gnus-button-alist): Recognize more diff formats.
12374         (gnus-button-patch): Strip directory.
12375
12376 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12379         Emacs 22 when setting focus.
12380
12381 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * gnus-art.el (gnus-article-treat-types): Do treatment of
12384         text/x-verbatim parts.
12385         (gnus-button-patch): New command.
12386
12387         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12388         addresses that contain invalid characters.
12389
12390 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12391
12392         * message.el (message-put-addresses-in-ecomplete):
12393         Use gnus-replace-in-string.
12394         (message-is-yours-p): Use the more correct
12395         mail-header-parse-address instead of
12396         mail-extract-address-components.
12397         (message-put-addresses-in-ecomplete): Fix typo.
12398
12399         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12400         keystroke.
12401
12402         * gnus-art.el (gnus-treatment-function-alist): Change order of
12403         newsgroups/generic header folding to avoid double-folding.
12404
12405         * message.el (message-hidden-headers): Add X-Draft-From.
12406
12407         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12408         New command.
12409         (gnus-summary-repeat-search-article-backward): New command.
12410
12411         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12412         groups in the parent topic.
12413
12414 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12415
12416         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12417         (spam-extra-header-to-number): Return the CRM114 number as a
12418         number instead of a string.
12419
12420 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12421
12422         * gnus-art.el (gnus-face-properties-alist): Move here from
12423         gnus-fun.
12424
12425         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12426
12427 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12428
12429         * message.el (message-strip-forbidden-properties): Only display on
12430         self-insert-command.
12431
12432         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12433         reindent.
12434         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12435
12436 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12437
12438         * smiley.el (smiley-style): Fix typo.
12439
12440 2006-03-23  Kenichi Handa  <handa@m17n.org>
12441
12442         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12443         instead of set-buffer-multibyte.
12444
12445 2006-03-23  Kenichi Handa  <handa@m17n.org>
12446
12447         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12448         buffer and then decode the buffer text if necessary.
12449         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12450         first, and after mm-encode-body, change the buffer to unibyte.
12451
12452 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * hashcash.el (hashcash-insert-payment-async-2):
12455         Use message-goto-eoh instead of doing it manually.
12456         (mail-add-payment): Use message-narrow-to-header instead of trying
12457         to do the same itself.
12458
12459         * message.el (message-hidden-headers): Add Face.
12460
12461         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12462         reparenting code.
12463         (gnus-summary-reparent-children): Refactored out code.
12464         (gnus-summary-thread-map): New keystroke.
12465         (gnus-summary-reparent-children): Make into command.
12466
12467         * smiley.el (smiley-style): Default to `medium' if using a large
12468         font.
12469
12470         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12471         does it itself.
12472
12473         * message.el (message-point-in-header-p): Simplify definition.
12474
12475 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * nnagent.el (nnagent-request-set-mark): Silence log file
12478         writing.
12479         (nnagent-request-set-mark): Use write-region instead of
12480         append-to-file.
12481
12482         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12483         strange select method.
12484
12485         * ecomplete.el (ecomplete-display-matches): Get highlightling
12486         right.
12487         (ecomplete-display-matches): Use literals.
12488         (ecomplete-display-matches): Disable message logging.
12489
12490         * message.el (message-display-abbrev): Small optimization.
12491
12492         * ecomplete.el (ecomplete-display-matches): Allow automatic
12493         display.
12494
12495         * message.el (message-strip-forbidden-properties):
12496         Display abbrevs.
12497         (message-display-abbrev): Get automatic display right.
12498
12499         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12500         keystrokes.
12501
12502 2006-04-13  Romain Francoise  <romain@orebokech.com>
12503
12504         TODO: Backport to v5-10!
12505
12506         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12507         Move here (and rename) from gnus-registry.el.
12508
12509         * gnus-registry.el: Require gnus-util.
12510         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12511
12512 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12513
12514         * gnus-group.el (gnus-group-catchup-current):
12515         Change if-then-else-if-then-else into cond.
12516         (gnus-group-catchup): Indent.
12517         (group-name-at-point): New function.
12518         (gnus-fetch-group): Provide default from thing at point.
12519
12520 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * message.el (message-display-abbrev): Fix regexp.
12523
12524         * ecomplete.el (ecomplete-highlight-match-line):
12525         Reimplement choosing.
12526         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12527         dead variables.
12528
12529         * message.el (message-newline-and-indent): Remove debugging.
12530         (message-display-abbrev): Use new implementation.
12531
12532 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-art.el (gnus-article-mode):
12535         Set cursor-in-non-selected-windows to nil.
12536
12537         * smiley.el: Revert previous change.
12538         (smiley-data-directory): defvar it before using it in the
12539         defcustom of `smiley-style'.
12540
12541 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12542
12543         * message.el (message-newline-and-indent): New function.
12544
12545         * ecomplete.el: Implement more bits.
12546
12547         * message.el (message-put-addresses-in-ecomplete): Clean up the
12548         string.
12549
12550         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12551
12552         * gnus-sum.el (gnus-summary-save-parts):
12553         Bind gnus-summary-save-parts-counter and use it to make unique file
12554         names.
12555
12556         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12557
12558         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12559         parameter to say whether to actually parse the individual
12560         addresses.
12561
12562         * message.el (message-put-addresses-in-ecomplete): New function.
12563         (ecomplete): Require.
12564         (message-mail-alias-type): Add ecomplete as an option.
12565
12566 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12567
12568         * flow-fill.el (fill-flowed): Remove trailing space from blank
12569         quoted lines.
12570
12571 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * smiley.el (smiley-style): Move definition later to avoid a
12574         compilation warning.
12575
12576 2006-04-12  Kenichi Handa  <handa@m17n.org>
12577
12578         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12579         buffer and then decode the buffer text if necessary.
12580         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12581         first, and after mm-encode-body, change the buffer to unibyte.
12582         Use mm-disable-multibyte instead of set-buffer-multibyte.
12583
12584 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12587         Content-Type header instead of Content-Disposition header.
12588         (gnus-mime-inline-part): Ditto.
12589         (gnus-mime-view-part-as-charset): Ignore charset that the part
12590         specifies.
12591
12592         * mm-decode.el (mm-display-part): Work with external parts and
12593         usual parts similarly.
12594
12595         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12596         instead of gnus-display-mime.
12597
12598         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12599         instead of with-temp-buffer.
12600
12601         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12602         tag to summarized topics part in order to encode non-ASCII text.
12603
12604 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * smiley.el (smiley-style): New variable.
12607         (smiley-directory): New function.
12608         (smiley-data-directory): Derive from `smiley-style' using
12609         `smiley-directory'.
12610         (smiley-regexp-alist): Add new entries.
12611
12612         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12613         (gnus-article-browse-delete-temp): Add :version.
12614
12615 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12616
12617         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12618         the sieve region.
12619
12620 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * gnus.el (gnus-version-number): Bump version.
12623
12624 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus.el: No Gnus v0.4 is released.
12627
12628 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12631         layout.
12632
12633         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12634         unknown charset.
12635
12636         * message.el (message-header-synonyms): Add Original-To to the
12637         default.
12638
12639         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12640         optional parameter.
12641
12642 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * gnus-fun.el (gnus): Require it for gnus-directory.
12645
12646 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12649
12650 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12651
12652         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12653
12654 2006-04-05  Simon Josefsson  <jas@extundo.com>
12655
12656         * password.el (password-reset): New function.
12657
12658 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12659
12660         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12661         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12662
12663 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12664
12665         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12666         Some whitespace was matched into the url, which broke browsing hits
12667         > 100 when mm-url-use-external was nil.
12668
12669 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12672         Check gnus-extra-headers for 'Newsgroups.
12673
12674         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12675         bound.
12676
12677 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12678
12679         * pgg-gpg.el: Clean up process buffers every time gpg processes
12680         complete.
12681
12682 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12685         doc string.
12686
12687 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12688
12689         * pgg-gpg.el (pgg-gpg-process-filter)
12690         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12691
12692         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12693         lines, temporary fix.
12694
12695 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12698
12699 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12700
12701         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12702         default-enable-multibyte-characters.  This reverts the change from
12703         revision 6.17 which is no longer necessary because the passphrase
12704         is sent separately now.  GnuPG messages are unreadable under
12705         multibyte locales with default-enable-multibyte-characters set to
12706         nil.
12707
12708 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * message.el (message-tool-bar-gnome): Move "spell".
12711
12712 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12715         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12716         instead.
12717
12718 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12719
12720         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12721         Improve newsgroups handling for NNTP overviews which don't include
12722         Newsgroups.
12723
12724 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12725
12726         * message.el (message-resend): Bind message-generate-hashcash to nil.
12727
12728 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12729
12730         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12731         when searching for already-paid recipients.
12732
12733 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12734
12735         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12736         passphrases when it is not needed.
12737         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12738         passphrase stuff from gpg, should only be necessary when you use
12739         gpg with a smartcard.
12740
12741 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * mml.el (mml-insert-mime): Ignore cached contents of
12744         message/external-body part.
12745
12746         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12747         (mm-insert-part): Ditto.
12748
12749 2006-03-23  Simon Josefsson  <jas@extundo.com>
12750
12751         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12752         Reiner.
12753         (pgg-gpg-use-agent-p): Use it again.
12754
12755 2006-03-23  Simon Josefsson  <jas@extundo.com>
12756
12757         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12758         older emacsen.
12759         (pgg-gpg-use-agent-p): Don't use it.
12760
12761 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12764         if we can.
12765
12766 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12767
12768         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12769         (pgg-gpg-update-agent): New function.
12770         (pgg-gpg-use-agent-p): New function.
12771         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12772         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12773         (pgg-gpg-sign-region): Use it.
12774
12775 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12778         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12779
12780 2006-03-21  Simon Josefsson  <jas@extundo.com>
12781
12782         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12783         <wilde@sha-bang.de>.
12784         (pgg-gpg-use-agent): New variable.
12785         (pgg-gpg-process-region): Use it.
12786         (pgg-gpg-encrypt-region): Likewise.
12787         (pgg-gpg-encrypt-symmetric-region): Likewise.
12788         (pgg-gpg-decrypt-region): Likewise.
12789         (pgg-gpg-sign-region): Likewise.
12790         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12791
12792 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12795
12796         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12797         Add comment on version.
12798
12799 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * smiley.el: Add missing test smiley.
12802
12803 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * mm-decode.el (mm-with-part): New macro.
12806         (mm-get-part): Use it; work with message/external-body as well.
12807         (mm-save-part): Treat name and filename equally.
12808
12809         * mm-extern.el (mm-extern-cache-contents): New function.
12810         (mm-inline-external-body): Use it; force the part to be displayed;
12811         move undisplayer added to the cached handle to the parent.
12812
12813         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12814         (gnus-mime-view-part-as-type): Work with message/external-body.
12815
12816         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12817
12818 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12821         images in image-load-path.  [Sync with image.el, revision 1.60, in
12822         Emacs.]
12823
12824 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12827         path rather than symbol.  Always return list of directories.
12828         Guarantee that image directory comes first.  [Sync with image.el,
12829         revision 1.59, in Emacs.]
12830
12831         * message.el (message-make-tool-bar): Adjust to new API of
12832         `gmm-image-load-path-for-library'.
12833
12834         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12835
12836         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12837
12838 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12839
12840         * gnus-art.el (gnus-article-only-boring-p):
12841         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12842         intangible text.
12843         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12844
12845 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12848         Use `defun' instead of `gmm-defun-compat'.
12849
12850 2006-03-14  Simon Josefsson  <jas@extundo.com>
12851
12852         * message.el (message-unique-id): Don't use message-number-base36
12853         if (user-uid) is a float.
12854         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12855
12856 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12859
12860         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12861         empty line between a part and a message part.
12862
12863 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * smiley.el: Add more test smileys.
12866         (smiley-data-directory, smiley-regexp-alist)
12867         (gnus-smiley-file-types): Fix doc strings.
12868         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12869         adding new elements.
12870         (smiley-mouse-map): Unused code.  Make it a comment.
12871
12872 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12875         scan latest NoCeM messages instead of old ones.
12876         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12877         delimiters that are recently used.
12878         (gnus-nocem-load-cache): Add autoload cookie.
12879
12880         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12881
12882         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12883         level which is larger than gnus-use-nocem is specified.
12884
12885         * gnus-group.el (gnus-group-get-new-news): Ditto.
12886
12887 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-util.el (gnus-tool-bar-update): New function.
12890
12891         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12892         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12893
12894         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12895
12896         * gnus-group.el (gnus-group-redraw-when-idle)
12897         (gnus-group-redraw-check): Remove.
12898         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12899
12900 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12903         if optional last element is specified in splits (FIELD VALUE...).
12904
12905 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12908         to gmm-image-load-path-for-library.  Call with no-error argument.
12909         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12910
12911         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12912
12913         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12914
12915         * gmm-utils.el (gmm-image-load-path): Remove alias.
12916
12917 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gmm-utils.el (gmm-image-load-path): Add alias.
12920
12921         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12922         nnml-generate-nov-databases-1.
12923         (nnml-generate-nov-databases): Use it.
12924         (nnml-generate-nov-databases-directory): Document no-active
12925         argument.
12926
12927         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12928         directory if path is t.  Add no-error.
12929
12930         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12931         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12932
12933         * gnus-art.el (gnus-article-browse-delete-temp-files):
12934         Simplify resetting gnus-article-browse-html-temp-list.
12935
12936         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12937         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12938         Add example to docstring.  Rename local variables.  Move error
12939         checks to default case in cond and simplify.
12940
12941 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12944         handle is multipart when calling it recursively.
12945         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12946
12947 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12948
12949         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12950         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12951
12952 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12955         is loaded.
12956
12957         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12958         loaded.
12959
12960 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12963         to "Emacs 23 (unicode)" in doc string.
12964
12965         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12966         "Emacs 23 (unicode)" in comment.
12967
12968 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12971
12972         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12973         characters 160 through 255 in Emacs 23.
12974
12975 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12978         gnus-article-browse-html-temp.
12979         (gnus-article-browse-delete-temp): Make it customizable.
12980         Add `file'.  Adjust doc string.
12981         (gnus-article-browse-delete-temp-files): Add argument.
12982         Allow query for each file.  Adjust doc string.
12983         (gnus-article-browse-html-parts):
12984         Add `gnus-article-browse-delete-temp-files' to
12985         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12986
12987 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12988
12989         * gnus-art.el (gnus-article-browse-html-temp)
12990         (gnus-article-browse-delete-temp): New variables.
12991         (gnus-article-browse-delete-temp-files): New function.
12992         (gnus-article-browse-html-parts): Use it.
12993
12994 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12997
12998         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12999         string.
13000
13001         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13002         gnus-summary-insert-new-articles when unplugged.
13003         Remove gnus-summary-search-article-forward.
13004
13005         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13006         display-visual-class instead of display-color-cells.
13007
13008 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * dgnushack.el: Autoload customize-group for XEmacs.
13011
13012         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13013         message/* containing non-ASCII text properly.
13014
13015 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * message.el: Require gmm-utils, remove autoloads.
13018         (message-tool-bar): Set default based on
13019         gmm-tool-bar-style.
13020         (message-tool-bar-gnome): Add gmm-customize-mode.
13021
13022         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13023         gmm-tool-bar-style.
13024         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13025
13026         * gnus-group.el (gnus-group-tool-bar): Set default based on
13027         gmm-tool-bar-style.
13028         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13029
13030         * gmm-utils.el (gmm-image-directory): Rename variable from
13031         gmm-image-load-path.
13032         (gmm-image-load-path): Use gmm-image-directory.
13033         (gmm-customize-mode): New function.
13034         (gmm-tool-bar-style): New variable.
13035
13036         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13037         gnus-group-redraw-line-number.
13038         (gnus-group-redraw-check): Simplify.
13039         (gnus-group-tool-bar-update): Remove redraw check.
13040         (gnus-group-make-tool-bar): Add redraw check.
13041
13042 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13043
13044         * gnus-art.el (gnus-button): Add missing parentheses.
13045
13046 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * lpath.el: Fbind line-number-at-pos.
13049
13050 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13053
13054 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * gnus-art.el (gnus-button): New face.
13057         (gnus-article-button-face): Use it.
13058
13059         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13060         Add gnus-summary-next-page.  Re-order.
13061
13062         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13063         next-node are now included.
13064         (gnus-group-redraw-line-number): New internal variable.
13065         (gnus-group-redraw-check): Helper function for updating the tool
13066         bar.
13067         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13068
13069         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13070
13071         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13072         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13073         Use it to match format of Spamassassin 3.0 and later.
13074         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13075         (spam-check-bogofilter)
13076         (spam-bogofilter-register-with-bogofilter): Fix args of
13077         `gnus-error' calls.
13078
13079 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13082         unnecessary interaction when sending queued mails.
13083         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13084
13085 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13088         first or last are nil.
13089
13090 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13091
13092         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13093
13094 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13097
13098 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * dns.el (query-dns): Protect more against buggy tcp output.
13101
13102 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13105         nov.php.
13106
13107 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13108
13109         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13110         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13111         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13112         output on the server side.
13113         (nnweb-google-create-mapping): Update regexps and add some
13114         progress indication.
13115
13116 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * gnus-group.el (gnus-group-tool-bar-gnome):
13119         Fix gnus-agent-toggle-plugged.  Re-order icons.
13120         (gnus-group-tool-bar-gnome):
13121         Add gnus-group-{prev,next}-unread-group.
13122         (gnus-group-tool-bar-gnome): Re-order icons.
13123
13124         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13125         Move gnus-summary-insert-new-articles.
13126
13127         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13128         Fix comments.
13129
13130         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13131         also available in Emacs 21.3.
13132
13133         * message.el (message-fix-before-sending): Change "Emacs 22" to
13134         "Emacs 23 (unicode)" in comment.
13135
13136         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13137         "Emacs 23 (unicode)" in comment.
13138
13139         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13140         comment.
13141         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13142
13143         * mm-view.el (mm-fill-flowed): Add :version.
13144
13145 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13148         and load-path.
13149
13150 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el: Autoload gmm-image-load-path.
13153         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13154         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13155         consitency.
13156
13157         * gmm-utils.el (gmm-image-load-path): Also search in
13158         "../etc/images".  Don't set gmm-image-load-path if we don't find
13159         the image.
13160
13161 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gmm-utils.el (gmm-image-load-path): Don't make
13164         `gmm-image-load-path' include subdirectories which the second arg
13165         `image' might specify.
13166
13167         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13168         subdirectory to icon file names.
13169
13170         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13171
13172 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13175         gmm-image-load-path calls.
13176
13177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13178
13179         * message.el (message-make-tool-bar): Ditto.
13180
13181         * mml.el (mml-preview): Add comment concerning tool bar icons.
13182
13183         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13184         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13185
13186         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13187         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13188
13189         * message.el (message-tool-bar-gnome): Use new icon names.
13190         (message-make-tool-bar): Use `gmm-image-load-path'.
13191
13192         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13193         New functions from MH-E.
13194         (gmm-image-load-path): New variable from MH-E.
13195         (gmm-image-load-path): New function from MH-E.  Add arguments
13196         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13197         *-image-load-path-called-flag.
13198
13199 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13200
13201         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13202
13203 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13204
13205         * nnimap.el (nnimap-request-move-article): Change folder back to
13206         source group before deleting.
13207
13208 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13211
13212         * gnus-art.el (mm-url-insert-file-contents-external):
13213         Autoload mm-url.
13214
13215         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13216
13217 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13220         coding system which mm-charset-to-coding-system returns for a
13221         given charset is valid.
13222
13223 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13224
13225         * html2text.el (html2text-remove-tag-list):
13226         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13227
13228 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13229
13230         * gnus-cus.el: Revert 2005-10-17 change.
13231
13232 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (article-strip-banner):
13235         Call article-really-strip-banner only when the regexp match is made.
13236
13237 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-art.el (article-strip-banner):
13240         Use gnus-extract-address-components instead of
13241         mail-header-parse-addresses to make it work with non-ASCII text;
13242         remove mail-encode-encoded-word-string.
13243
13244         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13245         values which are surrounded with \"...\"; make it never cause a
13246         Lisp error; give up parsing of parameters if it failed in
13247         extracting type.
13248
13249 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13250
13251         * smime.el (smime-cert-by-ldap-1): Fix bug where
13252         `smime-ldap-search' returns results without userCertificates.
13253
13254 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13257
13258 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * spam.el (spam-check-spamassassin-headers): Adapt format for
13261         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13262         <ari@mbf.ocn.ne.jp>.
13263         (spam-list-of-processors): Add spam-use-gmane.
13264
13265 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13268         make-temp-file; make it work with XEmacs as well.
13269
13270         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13271         mm-make-temp-file.
13272
13273         * mm-decode.el (mm-display-external): Use the 3rd arg of
13274         mm-make-temp-file.
13275         (mm-create-image-xemacs): Ditto.
13276
13277 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13280         with message-narrow-to-headers.
13281         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13282         (gnus-draft-check-draft-articles): New function.
13283         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13284
13285 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus-art.el (gnus-article-browse-html-parts):
13288         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13289         Don't use suffix argument for mm-make-temp-file for Emacs 21
13290         compatibility.  Remove useless `format'.
13291
13292 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13293
13294         * nnweb.el (nnweb-google-wash-article): Update regexps.
13295         (nnweb-group-alist): Use defvoo instead of defvar.
13296
13297 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13300         re-loading nn* modules.
13301
13302 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13305         for `tool-bar-mode' and don't check it's default-value.
13306
13307         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13308
13309         * message.el (message-make-tool-bar): Ditto.
13310
13311         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13312         `substring'.  Shorten tmp-file name.
13313
13314         * gnus.el: Remove bogus comment.
13315
13316 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13317
13318         * gnus-art.el (gnus-article-browse-html-parts): New function.
13319         (gnus-article-browse-html-article): New function for viewing html
13320         articles with a browser.
13321
13322 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13323
13324         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13325         in elisp.
13326         (pgg-gpg-encrypt-symmetric-region): Ditto.
13327         (pgg-gpg-sign-region): Ditto.
13328
13329         * pgg-def.el (pgg-text-mode): New variable.
13330
13331         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13332         (mml2015-pgg-encrypt): Ditto.
13333
13334         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13335         (mml1991-pgg-encrypt): Ditto.
13336
13337 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * nnfolder.el (nnfolder-insert-newsgroup-line):
13340         Use message-make-date instead of current-time-string.
13341
13342         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13343         to gnus-decoded which mm-uu might set.
13344
13345 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13348         don't decode quoted parameters; remove misimported Emacs code.
13349         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13350         (rfc2231-decode-encoded-string): Don't use split-string which
13351         behaves differently according to Emacs version; use
13352         mm-decode-coding-region to convert charset to coding-system.
13353         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13354         (rfc2231-encode-string): Remove misimported Emacs code.
13355
13356 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13359         when calling mail-header-parse-content-type.
13360         (article-de-quoted-unreadable): Ditto.
13361         (article-de-base64-unreadable): Ditto.
13362         (article-wash-html): Ditto.
13363
13364         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13365         calling mail-header-parse-content-type and
13366         mail-header-parse-content-disposition.
13367         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13368         mail-header-parse-content-type.
13369
13370         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13371         insert charset and format parameters; encode description after
13372         inserting it to buffer.
13373         (mml-insert-parameter): Fold lines properly even if a parameter is
13374         segmented into two or more lines; change the max column to 76.
13375
13376         * rfc1843.el (rfc1843-decode-article-body): Don't use
13377         ignore-errors when calling mail-header-parse-content-type.
13378
13379         * rfc2231.el (rfc2231-parse-string): Return at least type if
13380         possible; don't cause an error even if it fails in parsing of
13381         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13382         (rfc2231-encode-string): Don't break lines at the beginning, leave
13383         it to mml-insert-parameter.
13384
13385         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13386         calling mail-header-parse-content-type.
13387
13388 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * spam-report.el (spam-report-gmane-use-article-number):
13391         Improve doc string.
13392         (spam-report-gmane-internal): Check if a suitable header was found
13393         in the article.
13394
13395 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13398         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13399
13400 2006-02-05  Romain Francoise  <romain@orebokech.com>
13401
13402         Update copyright notices of all files in the gnus directory.
13403
13404 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13405
13406         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13407
13408 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13411         segmented lines of parameter value to cope with Thunderbird 1.5
13412         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13413         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13414         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13415
13416 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13417
13418         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13419         parts.
13420
13421 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13422
13423         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13424         there's only one active file for all servers.
13425         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13426         solid groups.  Gnus might have used a FAST request to select the group.
13427         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13428         and nnweb-search redundantly in the active file.
13429         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13430         (nnweb-request-create-group): Don't use ARGS.
13431         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13432         initialisations.  Let nnoo do the work.
13433
13434 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13437         Say the part has been decoded.
13438
13439         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13440
13441 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13442
13443         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13444         mailcap-viewer-test-cache when there's no 'test clause, since that
13445         will invert the meaning of a "nil" test previously determined by
13446         mailcap-mailcap-entry-passes-test.
13447
13448 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13451         compiling.
13452
13453         * gnus-sum.el: Ditto.
13454
13455         * message.el: Don't bind tool-bar-map when compiling.
13456
13457 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13460
13461 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13462
13463         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13464         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13465         current Google Groups.
13466
13467 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13470         and tool-bar-mode.
13471
13472         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13473         and tool-bar-mode.
13474
13475         * message.el (message-tool-bar-update): Simplify.
13476         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13477
13478         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13479         gnus-summary-buffer.
13480         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13481         gnus-summary-reply.
13482
13483         * gmm-utils.el (gmm): Add :version.
13484
13485 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * Makefile.in (clean): New rule.
13488         (distclean): Use it.
13489
13490 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13491
13492         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13493         Don't autoload.
13494
13495 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * gmm-utils.el (gmm-verbose): Add :group.
13498
13499 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * message.el: Change some comments WRT tool-bars.
13502
13503         * gnus-sum.el (gnus-summary-tool-bar)
13504         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13505         (gnus-summary-tool-bar-zap-list): New variables.
13506         (gnus-summary-make-tool-bar): Complete rewrite using
13507         `gmm-tool-bar-from-list'.
13508
13509         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13510         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13511         New variables.
13512         (gnus-group-make-tool-bar): Complete rewrite using
13513         `gmm-tool-bar-from-list'.
13514         (gnus-group-tool-bar-update): New function.
13515
13516         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13517
13518 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13521         is dissected into a single part of which the type is the same as
13522         the given one; decode charset.
13523
13524 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13525
13526         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13527         into alists as symbol not string, since that's what
13528         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13529         look for.
13530
13531 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13534         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13535
13536         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13537
13538 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13541         (gnus-xmas-mime-security-button-menu): New function.
13542
13543         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13544         (gnus-mime-security-button-menu): New definition.
13545         (gnus-mime-security-button-map): Use them.
13546         (gnus-mime-security-button-menu): New function.
13547         (gnus-insert-mime-security-button): Addition to help echo.
13548         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13549         (gnus-mime-security-pipe-part): New functions.
13550
13551         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13552         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13553
13554         * mm-decode.el (mm-handle-set-disposition): Remove.
13555         (mm-handle-set-description): Remove.
13556
13557 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13560         (mm-w3m-standalone-supports-m17n-p): New function.
13561         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13562         w3m usage.
13563
13564         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13565         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13566
13567 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * message.el (message-tool-bar-zap-list):
13570         Use gmm-tool-bar-zap-list as custom type.
13571         (message-tool-bar-update): New function.
13572         (message-tool-bar, message-tool-bar-gnome)
13573         (message-tool-bar-retro): Add message-tool-bar-update.
13574         (message-tool-bar-gnome): Add flyspell-buffer.
13575
13576         * gnus-util.el (gnus-error): Describe `args'.
13577
13578         * gmm-utils.el (gmm-error): Describe `args'.
13579         (gmm-tool-bar-zap-list): New widget.
13580         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13581
13582 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13585         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13586         the number of recursive calls.
13587
13588         * mm-decode.el (mm-handle-set-disposition): New macro.
13589         (mm-handle-set-description): New macro.
13590
13591 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13594         encoding.
13595
13596 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * message.el (message-tool-bar-zap-list, message-tool-bar)
13599         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13600         (message-tool-bar-local-item-from-menu): Remove.
13601         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13602         (message-make-tool-bar): New function.
13603         (message-mode): Use `message-make-tool-bar'.
13604
13605         * gmm-utils.el: New file.
13606         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13607         (gmm-lazy): New widget copied from `nnmail.el'.
13608         (gmm-tool-bar-from-list): New function for creating customizable
13609         tool bars.
13610         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13611         output.
13612         (gmm): Add :prefix to defgroup.
13613
13614 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13615
13616         * gmm-utils.el (gmm-widget-p): New function.
13617
13618 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * mml.el (mml-attach-file): Describe `description' in doc string.
13621         (mml-menu): Add Emacs MIME manual and PGG manual.
13622
13623 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13624
13625         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13626
13627 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13628
13629         * nntp.el (nntp-end-of-line): Doc fix.
13630
13631 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13632
13633         * imap.el (imap-open): Handle case where buffer is a buffer
13634         object.
13635
13636 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13637
13638         * gnus-delay.el (gnus-delay): Don't autoload.
13639         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13640         to be re-loaded when customizing the `gnus-delay' group.
13641
13642 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13643
13644         * message.el (message-insert-citation-line): Use newlines.
13645
13646 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13647
13648         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13649         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13650         these routines, so the passphrase can be managed externally and
13651         passed in to the system.
13652         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13653         pgg-add-passphrase-to-cache function.
13654
13655         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13656         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13657         these routines, so the passphrase can be managed externally and
13658         passed in to the system.
13659         (pgg-pgp5-sign-region): Use new name of
13660         pgg-add-passphrase-to-cache function.
13661
13662 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13663
13664         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13665         part of the decoded armor to find the key-identifier.
13666         (pgg-gpg-lookup-key-owner): New function to return the
13667         human-readable identifier of a key owner.
13668         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13669         itself.
13670         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13671         the key value) if we have a key and can match it against a secret
13672         key.  Also, added a note pointing out fact that the prompt only
13673         indicates the first matching key.
13674
13675         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13676         pgg-decrypt-region.
13677         (pgg-add-passphrase-to-cache): Rename from
13678         `pgg-add-passphrase-cache' to reduce confusion (all callers
13679         changed).
13680         (pgg-remove-passphrase-from-cache): Rename from
13681         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13682         changed).
13683         (pgg-read-passphrase, pgg-add-passphrase-cache)
13684         (pgg-remove-passphrase-cache): Add informative docstrings.
13685         (pgg-decrypt): Convey provided passphrase in subordinate call to
13686         pgg-decrypt-region.
13687
13688 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13689
13690         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13691         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13692         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13693         'passphrase' argument, so the passphrase can be managed externally
13694         and then passed in to the system.
13695
13696         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13697         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13698         so the passphrase cache can be used reliably with identifiers
13699         besides a pgp packet's key id.
13700
13701         * pgg-gpg.el (pgg-gpg-encrypt-region)
13702         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13703         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13704         these routines, so the passphrase can be managed externally and
13705         passed in to the system.
13706
13707         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13708         'notruncate' argument, so the passphrase cache can be used
13709         reliably with identifiers besides a pgp packet's key id.
13710
13711 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13712
13713         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13714         symmetric encryption.
13715         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13716         encrypted session key.
13717         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13718         message ask for the passphrase in a proper way.
13719
13720         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13721         New user commands for symmetric encryption.
13722
13723 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13726
13727         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13728
13729 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13730
13731         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13732
13733 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * mm-decode.el (mm-inlined-types): Add application/pgp.
13736         (mm-automatic-display): Ditto.
13737
13738         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13739         part as text.
13740
13741 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * nnrss.el: Update copyright.
13744         (nnrss-opml-import): Query whether to subscribe to each entry.
13745
13746         * gnus-art.el:
13747         * gnus-sum.el:
13748         * gnus-xmas.el:
13749         * messagexmas.el:
13750         * mm-uu.el:
13751         * mm-view.el: Update copyright.
13752
13753 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * message.el (message-info): New function.
13756         (message-mode-menu): Add it.
13757         Update copyright.
13758
13759         * ChangeLog: Fix and update copyright.
13760
13761 2006-01-13  Romain Francoise  <romain@orebokech.com>
13762
13763         * message.el (message-forward-subject-name-subject): Prefer the
13764         address to 'nowhere' if the sender has no name.
13765         Fix typo.  Update copyright year.
13766
13767 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-art.el (article-wash-html):
13770         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13771         (gnus-article-wash-html-with-w3m-standalone): New function.
13772
13773         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13774         mm-inline-text-html-render-with-w3m-standalone.
13775         (mm-text-html-washer-alist): Map w3m-standalone to
13776         gnus-article-wash-html-with-w3m-standalone.
13777         (mm-inline-text-html-render-with-w3m-standalone): New function.
13778
13779 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13782         Improve LaTeX.
13783
13784 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13787         (nnrss-request-article): Render text/plain parts as HTML.
13788
13789         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13790         the buffer.
13791
13792 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13795         custom definition of `gnus-posting-styles'.
13796
13797         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13798         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13799
13800 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13803         Use nntp for bug archive.
13804
13805 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13808         parts.
13809         (nnrss-normalize-date): New function converts ISO 8601 date into
13810         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13811         (nnrss-check-group): Use it.
13812
13813 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13816
13817         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13818         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13819         (nnrss-insert-w3): Ditto.
13820
13821 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13824         the articles to be forwarded including the case where neither a
13825         number of articles nor a region is specified.
13826
13827 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * nnrss.el (nnrss-request-article): Fix last change; fill
13830         text/plain parts.
13831
13832 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13835         in text/plain part.
13836         (nnrss-check-group): Don't add excessive newline to dc:subject.
13837
13838 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13839
13840         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13841         article.
13842
13843 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13846         (nnml-use-compressed-files, nnml-save-mail): Support other
13847         comression programs such as bzip2.
13848
13849 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * dns.el (query-dns): Make sure we check the buffer size before
13852         removing tcp headers.
13853
13854 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13857         remove MIME buttons associated with multipart/alternative parts.
13858         (gnus-mime-display-alternative): Tag buttons using `article-type'
13859         text property.
13860
13861         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13862         associated with multipart/alternative parts.
13863
13864         * gnus-art.el (gnus-signature-separator): Fix custom type.
13865
13866         * mm-decode.el (mm-inlined-types): Fix custom type.
13867         (mm-keep-viewer-alive-types): Ditto.
13868         (mm-automatic-display): Ditto.
13869         (mm-attachment-override-types): Ditto.
13870         (mm-inline-override-types): Ditto.
13871         (mm-automatic-external-display): Ditto.
13872
13873 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * spam-report.el (spam-report-user-mail-address)
13876         (spam-report-user-agent): New variables.
13877         (spam-report-url-ping-plain): Use spam-report-user-agent.
13878
13879 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13880
13881         * gnus-art.el (gnus-button-handle-custom): Do not just use
13882         `customize-apropos' for any "M-x customize-*" button but the
13883         function called for.  Accept both the function name and its
13884         argument in order to achieve this.
13885         (gnus-button-alist): Remove support for "custom:" URL's.
13886         Pass function name to `gnus-button-handle-custom' in case of "M-x
13887         customize-*" buttons.
13888
13889 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13892         multipart/alternative and add xref to mm-discouraged-alternatives
13893         in doc string.
13894
13895         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13896         gnus-buttonized-mime-types in doc string.
13897
13898 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13901         Suggest image/.* in the doc string.
13902
13903 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13906         message-marks (Debian bug #342521).
13907
13908 2005-12-12  Simon Josefsson  <jas@extundo.com>
13909
13910         * password.el (password-read-from-cache): Add.
13911         (password-read): Use it.
13912
13913 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * rfc2047.el (rfc2047-charset-to-coding-system):
13916         Recognize us-ascii as a MIME charset.
13917
13918         * mm-bodies.el (mm-decode-content-transfer-encoding):
13919         Protect against the case where the 2nd arg TYPE is nil.
13920
13921 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * pop3.el (pop3-stream-type): Fix custom version.
13924
13925         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13926
13927 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13928
13929         * mm-decode.el (mm-display-external): Add missing cdr.
13930
13931 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13934         RFC1524) if it is in mailcap or add a suffix according to
13935         mailcap-mime-extensions when generating a temp filename; postpone
13936         deleting a temp file for 2 seconds for some wrappers, shell
13937         scripts, and so on, which might exit right after having started a
13938         viewer command as a background job.
13939
13940 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * nntp.el (nntp-marks-directory): Fix custom group.
13943
13944         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13945         steps when < 10.
13946
13947         * gnus-start.el (gnus-no-server-1):
13948         Mention `gnus-level-default-subscribed' in doc string.
13949
13950 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13951
13952         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13953         parens.
13954
13955 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-xmas.el (gnus-use-toolbar): Revert.
13958         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13959         gnus-use-toolbar is default.
13960
13961         * messagexmas.el (message-use-toolbar): Revert.
13962         (message-setup-toolbar): Use global default-toolbar if
13963         message-use-toolbar is default.
13964
13965 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13968         according to default-toolbar-visible-p.
13969
13970         * messagexmas.el (message-use-toolbar): Ditto.
13971
13972 2005-11-26  Dave Love  <fx@gnu.org>
13973
13974         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13975         (tls-program, tls-success): Provide openssl alternative.
13976
13977         * starttls.el: Doc fixes.
13978         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13979         SERVICE to PORT.
13980
13981         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13982         port null or service name.
13983         (starttls-negotiate): Autoload.
13984
13985 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * message.el (message-kill-to-signature): Fix interactive spec.
13988
13989 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * pop3.el (pop3-open-server): Recognize a string as a service name.
13992
13993 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13994
13995         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13996
13997 2005-11-23  Dave Love  <fx@gnu.org>
13998
13999         Add pop3s, pop3/starttls.
14000
14001         * pop3.el (pop3-authentication-scheme): Clarify doc.
14002         (open-tls-stream, starttls-open-stream): Autoload.
14003         (pop3-stream-type): New.
14004         (pop3-open-server): Use it.
14005
14006         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14007         for POP.
14008         (mail-source-keyword-map): Add :stream for POP.
14009         (mail-source-fetch-pop): Use pop3-stream-type.
14010
14011 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14014         of current-time-string.
14015
14016 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14017
14018         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14019         date header.
14020
14021 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14022
14023         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14024         it can seriously impact performance as it bypasses the agent's
14025         local caches.
14026
14027 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14028
14029         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14030         must be explicitly online rather than "not explicitly offline" for
14031         its flags to be synchronized.
14032
14033         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14034         that gnus-uu-unmark-thread will function correctly.
14035
14036         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14037         1024K is instead displayed as 1M.
14038
14039 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14040
14041         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14042
14043 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14044
14045         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14046
14047 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14048
14049         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14050         error message to display actual error condition.
14051         (gnus-agent-save-local): Avoid saving symbols that are bound to
14052         nil as they simply result in a warning message in
14053         gnus-agent-read-local.
14054
14055 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14058         rather than make-variable-buffer-local for file-precious-flag.
14059
14060 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14061
14062         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14063         for duplicates which are removed.  The invalid sort check then
14064         triggers a rescan after the sort as sorting may have moved
14065         duplicate entries such that they can be cheaply detected.
14066
14067 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14070
14071 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14072
14073         * gnus-agent.el (gnus-agent-article-alist-save-format):
14074         Change internal variable to a custom variable.  Change default value
14075         from compressed(2) to uncompressed(1).
14076         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14077         support for uncompressed agentview files.  Taken together, reading
14078         the agentview file should now be 6-7 times faster.
14079
14080 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14081
14082         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14083         as a buffer-local variable.  This avoids creating truncated
14084         dribble files as a result of a hang up, eg.
14085
14086 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14087
14088         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14089         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14090         XEmacs.
14091
14092 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-start.el (gnus-start-draft-setup):
14095         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14096
14097         * gnus.el (gnus-splash): Change custom group.
14098         (gnus-group-get-parameter, gnus-group-parameter-value):
14099         Describe allow-list argument.
14100
14101         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14102         string.
14103
14104 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * gnus-art.el (gnus-default-article-saver): Add user-defined
14107         `function' to custom type.
14108
14109 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14110
14111         * imap.el (imap-open): Handle case where buffer is a buffer
14112         object.
14113
14114 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14117         long lines.
14118         (gnus-cache-delete-group): Wrap doc strings.
14119
14120         * gnus-agent.el (gnus-agent-rename-group)
14121         (gnus-agent-delete-group): Wrap doc strings.
14122
14123 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * messagexmas.el (message-use-toolbar): Change the valid values
14126         into default, top, bottom, left, and right.
14127         (message-toolbar-thickness): New variable.
14128         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14129         well.
14130         (message-setup-toolbar): Make it work.
14131
14132         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14133         (gnus-use-toolbar): Change the valid values into default, top,
14134         bottom, left, and right.
14135         (gnus-toolbar-thickness): New variable.
14136         (gnus-xmas-setup-toolbar): New function.
14137         (gnus-xmas-setup-group-toolbar): Use it.
14138         (gnus-xmas-setup-summary-toolbar): Use it.
14139
14140 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * gnus-start.el (gnus-1): Add "native" to
14143         gnus-predefined-server-alist.
14144
14145         * gnus.el (gnus-method-to-server): Don't add "native" to the
14146         lists here, because that leads to problems when
14147         gnus-select-method is bound.
14148
14149 2005-11-09  Simon Josefsson  <jas@extundo.com>
14150
14151         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14152         use (not sort-by-date) instead.
14153
14154 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14155
14156         * gnus-delay.el (gnus-delay-group): Don't autoload.
14157         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14158         to be re-loaded when customizing the `gnus-delay' group.
14159
14160 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14161
14162         * message.el: Revert last changes.
14163         (message-insert-citation-line): Use newlines.
14164
14165 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14166
14167         * message.el (message-courtesy-message)
14168         (message-mark-insert-begin, message-mark-insert-end)
14169         (message-elide-ellipsis, message-cancel-message)
14170         (message-add-header, message-change-subject)
14171         (message-cross-post-followup-to-header)
14172         (message-cross-post-insert-note, message-reduce-to-to-cc)
14173         (message-widen-reply, message-delete-not-region)
14174         (message-kill-to-signature, message-insert-signature)
14175         (message-insert-importance-high, message-insert-importance-low)
14176         (message-insert-or-toggle-importance)
14177         (message-insert-disposition-notification-to)
14178         (message-indent-citation, message-yank-original)
14179         (message-cite-original-without-signature, message-cite-original)
14180         (message-insert-citation-line, message-position-on-field)
14181         (message-fix-before-sending, message-send-mail-partially)
14182         (message-send-mail, message-send-mail-with-sendmail)
14183         (message-send-mail-with-qmail, message-send-news)
14184         (message-check-news-header-syntax, message-generate-headers)
14185         (message-insert-courtesy-copy, message-fill-address)
14186         (message-fill-header, message-shorten-references)
14187         (message-setup-1, message-cancel-news)
14188         (message-forward-make-body-plain, message-forward-make-body-mime)
14189         (message-forward-make-body-mml, message-encode-message-body)
14190         (message-forward-make-body-digest-plain)
14191         (message-forward-make-body-digest-mime)
14192         (message-use-alternative-email-as-from): Insert `hard-newline'
14193         instead of ordinary newlines.
14194
14195 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * message.el (message-generate-headers): Downcase the argument
14198         given to message-check-element.
14199
14200 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14201
14202         * nntp.el (nntp-authinfo-rejected): New error condition.
14203         (nntp-wait-for): Use new error condition to signal authentication
14204         error.
14205         (nntp-retrieve-data): Rethrow new error condition to break out of
14206         recursive call to nntp-send-authinfo.
14207
14208 2005-11-08  Romain Francoise  <romain@orebokech.com>
14209
14210         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14211         (gnus-summary-exit-map): Bind to `Z p'.
14212         (gnus-summary-make-menu-bar): Add menu item.
14213
14214 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14217         (gnus-treat-*): Add `first' in all doc strings.
14218
14219         * gnus-group.el (gnus-group-compact-group): Fix typo.
14220
14221 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus.el (gnus-parameters-case-fold-search): New variable.
14224         (gnus-parameters-get-parameter): Use it.
14225
14226         * gnus-score.el (gnus-home-score-file): Doc fix.
14227
14228 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14229
14230         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14231
14232 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * mm-util.el (mm-special-display-p): New function.
14235
14236         * mml.el (mml-preview): Use it; doc fix.
14237
14238 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14239
14240         * imap.el (imap-open): Handle case where buffer is a buffer object.
14241
14242 2005-10-29  Romain Francoise  <romain@orebokech.com>
14243
14244         * message.el (message-fix-before-sending): Fix comment.
14245
14246 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14247
14248         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14249
14250 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14251
14252         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14253         Used in gnus-score.el.
14254
14255 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14258
14259 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14262         whitespace removed in revision 7.8.  Use concatenated string to
14263         protect trailing whitespace.
14264
14265 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14266
14267         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14268         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14269         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14270         Courier IMAP ("some version from 2004").  Mostly based on similar
14271         code in the same function.
14272
14273 2005-10-26  Didier Verna  <didier@xemacs.org>
14274
14275         * gnus-group.el (gnus-group-compact-group): Invalidate original
14276         article buffer.
14277         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14278         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14279         NOV database and in article itself.
14280         Invalidate article backlog.
14281
14282 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14285
14286 2005-10-26  Simon Josefsson  <jas@extundo.com>
14287
14288         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14289         part of 2004-07-25 change.
14290
14291 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * message.el (message-display-completion-list): New function.
14294         (message-expand-group): Use it; make sure the Completions buffer
14295         is modifiable.
14296 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14297
14298         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14299         user-mail-name is an empty string.
14300
14301 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14304         depending on gnus-score-decay-constant.
14305
14306         * encrypt.el (encrypt-insert-file-contents)
14307         (encrypt-write-file-contents): Don't use `gnus-message'.
14308
14309         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14310         arguments.
14311         (mm-uu-type-alist): Add message-marks and insert-marks.
14312         Pass arguments to mm-uu-verbatim-marks-extract.
14313         (mm-uu-hide-markers): New variable.
14314         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14315
14316         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14317         (gnus-convert-image-to-face-command): Use "convert" by default to
14318         allow other input image formats.
14319         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14320         accordingly.
14321
14322 2005-10-23  Simon Josefsson  <jas@extundo.com>
14323
14324         * imap.el (imap-gssapi-program): Align command line parameters
14325         with latest GNU SASL.
14326         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14327
14328 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329
14330         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14331         HTML.
14332         (nnslashdot-request-article): Ditto.
14333
14334         * lpath.el (featurep): Add nobreak-char-display.
14335
14336 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14337
14338         * mail-source.el (mail-source-fetch-pop): Require pop3.
14339         (mail-source-check-pop): Ditto.
14340
14341 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14344         errors.
14345
14346 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14349         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14350
14351         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14352
14353         * mm-bodies.el (mm-decode-string):
14354         Call `mm-charset-to-coding-system' with allow-override argument.
14355
14356 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14359         (rfc2047-charset-to-coding-system): New function.
14360         (rfc2047-decode-encoded-words): New function.
14361         (rfc2047-decode-region): Use them.
14362         (rfc2047-decode-cte): Remove.
14363         (rfc2047-parse-and-decode): Remove.
14364         (rfc2047-decode): Remove.
14365
14366 2005-10-15  Kenichi Handa  <handa@m17n.org>
14367
14368         * rfc2047.el (rfc2047-decode-cte): New function.
14369         (rfc2047-decode-region): Change the way to decode successive
14370         encoded-words: decode B- or Q-encoding in each encoded-word,
14371         concatenate them, and decode it as charset.
14372
14373 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * lpath.el: Fbind codepage-setup for XEmacs.
14376
14377 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14378
14379         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14380         widget-move-and-invoke.
14381         (gnus-custom-mode): Use gnus-custom-map.
14382
14383 2005-10-15  Bill Wohler  <wohler@newt.com>
14384
14385         * message.el (message-tool-bar-map): Rename image file from
14386         mail_send to mail/send.
14387
14388 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14389
14390         * message.el (message-expand-group): Pass the common
14391         prefix substring of completion to `display-completion-list'.
14392
14393 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * mml-sec.el (mml-secure-method): New internal variable.
14396         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14397         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14398         New functions using mml-secure-method.
14399
14400         * mml.el (mml-mode-map): Add key bindings for those functions.
14401         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14402         Harder <harder@myrealbox.com>.
14403         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14404         Goto end of message if point is the headers of the message.
14405
14406         * message.el (message-in-body-p): New function.
14407
14408         * assistant.el: Autoload gnus-util and netrc.
14409
14410         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14411         Use `mm-charset-override-alist' only when decoding.
14412
14413         * mm-bodies.el (mm-decode-body):
14414         Call `mm-charset-to-coding-system' with allow-override argument.
14415
14416         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14417         `filename' from Content-Disposition if Content-Type doesn't
14418         provide `name'.
14419         (gnus-mime-view-part-as-type): Set default instead of
14420         initial-input.
14421
14422 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14423
14424         * format-spec.el (format-spec): Propagate text properties of % spec.
14425
14426 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-art.el (gnus-treat-predicate): Add `first'.
14429
14430 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14433         (mm-charset-override-alist): New variable.
14434         (mm-charset-to-coding-system): Use it.
14435         (mm-codepage-setup): New helper function.
14436         (mm-charset-eval-alist): New variable.
14437         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14438         Warn about unknown charsets.
14439
14440         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14441
14442 2005-10-04  David Hansen  <david.hansen@gmx.net>
14443
14444         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14445         (nnrss-check-group): Ditto.
14446
14447 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14450         Rename x-gnus-verbatim to x-verbatim.
14451         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14452
14453         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14454         x-verbatim.
14455
14456         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14457
14458         * gnus-util.el (gnus-remove-duplicates): Remove.
14459
14460         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14461         instead of gnus-remove-duplicates.
14462
14463         * message.el (message-remove-duplicates): Remove.
14464         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14465         message-remove-duplicates.
14466
14467         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14468         available, else use implementation from `delete-dups'.
14469
14470         * message.el (message-insert-expires): New function.
14471         (message-mode-map): Add key binding.
14472         (message-mode-field-menu): Add menu entry.
14473         (message-mode): Document it.
14474         (message-make-expires-date): Use `message-make-date'.
14475
14476 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14477
14478         * message.el (message-make-expires-date): New function.
14479
14480 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * Makefile.in (list-installed-shadows): New entry.
14483         (install): Use it.
14484         (remove-installed-shadows): New entry.
14485
14486         * dgnushack.el (dgnushack-default-load-path): New variable.
14487         (dgnushack-find-lisp-shadows): New function.
14488         (dgnushack-remove-lisp-shadows): New function.
14489
14490 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * Makefile.in (install-el-elc): New entry.
14493         (install): Use it so that .el files are necessarily installed.
14494
14495 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14498
14499 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14500
14501         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14502         function rather than the diff-mode.el package.
14503         (mm-display-external): Use with-current-buffer.
14504         (mm-viewer-completion-map, mm-viewer-completion-map):
14505         Move initialization inside declaration.
14506
14507 2005-09-29  Simon Josefsson  <jas@extundo.com>
14508
14509         * spam.el: Load hashcash when compiling, to avoid warnings.
14510         Don't autoload mail-check-payment.
14511         (spam-check-hashcash): Define unconditionally, since hashcash.el
14512         is part of Gnus now.  Ignore errors from payment checking.
14513
14514 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * message.el (message-bold-region, message-unbold-region):
14517         Rename from `bold-region' and `unbold-region'.
14518
14519         * message.el: Remove useless autoloads.
14520
14521 2005-09-28  Simon Josefsson  <jas@extundo.com>
14522
14523         * message.el (message-use-idna): Default to t.
14524         (message-use-idna): Test whether encoding works too.  Doc fix.
14525
14526 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * nntp.el (nntp-warn-about-losing-connection): Remove.
14529
14530 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14533         customizable.  Change default value.
14534         (mm-uu-diff-groups-regexp): Change default value.
14535         (mm-uu-type-alist): Add doc string.
14536         (mm-uu-configure): Add doc string.  Make it interactive.
14537         (mm-uu-tex-groups-regexp): New variable.
14538         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14539         (mm-uu-type-alist): Add LaTeX documents.
14540         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14541         of "text/verbatim".
14542         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14543
14544         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14545         instead of "text/verbatim".
14546
14547         * message.el (message-mark-inserted-region)
14548         (message-mark-insert-file): Use slrn style marks when called with
14549         prefix argument.
14550
14551 2005-09-27  Simon Josefsson  <jas@extundo.com>
14552
14553         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14554
14555 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14556
14557         * message.el (message-remove-duplicates): New function.
14558         Implementation borrowed from `gnus-remove-duplicates'.
14559         (message-idna-to-ascii-rhs): Also encode idna addresses in
14560         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14561         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14562         only ask about the same idna domain once per header and also tell
14563         in what header to replace the idna domain.
14564
14565         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14566         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14567         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14568         a header is decoded and not just the last one.
14569
14570 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14573         has been decoded.
14574
14575         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14576         (mm-insert-part): Don't modify text if it has been decoded.
14577
14578         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14579         decoded.
14580
14581         * mm-view.el (mm-inline-text): Don't strip text props unless
14582         decoding enriched or richtext parts.
14583
14584 2005-09-25  Romain Francoise  <romain@orebokech.com>
14585
14586         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14587         * gnus-start.el (gnus-subscribe-interactively):
14588         * gnus-uu.el (gnus-uu-grab-articles):
14589         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14590         space.
14591
14592 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14593
14594         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14595         * mm-view.el (mm-view-pkcs7-decrypt):
14596         * gnus-sum.el (gnus-summary-limit-to-extra)
14597         (gnus-summary-respool-article, gnus-read-move-group-name):
14598         * gnus-score.el (gnus-summary-increase-score):
14599         * gnus-util.el (gnus-completing-read-with-default):
14600         * gnus-art.el (gnus-read-save-file-name)
14601         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14602         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14603         * message.el (message-check-news-header-syntax):
14604         Follow convention for reading with the minibuffer.
14605
14606 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * spam-report.el (spam-report-url-ping-plain):
14609         Use gnus-extended-version as User-Agent.
14610
14611         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14612         default value is nil.
14613
14614         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14615         (mm-uu-verbatim-marks-extract): New function.
14616         (mm-uu-extract): New face.
14617         (mm-uu-copy-to-buffer): Use it.
14618
14619         * spam-report.el (spam-report-gmane-ham): Rename from
14620         `spam-report-gmane-unspam'.
14621         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14622         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14623
14624         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14625         Autoload.
14626         (spam-report-gmane-unregister-routine):
14627         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14628
14629 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14630
14631         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14632         (spam-report-gmane-unregister-routine): Add support for gmane
14633         unregistration.
14634
14635         * spam-report.el (spam-report-gmane-unspam)
14636         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14637         (spam-report-gmane): Change to take a single article and do unspam
14638         registration.
14639
14640 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * mm-url.el (mm-url-decode-entities): Fix regexp.
14643
14644 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14645
14646         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14647         default to nil, to be able to use Gnus at all.  If the default
14648         switches to something else, then the function should be fixed not
14649         be exceedingly slow.
14650
14651 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14652
14653         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14654         fail hard.
14655
14656         * spam-report.el: Add better Keywords line.
14657
14658         * spam.el: Add Maintainer and better Keywords line.
14659
14660 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * gnus-art.el (gnus-article-replace-part)
14663         (gnus-mime-replace-part): New functions.
14664         (gnus-mime-action-alist, gnus-mime-button-commands)
14665         (gnus-mime-save-part-and-strip): Add file argument.
14666         (gnus-article-part-wrapper): Add interactive argument.
14667
14668         * gnus-sum.el (gnus-summary-mime-map):
14669         Add `gnus-article-replace-part'.
14670
14671 2005-09-19  Didier Verna  <didier@xemacs.org>
14672
14673         The nnml compaction feature:
14674         * nnml.el (nnml-request-compact-group): New function.
14675         * nnml.el (nnml-request-compact): New function.
14676         * gnus-int.el (gnus-request-compact-group): New function.
14677         * gnus-int.el (gnus-request-compact): New function.
14678         * gnus-group.el (gnus-group-compact-group): New function.
14679         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14680         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14681         * gnus-srvr.el (gnus-server-compact-server): New function.
14682         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14683         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14684
14685 2005-09-18  Deepak Goel  <deego@gnufans.org>
14686
14687         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14688         format spec.
14689
14690 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14693
14694 2005-09-15  Romain Francoise  <romain@orebokech.com>
14695
14696         * message.el (message-fill-paragraph): Clarify docstring.
14697
14698 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-art.el (gnus-mime-display-part): Protect against broken
14701         MIME messages.
14702
14703 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14706         before parsing header.
14707
14708 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14709
14710         * html2text.el (html2text-replace-list): Add new entities.
14711
14712 2005-09-11  Romain Francoise  <romain@orebokech.com>
14713
14714         * message.el (message-alternative-emails): Improve docstring.
14715         (message-setup-1): Call `message-use-alternative-email-as-from'
14716         after `message-setup-hook' to give it precedence over posting
14717         styles, etc.
14718         (message-use-alternative-email-as-from): Add docstring.
14719         Remove the original From header if present.
14720
14721         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14722         (nnml-save-mail): Use it.
14723
14724         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14725         articles.  Add new argument `silent'.
14726         (gnus-uu-mark-all): Report the total number of marked articles.
14727
14728 2005-09-10  Romain Francoise  <romain@orebokech.com>
14729
14730         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14731         (gnus-uu-mark-series): Likewise.
14732
14733 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * spam-report.el (spam-report-gmane): Fix generation of spam
14736         report URL.
14737
14738 2005-09-10  Simon Josefsson  <jas@extundo.com>
14739
14740         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14741         t, based on discussion on the ding list with Robert Epprecht
14742         <epprecht@solnet.ch>.
14743
14744 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * spam-report.el (spam-report-gmane): Make it work without
14747         X-Report-Spam header.  Gmane now only provides Archived-At.
14748         This is only used if `spam-report-gmane-use-article-number' is nil.
14749         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14750
14751         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14752         make `gnus-summary-sort-by-recipient' work with threading.
14753
14754         * nnweb.el (nnweb-google-wash-article): Print a message if article
14755         is not available.
14756
14757 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14758
14759         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14760         change.  Decode text/* parts content before displaying.
14761
14762 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14765
14766 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14769
14770         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14771         url-package-name, url-package-version,
14772         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14773         w3m-display-inline-images, and w3m-minor-mode-map.
14774
14775 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * message.el (message-tab-body-function): Fix mismatched custom type.
14778
14779         * gnus.el (gnus-group-change-level-function): Ditto.
14780
14781         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14782
14783         * gnus-art.el (gnus-signature-limit)
14784         (gnus-article-mime-part-function): Ditto.
14785
14786 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * mml.el (mml-mode): Silence the byte compiler.
14789
14790         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14791         using `(sit-for 0)' before moving the point to the specified part;
14792         skip unbuttonized parts.
14793         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14794         return to the summary window if gnus-auto-select-part is non-nil.
14795
14796 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14799         New variables.
14800         (mml-dnd-attach-file, mml-mode): Use them.
14801
14802         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14803         Make fetching article by MID work again for Google Groups.
14804         Add FIXME concerning gnus-group-make-web-group.
14805
14806         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14807         Don't depend on Gnus by using mail-extract-address-components if
14808         gnus-extract-address-components is not bound.
14809
14810 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * gnus-art.el (gnus-mime-display-security): Don't display the
14813         signature, but only the signed part.
14814
14815 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14818
14819         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14820         list, not listp.
14821
14822 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14823
14824         * mm-encode.el (mm-encode-content-transfer-encoding):
14825         Likewise when encoding.
14826
14827         * mm-bodies.el (mm-decode-content-transfer-encoding):
14828         De-canonicalize CRLF for all text content types, not just
14829         text/plain.
14830
14831 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14834         valid article; point arrow and cursor at the MIME button.
14835
14836 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14839         Suggested by Dan Christensen <jdc@uwo.ca>.
14840
14841         * mm-decode.el (mm-save-part): Enable change of prompt.
14842
14843 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14844
14845         * gnus-msg.el (gnus-inews-add-send-actions):
14846         Make `message-post-method' lambda parameter ARG `&optional'.
14847
14848 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * gnus-sum.el (gnus-summary-mime-map):
14851         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14852         gnus-article-jump-to-part.
14853
14854         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14855         (gnus-article-edit-part): Use it.
14856         (gnus-article-part-wrapper): Add no-handle argument.
14857         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14858         New functions.
14859
14860 2005-08-29  Romain Francoise  <romain@orebokech.com>
14861
14862         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14863         docstring.
14864         (gnus-face-from-file): Likewise.
14865
14866 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14869         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14870         non-nil.
14871         (gnus-auto-select-part): New variable.
14872         (gnus-article-jump-to-part): New function.
14873         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14874         (gnus-mime-delete-part): Allow selecting specified part after
14875         deleting or stripping parts.
14876         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14877         part if argument is bogus.
14878
14879 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14880
14881         * gnus-art.el (w3m-minor-mode-map):
14882         * gnus-spec.el (gnus-newsrc-file-version):
14883         * gnus-util.el (nnmail-active-file-coding-system)
14884         (gnus-original-article-buffer, gnus-user-agent):
14885         * gnus.el (gnus-ham-process-destinations)
14886         (gnus-parameter-ham-marks-alist)
14887         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14888         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14889         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14890         * mm-decode.el (gnus-current-window-configuration):
14891         * mm-extern.el (gnus-article-mime-handles):
14892         * mm-url.el (url-current-object, url-package-name)
14893         (url-package-version):
14894         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14895         (smime-keys, w3m-cid-retrieve-function-alist)
14896         (w3m-current-buffer, w3m-display-inline-images)
14897         (w3m-minor-mode-map):
14898         * mml-smime.el (gnus-extract-address-components):
14899         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14900         (gnus-newsrc-hashtb, message-default-charset)
14901         (message-deletable-headers, message-options)
14902         (message-posting-charset, message-required-mail-headers)
14903         (message-required-news-headers):
14904         * mml1991.el (mc-pgp-always-sign):
14905         * mml2015.el (mc-pgp-always-sign):
14906         * nnheader.el (nnmail-extra-headers):
14907         * rfc1843.el (gnus-decode-encoded-word-function)
14908         (gnus-decode-header-function, gnus-newsgroup-name):
14909         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14910
14911 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14912
14913         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14914         the end of the date treatments.
14915
14916 2005-08-15  Simon Josefsson  <jas@extundo.com>
14917
14918         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14919         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14920         Capello and Romain Francoise.
14921         (pgg-fetch-key-function): Remove, not used?
14922         (pgg-insert-url-with-w3): Require url, to get
14923         url-insert-file-contents regardless of where it is defined.
14924
14925 2005-08-13  Romain Francoise  <romain@orebokech.com>
14926
14927         * message.el (message-cite-original-1): New function.
14928         (message-cite-original): Use it.
14929         (message-cite-original-without-signature): Ditto.
14930
14931 2005-08-08  Romain Francoise  <romain@orebokech.com>
14932
14933         * message.el (message-yank-empty-prefix): New variable.
14934         (message-indent-citation): Use it.
14935         (message-cite-original-without-signature): Respect X-No-Archive.
14936
14937 2005-08-08  Simon Josefsson  <jas@extundo.com>
14938
14939         * pgg.el: Autoload url-insert-file-contents instead of loading
14940         w3/url.
14941         (pgg-insert-url-with-w3): Don't load url here.
14942
14943 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14944
14945         * message.el (message-kill-to-signature): Don't insert newline at
14946         bol.
14947         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14948
14949 2005-08-06  Romain Francoise  <romain@orebokech.com>
14950
14951         * message.el (message-user-fqdn): Fix typo in docstring.
14952
14953 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14954
14955         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14956
14957         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14958
14959 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-bodies.el (mm-encode-body): Use coding system rather than
14962         charset to encode text.
14963
14964         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14965         number of charsets if utf-8 is available (XEmacs).
14966
14967 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14970         taken from `gnus-button-mid-or-mail-regexp'.
14971         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14972         (gnus-button-alist): Improve regexp for domain part of the MIDs
14973         for news:localpart@domain buttons.
14974         (gnus-button-ctan-directory-regexp): Update.
14975
14976 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * sieve-manage.el (sieve-manage-interactive-login):
14979         Use make-local-variable rather than make-variable-buffer-local.
14980         (sieve-manage-open): Ditto.
14981         (sieve-manage-authenticate): Ditto.
14982
14983         * mml.el (mml-generate-mime-1): Make the content type default to
14984         text/plain if the filename is not specified.
14985
14986 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14989         instead of insert-buffer.
14990
14991         * message.el (message-yank-original): Ditto; set the mark at the
14992         end of the yanked message.
14993
14994 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14997         lines to scroll rather than to stop it.
14998
14999         * mml.el (mml-generate-default-type): Add doc string.
15000         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15001         default to application/octet-stream when determining the content
15002         type if it is not specified for the part or the mml contents; add
15003         a comment about mml-generate-default-type.
15004
15005 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15008         make it default to application/octet-stream when determining the
15009         content type if it is not specified for the external contents.
15010
15011 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15014         segmented parameter but also other parameters might be there.
15015
15016 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * mm-decode.el (mm-display-external): Delete temp file, directory
15019         and buffer immediately if the external process is exited.
15020
15021 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15024         fewer lines than that of scroll-margin.
15025         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15026
15027 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-art.el (gnus-article-next-page): Revert.
15030         (gnus-article-beginning-of-window): New macro.
15031         (gnus-article-next-page-1): Use it.
15032         (gnus-article-prev-page): Ditto.
15033         (gnus-article-edit-part): Use insert-buffer-substring instead of
15034         insert-buffer.
15035         (gnus-article-edit-exit): Ditto.
15036
15037         * gnus-util.el (gnus-beginning-of-window): Remove.
15038         (gnus-end-of-window): Remove.
15039
15040         * lpath.el: Don't bind header-line-format and scroll-margin.
15041
15042 2005-07-25  Simon Josefsson  <jas@extundo.com>
15043
15044         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15045         to have the url package without w3.  Reported by Daiki Ueno
15046         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15047
15048 2005-07-20  Didier Verna  <didier@xemacs.org>
15049
15050         * gnus-diary.el: Remove the description comment (nndiary is now
15051         properly documented in the Gnus manual).
15052         Fix the spelling of "Back End".
15053         * nndiary.el: Ditto.
15054         Fix the copyright notice.
15055
15056 2005-07-18  Romain Francoise  <romain@orebokech.com>
15057
15058         * gnus-sum.el (gnus-summary-to-prefix)
15059         (gnus-summary-newsgroup-prefix): New variables.
15060         (gnus-summary-from-or-to-or-newsgroups): Use them.
15061
15062 2005-07-17  Romain Francoise  <romain@orebokech.com>
15063
15064         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15065         space as it's generally not especially interesting to the user.
15066
15067 2005-07-16  Romain Francoise  <romain@orebokech.com>
15068
15069         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15070         nil to avoid prompting and file modification if one of the
15071         messages at the top of the nnfolder file contains a copyright
15072         notice.
15073         Update copyright notice.
15074
15075         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15076         instead of `current-time-string' as the latter creates a time
15077         string that is not RFC 2822 compliant (it lacks the zone).
15078         Update copyright notice.
15079
15080 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15081
15082         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15083         for text/rtf.  Display default in prompt.  Pass default for M-n.
15084
15085         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15086
15087 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * gnus-msg.el (gnus-button-mailto):
15090         Remove save-selected-window-window hackery because it relies on
15091         save-selected-window internals.
15092
15093 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15096         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15097         (gnus-article-prev-page): Ditto.
15098
15099         * gnus-util.el (gnus-beginning-of-window): New function.
15100         (gnus-end-of-window): New function.
15101
15102         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15103
15104 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15105
15106         * gnus-score.el (gnus-score-edit-all-score):
15107         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15108         gnus-message.
15109
15110 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111
15112         * gnus-msg.el (gnus-button-mailto):
15113         Remove save-selected-window-window hackery because it relies on
15114         save-selected-window internals.
15115
15116 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15119         add-minor-mode.
15120         (gnus-binary-mode): Ditto.
15121
15122         * gnus-topic.el (gnus-topic-mode): Ditto.
15123
15124 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15125
15126         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15127         (gnus-article-prev-page): Take scroll-margin into consideration.
15128
15129 2005-07-04  Lute Kamstra  <lute@gnu.org>
15130
15131         Update FSF's address in GPL notices.
15132
15133 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15134
15135         * gnus.el (gnus-exit):
15136         * gnus-group.el (gnus-group-icons):
15137         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15138
15139         * gnus-nocem.el (gnus-nocem):
15140         * message.el (message-various, message-buffers, message-sending)
15141         (message-interface, message-forwarding, message-insertion)
15142         (message-headers, message-news, message-mail):
15143         * pgg-gpg.el (pgg-gpg):
15144         * pgg-parse.el (pgg-parse):
15145         * pgg-pgp.el (pgg-pgp):
15146         * pgg-pgp5.el (pgg-pgp5):
15147         * pop3.el (pop3): Finish `defgroup' description with period.
15148
15149 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-art.el (article-display-face): Improve the efficiency.
15152         (article-display-x-face): Ditto; remove grey x-face stuff.
15153
15154 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-art.el (article-display-face): Correct the position in
15157         which Faces are inserted.
15158
15159 2005-06-29  Didier Verna  <didier@xemacs.org>
15160
15161         * gnus-art.el (article-display-face): Display faces in correct
15162         order.
15163
15164 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15167         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15168         (gnus-nocem-check-article): Fetch the Type header.
15169         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15170         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15171         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15172         make sure gnus-nocem-hashtb is initialized.
15173         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15174         (gnus-nocem-unwanted-article-p): Ditto.
15175
15176         * pgg.el (pgg-verify): Return the verification result.
15177
15178 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15181         is ascii.
15182
15183 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15184
15185         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15186         `show-nonbreak-escape'.
15187
15188 2005-06-23  Lute Kamstra  <lute@gnu.org>
15189
15190         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15191
15192         * dig.el (dig-mode):
15193         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15194
15195 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15196
15197         * nnimap.el (nnimap-split-download-body): Fix spellings.
15198
15199 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15200
15201         * gnus-art.el (gnus-article-encrypt-body):
15202         * gnus-cus.el (gnus-score-customize):
15203         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15204         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15205
15206 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15207
15208         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15209         header by looking for magic "MII" at the beginnig.
15210
15211 2005-06-16  Miles Bader  <miles@gnu.org>
15212
15213         * gnus-xmas.el (gnus-xmas-group-startup-message):
15214         Use renamed gnus-splash face.
15215
15216         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15217         (assistant-field-face): New backward-compatibility alias for renamed
15218         face.
15219         (assistant-render-text): Use renamed assistant-field face.
15220
15221         * spam.el (spam): Remove "-face" suffix from face name.
15222         (spam-face): New backward-compatibility alias for renamed face.
15223         (spam-face, spam-initialize): Use renamed spam face.
15224
15225         * message.el (message-header-to, message-header-cc)
15226         (message-header-subject, message-header-newsgroups)
15227         (message-header-other, message-header-name)
15228         (message-header-xheader, message-separator, message-cited-text)
15229         (message-mml): Remove "-face" suffix from face names.
15230         (message-header-to-face, message-header-cc-face)
15231         (message-header-subject-face, message-header-newsgroups-face)
15232         (message-header-other-face, message-header-name-face)
15233         (message-header-xheader-face, message-separator-face)
15234         (message-cited-text-face, message-mml-face):
15235         New backward-compatibility aliases for renamed faces.
15236         (message-font-lock-keywords): Use renamed message faces.
15237
15238         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15239         (sieve-test-commands, sieve-tagged-arguments):
15240         Remove "-face" suffix from face names.
15241         (sieve-control-commands-face, sieve-action-commands-face)
15242         (sieve-test-commands-face, sieve-tagged-arguments-face):
15243         New backward-compatibility aliases for renamed faces.
15244         (sieve-control-commands-face, sieve-action-commands-face)
15245         (sieve-test-commands-face, sieve-tagged-arguments-face):
15246         Use renamed sieve faces.
15247
15248         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15249         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15250         (gnus-group-news-3-empty, gnus-group-news-4)
15251         (gnus-group-news-4-empty, gnus-group-news-5)
15252         (gnus-group-news-5-empty, gnus-group-news-6)
15253         (gnus-group-news-6-empty, gnus-group-news-low)
15254         (gnus-group-news-low-empty, gnus-group-mail-1)
15255         (gnus-group-mail-1-empty, gnus-group-mail-2)
15256         (gnus-group-mail-2-empty, gnus-group-mail-3)
15257         (gnus-group-mail-3-empty, gnus-group-mail-low)
15258         (gnus-group-mail-low-empty, gnus-summary-selected)
15259         (gnus-summary-cancelled, gnus-summary-high-ticked)
15260         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15261         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15262         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15263         (gnus-summary-low-undownloaded)
15264         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15265         (gnus-summary-low-unread, gnus-summary-normal-unread)
15266         (gnus-summary-high-read, gnus-summary-low-read)
15267         (gnus-summary-normal-read, gnus-splash):
15268         Remove "-face" suffix from face names.
15269         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15270         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15271         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15272         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15273         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15274         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15275         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15276         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15277         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15278         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15279         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15280         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15281         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15282         (gnus-summary-normal-ticked-face)
15283         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15284         (gnus-summary-normal-ancient-face)
15285         (gnus-summary-high-undownloaded-face)
15286         (gnus-summary-low-undownloaded-face)
15287         (gnus-summary-normal-undownloaded-face)
15288         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15289         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15290         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15291         (gnus-splash-face):
15292         New backward-compatibility aliases for renamed faces.
15293         (gnus-group-startup-message): Use renamed gnus faces.
15294
15295         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15296         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15297         (gnus-server-agent): Remove "-face" suffix from face names.
15298         (gnus-server-agent-face, gnus-server-opened-face)
15299         (gnus-server-closed-face, gnus-server-denied-face)
15300         (gnus-server-offline-face):
15301         New backward-compatibility aliases for renamed faces.
15302         (gnus-server-agent-face, gnus-server-opened-face)
15303         (gnus-server-closed-face, gnus-server-denied-face)
15304         (gnus-server-offline-face): Use renamed gnus faces.
15305
15306         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15307         Remove "-face" suffix from face names.
15308         (gnus-picon-xbm-face, gnus-picon-face):
15309         New backward-compatibility aliases for renamed faces.
15310
15311         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15312         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15313         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15314         (gnus-cite-11): Remove "-face" suffix from face names.
15315         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15316         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15317         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15318         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15319         New backward-compatibility aliases for renamed faces.
15320         (gnus-cite-attribution-face, gnus-cite-face-list)
15321         (gnus-article-boring-faces): Use renamed gnus faces.
15322
15323         * gnus-art.el (gnus-signature, gnus-header-from)
15324         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15325         (gnus-header-content): Remove "-face" suffix from face names.
15326         (gnus-signature-face, gnus-header-from-face)
15327         (gnus-header-subject-face, gnus-header-newsgroups-face)
15328         (gnus-header-name-face, gnus-header-content-face):
15329         New backward-compatibility aliases for renamed faces.
15330         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15331
15332         * gnus-sum.el (gnus-summary-selected-face)
15333         (gnus-summary-highlight): Use renamed gnus faces.
15334         * gnus-group.el (gnus-group-highlight): Likewise.
15335
15336 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15337
15338         * gnus-sieve.el (gnus-sieve-article-add-rule):
15339         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15340         * spam-stat.el (spam-stat-buffer-change-to-spam)
15341         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15342
15343         * message.el (message-is-yours-p):
15344         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15345
15346 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * mm-view.el (mm-inline-text): Withdraw the last change.
15349
15350 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15353         executing enriched-decode.
15354
15355 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15358         charset of tar files.
15359
15360 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15361
15362         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15363
15364 2005-06-04  Lute Kamstra  <lute@gnu.org>
15365
15366         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15367         information is never recorded.
15368
15369 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15370
15371         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15372
15373 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * pop3.el (pop3-apop): Run md5 in the binary mode.
15376
15377         * starttls.el (starttls-set-process-query-on-exit-flag):
15378         Use eval-and-compile.
15379
15380 2005-05-31  Simon Josefsson  <jas@extundo.com>
15381
15382         * smime.el (smime-replace-in-string): Define.
15383         (smime-cert-by-ldap-1): Use it.
15384
15385 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (article-display-x-face): Replace
15388         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15389
15390         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15391         set-process-query-on-exit-flag or process-kill-without-query.
15392
15393         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15394         loop instead of replace-regexp.
15395
15396         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15397         instead of process-kill-without-query if it is available.
15398
15399         * lpath.el: Fbind ldap-search-entries.
15400
15401         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15402         instead of find-file-hooks if it is available.
15403
15404         * mml1991.el: Bind pgg-default-user-id when compiling.
15405
15406         * mml2015.el: Bind pgg-default-user-id when compiling.
15407
15408         * nndraft.el (nndraft-request-associate-buffer):
15409         Use write-contents-functions instead of write-contents-hooks if it is
15410         available.
15411
15412         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15413         instead of find-file-hooks if it is available.
15414
15415         * nntp.el (nntp-open-connection): Replace
15416         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15417         (nntp-open-ssl-stream): Ditto.
15418         (nntp-open-tls-stream): Ditto.
15419
15420         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15421         set-process-query-on-exit-flag or process-kill-without-query.
15422         (starttls-open-stream-gnutls): Use it instead of
15423         process-kill-without-query.
15424         (starttls-open-stream): Ditto.
15425
15426 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15427
15428         * smime.el (smime-cert-by-ldap-1): Don't use
15429         replace-regexp-in-string.
15430
15431 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15432
15433         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15434
15435         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15436         in PEM format.  Adjust to the XEmacs compability.
15437
15438 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15441         by `string-to-number'.
15442         * gnus-agent.el (gnus-agent-regenerate-group)
15443         (gnus-agent-fetch-articles): Ditto.
15444         * gnus-art.el (gnus-button-fetch-group): Ditto.
15445         * gnus-cache.el (gnus-cache-generate-active)
15446         (gnus-cache-articles-in-group): Ditto.
15447         * gnus-group.el (gnus-group-set-current-level)
15448         (gnus-group-insert-group-line): Ditto.
15449         * gnus-score.el (gnus-score-set-expunge-below)
15450         (gnus-score-set-mark-below, gnus-summary-score-effect)
15451         (gnus-summary-score-entry): Ditto.
15452         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15453         (gnus-soup-pack): Ditto.
15454         * gnus-spec.el (gnus-xmas-format): Ditto.
15455         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15456         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15457         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15458         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15459         * nndb.el (nndb-get-remote-expire-response): Ditto.
15460         * nndiary.el (nndiary-parse-schedule-value)
15461         (nndiary-string-to-number, nndiary-request-replace-article)
15462         (nndiary-request-article): Ditto.
15463         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15464         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15465         * nneething.el (nneething-make-head): Ditto.
15466         * nnfolder.el (nnfolder-request-article)
15467         (nnfolder-retrieve-headers): Ditto.
15468         * nnheader.el (nnheader-file-to-number): Ditto.
15469         * nnkiboze.el (nnkiboze-request-article): Ditto.
15470         * nnmail.el (nnmail-process-unix-mail-format)
15471         (nnmail-process-babyl-mail-format): Ditto.
15472         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15473         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15474         (nnmh-request-create-group, nnmh-request-list-1)
15475         (nnmh-request-group, nnmh-request-article): Ditto.
15476         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15477         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15478         * nnsoup.el (nnsoup-make-active): Ditto.
15479         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15480         * nntp.el (nntp-find-group-and-number)
15481         (nntp-retrieve-headers-with-xover): Ditto.
15482         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15483         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15484         (pgg-format-key-identifier): Ditto.
15485         * pop3.el (pop3-last, pop3-stat): Ditto.
15486         * qp.el (quoted-printable-decode-region): Ditto.
15487
15488         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15489         of concat.
15490
15491 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15494
15495         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15496
15497         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15498
15499         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15500
15501         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15502
15503         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15504
15505         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15506         (gnus-carpal-mode): Ditto.
15507
15508         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15509         (gnus-browse-mode): Ditto.
15510
15511         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15512
15513         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15514
15515 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15516
15517         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15518
15519 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-util.el (gnus-run-mode-hooks): New function.
15522
15523         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15524
15525         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15526         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15527
15528 2005-05-27  Lute Kamstra  <lute@gnu.org>
15529
15530         * dns-mode.el (dns-mode): Specify customization group.
15531
15532 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15533
15534         * gnus-agent.el (gnus-agent-make-mode-line-string):
15535         Use mode-line-highlight as mouse-face.
15536
15537 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * canlock.el (canlock): Change the parent group to news.
15540
15541         * deuglify.el (gnus-outlook-deuglify): Add :group.
15542
15543         * dig.el (dig): Add :group.
15544
15545         * dns-mode.el (dns-mode): Add :group.
15546
15547         * encrypt.el (encrypt): Add :group.
15548
15549         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15550         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15551         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15552         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15553         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15554
15555         * gnus-diary.el (gnus-diary): Add :group.
15556
15557         * gnus.el (gnus-group-news-1-face): Add :group.
15558         (gnus-group-news-1-empty-face): Ditto.
15559         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15560         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15561         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15562         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15563         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15564         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15565         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15566         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15567         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15568         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15569         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15570         (gnus-summary-high-ticked-face): Ditto.
15571         (gnus-summary-low-ticked-face): Ditto.
15572         (gnus-summary-normal-ticked-face): Ditto.
15573         (gnus-summary-high-ancient-face): Ditto.
15574         (gnus-summary-low-ancient-face): Ditto.
15575         (gnus-summary-normal-ancient-face): Ditto.
15576         (gnus-summary-high-undownloaded-face): Ditto.
15577         (gnus-summary-low-undownloaded-face): Ditto.
15578         (gnus-summary-normal-undownloaded-face): Ditto.
15579         (gnus-summary-high-unread-face): Ditto.
15580         (gnus-summary-low-unread-face): Ditto.
15581         (gnus-summary-normal-unread-face): Ditto.
15582         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15583         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15584
15585         * hashcash.el (hashcash): New custom group.
15586         (hashcash-default-payment): Add :group.
15587         (hashcash-payment-alist): Ditto.
15588         (hashcash-default-accept-payment): Ditto.
15589         (hashcash-accept-resources): Ditto.
15590         (hashcash-path): Ditto.
15591         (hashcash-extra-generate-parameters): Ditto.
15592         (hashcash-double-spend-database): Ditto.
15593         (hashcash-in-news): Ditto.
15594
15595         * message.el (message-minibuffer-local-map): Add :group.
15596
15597         * netrc.el (netrc): Add :group.
15598
15599         * sieve-manage.el (sieve-manage-log): Add :group.
15600         (sieve-manage-default-user): Diito.
15601         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15602         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15603         (sieve-manage-authenticators): Ditto.
15604         (sieve-manage-authenticator-alist): Ditto.
15605         (sieve-manage-default-port): Ditto.
15606
15607         * sieve-mode.el (sieve-control-commands-face): Add :group.
15608         (sieve-action-commands-face): Ditto.
15609         (sieve-test-commands-face): Ditto.
15610         (sieve-tagged-arguments-face): Ditto.
15611
15612         * smime.el (smime): Add :group.
15613
15614         * spam-report.el (spam-report): Add :group.
15615
15616         * spam.el (spam, spam-face): Add :group.
15617
15618 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15619
15620         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15621         return \n.\n.\n at the end of articles.  Protect against that.
15622         (nntp-with-open-group): Allow debugging.
15623
15624         * nnheader.el (mail-header-set-extra): Make into a function
15625         because I just could't understand how to quote the list properly.
15626
15627         * dns.el (query-dns-cached): New function.
15628
15629 2005-05-26  Lute Kamstra  <lute@gnu.org>
15630
15631         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15632
15633 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15636
15637         * gnus-art.el: Don't autoload mail-extract-address-components.
15638
15639         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15640         eval-and-compile to evaluate it.
15641
15642         * hashcash.el: Don't autoload executable-find.
15643
15644         * nndb.el: Don't declare the nndb back end two or more times; don't
15645         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15646
15647         * nntp.el: Autoload format-spec instead of format; use
15648         eval-and-compile to evaluate autoload forms.
15649
15650 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15651
15652         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15653
15654 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15655
15656         * gnus.el (gnus-version-number): Bump version.
15657
15658 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15659
15660         * gnus.el: No Gnus v0.3 is released.
15661
15662 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * lpath.el (featurep): Bind show-nonbreak-escape.
15665
15666 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-art.el (gnus-article-edit-part): Disable undo.
15669
15670 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15673         gnus-article-date-lapsed-new-header is t if date timer is active;
15674         skip headers in which the original date value is empty.
15675         (gnus-article-save-original-date): Redefine it as a macro.
15676         (gnus-display-mime): Use it.
15677
15678 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (article-date-ut): Support converting date in
15681         forwarded parts as well.
15682         (gnus-article-save-original-date): New function.
15683         (gnus-display-mime): Use it.
15684
15685 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15686
15687         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15688         enclosure element of <item>.
15689
15690 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15691
15692         * message.el (message-kill-buffer-query): Rename from
15693         `message-kill-buffer-query-if-modified'.  Add :version.
15694
15695 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15698         window layout.
15699
15700 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mml.el: Autoload dnd when compiling.
15703
15704 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15707         x-dnd-*.
15708
15709 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * qp.el (quoted-printable-encode-region): Save excursion.
15712
15713 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * message.el (message-kill-buffer-query-if-modified): Add new variable
15716         so the user can kill a modified message buffer quickly.
15717         (message-kill-buffer): Use it.
15718
15719 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * lpath.el: Fbind display-time-event-handler; don't fbind
15722         string-to-multibyte.
15723
15724         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15725
15726 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15729         contained in text because xml.el decodes entities) with LFs.
15730
15731 2005-04-11  Lute Kamstra  <lute@gnu.org>
15732
15733         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15734         differently.
15735
15736 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15737
15738         * mm-util.el (mm-detect-coding-region): Typo.
15739
15740 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15743
15744 2005-04-06  Deepak Goel  <deego@gnufans.org>
15745
15746         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15747         user-function allow user modifications of the scores.
15748         (spam-stat-score-buffer-user): New function, to allow
15749         user-computed modifications to the score.
15750         (spam-stat-score-buffer-user-functions): List of additional
15751         scoring functions.
15752         (spam-stat-error-holder): Global temporary error holder.
15753         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15754         variable.
15755
15756 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * gnus-registry.el (gnus-registry-clean-empty-function)
15759         (gnus-registry-trim, gnus-registry-fetch-groups)
15760         (gnus-registry-delete-group): Groups that match
15761         `gnus-registry-ignored-groups' are removed from the registry
15762         entries, not just ignored for splitting.  This helps clean up the
15763         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15764         to get all the groups a message ID is in.
15765
15766         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15767         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15768         (spam-stat-score-buffer-user-functions): Add :number custom type.
15769
15770 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15773         argument in XEmacs.
15774
15775         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15776         (nnrss-request-group): Decode group name first.
15777         (nnrss-request-article): Make a text/plain article if mml-to-mime
15778         failed.
15779         (nnrss-get-encoding): Return a compatible encoding according to
15780         nnrss-compatible-encoding-alist.
15781         (nnrss-find-el): Use consp instead of listp.
15782         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15783
15784 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15787         which Emacs 20 doesn't support.
15788         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15789
15790 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15793         silence the byte compiler inside the defun.
15794
15795         * gnus-demon.el (parse-time-string): Add autoload.
15796
15797         * gnus-delay.el (parse-time-string): Add autoload.
15798
15799         * gnus-art.el (parse-time-string): Add autoload.
15800
15801         * nnultimate.el (parse-time): Require for `parse-time-string'.
15802
15803 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15806
15807         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15808
15809         * smime.el (smime-ldap-host-list): Add :version.
15810
15811 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15814         pass it to `gnus-browse-read-group'.
15815         (gnus-browse-read-group): Add NUMBER argument and pass it to
15816         `gnus-group-read-ephemeral-group'.
15817
15818         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15819         argument and pass it to `gnus-group-read-group'.
15820
15821 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15822
15823         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15824         mm-xemacs-find-mime-charset-1 if we have the mule feature
15825         available at runtime.
15826
15827 2005-03-25  Werner Lemberg  <wl@gnu.org>
15828
15829         * nnmaildir.el: Replace `illegal' with `invalid'.
15830
15831 2005-03-23  Lute Kamstra  <lute@gnu.org>
15832
15833         * time-date.el: Add comment on time value formats.
15834         Don't require parse-time.
15835         (with-decoded-time-value): New macro.
15836         (encode-time-value): New function.
15837         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15838         (days-to-time): Return a valid time value when arg is huge.
15839         (time-since): Use time-subtract.
15840         (time-to-number-of-days): Use time-to-seconds.
15841
15842 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15843
15844         * gnus-start.el (gnus-display-time-event-handler):
15845         Check display-time-timer at runtime rather than only at load time
15846         in case display-time-mode is turned off in the mean time.
15847
15848 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15851         used.
15852
15853         * nneething.el (nneething-map-file-directory): Derive from
15854         `gnus-directory'.
15855
15856         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15857         the To/Cc button.
15858
15859 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * nnmaildir.el (nnmaildir-request-accept-article):
15862         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15863
15864 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15865
15866         * gnus-async.el: Require timer-funcs at compile time when in
15867         XEmacs for `run-with-idle-timer'.
15868
15869 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15870
15871         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15872         autoloaded function.
15873
15874 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15875
15876         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15877
15878 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15879
15880         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15881
15882 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15883
15884         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15885         Add gnus-expert-user to default.
15886
15887 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15888
15889         * nnimap.el (nnimap-open-server): Ditto.
15890
15891         * imap.el (imap-authenticate): Fix typo.
15892
15893 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15894
15895         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15896         buffer (since IMAP server might return FETCH response out of
15897         order, and the nntp buffer must be sorted).
15898
15899 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15900
15901         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15902         comparison on string.
15903
15904         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15905         (gnus-agent-score): Rename category keywords to match gnus-cus.
15906         (gnus-agent-summary-fetch-series): Modify to protect against
15907         gnus-agent-summary-fetch-group clearing processable flags.
15908         (gnus-agent-synchronize-group-flags): Update live group buffer as
15909         synchronization may occur due to the user toggle the plugged
15910         status.
15911         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15912         successfully downloaded.
15913         (gnus-agent-expire-group-1): Avoid using markers when the overview
15914         is in ascending order; greatly improves performance.
15915         (gnus-agent-regenerate-group):
15916         Use gnus-agent-synchronize-group-flags to reset read status in both
15917         gnus and server.
15918         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15919
15920 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * message.el: Don't autoload former message-utils variables.
15923         (message-strip-subject-trailing-was): Change doc string.
15924
15925         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15926         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15927         (nnweb-google-search): Add "hl=en" here.
15928         (nnweb-google-parse-1, nnweb-google-create-mapping):
15929         Don't hardcode URL.
15930
15931 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15932
15933         * message.el (message-get-reply-headers, message-followup):
15934         Mention related variables `message-use-followup-to' and
15935         `message-use-mail-followup-to', in the information buffer.
15936
15937         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15938         of broken groups(-beta).google.com.
15939
15940 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15943         parameter to invoked gnus-request-move-article; remove the
15944         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15945         all at once instead of once per article.
15946         (gnus-summary-remove-process-mark): Accept a list of articles as
15947         well as a single article for processing.
15948
15949         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15950         parameter.
15951
15952         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15953
15954         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15955
15956         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15957         parameter.
15958
15959         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15960         parameter.
15961
15962         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15963         parameter and remove the gnus-sum-hint-move-is-internal variable.
15964
15965         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15966         parameter.
15967
15968         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15969         parameter.
15970
15971         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15972         parameter.
15973
15974         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15975
15976         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15977         parameter.
15978
15979         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15980         parameter.
15981
15982 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15983
15984         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15985         a more conservative way.
15986
15987 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15988
15989         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15990         buffer, so it moves the window's cursor.
15991
15992 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15993
15994         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15995         `mm-dissect-multipart' and receive the from field as an (optional)
15996         argument from `mm-dissect-multipart'.
15997         (mm-dissect-multipart): Receive the from field as an argument and
15998         pass it on when we call `mm-dissect-buffer' on MIME parts.
15999         Fixes verification/decryption of signed/encrypted MIME parts.
16000
16001 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * gnus-sum.el (gnus-summary-move-article):
16004         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16005         whatever it calls (right now, only nnimap-request-move article
16006         respects it).
16007
16008         * nnimap.el (nnimap-request-move-article):
16009         When gnus-sum-hint-move-is-internal is set, don't do the extra
16010         nnimap-request-article.
16011
16012 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16013
16014         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16015
16016         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16017         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16018
16019         * gnus-sum.el (gnus-summary-caesar-message):
16020         Apply `gnus-treat-article' after rotation.
16021
16022         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16023         doc string.
16024
16025 2005-02-22  Simon Josefsson  <jas@extundo.com>
16026
16027         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16028         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16029         <arne@arnested.dk>.
16030         (encrypt): Add password-cache and password-cache-expiry as group
16031         members.
16032
16033 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16034
16035         * smime.el (smime-ldap-host-list): Doc fix.
16036         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16037         cache) password.
16038         (smime-sign-region): Use it.
16039         (smime-decrypt-region): Use it.
16040         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16041         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16042         fails.
16043         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16044         certificate from DER to PEM format rather than calling openssl.
16045
16046         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16047
16048         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16049         for signing/encryption.
16050
16051         * mml.el (mml-parse-1): Use them.
16052
16053 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16054
16055         * nnrss.el (nnrss-verbose): Remove.
16056         (nnrss-request-group): Use `nnheader-message' instead.
16057
16058 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16059
16060         * nnrss.el (nnrss-verbose): New variable.
16061         (nnrss-request-group): Make it say nnrss is requesting a group.
16062
16063 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16066         Handle news URL with given port correctly.
16067
16068 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16071         containing special characters.
16072
16073         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16074
16075         * mml.el (mime-to-mml): Ditto.
16076
16077         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16078         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16079         (rfc2047-decode-region): Quote decoded words containing special
16080         characters when rfc2047-quote-decoded-words-containing-tspecials
16081         is non-nil.
16082
16083 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16086
16087         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16088
16089 2005-02-15  Simon Josefsson  <jas@extundo.com>
16090
16091         * nnimap.el (nnimap-debug): Doc fix.
16092
16093         * imap.el (imap-debug): Doc fix.
16094
16095 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16098
16099 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * gnus.el (spam-contents): Improve docs for spam-contents
16102         parameter in its variable incarnation.
16103
16104 2005-02-14  Simon Josefsson  <jas@extundo.com>
16105
16106         * smime-ldap.el: Use require instead of load-library for ldap.
16107         (smime-ldap-search): Indent.
16108         (smime-ldap-search-internal): Shorten line.
16109
16110         * smime.el (smime-cert-by-dns): Add doc-string.
16111         (smime-cert-by-ldap-1): Indent.
16112
16113         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16114         mml-smime-get-dns-ldap.
16115         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16116
16117 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16118
16119         * smime.el: Require smime-ldap.
16120         (smime-ldap-host-list): New variable.
16121         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16122
16123         * mml-smime.el (mml-smime-encrypt-query): New function.
16124         (mml-smime-encrypt-query): Use it.
16125
16126         * smime-ldap.el: New file.
16127
16128 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16131
16132 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16135         argument in doc string.  Make query for type more clear.
16136
16137 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus.el (gnus-group-startup-message): Search for gnus images in
16140         etc/images/gnus.
16141         * mm-util.el (mm-image-load-path): Likewise.
16142         * smiley.el (smiley-data-directory): Search for smilies in
16143         etc/images/smilies.
16144
16145 2005-02-09  Kim F. Storm  <storm@cua.dk>
16146
16147         Change Emacs release version from 21.4 to 22.1 throughout.
16148         Change Emacs development version from 21.3.50 to 22.0.50.
16149
16150 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16153
16154         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16155         non-Mule XEmacs as well.
16156         (mm-decompress-buffer): Signal an error intentionally if it does
16157         not decompress compressed data because auto-compression-mode is
16158         disabled.
16159
16160 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16163         an ID in the registry even if it has no groups.
16164
16165 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16168         merge it into mm-decompress-buffer.
16169         (gnus-mime-copy-part): Use the MIME part charset, the value which
16170         a user specified or gnus-newsgroup-charset for decoding, like
16171         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16172         save-buffer what was used.  Suggested by Kevin Ryde
16173         <user42@zip.com.au>.
16174         (gnus-mime-inline-part): Allow the name parameter as well as the
16175         filename parameter; force decompressing of compressed data; always
16176         display contents being not decoded as unibyte.
16177
16178         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16179         as well as the filename parameter.
16180
16181         * mm-util.el (mm-decompress-buffer):
16182         Merge gnus-mime-jka-compr-maybe-uncompress.
16183         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16184         of compressed data.
16185
16186 2005-02-08  Simon Josefsson  <jas@extundo.com>
16187
16188         * imap.el (imap-log): Doc fix.
16189
16190 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16193         the coding cookies; decompress compressed parts.
16194
16195         * mml.el (mml-generate-mime-1): Add the charset parameter according
16196         to the value which a user specified manually or the coding cookie.
16197
16198         * mm-util.el (mm-string-to-multibyte): New function.
16199         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16200         (mm-coding-system-to-mime-charset): New function.
16201         (mm-decompress-buffer): New function.
16202         (mm-find-buffer-file-coding-system): New function.
16203
16204         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16205         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16206         parts.
16207
16208 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16209
16210         * mm-view.el (mm-display-inline-fontify): Decode a part according
16211         to the charset parameter.
16212
16213 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16216         prefix arg is neither nil nor a number, as info specifies.
16217
16218 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16221         timestamps.
16222
16223 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16224
16225         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16226         groups error checking and notify user.
16227
16228 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16229
16230         * message.el (message-send-mail-function): Check existence of
16231         sendmail-program first before using default value
16232         `message-send-mail-with-sendmail'.  Otherwise use more generic
16233         `smtpmail-send-it'.
16234
16235 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * nntp.el (nntp-request-update-info): Always return nil.
16238
16239 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16240
16241         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16242
16243 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16244
16245         * message.el (message-beginning-of-line): Change the behavior when
16246         invoked between BOL and : so that it first moves backward.
16247
16248 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16251         article buffer when editing of the article is discarded.
16252         (gnus-article-prepare): Revert.
16253
16254 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-article-prepare):
16257         Remove message-strip-forbidden-properties from the local hook.
16258
16259 2005-01-27  Simon Josefsson  <jas@extundo.com>
16260
16261         * password.el (password-cache-add): Only start one timer per key.
16262         Reported by Derek Atkins <warlord@MIT.EDU>.
16263
16264 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16265
16266         * run-at-time.el: Remove.  It is no longer needed as
16267         timer-funcs.el in the xemacs-base package has a working version of
16268         `run-at-time'.
16269
16270         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16271
16272         * password.el: Require timer-funcs instead of run-at-time in
16273         XEmacs.
16274         Remove `password-run-at-time' macro.
16275         (password-cache-add): Use `run-at-time' instead of
16276         `password-run-at-time'.
16277
16278         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16279         Remove `nnheader-cancel-function-timers' alias,
16280         `cancel-function-timers' exists in XEmacs in timer-funcs.
16281
16282         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16283         for `run-with-idle-timer'.
16284
16285         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16286         for `run-at-time'.
16287
16288         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16289         for `with-timeout'.
16290
16291         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16292         the same as for XEmacs 21.4.
16293         No need to ignore `run-with-idle-timer', this function exists in
16294         XEmacs now in timer-funcs.el in the xemacs-base package.
16295         (dgnushack-compile): No need to delete
16296         run-at-time.el from the list of files to compile because it
16297         doesn't exist anymore.
16298
16299 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16302         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16303
16304 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16305
16306         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16307         sensitively.
16308
16309 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16310
16311         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16312
16313 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16316         which will be inserted according to the multibyteness of a buffer
16317         rather than the type of contents.  Suggested by ARISAWA Akihiro
16318         <ari@mbf.ocn.ne.jp>.
16319
16320         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16321         of string which old xml.el may return rather than a string.
16322
16323 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16326
16327 2005-01-16  Simon Josefsson  <jas@extundo.com>
16328
16329         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16330         idn/idna.el isn't available.
16331         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16332         <michael@waxrat.com>.
16333
16334         * hashcash.el: Remove non-FSF copyright header.
16335
16336         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16337         (hashcash-generate-payment): Use it.
16338         (hashcash-generate-payment-async): Use it.
16339
16340 2005-01-15  Simon Josefsson  <jas@extundo.com>
16341
16342         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16343         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16344
16345         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16346         gnus-summary-idna-message.
16347         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16348         (gnus-summary-idna-message): New function.
16349
16350 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16353         gnus-novice-user.
16354
16355 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * nnrss.el (nnrss-request-delete-group): Delete entries in
16358         nnrss-group-alist as well.
16359         (nnrss-save-server-data): Insert newline.
16360
16361 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * gnus.el (gnus-user-agent): Use list of symbols instead of
16364         symbols.  Display full version number for (S)XEmacs.
16365         Optionally display (S)XEmacs codename.
16366
16367         * gnus-util.el (gnus-emacs-version): Update for new
16368         `gnus-user-agent'.
16369
16370         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16371         Gnus version.
16372
16373 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16376         which is unreadable in some setups.
16377
16378 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-spec.el (gnus-update-format-specifications): Flush the
16381         group format spec cache if it doesn't support decoded group names.
16382
16383 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16386         Allow to apply decay on score files matching a regexp.
16387
16388 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16391         compatibility in %g and %c.
16392
16393 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16396         name for only %g and %c.
16397         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16398         of gnus-tmp-group to decoded group name.
16399         (gnus-group-make-rss-group): Exclude `/'s from group names.
16400
16401 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * nnrss.el (nnrss-get-encoding): Fix regexp.
16404
16405 2004-12-27  Simon Josefsson  <jas@extundo.com>
16406
16407         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16408         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16409         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16410
16411 2004-12-17  Kim F. Storm  <storm@cua.dk>
16412
16413         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16414
16415         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16416
16417 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16418
16419         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16420
16421 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * nnrss.el: Require rfc2047 and mml.
16424         (nnrss-file-coding-system): New variable.
16425         (nnrss-format-string): Redefine it as an inline function.
16426         (nnrss-decode-group-name): New function.
16427         (nnrss-string-as-multibyte): Remove.
16428         (nnrss-retrieve-headers): Decode group name; don't use
16429         nnrss-format-string.
16430         (nnrss-request-group): Decode group name.
16431         (nnrss-request-article): Decode group name; allow a Message-ID as
16432         well as an article number; don't use nnrss-format-string; encode a
16433         Message-ID string which may contain non-ASCII characters; use
16434         mml-to-mime to compose a MIME article.
16435         (nnrss-request-expire-articles): Decode group name.
16436         (nnrss-request-delete-group): Decode group name.
16437         (nnrss-fetch): Clarify error message.
16438         (nnrss-read-server-data): Use insert-file-contents instead of load;
16439         bind file-name-coding-system; use multibyte buffer.
16440         (nnrss-save-server-data): Bind coding-system-for-write to the
16441         value of nnrss-file-coding-system; bind file-name-coding-system;
16442         add coding cookie.
16443         (nnrss-read-group-data): Use insert-file-contents instead of load;
16444         bind file-name-coding-system; use multibyte buffer.
16445         (nnrss-save-group-data): Bind coding-system-for-write to the
16446         value of nnrss-file-coding-system; bind file-name-coding-system.
16447         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16448         make it work with non-ASCII text.
16449         (nnrss-find-el): Make it work with old xml.el as well.
16450
16451 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16452
16453         * nnrss.el (nnrss-get-encoding): New function.
16454         (nnrss-fetch): Use unibyte buffer initially; bind
16455         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16456         decode contents according to the encoding attribute.
16457         (nnrss-save-group-data): Add coding cookie.
16458         (nnrss-mime-encode-string): New function.
16459         (nnrss-check-group): Use it to encode subject and author.
16460
16461 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16464         imaginary variable.
16465
16466 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16469         correctly even if there are wide characters.
16470
16471 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16472
16473         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16474         downcased symbol names; make a new cache instead of reusing
16475         bbdb-hashtable.
16476
16477 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16480         concatenating segments rather than before concatenating them.
16481         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16482
16483         * message.el (message-get-reply-headers): Bind `extra'.
16484
16485 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * message.el (message-extra-wide-headers): New variable.
16488         (message-get-reply-headers): Use it.
16489
16490 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16493         (gnus-agent-group-pathname): Ditto.
16494
16495         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16496
16497         * gnus-group.el (gnus-group-make-group): Decode group name.
16498         (gnus-group-make-rss-group): Register the group data after opening
16499         the nnrss group.
16500
16501 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16502
16503         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16504         by expiry now get marked as read.
16505
16506 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16509
16510 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16511
16512         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16513         unify Latin characters in XEmacs.
16514         (mm-find-mime-charset-region): Use it.
16515
16516 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-util.el (gnus-delete-directory): New function.
16519
16520         * gnus-agent.el (gnus-agent-delete-group): Use it.
16521
16522         * gnus-cache.el (gnus-cache-delete-group): Use it.
16523
16524 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16527         names.
16528
16529 2004-12-16  Simon Josefsson  <jas@extundo.com>
16530
16531         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16532
16533 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16536
16537         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16538         (gnus-group-set-current-level): Decode group name.
16539
16540 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16541
16542         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16543         failed.
16544
16545 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * gnus-group.el (gnus-group-delete-group): Decode group name.
16548         (gnus-group-make-rss-group): Encode group name.
16549         (gnus-group-catchup-current): Decode group name.
16550         (gnus-group-kill-group): Decode group name.
16551
16552 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16553
16554         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16555
16556 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-group.el (gnus-group-make-rss-group):
16559         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16560
16561         * gnus-start.el (gnus-setup-news): Honor user's setting to
16562         gnus-message-archive-method.  Suggested by Lute Kamstra
16563         <lute@gnu.org>.
16564
16565 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16566
16567         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16568         global counterparts of the buffer-local variables.
16569
16570 2004-11-16  Romain Francoise  <romain@orebokech.com>
16571
16572         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16573         counterparts of the buffer-local variables.
16574
16575 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * message.el (message-forbidden-properties): Fix typo in doc
16578         string.
16579
16580 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-util.el (gnus-replace-in-string): Add doc string.
16583
16584         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16585         to avoid problems when splitting mails with many recipients.
16586
16587 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16588
16589         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16590         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16591
16592 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16593
16594         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16595         if there is no hashtable in memory or file modification time is
16596         newer than cached timestamp.
16597
16598 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-sum.el (gnus-summary-limit-to-recipient):
16601         Implement not-matching option.
16602
16603 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16606         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16607         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16608         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16609         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16610         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16611
16612 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * message.el (message-forward-make-body-mml): Remove headers
16615         according to message-forward-ignored-headers if a message is decoded.
16616
16617 2004-12-02  Romain Francoise  <romain@orebokech.com>
16618
16619         * message.el (message-forward-make-body-plain): Always remove
16620         headers according to message-forward-ignored-headers.
16621
16622 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16623
16624         * spam.el (spam-summary-prepare-exit): Remove the
16625         gnus-summary-limit pop for now, it has problems with ham marks for
16626         me.
16627
16628 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16631         correctly.
16632
16633 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16634
16635         * format-spec.el (format-spec): Message the char.
16636
16637 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * gnus-art.el (gnus-split-methods): Reformat comments.
16640
16641         * spam.el (spam-summary-prepare-exit): Remove article limits
16642         before exiting the summary buffer.
16643
16644 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16647         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16648
16649         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16650         order to silence the byte compiler.
16651
16652         * spam.el: Fix the way to silence the byte compiler, which
16653         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16654         bbdb-search-simple, spam-BBDB-register-routine,
16655         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16656         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16657         spam-stat-buffer-is-spam, spam-stat-load,
16658         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16659         spam-stat-save and spam-stat-split-fancy.
16660
16661 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16664         which may confuse users.
16665         (canlock-password-for-verify): Ditto.
16666
16667         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16668
16669         * gnus-art.el (gnus-emphasis-alist): Ditto.
16670
16671         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16672
16673         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16674
16675         * gnus-start.el (gnus-save-killed-list): Ditto.
16676
16677         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16678         (gnus-sum-thread-tree-root): Ditto.
16679         (gnus-sum-thread-tree-false-root): Ditto.
16680         (gnus-sum-thread-tree-single-indent): Ditto.
16681
16682         * message.el (message-courtesy-message): Ditto.
16683         (message-archive-note): Ditto.
16684         (message-subscribed-address-file): Ditto.
16685         (message-user-fqdn): Ditto.
16686
16687         * spam-report.el (spam-report-gmane-regex): Ditto.
16688
16689         * spam.el (spam-blackhole-good-server-regex): Ditto.
16690
16691 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mml.el (mml-preview): Widen the message buffer before copying
16694         the contents to the preview buffer; sort headers before previewing.
16695
16696         * message.el (message-hidden-headers): Fix the way to avoid a bug
16697         in the `repeat' widget in Emacs 21.3 or earlier.
16698
16699 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * message.el (message-hidden-headers): Default to "^References:".
16702         Improve customization type.  Suggested by Reiner Steib
16703         <Reiner.Steib@gmx.de>.
16704
16705 2004-11-25  Romain Francoise  <romain@orebokech.com>
16706
16707         * message.el (message-strip-forbidden-properties): Remove check for
16708         obsolete `message-hidden' text property, hidden headers are not
16709         accessible in the buffer anymore.
16710
16711 2004-11-22  Romain Francoise  <romain@orebokech.com>
16712
16713         * message.el (message-header-format-alist): Add `From' in list
16714         so that it can be sorted.
16715         (message-fix-before-sending): Widen and sort headers before
16716         sending.
16717         (message-hide-headers): Use narrowing to hide headers by moving
16718         them to the top of the buffer and narrowing to the region
16719         underneath.
16720
16721 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16722
16723         * message.el (message-strip-forbidden-properties):
16724         Bind buffer-read-only (etc) to nil.
16725
16726 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16729         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16730
16731 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16732
16733         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16734
16735 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * dns.el (query-dns): Use sit-for to time instead of
16738         accept-process-output, since that doesn't seem to work on udp
16739         sockets.
16740
16741 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16744
16745 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16748         doc string.  Improve doc string.
16749
16750 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * nntp.el (nntp-request-update-info): Return nil if
16753         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16754         may not call gnus-activate-group which uselessly issues the GROUP
16755         commands for all nntp groups and wastes time.  Reported by Romain
16756         Francoise <romain@orebokech.com>.
16757
16758         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16759
16760 2004-11-15  Simon Josefsson  <jas@extundo.com>
16761
16762         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16763         headers separately.
16764         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16765         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16766
16767 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-start.el (gnus-convert-old-newsrc):
16770         Assign legacy-gnus-agent to 5.10.7.
16771
16772 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16775         start of the lines.
16776
16777 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16778
16779         * hashcash.el (hashcash-default-payment): Change default to 20.
16780         (hashcash-default-accept-payment): Change default to 20.
16781         (hashcash-process-alist): New variable.
16782         (hashcash-generate-payment-async): Add.
16783         (hashcash-already-paid-p): Add.
16784         (hashcash-insert-payment): Don't generate payments twice.
16785         (hashcash-insert-payment-async): Add.
16786         (hashcash-insert-payment-async-2): Add.
16787         (hashcash-cancel-async): Add.
16788         (hashcash-wait-async): Add.
16789         (hashcash-processes-running-p): Add.
16790         (hashcash-wait-or-cancel): Add.
16791         (mail-add-payment): New optional argument.  Conditionally start
16792         asynchronous calculation.
16793         (mail-add-payment-async): Add.
16794
16795         * message.el (message-send-mail): Wait for asynchronous hashcash
16796         results.  Don't clobber existing X-Hashcash headers.
16797         (message-setup-1): Call mail-add-payment-async when
16798         message-generate-hashcash is non-nil.
16799
16800 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16801
16802         * message.el (message-use-alternative-email-as-from): Examine the
16803         From header as well; use message-make-from in order to include a
16804         user's full name.
16805
16806 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16809         default; improve customization type.
16810         (gnus-emphasis-custom-with-format): New macro.
16811         (gnus-emphasis-custom-value-to-external): New function.
16812         (gnus-emphasis-custom-value-to-internal): New function.
16813
16814 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815
16816         * dns.el (query-dns): Resolve reverse addresses.
16817
16818 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819
16820         * gnus-group.el (gnus-group-get-new-news): Use it.
16821
16822         * gnus-start.el (gnus-check-reasonable-setup): New function.
16823
16824 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16827         "Args out of range" error.  Reported by Arnaud Giersch
16828         <arnaud.giersch@free.fr>.
16829
16830 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16831
16832         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16833
16834 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16835
16836         * spam.el (spam group): Add :version.
16837
16838         * pgg-def.el (pgg group): Add :version.
16839
16840 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-art.el (gnus-article-edit-article): Don't associate the
16843         article buffer with a draft file.  This is a temporary measure
16844         against the 2004-08-22 change to gnus-article-edit-mode.
16845
16846 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16849         (html2text-format-tags): Remove unused variable `attr'.
16850
16851 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16854
16855         * tls.el (tls-process-connection-type, tls-success)
16856         (tls-certtool-program): Add :version.
16857
16858         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16859         (starttls-extra-arguments, starttls-process-connection-type)
16860         (starttls-connect, starttls-failure, starttls-success): Add :version.
16861
16862         * spam-stat.el (spam-stat): Add :version.
16863
16864         * sieve.el (sieve): Add :version.
16865
16866         * sha1.el (sha1): Add :version.
16867         (sha1-use-external): Remove redundant version.
16868
16869         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16870         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16871         (nnmail-split-fancy-match-partial-words)
16872         (nnmail-split-lowercase-expanded): Add :version.
16873
16874         * nndiary.el (nndiary): Add :version.
16875
16876         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16877
16878         * mml-sec.el (mml-default-sign-method)
16879         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16880         Add :version.
16881
16882         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16883
16884         * mm-url.el (mm-url-use-external, mm-url-program)
16885         (mm-url-arguments): Add :version.
16886
16887         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16888         (mm-attachment-file-modes, mm-decrypt-option)
16889         (mm-w3m-safe-url-regexp): Add :version.
16890
16891         * message.el (message-cite-prefix-regexp)
16892         (message-sendmail-envelope-from, message-minibuffer-local-map)
16893         (message-user-fqdn, message-completion-alist): Add :version.
16894
16895         * gnus-win.el (gnus-configure-windows-hook)
16896         (gnus-use-frames-on-any-display): Add :version.
16897
16898         * gnus-art.el (gnus-article-address-banner-alist)
16899         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16900         (gnus-treat-from-picon, gnus-treat-mail-picon)
16901         (gnus-treat-x-pgp-sig): Add :version.
16902
16903         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16904         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16905         (gnus-summary-article-delete-hook)
16906         (gnus-summary-display-while-building): Add :version.
16907
16908         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16909         (gnus-get-top-new-news-hook): Add :version.
16910
16911         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16912         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16913
16914         * gnus-registry.el (gnus-registry): Add :version.
16915
16916         * gnus-spec.el (gnus-use-correct-string-widths)
16917         (gnus-make-format-preserve-properties): Add :version.
16918
16919         * gnus.el (gnus-group-charter-alist)
16920         (gnus-group-fetch-control-use-browse-url)
16921         (gnus-install-group-spam-parameters): Add :version.
16922
16923         * gnus-diary.el (gnus-diary): Add :version.
16924
16925         * gnus-delay.el (gnus-delay): Add :version.
16926
16927         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16928         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16929         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16930         Add :version.
16931
16932         * gnus-agent.el (gnus-agent-max-fetch-size)
16933         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16934         (gnus-agent-prompt-send-queue): Add :version.
16935
16936         * deuglify.el (gnus-outlook-deuglify): Add :version.
16937
16938         * html2text.el: Beautify code.  Improve doc strings.
16939         Some checkdoc cleanup.
16940         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16941
16942 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16943
16944         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16945
16946 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16947
16948         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16949         when package is loaded.
16950
16951         * spam.el (spam-summary-score-preferred-header): Add global preference
16952         for people who want to override the default SpamAssassin over
16953         Bogofilter preference (when both are set).
16954         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16955         (spam-user-format-function-S):
16956         Check spam-summary-score-preferred-header.
16957         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16958         (spam-user-format-function-S): Format the score correctly.
16959
16960 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16963         signature file.  Suggested by Manoj Srivastava
16964         <srivasta@golden-gryphon.com>.
16965
16966         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16967         iso-2022-jp even in the Japanese language environment.
16968         Suggested by Jason Rumney <jasonr@gnu.org>.
16969
16970 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16973         use the same characters as the dummy marks; make it free from
16974         getting affected by the language environment.
16975         (gnus-summary-read-group-1): Update mark positions only when the
16976         format spec is updated.
16977
16978         * gnus-spec.el (gnus-update-format-specifications): Return a list
16979         of updated types.
16980
16981 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16984         of boundp to check if display-warning is available.
16985
16986 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16989
16990 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * nnspool.el (nnspool-spool-directory): Use news-path if the
16993         news-directory variable is not bound.
16994
16995         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16996         function instead of display-warning if it is not available.
16997
16998 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17001         v5-10: Use `point-at-bol'.
17002
17003 2004-10-26  Simon Josefsson  <jas@extundo.com>
17004
17005         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17006         <chenggao@gmail.com>.
17007
17008 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17011         instead.
17012
17013 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17014
17015         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17016         to remove a server from the nnimap-server-buffer-alist.
17017         (nnimap-open-connection, nnimap-close-server): Use it.
17018
17019         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17020
17021 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17024         running the major-mode function.
17025
17026 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17029         dummy marks in the right way.
17030
17031 2004-10-18  David Edmondson  <dme@dme.org>
17032
17033         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17034         excessively.
17035
17036 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * gnus-util.el (gnus-split-references): Accept a nil references
17039         string and go on blissfully.
17040
17041         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17042         cases where the references string is non-nil but has no references.
17043
17044         * encrypt.el: Add autoload tags.
17045
17046         * spam.el (spam-resolve-registrations-routine): Remove article
17047         from unregistration list too.  Reported by David Hanak
17048         <dhanak@isis.vanderbilt.edu>
17049
17050 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17053         nil.  Change custom type.
17054
17055 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17058
17059         * gnus-sum.el (gnus-summary-move-article): Use it.
17060
17061 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17062
17063         * encrypt.el: Add autoload cookies.
17064
17065         * spam.el (spam-backend-article-list-property)
17066         (spam-backend-get-article-todo-list)
17067         (spam-backend-put-article-todo-list)
17068         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17069         Resolve registrations separately.
17070         (spam-register-routine): Format comments.
17071         (spam-unregister-routine, spam-register-routine): Always call with
17072         specific-articles, no default list.
17073         (spam-summary-prepare-exit): Use the spam-classifications function.
17074
17075         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17076         gnus-encrypt.el.
17077
17078         * encrypt.el: Copied from gnus-encrypt.el.
17079
17080         * gnus-encrypt.el: Commented that it's obsolete.
17081
17082 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17085         (gnus-score-save): Use it.
17086
17087         * message.el (message-bury): Use `window-dedicated-p'.
17088
17089 2004-10-15  Simon Josefsson  <jas@extundo.com>
17090
17091         * pop3.el (top-level): Don't require nnheader.
17092         (pop3-read-timeout): Add.
17093         (pop3-accept-process-output): Add.
17094         (pop3-read-response, pop3-retr): Use it.
17095
17096 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17097
17098         * spam.el (spam-register-routine): Move comment.
17099         (spam-verify-bogofilter): Use 'unknown for the initial
17100         spam-bogofilter-valid state, not 'never.
17101
17102         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17103         for netrc-machine.
17104
17105         * nnimap.el (nnimap-open-connection):
17106         Use netrc-machine-user-or-password.
17107
17108 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17109
17110         * gnus-registry.el (gnus-registry-unload-hook):
17111         Set as a variable with add-hook.
17112
17113         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17114         of news-path.
17115
17116         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17117
17118         * spam.el: Delete duplicate `provide'.
17119         (spam-unload-hook): Set as a variable with add-hook.
17120
17121 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17124         in the doc string.
17125
17126         * message.el (message-ignored-news-headers)
17127         (message-ignored-supersedes-headers)
17128         (message-ignored-resent-headers)
17129         (message-forward-ignored-headers): Improve custom type.
17130
17131 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * message.el (message-tokenize-header): Fix 2004-09-06 change
17134         which used point-min in the wrong place.
17135
17136 2004-10-12  Simon Josefsson  <jas@extundo.com>
17137
17138         * tls.el (tls-certtool-program): New variable.
17139         (tls-certificate-information): New function, based on
17140         ssl-certificate-information.
17141
17142 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * compface.el: Move the version of ELisp-based uncompface program
17145         to the contrib directory because of the copyright problem.
17146
17147 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * message.el (message-kill-buffer): Raise the current frame.
17150
17151 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17154
17155         * gnus.el (message-y-or-n-p): Autoload.
17156
17157         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17158         (pop3-password-required, pop3-authentication-scheme)
17159         (pop3-leave-mail-on-server): Make customizable.
17160         (pop3): New custom group.
17161         (pop3-retr): Remove `sleep-for' statements.
17162         Suggested by Dave Love <fx@gnu.org>.
17163
17164         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17165         Windows/DOS.
17166
17167         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17168         (imap-parse-body): Fix incorrect use of `assert'.
17169         Suggested by Dave Love <fx@gnu.org>.
17170
17171         * mml.el (mml-minibuffer-read-disposition): Require match.
17172         Suggested by Dave Love <fx@gnu.org>.
17173
17174 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17177         doc string.
17178
17179 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17182
17183 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17184
17185         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17186         instead of calling `mm-insert-inline', to decode text/* parts
17187         before displaying them.
17188
17189 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * mm-uu.el (mm-uu-text-plain-type): New variable.
17192         (mm-uu-pgp-signed-extract-1): Use it.
17193         (mm-uu-pgp-encrypted-extract-1): Use it.
17194         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17195         bind mm-uu-text-plain-type with that value.
17196         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17197         mm-uu-dissect.
17198
17199 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-group.el (gnus-update-group-mark-positions):
17202         * gnus-sum.el (gnus-update-summary-mark-positions):
17203         * message.el (message-check-news-body-syntax):
17204         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17205         of string-as-multibyte.
17206
17207 2004-10-05  Juri Linkov  <juri@jurta.org>
17208
17209         * gnus-group.el (gnus-update-group-mark-positions):
17210         * gnus-sum.el (gnus-update-summary-mark-positions):
17211         * message.el (message-check-news-body-syntax):
17212         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17213         8-bit unibyte values to a multibyte string for search functions.
17214
17215 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17218         (mm-uu-dissect-text-parts): New function.
17219
17220         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17221         dissect text parts.
17222
17223         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17224         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17225
17226         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17227
17228         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17229         Use gnus-current-topics instead of gnus-current-topic.
17230
17231 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17234
17235 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17236
17237         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17238         where approriate.
17239
17240         * nnml.el (nnml-generate-active-info): do.
17241
17242         * nndiary.el (nndiary-generate-active-info): do.
17243
17244         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17245         (gnus-topic-move): do.
17246
17247         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17248         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17249
17250         * gnus-srvr.el (gnus-server-prepare)
17251         (gnus-server-open-all-servers): do.
17252
17253         * gnus-msg.el (gnus-summary-cancel-article)
17254         (gnus-summary-resend-message)
17255         (gnus-summary-mail-crosspost-complaint): do.
17256
17257         * gnus-move.el (gnus-change-server): do.
17258
17259         * gnus-group.el (gnus-group-unmark-all-groups)
17260         (gnus-group-set-current-level): do.
17261
17262 2004-10-04  Simon Josefsson  <jas@extundo.com>
17263
17264         * message.el (message-generate-hashcash): Doc fix.
17265
17266 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17267
17268         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17269         avoid infinite recursion via gnus-get-function.
17270
17271 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17274
17275         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17276
17277         * nnmail.el (nnmail-split-history): do.
17278
17279         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17280         (nnml-request-delete-group): do.
17281
17282         * nnslashdot.el (nnslashdot-read-groups): do.
17283
17284         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17285         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17286
17287         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17288         (nnspool-sift-nov-with-sed): Use last.
17289         (nnspool-retrieve-headers-with-nov): Use mapc.
17290         (nnspool-request-newgroups): Use dolist.
17291         (nnspool-request-group): Use last.
17292
17293         * nntp.el (nntp-read-server-type): Use dolist.
17294
17295         * nnvirtual.el (nnvirtual-create-mapping)
17296         (nnvirtual-update-read-and-marked): Use dolist.
17297         (nnvirtual-convert-headers): Simplify.
17298
17299 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17300
17301         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17302         Add support for sync'ing tick marks.
17303
17304 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17307         there's no visible header.
17308
17309 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17310
17311         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17312         When necessary, pass full group name to gnus-request-set-marks.
17313
17314 2004-10-01  Simon Josefsson  <jas@extundo.com>
17315
17316         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17317         acroread.
17318
17319 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17320
17321         * spam-report.el (spam-report-gmane): Fix interactive.
17322
17323         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17324
17325         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17326         when writing file.
17327         (gnus-agent-synchronize-flags): Don't default to being
17328         interactive.
17329
17330 2004-09-30  Simon Josefsson  <jas@extundo.com>
17331
17332         * message.el (message-generate-hashcash): Add.
17333         (message-send-mail): Use it, call mail-add-payment.
17334
17335 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17336
17337         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17338
17339 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17340
17341         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17342         gnus-requst-update-info with explicit code to sync the in-memory
17343         info read flags with the marks being sync'd to the backend.
17344
17345         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17346
17347 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17348
17349         * spam.el (spam-verify-bogofilter): Add new function.
17350         (spam-check-bogofilter)
17351         (spam-bogofilter-register-with-bogofilter): Use it.
17352         (spam-verify-bogofilter): Add small fixes.
17353
17354 2004-09-28  Simon Josefsson  <jas@extundo.com>
17355
17356         * hashcash.el (hashcash-generate-payment): Revert.
17357
17358 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17361         Use gnus-extract-references instead of gnus-split-references.
17362
17363         * gnus-util.el (gnus-extract-references): Add new function, analogous
17364         to gnus-split-references but extracts only the message-ID without
17365         anything extra.
17366
17367         * hashcash.el (hashcash-generate-payment)
17368         (hashcash-check-payment): Do the right thing if hashcash-path is
17369         nil (because the hashcash program could not be found).
17370
17371         * spam.el (spam-use-hashcash): Remove comment.
17372
17373 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17376         (gnus-cache-enter-article, gnus-cache-remove-article)
17377         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17378
17379         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17380
17381         * gnus-art.el (article-hide-boring-headers)
17382         (article-translate-strings, article-display-face)
17383         (gnus-article-mime-match-handle-first)
17384         (gnus-article-highlight-headers)
17385         (gnus-article-add-buttons-to-head): do.
17386
17387 2004-09-27  Simon Josefsson  <jas@extundo.com>
17388
17389         * hashcash.el: New version, from
17390         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17391         ../contrib/.
17392
17393 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17396
17397 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17398
17399         * gnus-dup.el (gnus-dup-open): Use mapc.
17400         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17401
17402         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17403         Reported by Stefan Wiens <s.wi@gmx.net>.
17404
17405         * gnus.el (gnus-shutdown): Use dolist.
17406
17407         * gnus-undo.el (gnus-undo): Use mapc.
17408
17409         * nnrss.el (nnrss-generate-active): do.
17410
17411         * message.el (message-cite-original-without-signature)
17412         (message-cite-original): Use mapc.
17413         (message-do-actions, message-make-forward-subject): Use dolist.
17414
17415 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17416
17417         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17418         deletion to remove entire duplicate line.  Fixes merged article
17419         number bug.
17420
17421 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17422
17423         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17424         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17425         first ask if you want to open a server and then, even when you
17426         responded with no, asking if you want to synchronize the server's
17427         flags.
17428         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17429         multi-line expressions.
17430         (gnus-agent-synchronize-group-flags): New internal function.
17431         Updates marks in memory (in the info structure) AND in the
17432         backend.
17433
17434         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17435
17436         * nnagent.el (nnagent-request-set-mark):
17437         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17438         method, to ensure that synchronization updates marks in the
17439         backend and in the info (in memory) structure.
17440
17441 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17444         convention fully; don't miss the root article of a thread; make
17445         the X-Draft-From header with correct article numbers.
17446
17447 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17448
17449         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17450         unless plugged.  Disable the agent so that an open failure causes
17451         an error.
17452
17453         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17454         Revert 2004-09-21 change.  The backend must be opened while
17455         synchronizing flags even when the backend stores the flags
17456         locally.
17457
17458 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17459
17460         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17461         in `header' match.  Reported by Svend Tollak Munkejord.
17462
17463         * message.el (message-cite-original): Fix use of
17464         `message-cite-articles-with-x-no-archive'.
17465
17466 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17469         (gnus-window-to-buffer): Ditto.
17470
17471         * mml.el (mml-preview-buffer): New variable.
17472         (mml-preview): Manage window layout with gnus-buffer-configuration.
17473
17474         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17475         X-Draft-From header even if those articles aren't quoted.
17476
17477 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17478
17479         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17480         (gnus-request-set-mark, gnus-request-update-mark): Use new
17481         g-s-t-u-l-m to decide to use backend even when unplugged.
17482
17483 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17486         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17487
17488 2004-09-20  Simon Josefsson  <jas@extundo.com>
17489
17490         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17491         "utf-16-le".
17492
17493 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17494
17495         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17496
17497 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17498
17499         * uudecode.el (uudecode-use-external): Add :version.
17500
17501         * smime.el (smime-CA-file, smime-encrypt-cipher)
17502         (smime-dns-server): Add :version.
17503
17504         * smiley.el (gnus-smiley-file-types): Add :version.
17505
17506         * sha1.el (sha1-use-external): Add :version.
17507
17508         * pgg-def.el (pgg-query-keyserver): Add :version.
17509
17510         * nnmail.el (nnmail-fancy-expiry-targets)
17511         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17512         Add :version.
17513
17514         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17515         (nnimap-retrieve-groups-asynchronous): Add :version.
17516         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17517
17518         * mml.el (mml-content-disposition-parameters)
17519         (mml-insert-mime-headers-always): Add :version.
17520
17521         * mm-util.el (mm-coding-system-priorities): Add :version.
17522
17523         * mm-decode.el (mm-inline-text-html-with-images)
17524         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17525         (mm-verify-option): Add :version.
17526         (mm-text-html-renderer): Change :version.
17527
17528         * message.el (message-fcc-externalize-attachments)
17529         (message-required-headers, message-draft-headers)
17530         (message-subject-trailing-was-query)
17531         (message-subject-trailing-was-ask-regexp)
17532         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17533         (message-mark-insert-end, message-archive-header)
17534         (message-archive-note, message-cross-post-default)
17535         (message-cross-post-note, message-followup-to-note)
17536         (message-cross-post-note-function, message-use-mail-followup-to)
17537         (message-subscribed-address-functions)
17538         (message-subscribed-address-file, message-subscribed-addresses)
17539         (message-subscribed-regexps, message-allow-no-recipients)
17540         (message-yank-cited-prefix, message-signature-insert-empty-line)
17541         (message-hidden-headers, message-hierarchical-addresses)
17542         (message-mail-user-agent, message-use-idna)
17543         (message-valid-fqdn-regexp)
17544         (message-strip-special-text-properties, message-header-synonyms)
17545         (message-beginning-of-line, message-tab-body-function): Add :version.
17546         (message-insert-canlock, message-wide-reply-confirm-recipients):
17547         Change :version.
17548
17549         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17550         and :version.
17551         (mail-source-delete-old-incoming-confirm)
17552         (mail-source-movemail-program): Add :version.
17553
17554         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17555         (gnus-agent-cache, gnus-agent): Change :version.
17556
17557         * gnus-util.el (gnus-use-byte-compile): Change :version.
17558
17559         * gnus-sum.el (gnus-summary-make-false-root-always)
17560         (gnus-summary-default-high-score)
17561         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17562         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17563         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17564         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17565         (gnus-sum-thread-tree-single-indent)
17566         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17567         (gnus-sum-thread-tree-leaf-with-other)
17568         (gnus-sum-thread-tree-single-leaf): Add :version.
17569         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17570         (gnus-article-loose-mime): Change :version.
17571
17572         * gnus-start.el (gnus-backup-startup-file)
17573         (gnus-save-startup-file-via-temp-buffer): Add :version.
17574
17575         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17576         (gnus-server-offline-face): Add :version.
17577
17578         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17579
17580         * gnus-msg.el (gnus-gcc-externalize-attachments)
17581         (gnus-debug-files, gnus-debug-exclude-variables)
17582         (gnus-discouraged-post-methods): Change :version.
17583         (gnus-confirm-mail-reply-to-news)
17584         (gnus-confirm-treat-mail-like-news): Add :version.
17585
17586         * gnus-int.el (gnus-server-unopen-status): Add :version.
17587
17588         * gnus-group.el (gnus-group-jump-to-group-prompt)
17589         (gnus-large-ephemeral-newsgroup)
17590         (gnus-fetch-old-ephemeral-headers): Add :version.
17591
17592         * gnus-fun.el (gnus-x-face-directory)
17593         (gnus-convert-pbm-to-x-face-command)
17594         (gnus-convert-image-to-x-face-command)
17595         (gnus-convert-image-to-face-command): Add :version.
17596
17597         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17598
17599         * gnus-cite.el (gnus-cite-blank-line-after-header)
17600         (gnus-article-boring-faces): Add :version.
17601
17602         * gnus-art.el (gnus-buttonized-mime-types)
17603         (gnus-inhibit-mime-unbuttonizing)
17604         (gnus-treat-display-face)
17605         (gnus-treat-body-boundary): Change :version.
17606         (gnus-body-boundary-delimiter, gnus-picon-databases)
17607         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17608         (gnus-treat-date-english, gnus-treat-fold-headers)
17609         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17610         (gnus-treat-mail-picon, gnus-treat-wash-html)
17611         (gnus-article-encrypt-protocol)
17612         (gnus-use-idna, gnus-article-over-scroll)
17613         (gnus-mime-display-multipart-alternative-as-mixed)
17614         (gnus-mime-display-multipart-related-as-mixed)
17615         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17616         (gnus-ctan-url, gnus-button-ctan-handler)
17617         (gnus-button-handle-ctan-bogus-regexp)
17618         (gnus-button-ctan-directory-regexp)
17619         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17620         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17621         (gnus-button-man-level, gnus-button-emacs-level)
17622         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17623
17624         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17625         (gnus-agent-go-online): Change :version.
17626         (gnus-agent-expire-unagentized-dirs)
17627         (gnus-agent-auto-agentize-methods): Add :version.
17628
17629         * flow-fill.el (fill-flowed-display-column)
17630         (fill-flowed-encode-column): Add :version.
17631
17632         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17633         (gnus-outlook-deuglify-unwrap-max)
17634         (gnus-outlook-deuglify-cite-marks)
17635         (gnus-outlook-deuglify-unwrap-stop-chars)
17636         (gnus-outlook-deuglify-no-wrap-chars)
17637         (gnus-outlook-deuglify-attrib-cut-regexp)
17638         (gnus-outlook-deuglify-attrib-verb-regexp)
17639         (gnus-outlook-deuglify-attrib-end-regexp)
17640         (gnus-outlook-display-hook): Add :version.
17641
17642         * binhex.el (binhex-use-external): Add :version.
17643
17644 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17647         and `invisible'.
17648
17649 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17650
17651         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17652         in gnus-registry-trim.
17653
17654 2004-09-13  Simon Josefsson  <jas@extundo.com>
17655
17656         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17657
17658         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17659
17660         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17661         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17662         <yamaoka@jpl.org>.
17663         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17664         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17665         <yamaoka@jpl.org>.
17666
17667         * sieve.el (sieve-manage-mode): Ditto.
17668
17669 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17672
17673 2004-09-11  Simon Josefsson  <jas@extundo.com>
17674
17675         * dns-mode.el: Add.
17676
17677         * mm-view.el (mm-display-dns-inline): Add.
17678
17679         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17680         (mm-automatic-display): Ditto.
17681
17682         * mailcap.el (mailcap-mime-data): Add text/dns.
17683         (mailcap-mime-extensions): Map .soa to text/dns.
17684
17685 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17686
17687         * gnus-art.el (article-decode-mime-words, article-babel)
17688         (gnus-article-highlight-signature, gnus-article-add-buttons)
17689         (gnus-signature-toggle): Remove unnecessary bindings of
17690         `inhibit-read-only' inherited from v5.10 merge.
17691
17692 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * nntp.el (nntp): New customization group.
17695         (nntp-authinfo-file): Add customization group.
17696
17697         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17698
17699         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17700
17701         * gnus.el (to-address, to-list, subscribed)
17702         (large-newsgroup-initial): Ditto.
17703
17704         * flow-fill.el (fill-flowed-display-column)
17705         (fill-flowed-encode-column): Ditto.
17706
17707 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17708
17709         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17710         Use point-min rather than 1.
17711         (message-send-mail): Use buffer-size rather than point-max.
17712
17713         * gnus-sum.el (gnus-summary-search-article-forward):
17714         Signal a specific `search-failed' rather than a generic `error'.
17715
17716         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17717         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17718         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17719
17720 2004-09-10  Simon Josefsson  <jas@extundo.com>
17721
17722         * nndb.el (require): Remove tcp and duplicate cl.
17723
17724 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * gnus-agent.el (directory-files-and-attributes): Move forward.
17727
17728 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17729
17730         * gnus-agent.el (directory-files-and-attributes):
17731         Optionally defined to support XEmacs.
17732
17733 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17734
17735         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17736         to avoid run-time CL dependencies.
17737         (gnus-agent-unfetch-articles): New function.
17738         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17739         article numbers even when local .overview file is missing.
17740         (gnus-agent-read-article-number): New function.  Only accepts
17741         27-bit article numbers.
17742         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17743         Use gnus-agent-read-article-number.
17744         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17745         from backend while recognizing that article numbers in .overview
17746         must be valid.
17747         (gnus-agent-update-files-total-fetched-for):
17748         Use directory-files-and-attributes to improve performance.
17749         * gnus-int.el (gnus-request-move-article):
17750         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17751         improve performance.
17752
17753         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17754         some users confused by references to .newsrc when they only have a
17755         .newsrc.eld file.
17756         (gnus-convert-mark-converter-prompt)
17757         (gnus-convert-converter-needs-prompt): Fix use of property list.
17758         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17759         New function.  Used internally to only display 'gnus converting
17760         files' message when actually necessary.
17761
17762         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17763         methods now autoloaded.
17764
17765 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17768         identifiers.
17769
17770 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17771
17772         * gnus-picon.el: Fix indentation and closing parenthesis.
17773
17774 2004-09-01  Simon Josefsson  <jas@extundo.com>
17775
17776         * message.el (message-canlock-generate): Require sha1, not
17777         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17778         to require within a function.  Sadly, if sha1.el isn't loaded, the
17779         let binding in m-c-g will hide the defcustom definition, which is
17780         bad.)
17781
17782         * canlock.el: Require sha1, not sha1-el.
17783
17784         * message.el: Don't autoload sha1 (there is a autoload cookie in
17785         sha1.el).
17786
17787         * sha1-el.el: Rename to sha1.el.
17788
17789 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17790
17791         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17792
17793 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17794
17795         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17796
17797 2004-08-30  Kim F. Storm  <storm@cua.dk>
17798
17799         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17800
17801         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17802         Add :group 'nnimap.
17803
17804 2004-08-30  Andreas Schwab  <schwab@suse.de>
17805
17806         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17807         ?* and ?\;.
17808
17809         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17810         and ?\' to symbol instead of whitespace.
17811
17812 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17815
17816         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17817         instead of re-search-forward.
17818
17819         * gnus-uu.el (gnus-uu-save-article): Ditto.
17820         (gnus-uu-post-encode-uuencode): Ditto.
17821
17822         * html2text.el (html2text-clean-list-items): Ditto.
17823         (html2text-clean-dtdd): Ditto.
17824         (html2text-format-tags): Ditto.
17825
17826         * message.el (message-send-mail-with-sendmail): Fix regexp.
17827         (message-fill-field-general): Use search-forward instead of
17828         re-search-forward.
17829         (unbold-region): Ditto.
17830
17831         * nnrss.el (nnrss-request-article): Ditto.
17832
17833         * nnslashdot.el (nnslashdot-request-article): Ditto.
17834
17835         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17836
17837         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17838         "Unrecognized menu descriptor" error in XEmacs.
17839
17840 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17841
17842         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17843         parent article of a sparse article in the thread hashtb.
17844
17845 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17846
17847         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17848         (nnmail-expand-newtext): Lowercase expanded entries if
17849         nnmail-split-lowercase-expanded is non-nil.
17850
17851 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17854
17855         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17856         of gnus-tmp-news-method into string under XEmacs.  It will be
17857         passed to gnus-correct-length which takes only a string argument.
17858
17859 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-util.el (gnus-bind-print-variables): New macro.
17862         (gnus-prin1): Use it.
17863         (gnus-prin1-to-string): Use it.
17864         (gnus-pp): New function.
17865         (gnus-pp-to-string): New function.
17866
17867         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17868         Replace pp-to-string with gnus-pp-to-string.
17869         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17870         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17871         * gnus-msg.el (gnus-debug): Ditto.
17872         * gnus-score.el (gnus-score-save): Ditto.
17873         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17874         gnus-pp-to-string.
17875         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17876         with gnus-pp.
17877         * score-mode.el (gnus-score-pretty-print): Ditto.
17878         * webmail.el (webmail-debug): Ditto.
17879
17880 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-art.el (article-display-face, article-display-x-face):
17883         Use buffer-read-only.
17884
17885 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-art.el (article-hide-list-identifiers):
17888         Bind inhibit-read-only as t.
17889
17890 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17891
17892         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17893
17894 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17895
17896         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17897         (gnus-narrow-to-page): Don't assume point-min == 1.
17898         (gnus-article-edit-mode): Derive from message-mode.
17899
17900         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17901         point-min == 1.
17902
17903         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17904         Disable incorrect use of `assert'.
17905
17906         * message.el (message-mode): Set comment-start-skip.
17907
17908
17909 2004-08-22  Sam Steingold  <sds@gnu.org>
17910
17911         * pop3.el (pop3-leave-mail-on-server): New user variable.
17912         (pop3-movemail): Delete mail only when it is nil.
17913
17914 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17915
17916         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17917
17918         * mml.el (mml-preview): Use `pop-to-buffer'.
17919
17920         * message.el (message-goto-mail-followup-to): Insert after "To".
17921         (message-carefully-insert-headers): Add comment.
17922
17923         * gnus.el: Remove unused variable `gnus-article-check-size'.
17924
17925         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17926
17927         * gnus-art.el (gnus-button-alist):
17928         Improve `gnus-button-handle-library' entry.
17929
17930 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17931
17932         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17933         Use downcase, since XEmacs capitalizes error messages differently.
17934
17935 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17936
17937         * nntp.el: Add (require 'gnus) due to reference to
17938         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17939
17940 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17941
17942         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17943         Bind `mm-fill-flowed'.
17944
17945         * mm-decode.el (mm-dissect-singlepart): Check it.
17946
17947 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17948
17949         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17950         'imap' for netrc parsing.
17951
17952 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17953
17954         * mailcap.el (mailcap-mime-data): Mark as risky.
17955
17956 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17959         may be included in the encoded word.
17960         (rfc2047-encode): Don't append a space if the encoded word
17961         includes close parenthesis.
17962
17963 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17966         of text within parentheses.
17967
17968 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17969
17970         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17971         (gnus-encrypt-write-file-contents): Make the password key the file
17972         name PLUS the cipher, not just the cipher.  Also remove failed
17973         passwords from the cache.
17974
17975 2004-08-06  Simon Josefsson  <jas@extundo.com>
17976
17977         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17978         Doc fix.
17979
17980 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17983         LWSP.
17984
17985 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17988         Try to append in-reply-to: data to the references: header.
17989
17990         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17991         (netrc-parse): Use gnus-encrypt.el functions.
17992
17993         * gnus-encrypt.el: Add new file for encryption support; currently
17994         does only a few GPG ciphers and an internal XOR cipher.
17995
17996         * password.el: Add comments on using password-read-and-add.
17997         (password-read-and-add): Add function to read and add the
17998         password to the cache at once.
17999
18000 2004-07-28  Simon Josefsson  <jas@extundo.com>
18001
18002         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18003         parameter (but don't use it, for now).
18004
18005         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18006         instead of hard coding to nil.
18007
18008 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18011         as mm-inline-image-xemacs does.
18012
18013 2004-07-26  Simon Josefsson  <jas@extundo.com>
18014
18015         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18016         Revert part of 2004-07-17 change below.
18017
18018 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18021         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18022
18023 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18026         quotes that actually start with ">" at the beginning of the
18027         lines.
18028
18029 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * rfc2047.el (rfc2047-encode-region): Fix last change.
18032         (rfc2047-encode-parameter): Remove useless concat.
18033
18034 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18037         encode special characters; fix some kind of misconfigured headers;
18038         signal a real error if debug-on-quit or debug-on-error is non-nil.
18039         (rfc2047-encode-max-chars): New variable.
18040         (rfc2047-encode-1): Use it.
18041         (rfc2047-encode-parameter): New function.
18042
18043         * mml.el (mml-insert-parameter): Remove an excessive space.
18044
18045 2004-07-17  Simon Josefsson  <jas@extundo.com>
18046
18047         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18048         Kai Grossjohann <kai@emptydomain.de>.
18049         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18050         (gnus-group-make-menu-bar): Ditto.
18051
18052         * gnus-util.el (gnus-group-server): Add.
18053
18054 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18055
18056         * message.el (message-clone-locals): Clone sendmail and smtp
18057         variables.
18058
18059 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * rfc2047.el (rfc2047-encode-region): Fix last change.
18062
18063 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18066         characters as non-special.
18067
18068 2004-07-09  Simon Josefsson  <jas@extundo.com>
18069
18070         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18071         Users will lose all flag changes made while unplugged with
18072         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18073         good default.  See numerous reports on ding mailing list.
18074
18075 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18078         add generate-head-function and generate-article-function to the
18079         rfc822-forward entry.
18080         (nndoc-rfc822-forward-generate-article): New function.
18081         (nndoc-rfc822-forward-generate-head): New function.
18082
18083         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18084
18085 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18086
18087         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18088         respect display group parameter and gnus-summary-expunge-below.
18089         (gnus-articles-to-read): Remove unused reference to display group
18090         parameter.
18091
18092 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18093
18094         * nnheader.el (nnheader-uniquify-message-id): New experimental
18095         variable.
18096         (nnheader-nov-read-message-id): Use it.
18097
18098         * spam-report.el (spam-report-gmane): Add interactive.
18099
18100 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * mm-encode.el (mm-content-transfer-encoding-defaults):
18103         Use qp-or-base64 for the application/* types.
18104
18105 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18106
18107         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18108
18109 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18110
18111         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18112         trim value.
18113
18114 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18115
18116         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18117         New macro and function.
18118         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18119
18120 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18123         after-load-alist.
18124
18125 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * gnus-group.el (gnus-group-get-new-news-this-group):
18128         Don't update info that isn't there.
18129
18130 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18131
18132         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18133         entry.
18134
18135 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * mm-view.el (mm-inline-render-with-function): Use multibyte
18138         buffer; decode html source by charset.
18139
18140         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18141
18142         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18143         Mule-UCS is loaded under XEmacs.
18144         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18145
18146 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18149
18150 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * mm-util.el (mm-coding-system-p): Return a coding-system.
18153         (mm-mime-mule-charset-alist): Use shift_jis instead of
18154         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18155         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18156         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18157         instead of japanese-shift-jis and iso-latin-1 respectively in
18158         order to share the default value with both Emacs and XEmacs-mule.
18159         (mm-mule-charset-to-mime-charset):
18160         Make mm-coding-system-priorities effective.
18161         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18162         while predicating of candidates upon the priorities.
18163
18164 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * gnus-sum.el (gnus-summary-make-menu-bar):
18167         Add gnus-uu-invert-processable.
18168
18169         * gnus.el: Autoload gnus-uu-invert-processable.
18170
18171 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * mm-util.el (mm-with-multibyte-buffer): New macro.
18174
18175         * rfc2047.el (rfc2047-encode-string): Use it.
18176         (rfc2047-encode-region): Move point to the end of the region after
18177         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18178
18179 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18182         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18183
18184 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18187         (gnus-cite-parse): Ignore quoted envelope From_.
18188         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18189
18190 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18193         invalid addresses.
18194
18195 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * spam.el: Change section markers, revise TODO list.
18198         (spam-backends): Make new master list of all installed backends.
18199         (spam-summary-exit-behavior): Add new variable to determine how
18200         messages moves are done at summary exit.
18201         (spam-move-spam-nonspam-groups-only)
18202         (spam-process-ham-in-nonham-groups)
18203         (spam-process-ham-in-spam-groups): Remove variables, the
18204         spam-summary-exit-behavior variable should be used to manage this
18205         behavior.
18206         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18207         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18208         and spam-old-spam-articles.
18209         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18210         Add empty variables, placeholders for the backends they represent.
18211         (spam-set-difference): Move, unchanged.
18212         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18213         unless the user has a processor variable.
18214         (spam-classifications, spam-classification-valid-p)
18215         (spam-backend-properties, spam-backend-property-valid-p)
18216         (spam-backend-function-type-valid-p)
18217         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18218         (spam-report-articles-gmane, spam-report-articles-resend):
18219         Remove functions, they are not needed.
18220         (spam-install-backend-super, spam-backend-list)
18221         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18222         (spam-backend-function, spam-backend-ham-registration-function)
18223         (spam-backend-spam-registration-function)
18224         (spam-backend-ham-unregistration-function)
18225         (spam-backend-spam-unregistration-function)
18226         (spam-backend-statistical-p, spam-backend-mover-p)
18227         (spam-install-backend-alias, spam-install-checkonly-backend)
18228         (spam-install-mover-backend, spam-install-nocheck-backend)
18229         (spam-install-backend, spam-install-statistical-backend)
18230         (spam-install-statistical-checkonly-backend): Add backend installation
18231         support.
18232         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18233         (spam-group-processor-p): Use the new backend code and respect the
18234         summary exit behavior.
18235         (spam-mark-spam-as-expired-and-move-routine): Remove.
18236         (spam-summary-prepare): Change to use the new spam-old-articles
18237         variable.
18238         (spam-copy-or-move-routine, spam-copy-spam-routine)
18239         (spam-move-spam-routine, spam-copy-ham-routine)
18240         (spam-move-ham-routine): Add code to copy/move ham or spam.
18241         (spam-fetch-field-fast): Improve doc and code, plus allow the
18242         'number request.
18243         (spam-list-of-checks, spam-list-of-statistical-checks):
18244         Remove variables.
18245         (spam-split, spam-find-spam): Use the new backend code.
18246         (spam-registration-functions): Remove variable.
18247         (spam-unregister-routine): Add convenience wrapper.
18248         (spam-log-undo-registration, spam-register-routine)
18249         (spam-log-processing-to-registry)
18250         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18251         where possible.
18252         (spam-check-gmane-xref, spam-check-regex-headers)
18253         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18254         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18255         (spam-check-bogofilter-headers, spam-check-spamoracle)
18256         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18257         (spam-check-crm114-headers): Use the spam-split-group that
18258         spam-split prepares, no need to determine it every time.
18259
18260         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18261         to the nnheader-parse-naked-head call.
18262
18263         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18264
18265         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18266         the nnheader-nov-read-message-id call.
18267
18268 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18271         gnus-activate-group twice.  Suggested by Markus Peter
18272         <warp@spin.de>.
18273
18274 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-art.el (gnus-article-time-format): Exchange the order of
18277         day and month in the default value; fix customization type.
18278         (article-date-ut): Use add-text-properties.
18279         (article-make-date-line): Use message-make-date instead of
18280         current-time-string.
18281
18282         * message.el (message-fetch-field): Don't use set-text-properties.
18283         (message-make-date): Simplify.
18284
18285         * messagexmas.el (message-xmas-make-date): New function.
18286         (message-xmas-redefine): Defalias message-make-date to it.
18287
18288 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18291         (rfc2047-encode-region): Treat text within parentheses as special;
18292         show the original text when error has occurred.
18293
18294         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18295         already-computed method to gnus-activate-group.
18296
18297         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18298         same select-methods identical Lisp objects.
18299
18300         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18301         object when modifying the info.
18302
18303 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18306         gnus-opened-servers since it has never been opened with the new
18307         configuration yet.
18308
18309 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18312         arg to nnheader-generate-fake-message-id.
18313
18314 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18315
18316         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18317         number and build a fake message ID localized to a group and
18318         article number (so it's repeatable from that point on).
18319         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18320         ID format.
18321
18322         * gnus-sum.el (gnus-get-newsgroup-headers):
18323         Call nnheader-generate-fake-message-id with the article number.
18324
18325 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18326
18327         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18328         end-of-buffer.
18329
18330 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18331
18332         * message.el (message-ignored-supersedes-headers): Add Approved.
18333
18334 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18337         goto-char.
18338         (rfc2047-encode): Fold the line before encoding.
18339
18340 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18343         folding -- not all headers can be folded, and this should be done
18344         by the message composition mode.  Probably.  I think.
18345
18346 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18349         fast.
18350
18351         * gnus-ems.el (gnus-remove-image): Don't use
18352         message-text-with-property; remove only the image found first.
18353
18354         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18355         found first.
18356
18357 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18358
18359         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18360
18361 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * message.el (message-text-with-property): Make it fast and accept
18364         optional arguments.
18365         (message-strip-forbidden-properties): Use it.
18366         (message-fix-before-sending): Follow the m-t-w-p change.
18367
18368         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18369
18370 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-art.el (article-hide-headers): Don't change the buffer
18373         mistakenly when performing mml-preview even if
18374         gnus-single-article-buffer is nil.
18375
18376 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18377
18378         * message.el (message-expand-name-databases): New user option.
18379         (message-expand-name): Use it.
18380
18381 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18382
18383         * spam.el (spam-report-articles-resend)
18384         (spam-report-resend-register-routine): Allow ham reporting.
18385         (spam-report-resend-register-ham-routine): Add wrapper.
18386         (spam-registration-functions): Add ham resending functions.
18387         (spam-list-of-processors): Add ham resend processor.
18388
18389         * gnus.el (ham-resend-to): Add new group parameter.
18390         (spam-process): Add ham resend option.
18391
18392         * spam-report.el (spam-report-resend): Allow reporting ham.
18393         (spam-report-resend-ham): Add wrapper.
18394
18395 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18396
18397         * message.el (message-cite-articles-with-x-no-archive):
18398         New variable.
18399         (message-cite-original): Use it.
18400
18401 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18402
18403         * message.el (message-cite-original): Respect X-No-Archive.
18404
18405 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-art.el (article-hide-headers): Refer to the values for
18408         gnus-ignored-headers and gnus-visible-headers in the summary
18409         buffer since a user may have set them as group parameters.
18410
18411 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18412
18413         * assistant.el (assistant-node-name): Add convenience function.
18414         (assistant-render-text, assistant-render-node): Add error handling,
18415         plus handle multiple next nodes.
18416         (assistant-find-next-node): Comment out for now.
18417         (assistant-find-next-nodes): Add function, returns list of next
18418         nodes.
18419
18420 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * mail-source.el (mail-source-directory): Fix doc-string.
18423
18424 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18425
18426         * assistant.el (assistant-render-text, assistant-eval): Add :set
18427         widget type, which is different because it takes and returns a
18428         list.  Much hilarity ensues.
18429
18430 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18433
18434         * gnus-group.el (gnus-group-get-new-news-this-group):
18435         Add doc-string.
18436
18437         * gnus-start.el (gnus-activate-group): Add doc-string.
18438
18439 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18442
18443 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18444
18445         * assistant.el (assistant-render-text): Try to add a :set
18446         widget, more to come.
18447
18448         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18449         strings.
18450         (spam-report-articles-resend)
18451         (spam-register-routine): Do registration iff any articles warrant
18452         it.
18453         (spam-summary-prepare-exit): Change log message for nil group
18454         destinations.
18455
18456 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18457
18458         * spam.el (spam-report-resend-register-routine):
18459         Allow spam-report-resend-to to be a group parameter or a global value.
18460
18461 2004-05-26  Simon Josefsson  <jas@extundo.com>
18462
18463         * starttls.el: Merge with my GNUTLS based starttls.el.
18464         (starttls-gnutls-program, starttls-use-gnutls)
18465         (starttls-extra-arguments, starttls-process-connection-type)
18466         (starttls-connect, starttls-failure, starttls-success):
18467         New variables.
18468         (starttls-program, starttls-extra-args): Doc fix.
18469         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18470         New functions.
18471         (starttls-negotiate, starttls-open-stream):
18472         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18473         function if it is set.
18474
18475 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18478         structured fields.
18479
18480 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18483
18484 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18487         Add variable.
18488         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18489         assigning the spam-mark to new messages.
18490
18491 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18492
18493         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18494
18495 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18498
18499         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18500         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18501         default.
18502
18503 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18504
18505         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18506         correct data.
18507
18508 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18509
18510         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18511         (spam-group-processor-p): Fix function.
18512         (spam-group-processor-multiple-p)
18513         (spam-group-spam-processor-report-gmane-p)
18514         (spam-group-spam-processor-report-resend-p)
18515         (spam-group-spam-processor-bogofilter-p)
18516         (spam-group-spam-processor-blacklist-p)
18517         (spam-group-spam-processor-ifile-p)
18518         (spam-group-ham-processor-ifile-p)
18519         (spam-group-spam-processor-spamoracle-p)
18520         (spam-group-spam-processor-crm114-p)
18521         (spam-group-ham-processor-bogofilter-p)
18522         (spam-group-spam-processor-stat-p)
18523         (spam-group-ham-processor-stat-p)
18524         (spam-group-ham-processor-whitelist-p)
18525         (spam-group-ham-processor-BBDB-p)
18526         (spam-group-ham-processor-spamoracle-p)
18527         (spam-group-ham-processor-copy-p): Remove functions with some
18528         prejudice against unneeded code.
18529         (spam-report-articles-resend)
18530         (spam-report-resend-register-routine): Allow the group/topic
18531         spam-resend-to value to override spam-report-resend-to.
18532         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18533         properly now.
18534
18535         * gnus.el (spam-resend-to): Add group/topic parameter.
18536         (spam-process): Move the OBSOLETE processors to the end of the
18537         choices.
18538
18539 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18540
18541         * spam-report.el (spam-report-resend-to, spam-report-resend):
18542         Start with resend-to set to nil, and then ask the user if necessary.
18543         (spam-report-resend): spam-report-resend takes a list of articles, not
18544         separate article numbers.
18545
18546 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18549         addition to emacs-w3m.
18550
18551 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18552
18553         * assistant.el (assistant-authinfo-data): New function.
18554         (assistant-eval): Eval for entire assistant.
18555
18556         * netrc.el (netrc-services-file): New variable.
18557         (netrc-parse-services): New function.
18558         (netrc-find-service-name): New function.
18559         (netrc-find-service-number): New function.
18560         (netrc-port-equal): New function.
18561         (netrc-machine): Use it.
18562
18563         * nnimap.el (nnimap-open-connection): Use netrc.
18564
18565         * gnus-util.el (gnus-netrc-get): Remove aliases.
18566
18567         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18568
18569         * assistant.el (wid-edit): Fix compilation.
18570
18571         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18572
18573 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18574
18575         * gnus-util.el (gnus-set-file-modes): New function.  (small
18576         patch).
18577
18578 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579
18580         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18581
18582         * assistant.el (assistant-render-node): Fix up rendering and
18583         read-only text.
18584         (assistant-render-node): Reset.
18585         (assistant-make-read-only): Not sticky.
18586
18587 2004-05-20  Danny Siu  <dsiu@adobe.com>
18588
18589         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18590         centered even when gnus-auto-center-summary is t.
18591
18592 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593
18594         * dns.el (dns-get-txt-answer): New function.
18595         (dns-read-txt): Ditto.
18596         (query-dns): Use it.
18597
18598 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18601         active for foreign groups even if the group level is higher than
18602         the specified value.
18603
18604 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18605
18606         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18607         non-active groups.
18608
18609         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18610
18611 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18612
18613         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18614
18615 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18616
18617         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18618         (spam-crm114-header, spam-crm114-spam-switch)
18619         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18620         (spam-crm114-positive-spam-header)
18621         (spam-crm114-database-directory, spam-list-of-processors)
18622         (spam-group-spam-processor-crm114-p)
18623         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18624         (spam-generic-score, spam-list-of-checks)
18625         (spam-list-of-statistical-checks, spam-registration-functions)
18626         (spam-check-crm114-headers, spam-crm114-score)
18627         (spam-check-crm114, spam-crm114-register-with-crm114)
18628         (spam-crm114-register-spam-routine)
18629         (spam-crm114-unregister-spam-routine)
18630         (spam-crm114-register-ham-routine)
18631         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18632         From asjo@koldfront.dk (Adam Sjøgren).
18633
18634         * gnus.el: Add spam-use-crm114.
18635
18636         * spam.el (spam-list-of-processors, spam-registration-functions):
18637         Add spam-use-resend.
18638         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18639         (spam-report-articles-gmane): Add doc fix.
18640         (spam-report-articles-resend, spam-report-resend-register-routine):
18641         Add wrappers around spam-report-resend-to.
18642
18643         * spam-report.el (spam-report-resend-to, spam-report-resend):
18644         Add support for resending spam.
18645         (spam-report-gmane): Fix line length >80.
18646
18647         * gnus.el (spam-process): Add spam-use-resend.
18648
18649 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18650
18651         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18652         number of processed spam messages.
18653         (spam-ham-copy-or-move-routine): Return the number of processed
18654         ham messages.
18655         (spam-summary-prepare-exit): Use the above values to decide
18656         whether status messages shouled be displayed.
18657
18658 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18661         `rfc2047-encoding-function-alist' in order to avoid conflicting
18662         with the old version.
18663         (rfc2047-encode-region): Concatenate words containing non-ASCII
18664         characters in structured fields; don't encode space-delimited
18665         ASCII words even in unstructured fields; don't break words at
18666         char-category boundaries.
18667         (rfc2047-encode-1): New function.
18668         (rfc2047-encode): Use it; encode text so that it occupies the
18669         maximum width within 76-column; work correctly on Q encoding for
18670         iso-2022-* charsets.
18671         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18672         sure not to break a line just after the header name.
18673         (rfc2047-b-encode-region): Remove.
18674         (rfc2047-b-encode-string): New function.
18675         (rfc2047-q-encode-region): Remove.
18676         (rfc2047-q-encode-string): New function.
18677
18678         * mm-util.el (mm-replace-in-string): New function.
18679
18680 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18681
18682         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18683         Really get it right.
18684         (gnus-inews-make-draft): Really.
18685
18686 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18687
18688         * nnmh.el (nnmh-request-list-1): Don't check the link count
18689         before descending.  (small patch)
18690
18691 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18692
18693         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18694         stuff.
18695
18696         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18697         Match on real group name.
18698
18699         * gnus-art.el (gnus-signature-limit): Doc fix.
18700
18701         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18702
18703         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18704
18705 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18706
18707         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18708         isn't a string.
18709
18710 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18711
18712         * gnus-draft.el (gnus-draft-send):
18713         Bind rfc2047-encode-encoded-words.
18714
18715         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18716         (rfc2047-encodable-p): Say that =? needs encoding.
18717         (rfc2047-encode-encoded-words): New variable.
18718
18719         * gnus-group.el (gnus-group-select-group): Doc fix.
18720
18721         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18722
18723         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18724         to nil.
18725
18726         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18727
18728         * nnheader.el (nnheader-get-lines-and-char): New function.
18729
18730 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18731
18732         * gnus-msg.el (gnus-summary-followup-with-original):
18733         Document yanking of region when active.
18734
18735 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18738         groups if the group level is higher than the specified value.
18739
18740 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18741
18742         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18743         (gnus-group-jump-to-group): Add prefix argument using
18744         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18745         non-active group.
18746
18747         * compface.el (uncompface): Be verbose when changing
18748         `uncompface-use-external'.
18749
18750         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18751         handle manual section.
18752
18753 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18754
18755         * gnus-art.el (gnus-button-alist): Revert previous change.
18756
18757 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18760
18761 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18764         whether backend can accept message.
18765
18766         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18767
18768 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18769
18770         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18771         Avoid creating directory when nntp-marks-is-evil is true.
18772         Reported by Reiner Steib.
18773
18774 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-picon.el (gnus-picon-style): New variable.
18777         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18778         (gnus-picon-transform-address): Support `gnus-picon-style'.
18779         From Jesper Harder <harder@ifa.au.dk>.
18780
18781 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18782
18783         * message.el (message-fill-field): Return point.
18784         (message-generate-headers): Go to end of field.
18785
18786         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18787         stuff for non-living groups.
18788
18789 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18790
18791         * gnus-art.el (gnus-article-followup-with-original)
18792         (gnus-article-reply-with-original): gnus-mark-active-p ->
18793         gnus-region-active-p.
18794
18795 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18798         only when there is spam or ham to be processed.
18799
18800 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * mail-source.el (mail-source-delete-crash-box): Refactor.
18803         (mail-source-fetch): Use it.
18804         (mail-source-fetch-file): Ditto.
18805         (mail-source-fetch-directory): Run postscript in loop.
18806         (mail-source-fetch-pop): Delete.
18807         (mail-source-fetch-maildir): Ditto.
18808         (mail-source-fetch-imap): Ditto.
18809
18810         * imap.el (imap-authenticators): Comment out sasl.
18811
18812         * message.el (message-skip-to-next-address): New function.
18813         (message-fill-header-address): Refactor.
18814         (message-fill-address): Use it.
18815         (message-delete-address): Use it.
18816         (message-fill-header-general): Refactor.
18817         (message-fill-field-address): Rename.
18818         (message-narrow-to-field): Find the start of the header.
18819         (message-header-format-alist): Don't pre-fill.
18820         (message-fill-header): Remove.
18821         (message-insert-header): New function.
18822         (message-shorten-references): Use it.
18823
18824         * rfc2047.el (rfc2047-field-value): Strip props.
18825
18826         * mail-parse.el (mail-header-make-address): New alias.
18827
18828         * ietf-drums.el (ietf-drums-make-address): New function.
18829
18830         * imap.el: Add compiler directives.
18831
18832         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18833
18834         * gnus-art.el (article-decode-idna-rhs): Don't use
18835         message-idna-inside-rhs-p.
18836
18837 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18838
18839         * message.el (message-idna-inside-rhs-p): Remove.
18840         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18841
18842         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18843         false positives.
18844
18845 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18846
18847         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18848
18849 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18850
18851         * nneething.el (nneething-file-name): Don't create spurious
18852         files.
18853
18854         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18855         (gnus-inews-do-gcc): Remove sleep.
18856
18857         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18858         part under point.
18859
18860         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18861         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18862
18863 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         * spam.el (spam-summary-prepare-exit): Fix (length).
18866
18867 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18868
18869         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18870         as expired without moving it" message when there are spam
18871         messages left.
18872
18873 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18874
18875         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18876         header is not nil.
18877
18878 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18879
18880         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18881         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18882         (nntp-marks-changed-p): New arg SERVER.
18883         (nntp-request-update-info): Adjust caller.
18884
18885 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18886
18887         * nntp.el (nntp-save-marks): Pass missing arg.
18888
18889 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18890
18891         * nntp.el: Support marks.
18892         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18893         (nntp-marks-modtime, nntp-marks-directory): New variables.
18894         (nntp-request-set-mark, nntp-request-update-info)
18895         (nntp-possibly-create-directory, nntp-marks-changed-p)
18896         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18897         New functions.
18898
18899 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18900
18901         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18902         (gnus-xmas-redefine): Rename.
18903
18904         * gnus-score.el (gnus-score-insert-help):
18905         Use gnus-select-lowest-window.
18906
18907         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18908         appt-select-lowest-window and rename to gnus-select-lowest-window.
18909
18910         * gnus.el: do.
18911
18912 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18913
18914         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18915         encodings of MIME-encoded words, in order to improve
18916         interoperability with several broken MUAs.
18917
18918 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18919
18920         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18921         tags, only when charsets are not specified in headers.
18922         (mm-inline-text-html-render-with-w3m): Ditto.
18923
18924         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18925         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18926
18927 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18928
18929         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18930         instead of MIME-decoded from fields when checking
18931         `gnus-article-address-banner-alist'.
18932
18933 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18934
18935         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18936         description rather than subject.
18937
18938 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18939
18940         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18941
18942 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18943
18944         * gnus.el (gnus-version-number): Bump.
18945
18946 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18947
18948         * gnus.el: No Gnus v0.2 is released.
18949
18950 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus-agent.el (gnus-agent-read-agentview):
18953         Inline gnus-uncompress-range.
18954
18955 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18956
18957         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18958         `exec-installed-p'.
18959
18960 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18961
18962         * gnus.el (spam-process, spam-autodetect-methods):
18963         Add bsfilter and bsfilter-headers.
18964
18965         * spam.el (spam-bsfilter): New customize group.
18966         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18967         (spam-bsfilter-header, spam-bsfilter-probability-header)
18968         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18969         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18970         (spam-bsfilter-database-directory): New options.
18971         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18972         (spam-list-of-statistical-checks, spam-registration-functions):
18973         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18974         (spam-bsfilter-score): New command.
18975         (spam-check-bsfilter-headers, spam-check-bsfilter)
18976         (spam-bsfilter-register-with-bsfilter)
18977         (spam-bsfilter-register-spam-routine)
18978         (spam-bsfilter-unregister-spam-routine)
18979         (spam-bsfilter-register-ham-routine)
18980         (spam-bsfilter-unregister-ham-routine): New functions.
18981         (spam-generic-score): Support bsfilter; Accept an optional argument
18982         to recalcurate spam score even if scoring header has already been
18983         added.
18984         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18985         optional argument to recalcurate spam score even if scoring header
18986         has already been added.
18987
18988 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18989
18990         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18991         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18992         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18993         link is missing.
18994
18995 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18998         (html2text-get-attr): Rewrite.
18999
19000         * message.el (message-setup-1): Remove redundant put-text-property
19001         on mail-header-separator.
19002
19003 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * gnus-registry.el (gnus-registry-cache-whitespace)
19006         (gnus-registry-action, gnus-registry-spool-action)
19007         (gnus-registry-split-fancy-with-parent): Change message levels
19008         from 5 to 3 or 7, as needed.
19009
19010         * spam.el (spam-summary-prepare-exit)
19011         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19012         (spam-split, spam-find-spam, spam-log-undo-registration)
19013         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19014         level from 5 to 6.
19015
19016 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19019         2004-03-04 change).
19020
19021 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19022
19023         * sieve-manage.el (sieve-manage-open):
19024         * nnweb.el (nnweb-insert-html):
19025         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19026         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19027         * nnspool.el (nnspool-request-group):
19028         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19029         * nnml.el (nnml-request-update-info):
19030         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19031         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19032         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19033         (nnimap-request-set-mark):
19034         * nnfolder.el (nnfolder-request-update-info):
19035         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19036         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19037         * gnus-uu.el (gnus-uu-find-articles-matching):
19038         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19039         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19040         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19041         * gnus-nocem.el (gnus-nocem-scan-groups):
19042         * gnus-int.el (gnus-start-news-server):
19043         * gnus-group.el (gnus-group-make-kiboze-group)
19044         (gnus-group-browse-foreign-server):
19045         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19046         Use mapc when appropriate.
19047
19048 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19049
19050         FIXME: Make separate entries for each person.
19051
19052         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19053         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19054         <shields@msrl.com>:
19055
19056         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19057         may need for spam sorting and scoring.
19058         (spam-user-format-function-S): Add user format function suitable for
19059         general use.
19060         (spam-article-sort-by-spam-status): Add sorting function for summary
19061         sorting.
19062         (spam-extra-header-to-number): Add function to get a score from a
19063         header.
19064         (spam-summary-score): Add function to get a numeric score from the
19065         headers.
19066         (spam-generic-score): Fix function doc, was in wrong place.
19067         (spam-initialize): Take symbols when it's run, and install the
19068         extra headers that spam-necessary-extra-headers thinks we need.
19069
19070 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19071
19072         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19073         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19074
19075 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19076
19077         * gnus-sum.el (gnus-set-global-variables)
19078         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19079         (gnus-article-get-xrefs, gnus-summary-best-group)
19080         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19081         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19082         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19083         Use with-current-buffer.
19084
19085 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19086
19087         * spam.el (spam-summary-prepare-exit): Simplify logic.
19088         (spam-fetch-article-header): Read the article header if it's not
19089         available.
19090         (spam-list-articles): Simplify logic.
19091         (spam-filelist-register-routine): Fix bug with unregister-list.
19092
19093         * gnus-registry.el: Fix comments at beginning.
19094
19095 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19096
19097         * message.el (message-cater-to-broken-inn): Remove.
19098         (message-shorten-references): Make sure the total folded length of
19099         References is shorter than 998 characters to cater to a bug in INN
19100         2.3.  Also, don't pretend that references aren't folded -- this
19101         hasn't worked for a while.
19102
19103 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19104
19105         * gnus-agent.el (gnus-agentize):
19106         gnus-agent-send-mail-real-function no longer set to current value
19107         of message-send-mail-function but rather a lambda that calls
19108         message-send-mail-function.  The change makes the agent real-time
19109         responsive to user changes to message-send-mail-function.
19110
19111 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19112
19113         * legacy-gnus-agent.el
19114         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19115         help from Florian Weimer <fw@deneb.enyo.de>
19116
19117 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * nnmail.el (nnmail-cache-insert): Revert last change.
19120
19121 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * nnmail.el (nnmail-cache-insert): Always check whether
19124         nnmail-cache-ignore-groups matches a group name.
19125
19126 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19129         (spam-find-spam, spam-log-processing-to-registry)
19130         (spam-log-registered-p, spam-log-unregistration-needed-p)
19131         (spam-log-undo-registration): Use gnus-message instead of
19132         gnus-error, none of these errors are fatal.
19133
19134         * gnus-registry.el (gnus-registry-clean-empty-function)
19135         (gnus-registry-clean-empty): Remove only empty entries without
19136         extra data.
19137
19138 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * spam-stat.el (spam-stat-buffer-change-to-spam)
19141         (spam-stat-buffer-change-to-non-spam): Change (error) to
19142         (gnus-message 8) invocation.
19143
19144 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * nntp.el (nntp-via-netcat-command): New variable.
19147         (nntp-via-netcat-switches): New variable.
19148         (nntp-open-via-rlogin-and-netcat): New function.
19149         (nntp-open-connection-function): Doc fix.
19150         (nntp-telnet-command): Doc fix.
19151         (nntp-end-of-line): Doc fix.
19152         (nntp-via-rlogin-command): Doc fix.
19153         (nntp-via-user-name): Doc fix.
19154         (nntp-via-address): Doc fix.
19155
19156 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19159         error in Emacs 21.1.
19160
19161 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19162
19163         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19164
19165 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19166
19167         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19168         (gnus-agent-with-refreshed-group): New macro.
19169         (gnus-agent-rename-group): New function.
19170         (gnus-agent-delete-group): New function.
19171         (gnus-agent-save-group-info): Use gnus-command-method when
19172         `method' parameter is nil.  Don't write nil entries into the
19173         active file.
19174         (gnus-agent-get-group-info): New function.
19175         (gnus-agent-fetch-articles):
19176         Use gnus-agent-update-files-total-fetched-for to increment disk space
19177         used.
19178         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19179         Use gnus-agent-update-view-total-fetched-for to increment disk space
19180         used.
19181         (gnus-agent-get-local): Add optional parameters to avoid calling
19182         gnus-group-real-name and gnus-find-method-for-group.
19183         (gnus-agent-set-local): Delete stored entry if either min, or max,
19184         are nil.
19185         (gnus-agent-fetch-session): Reworded error/quit messages.
19186         On quit, use gnus-agent-regenerate-group to record existance of any
19187         articles fetched to disk before the quit occurred.
19188         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19189         gnus-agent-update-view-total-fetched-for, and
19190         gnus-agent-update-files-total-fetched-for to decrement disk space
19191         used.
19192         (gnus-agent-retrieve-headers):
19193         Use gnus-agent-update-view-total-fetched-for to increment disk space
19194         used.
19195         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19196         with gnus-agent-update-files-total-fetched-for to decrement disk
19197         space and fresh group buffer.
19198         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19199         (gnus-agent-need-update-total-fetched-for): New variable.
19200         (gnus-agent-update-files-total-fetched-for): New function.
19201         (gnus-agent-update-view-total-fetched-for): New function.
19202         (gnus-agent-total-fetched-for): New function.
19203
19204         * gnus-cache.el (gnus-cache-save-buffers):
19205         Use gnus-cache-update-overview-total-fetched-for to change disk space
19206         used by this group.
19207         (gnus-cache-possibly-enter-article):
19208         Use gnus-cache-update-file-total-fetched-for to increment disk space
19209         used by this group.
19210         (gnus-cache-possibly-remove-article):
19211         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19212         used by this group.
19213         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19214         (gnus-cache-rename-group): New function.
19215         (gnus-cache-delete-group): New function.
19216         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19217         (gnus-cache-need-update-total-fetched-for): New variable.
19218         (gnus-cache-with-refreshed-group): New macro.
19219         (gnus-cache-update-file-total-fetched-for): New function.
19220         (gnus-cache-update-overview-total-fetched-for): New function.
19221         (gnus-cache-rename-group-total-fetched-for): New function.
19222         (gnus-cache-delete-group-total-fetched-for): New function.
19223         (gnus-cache-total-fetched-for): New function.
19224
19225         * gnus-group.el: Require gnus-sum and autoload functions to
19226         resolve warnings when gnus-group.el compiled alone.
19227         (gnus-group-line-format): Documented new %F.
19228         (size of Fetched data) group line format; identifies disk space
19229         used by agent and cache.
19230         (gnus-group-line-format-alist): Defined new F format.
19231         (gnus-total-fetched-for): New function.
19232         (gnus-group-delete-group): No longer update
19233         gnus-cache-active-altered as gnus-request-delete-group now keeps
19234         the cache in sync.
19235         (gnus-group-list-active): Let the agent store a server's active
19236         list if currently plugged.
19237
19238         * gnus-int.el (gnus-request-delete-group):
19239         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19240         local disk in sync with the server.
19241         (gnus-request-rename-group):
19242         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19243         local disk in sync with the server.
19244
19245         * gnus-start.el (gnus-get-unread-articles):
19246         Cosmetic simplification to logic.
19247
19248         * gnus-util.el (gnus-rename-file): New function.
19249
19250 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19251
19252         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19253
19254 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19257         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19258
19259 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19262         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19263
19264 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19265
19266         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19267
19268 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19269
19270         * spam.el (spam-set-difference): Add function to replace
19271         gnus-set-difference in spam.el.
19272         (spam-summary-prepare-exit): Use spam-set-difference.
19273
19274 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19275
19276         * gnus-registry.el (gnus-registry-cache-file): Update to use
19277         gnus-dribble-directory OR gnus-home-directory OR ~.
19278         (gnus-registry-split-fancy-with-parent): Fix doc.
19279
19280 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * message.el (message-exchange-point-and-mark):
19283         Use message-mark-active-p.  Suggested by Jesper Harder
19284         <harder@ifa.au.dk>.
19285
19286 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * message.el (message-exchange-point-and-mark): Don't activate
19289         region if it was inactive.  Suggested by Hiroshi Fujishima
19290         <pooh@nature.tsukuba.ac.jp>.
19291
19292 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gnus-art.el (article-display-face): Display Faces in the same
19295         order as X-Faces.
19296
19297 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19300
19301 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19304         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19305         (gnus-article-mime-hierarchy): Remove.
19306         (gnus-article-mime-hierarchy-next): Remove.
19307         (gnus-article-mode): Revert 2004-03-19 change.
19308         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19309         (gnus-insert-mime-button): Revert 2004-03-19 change.
19310         (gnus-mime-accumulate-hierarchy): Remove.
19311         (gnus-mime-enter-multipart): Remove.
19312         (gnus-mime-leave-multipart): Remove.
19313         (gnus-mime-display-part): Revert 2004-03-19 change.
19314         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19315
19316         * mml.el (mml-preview): Revert 2004-03-19 change.
19317
19318 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19319
19320         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19321
19322 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19325         t while entering a file name using the mm-with-multibyte macro.
19326         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19327
19328         * mm-util.el (mm-with-multibyte): New macro.
19329
19330 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19333         New user option.
19334         (gnus-mime-multipart-functions): Doc and customization fix.
19335         (gnus-article-mime-hierarchy): New variable.
19336         (gnus-article-mime-hierarchy-next): New variable.
19337         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19338         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19339         gnus-article-mime-hierarchy-next to nil.
19340         (gnus-insert-mime-button): Show hierarchy numbers.
19341         (gnus-mime-accumulate-hierarchy): New function.
19342         (gnus-mime-enter-multipart): New function.
19343         (gnus-mime-leave-multipart): New function.
19344         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19345         (gnus-mime-display-alternative): Show hierarchy numbers.
19346
19347         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19348         gnus-article-mime-hierarchy-next to nil.
19349
19350 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19351
19352         * dns.el: Don't require gnus-xmas.
19353
19354 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19357         inline PGP.
19358         (mml-menu): Disable mml-quote-region if mark is inactive.
19359
19360 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19363         when the group's active is not available.
19364
19365 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19368         error.
19369
19370 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19371
19372         * imap.el (imap-store-password): New variable.
19373         (imap-interactive-login): Use it.
19374         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19375
19376 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19379         window-start and hscroll to summary window.
19380
19381 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19382
19383         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19384         conversion message to newsrc-dribble when an actual conversion is
19385         performed.
19386
19387 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19388
19389         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19390
19391 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * mm-decode.el (mm-complicated-handles): New function reviving
19394         former definition of mm-multiple-handles.
19395
19396         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19397         (gnus-mime-delete-part): Use it.
19398
19399 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19400
19401         * gnus-agent.el (gnus-agent-read-local):
19402         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19403         avoid the implicit assumption that they will always be equal.
19404         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19405         coding-system-for-write, as the with-temp-file macro first prints
19406         to a buffer then saves the buffer.
19407
19408 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19409
19410         * gnus-art.el (gnus-article-edit-part): New function.
19411         (gnus-mime-save-part-and-strip): Use it; do query instead of
19412         signaling an error; don't use mm-multiple-handles.
19413         (gnus-mime-delete-part): Ditto.
19414
19415 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19416
19417         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19418         old file versions.
19419         (gnus-group-prepare-hook): Remove function that converted list
19420         form of gnus-agent-expire-days to group properties.
19421
19422         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19423         (gnus-request-accept-article): Re-indented.
19424
19425         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19426         converters to handle old agent file formats.  Add logic for a
19427         "backup before upgrading warning".
19428         (gnus-convert-mark-converter-prompt): Developers can mark
19429         functions as needing (default), or not needing,
19430         gnus-convert-old-newsrc's "backup before upgrading warning".
19431         (gnus-convert-converter-needs-prompt): Tests whether the user
19432         should be protected from potentially irreversable changes by the
19433         function.
19434
19435         * legacy-gnus-agent.el: New.  Provides converters that are only
19436         loaded when gnus-convert-old-newsrc needs to call them.
19437
19438 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * mail-source.el (mail-source-touch-pop): Doc fix.
19441
19442         * message.el (message-smtpmail-send-it): Doc fix.
19443
19444 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19447
19448         * nnmail.el (nnmail-split-fancy): do.
19449
19450         * gnus-kill.el (gnus-kill, gnus-execute): do.
19451
19452 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19453
19454         * gnus-sum.el (gnus-widget-reversible-match)
19455         (gnus-widget-reversible-to-internal)
19456         (gnus-widget-reversible-to-external): New functions.
19457         (gnus-widget-reversible): New widget.
19458         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19459
19460 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19461
19462         * gnus-sum.el (gnus-thread-sort-functions)
19463         (gnus-article-sort-functions): Document `(not F)' items.
19464
19465 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19466
19467         * spam.el (spam-use-gmane-xref): Add new backend.
19468         (spam-gmane-xref-spam-group): Add variable to control the name of the
19469         Gmane spam group.
19470         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19471         (spam-regex-headers-spam, spam-regex-headers-ham)
19472         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19473         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19474         backends and checks.
19475         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19476
19477         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19478         an autodetect method.
19479
19480 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19481
19482         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19483         articles are being added to a group.
19484         (gnus-request-replace-article): Inform the agent that articles
19485         need to be uncached as the cached contents are no longer valid.
19486
19487 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * binhex.el: Don't autoload executable-find.
19490
19491         * canlock.el: Don't autoload mail-fetch-field.
19492
19493         * dgnushack.el: Autoload c-mode for XEmacs.
19494
19495         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19496
19497         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19498         rmail-dont-reply-to and rmail-output.
19499
19500         * gnus-score.el: Don't autoload ffap-string-at-point.
19501
19502         * gnus-setup.el: Don't autoload sc-cite-original.
19503
19504         * imap.el: Don't autoload base64-decode-string,
19505         base64-encode-string and md5.
19506
19507         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19508         and rmail-msg-restore-non-pruned-header.
19509
19510         * mm-decode.el: Don't autoload executable-find.
19511
19512         * mm-url.el: Don't autoload executable-find.
19513
19514         * mm-view.el: Don't autoload diff-mode.
19515
19516         * nndb.el: Don't autoload news-reply-mode, news-setup,
19517         cancel-timer and telnet.
19518
19519         * password.el: Don't autoload run-at-time for Emacs.
19520
19521         * sha1-el.el: Don't autoload executable-find.
19522
19523         * sieve-mode.el: Don't autoload c-mode.
19524
19525         * uudecode.el: Don't autoload executable-find.
19526
19527 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19528
19529         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19530         (gnus-agent-possibly-alter-active): Avoid null in numeric
19531         comparison.
19532         (gnus-agent-set-local): Refuse to save null in local object table.
19533         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19534         list of articles that will be marked as unread.
19535
19536 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19537
19538         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19539
19540 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19541
19542         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19543         language tags.
19544
19545 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19546
19547         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19548         Don't bind "obarray".
19549
19550         * gnus-sum.el (gnus-thread-sort-functions):
19551         Add `gnus-thread-sort-by-most-recent-number' and
19552         `gnus-thread-sort-by-most-recent-date'.
19553         Reported by Kai Grossjohann <kai@emptydomain.de>.
19554
19555 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19556
19557         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19558
19559 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19560
19561         * gnus-cus.el (gnus-agent-customize-category):
19562         Remove ignore-errors macro reference that required cl to be loaded at
19563         run-time.
19564
19565         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19566         single-interval range of the form (min . max).  Previously the
19567         range had to look like ((min . max)).  Likewise, return
19568         (min . max) rather than ((min . max)).
19569         (gnus-range-map): Use gnus-range-normalize to accept
19570         single-interval range.
19571
19572         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19573         the cache, but not the agent, now appear with their usual face.
19574
19575         * dgnushack.el (loaddir): New variable that is bound to the
19576         directory containing the dgnushack.el file. Use loaddir, rather
19577         than srcdir, to update load-path. Change lets dgnushack compile
19578         code in directories other than GNUS/lisp.
19579
19580 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * lpath.el: Don't bind w3m-safe-url-regexp.
19583
19584         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19585         w3m-safe-url-regexp variable buffer-local.
19586
19587         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19588
19589 2004-02-27  Simon Josefsson  <jas@extundo.com>
19590
19591         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19592         gnus-group-real-prefix.
19593         (gnus-summary-move-article): Use it, instead of
19594         gnus-group-real-prefix.
19595
19596 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * lpath.el: Bind w3m-safe-url-regexp.
19599
19600         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19601         w3m-safe-url-regexp variable buffer-local and set it as the value
19602         of mm-w3m-safe-url-regexp.
19603
19604         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19605
19606         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19607         parsing gnus-posting-styles when the message is not for replying.
19608
19609         * dgnushack.el: Autoload sgml-mode for XEmacs.
19610
19611         * nnrss.el (nnrss-opml-export):
19612         Use mm-set-buffer-file-coding-system instead of
19613         set-buffer-file-coding-system.
19614
19615 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19618         of checkdoc.el).
19619         * nnrss.el: do.
19620         * gnus-mlspl.el: do.
19621         * gnus-ml.el: do.
19622         * gnus-srvr.el: do.
19623
19624         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19625
19626 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19627
19628         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19629         Corrections to custom-manual links.
19630
19631         * gnus-art.el (gnus-article): Ditto.
19632
19633         * mm-decode.el (mime-display, mime-security): Ditto.
19634
19635 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19636
19637         * flow-fill.el: Typo.
19638
19639 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19640
19641         * spam-wash.el: New file.
19642
19643 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19644
19645         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19646
19647 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19648
19649         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19650         to be run with new-articles as LIST1, not LIST2.
19651         (spam-registration-functions): Add spam-use-ham-copy as a nil
19652         registration backend.
19653
19654 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19655
19656         * spam-stat.el (spam-stat-washing-hook): New option.
19657         (spam-stat-buffer-words): Use it.
19658         (spam-stat-process-directory, spam-stat-test-directory):
19659         Use insert-file-contents-literally.
19660         (spam-stat-coding-system): New variable.
19661         (spam-stat-load, spam-stat-save): Use it.
19662
19663 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * spam-report.el (spam-report-plug-agent):
19666         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19667
19668 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19669
19670         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19671         Allow / in mailto URLs.
19672
19673 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19674
19675         * spam-report.el (spam-report-process-queue): Fix interactive use.
19676         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19677         (spam-report-unplug-agent): Doc fixes.
19678         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19679         (spam-report-agentize, spam-report-deagentize): Autoload.
19680
19681 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19684
19685         * message.el (message-setup-fill-variables): Add mml tags to
19686         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19687         <ajk@iu.edu>.
19688         (message-mode): Don't modify paragraph-separate there.
19689
19690 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19691
19692         * compface.el (uncompface-use-external): Default to undecided.
19693         (uncompface-use-external-threshold): New variable.
19694         (uncompface-float-time): New macro.
19695         (uncompface): Determine whether to use the external decoder if
19696         uncompface-use-external is undecided.
19697
19698 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19699
19700         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19701         after images.
19702
19703         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19704
19705 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19706
19707         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19708
19709         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19710
19711         * gnus-sum.el (gnus-summary-limit-to-age)
19712         (gnus-summary-limit-children): do.
19713
19714         * gnus-int.el (gnus-request-scan): do.
19715
19716         * gnus-group.el (gnus-group-suspend): do.
19717
19718         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19719
19720         * gnus-cite.el (gnus-cite-parse-attributions): do.
19721
19722         * gnus-agent.el (gnus-summary-set-agent-mark)
19723         (gnus-agent-regenerate-group): do.
19724
19725         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19726
19727         * binhex.el (binhex-decode-region-internal): do.
19728
19729 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * gnus-fun.el (gnus-face-properties-alist): New user option.
19732         (gnus-display-x-face-in-from): Use it.
19733
19734         * gnus-art.el (article-display-face): Ditto.
19735
19736         * compface.el (uncompface-use-external): Default to nil.
19737
19738 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19739
19740         * nntp.el (nntp-erase-buffer): New function.
19741         (nntp-retrieve-data, nntp-send-command)
19742         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19743         (nntp-possibly-change-group): Use it.
19744
19745         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19746         Use with-current-buffer.
19747
19748 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19749
19750         * compface.el: Merge the ELisp-based uncompface program.
19751         (compface): New customization group.
19752         (uncompface-use-external): New user option.
19753         (uncompface): Call uncompface-internal if uncompface-use-external
19754         is nil.
19755         (uncompface-internal): New function.  Note that there are also
19756         some other functions and variables added for this function.
19757
19758 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19761         if necessary.
19762
19763 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19764
19765         * spam-report.el (spam-report-unplug-agent)
19766         (spam-report-plug-agent, spam-report-deagentize)
19767         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19768         Add support for the Agent in spam-report: when unplugged, report to a
19769         file; when plugged, submit all the requests.
19770
19771         * spam.el (spam-register-routine): Fix message about
19772         registration.
19773
19774 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19775
19776         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19777         dependencies.
19778         (rfc2047-encode): Use it.
19779
19780         * gnus-art.el (gnus-button-marker-list): Move before first
19781         reference.
19782
19783         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19784         (imap-parse-body): Fix format string mismatch.
19785
19786         * gnus-score.el (gnus-summary-increase-score): do.
19787
19788         * nnrss.el (nnrss-close): New function.
19789
19790 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19791
19792         * nnrss.el (nnrss-make-filename): New function.
19793         (nnrss-request-delete-group, nnrss-read-server-data)
19794         (nnrss-save-server-data, nnrss-read-group-data)
19795         (nnrss-save-group-data): Use it.
19796         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19797         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19798         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19799
19800 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19803
19804 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19805
19806         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19807         files.
19808
19809         * message.el (message-generate-headers-first): Don't quote nil
19810         and t in docstrings.
19811
19812         * imap.el (imap-id): do.
19813
19814         * gnus-agent.el (gnus-agent-consider-all-articles)
19815         (gnus-agent-queue-mail): do.
19816
19817 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19818
19819         * spam-report.el (spam-report-process-queue): New function.
19820         Process requests from `spam-report-requests-file'.
19821         (spam-report-process-queue): Doc fix.
19822
19823 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19824
19825         * spam.el (spam-register-routine)
19826         (spam-log-processing-to-registry, spam-log-registered-p)
19827         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19828         Change "check" to "spam-check" for semi-clarity.
19829
19830 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * pop3.el: Require nnheader.
19833
19834         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19835
19836         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19837
19838         * gnus-picon.el: Require cl.
19839
19840         * gnus-fun.el: Require gnus-ems and gnus-util.
19841
19842         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19843
19844         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19845
19846         * gnus-art.el (gnus-article-edit-mode): Define before first
19847         reference.
19848
19849 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19852         (gnus-uu-post-encoded): Use point-at-bol.
19853
19854         * gnus-topic.el (gnus-group-active-topic-p): do.
19855
19856         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19857
19858         * gnus-group.el (gnus-group-kill-region): do.
19859
19860         * gnus-art.el (article-date-ut): do.
19861
19862         * message.el (message-fetch-field): Remove redundant
19863         case-fold-search binding.
19864         (message-narrow-to-field): Simplify.
19865
19866 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19867
19868         * spam.el (spam-directory): Derive from `gnus-directory'.
19869
19870         * spam-report.el (spam-report-url-to-file)
19871         (spam-report-requests-file): New function and variable for offline
19872         reporting.
19873         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19874         and user defined function.
19875         (spam-report-url-ping-mm-url): Remove doubled slash.
19876
19877 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19878
19879         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19880
19881 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19882
19883         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19884         Fix format string mismatch.
19885
19886         * sieve.el (sieve-deactivate-all): do.
19887
19888         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19889
19890         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19891
19892         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19893
19894         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19895
19896 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19897
19898         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19899         the list of checks.
19900
19901 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19902
19903         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19904         padding.
19905
19906 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19907
19908         * mm-view.el (mm-fill-flowed): New variable.
19909         (mm-inline-text): Use it.
19910
19911 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19912
19913         * spam.el (spam-spamassassin-register-ham-routine)
19914         (spam-spamassassin-register-spam-routine): Fix function names.
19915
19916 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * gnus.el (gnus-tmp-grouplens): Remove.
19919         (gnus-summary-line-format): Remove grouplens.
19920
19921         * gnus-group.el (gnus-group-line-format): Ditto.
19922
19923         * gnus-spec.el (gnus-format-specs): Ditto.
19924         (gnus-update-format-specifications): Flush the group format spec
19925         cache if there's the grouplens stuff.
19926         (gnus-parse-simple-format): Replace %l with the empty string.
19927
19928 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19929
19930         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19931         omission.
19932
19933 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19936         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19937
19938 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19939
19940         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19941         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19942         New macros and functions.
19943         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19944         Handle > NLINK_MAX messages.
19945         * nnmaildir.el (nnmaildir-request-set-mark):
19946         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19947
19948 2004-01-25  Alex Schroeder  <alex@gnu.org>
19949
19950         * spam-stat.el (spam-stat-process-directory-age): New option.
19951         (spam-stat-process-directory): Use it.
19952
19953 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19954
19955         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19956         (spam-stat-save): Accept prefix argument.
19957
19958 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19959
19960         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19961         links" error.
19962
19963 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19966         the rest of the and/or forms.
19967
19968 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19971         compatibility with old .newsrc.eld files.
19972
19973         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19974
19975         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19976
19977         * gnus-start.el (gnus-1): do.
19978
19979         * gnus-group.el (gnus-group-line-format-alist): do.
19980
19981         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19982
19983         * gnus-gl.el: Remove.
19984
19985 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19986
19987         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19988         marks consisting of a single range {for example, (3 . 5)} rather
19989         than a list of a single range { ((3 . 5)) }.
19990
19991 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19994         Use with-current-buffer.
19995         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19996         avoid consing a string.
19997
19998         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19999         Remove obsolete entries for big5 and gb2312.
20000
20001 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20002
20003         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20004         uncompressed list.
20005
20006 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * spam-stat.el (spam-stat-strip-xref): New function.
20009         (spam-stat-process-directory): Use it.
20010
20011         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20012         here -- it's done in message-fetch-field.
20013
20014 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20015
20016         * gnus-agent.el (gnus-agent-queue-mail)
20017         (gnus-agent-prompt-send-queue): New variables.
20018         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20019         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20020         "nndraft:queue" along to gnus-draft-send.
20021         Use gnus-agent-prompt-send-queue.
20022         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20023         is "nndraft:queue".  Suggested by Gaute Strokkenes
20024         <gs234@srcf.ucam.org>
20025
20026         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20027         (agent-enable-undownloaded-faces): Add.
20028         (gnus-agent-cat-groups): Use eval-and-compile, not
20029         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20030         method of gnus-agent-cat-groups even when the buffer has been
20031         evaled.
20032         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20033         delete gnus-agent-save-active-1.
20034         (gnus-agent-save-groups): Delete.  Identical to
20035         gnus-agent-save-active.
20036         (gnus-agent-write-active): No longer adjust agent's copy of active
20037         file as agent's adjustments are now stored in their own
20038         file.  Remove optional parameter.
20039         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20040         servers.  Add use of min/max range limits from server's local
20041         file.
20042         (gnus-agent-save-alist): Remove unused optional argument.
20043         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20044         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20045         (gnus-agent-set-local): A per-server file that keeps min/max range
20046         limits for articles known to the agent.  Provides a fast mechanism
20047         for altering many active ranges.
20048         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20049         active file (local makes it unnecessary).
20050         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20051
20052         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20053         (agent-enable-undownloaded-faces): Add.
20054
20055         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20056         disable it when sending to "nndraft:queue".
20057         (gnus-group-send-queue): Add safety check to avoid sending queue
20058         when unplugged.
20059
20060         * gnus-group.el (gnus-group-catchup): Use new
20061         gnus-sequence-of-unread-articles, not
20062         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20063         numbers of articles.  Use gnus-range-map to avoid having to
20064         uncompress the unread list.
20065         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20066         Fix invalid ange-ftp reference.
20067
20068         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20069         (gnus-sorted-range-intersection): Intersection of two ranges
20070         without requiring that they first be uncompressed.
20071
20072         * gnus-start.el (gnus-activate-group): Unless blocked by the
20073         caller, possibly expand the active range to include both cached
20074         and agentized articles.
20075         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20076         multiple version-dependent converters.
20077         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20078         gnus-agent-save-active.
20079         (gnus-save-newsrc-file): Save dirty agent range limits.
20080
20081         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20082         gnus-agent-possibly-alter-active.
20083         (gnus-adjust-marked-articles): Faster handling of simple lists.
20084
20085 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20086
20087         * spam-stat.el (spam-stat-test-directory): New optional argument
20088         displays a list of files detected.  Suggested by Andrew Cohen
20089         <cohen@andy.bu.edu>.
20090         (spam-stat-buffer-words-with-scores): Don't narrow and change
20091         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20092
20093 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20094
20095         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20096         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20097         (spam-spamassassin-arguments)
20098         (spam-spamassassin-spam-flag-header)
20099         (spam-spamassassin-positive-spam-flag-header)
20100         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20101         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20102         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20103         (spam-list-of-processors, spam-list-of-checks)
20104         (spam-list-of-statistical-checks, spam-registration-functions)
20105         (spam-check-spamassassin-headers, spam-check-spamassassin)
20106         (spam-spamassassin-score)
20107         (spam-spamassassin-register-with-sa-learn)
20108         (spam-spamassassin-register-spam-routine)
20109         (spam-spamassassin-register-ham-routine)
20110         (spam-assassin-register-spam-routine)
20111         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20112         (spam-bogofilter-score): Fix to show article before scoring.
20113
20114 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20115
20116         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20117         default scoring function.
20118         (spam-generic-score): Call spam-spamassassin-score if
20119         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20120         spam-bogofilter-score otherwise.
20121
20122         * gnus.el (spam-process, spam-autodetect-methods):
20123         Add spamassassin and spamassassin-headers.
20124
20125 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20126
20127         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20128         Suppress unnecessary messages.
20129
20130 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20133         make-hash-table.
20134
20135 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * canlock.el (base64-encode-string): Don't autoload it.
20138
20139 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * run-at-time.el: Remove useless (require 'itimer),
20142         eval-and-compile and (featurep 'xemacs).
20143
20144 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20145
20146         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20147         GROUP is a virtual group.
20148
20149 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20150
20151         * gnus.el: Autoload `message-y-or-n-p'.
20152
20153 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20154
20155         * pgg-parse.el: Remove unnecessary (require 'custom).
20156
20157         * pgg-def.el: do.
20158
20159         * nnmail.el: do.
20160
20161         * gnus-undo.el: do.
20162
20163         * gnus-picon.el: do.
20164
20165         * gnus-util.el: do.
20166
20167 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20168
20169         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20170
20171 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20174         handle, as well as a list.
20175
20176         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20177         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20178         (mm-w3m-cid-retrieve): Simplify.
20179
20180 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20181
20182         * message.el (message-kill-to-signature): Allow prefix arg to
20183         specify number of lines to keep before signature.
20184
20185 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20186
20187         * message.el (message-kill-to-signature): Change docstring.
20188
20189 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20190
20191         * canlock.el: Always require sha1-el.
20192         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20193
20194         * message.el: Autoload sha1 only when compiling.
20195
20196         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20197         eudc-expand-inline for XEmacs.
20198
20199 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20200
20201         * message.el (message-canlock-generate): Require sha1-el.
20202
20203 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20204
20205         * message.el (message-expand-name): Silence the byte compiler.
20206
20207         * lpath.el: Add detect-coding-system.
20208
20209         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20210         cus-edit.
20211
20212 2004-01-13  Simon Josefsson  <jas@extundo.com>
20213
20214         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20215         Invoke gnus-score-mode.
20216         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20217
20218         * gnus-range.el (gnus-compress-sequence): Doc fix.
20219         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20220
20221 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20222
20223         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20224
20225 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20226
20227         * spam.el (spam-get-article-as-string): Update to use
20228         gnus-request-article-this-buffer, much simpler.
20229         (spam-get-article-as-buffer): Remove.
20230
20231 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20232
20233         * message.el (message-expand-name): Use EUDC if the user uses that.
20234
20235 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20236
20237         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20238         character for the encoding to avoid consing a string.
20239
20240         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20241         unnecessarily.
20242
20243         * mm-util.el (mm-replace-chars-in-string): Remove.
20244
20245         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20246         of mm-replace-chars-in-string.
20247
20248 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20251
20252         * mm-util.el (mm-subst-char-in-string): Support inplace.
20253
20254         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20255         a new string in every iteration.  Use shy groups.
20256
20257 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20260         * gnus-soup.el (gnus-soup-group-brew):
20261         * gnus-msg.el (gnus-put-message):
20262         * gnus-move.el (gnus-group-move-group-to-server):
20263         * gnus-kill.el (gnus-batch-score):
20264         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20265         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20266         (gnus-group-update-group, gnus-group-read-group)
20267         (gnus-group-make-group, gnus-group-make-help-group)
20268         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20269         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20270         (gnus-group-sort-by-unread, gnus-group-catchup)
20271         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20272         (gnus-group-yank-group, gnus-group-set-info)
20273         (gnus-group-list-groups):
20274         * gnus.el (gnus-generate-new-group-name):
20275         * gnus-delay.el (gnus-delay-send-queue):
20276         * nnvirtual.el (nnvirtual-catchup-group):
20277         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20278         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20279         (gnus-group-prepare-topics, gnus-topic-check-topology):
20280         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20281         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20282         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20283         (gnus-group-make-articles-read):
20284         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20285         (gnus-group-change-level, gnus-kill-newsgroup)
20286         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20287         (gnus-get-unread-articles, gnus-make-articles-unread)
20288         (gnus-make-ascending-articles-unread): Use accessor
20289         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20290         to get group information for improved readability.
20291
20292
20293 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20294
20295         * gnus-art.el (article-decode-mime-words, article-babel)
20296         (gnus-article-highlight-signature, gnus-article-add-buttons)
20297         (gnus-signature-toggle): Use gnus-with-article-buffer.
20298
20299         * gnus-art.el (gnus-article-highlight-headers)
20300         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20301
20302         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20303         (gnus-article-set-globals, gnus-request-article-this-buffer)
20304         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20305         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20306         (gnus-mime-display-alternative): Use with-current-buffer.
20307
20308 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20309
20310         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20311         also under 80 char limit, and call gnus-error if needed.
20312         (spam-fetch-article-header): Fix - it was a
20313         buffer-local variable (gnus-newsgroup-data).
20314         (spam-find-spam): Use spam-generate-fake-headers, forget about
20315         spam-insert-fake-headers.
20316         (spam-insert-fake-headers): Remove.
20317
20318 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20319
20320         * deuglify.el (gnus-article-outlook-unwrap-lines)
20321         (gnus-outlook-rearrange-article)
20322         (gnus-outlook-repair-attribution-outlook)
20323         (gnus-outlook-repair-attribution-block)
20324         (gnus-outlook-repair-attribution-other): Remove redundant
20325         save-excursion.
20326
20327 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20330         (spam-fetch-field-subject-fast)
20331         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20332         (spam-fetch-article-header): Add functions to deal with Gnus
20333         internals for fast retrieval of article header data.
20334         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20335
20336 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20337
20338         * pop3.el (pop3-md5): Remove.
20339         (pop3-apop): Replace pop3-md5 with md5.
20340
20341         * mm-bodies.el: base64 is always built-in.
20342
20343         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20344         Use with-current-buffer.
20345
20346 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * canlock.el (canlock-insert-header): Remove excessive grouping in
20349         regexp.
20350
20351         * gnus-sum.el (gnus-summary-read-document): Ditto.
20352
20353         * gnus-uu.el (gnus-uu-part-number): Ditto.
20354
20355         * html2text.el (html2text-remove-tags): Ditto.
20356         (html2text-format-tags): Ditto.
20357         (html2text-format-single-elements): Ditto.
20358
20359         * mml.el (mml-parse-1): Ditto.
20360
20361 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20362
20363         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20364
20365         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20366
20367         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20368
20369         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20370
20371 2003-11-15  Simon Josefsson  <jas@extundo.com>
20372
20373         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20374         (pgg-gpg-lookup-key): Use regexp match instead of
20375         split-string (split-string is different between emacs 21.2 and
20376         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20377
20378 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20379
20380         * gnus-art.el (gnus-mime-view-all-parts)
20381         (gnus-article-part-wrapper, gnus-article-view-part):
20382         Use with-current-buffer.
20383
20384 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20385
20386         * spam.el (spam-disable-spam-split-during-ham-respool)
20387         (spam-spamoracle-database, spam-cache-lookups)
20388         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20389         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20390         (spam-group-ham-marks, spam-group-spam-marks)
20391         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20392         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20393         also add spam-use-blackholes to the statistical checks.
20394         (spam-fetch-field-fast): Add interface to fetching fields, may
20395         become a macro.
20396         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20397         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20398         (spam-insert-fake-headers): Fake an article when needed.
20399         (spam-find-spam): Fake article when possible.
20400         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20401         (spam-check-bogofilter-headers): Use message-fetch-field instead
20402         of nnmail-fetch-field.
20403
20404 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20407
20408 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20409
20410         * spam.el (spam-split): Do not require spam-use-CHECK to be
20411         enabled if that check is passed to spam-split explicitly; also
20412         fix so 'spam doesn't get converted to spam-split-group when
20413         spam-split-symbolic-return is t.
20414         (spam-find-spam): Find registrations of the article and use those
20415         instead of re-running spam-split to find the spam/ham
20416         classification of the article.
20417         (spam-log-processing-to-registry, spam-log-registered-p)
20418         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20419         Use gnus-error instead of gnus-message.
20420         (spam-log-registration-type): Add function to determine the
20421         classification of a message based on registry entries; will
20422         return nil if both 'spam and 'ham are found.
20423         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20424         a reasonably fast local cache without the loading errors.
20425         (spam-cache-lookups): Set to t by default.
20426         (spam-find-spam): Don't try to guess spam-cache-lookups.
20427         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20428         spam-caches entry.
20429         (spam-filelist-build-cache, spam-filelist-check-cache):
20430         Fix caching of whitelist/blacklist entries.
20431         (spam-check-whitelist, spam-check-blacklist):
20432         Invoke spam-from-listed-p with a type, not a cache variable.
20433         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20434
20435 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20436
20437         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20438
20439         * nnmail.el (nnmail-split-fancy): do.
20440
20441         * mml.el (mml-parse): do.
20442
20443         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20444         (gnus-score-adaptive): do.
20445
20446 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20449         (gnus-mime-button-map): Don't set keymap parent.
20450         (gnus-button-ctan-directory-regexp): Use shy grouping.
20451         (gnus-prev-page-map): Don't set keymap parent.
20452         (gnus-prev-page-map): Remove duplicated one.
20453         (gnus-next-page-map): Don't set keymap parent.
20454         (gnus-mime-security-button-map): Ditto.
20455
20456         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20457         version number.
20458
20459         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20460
20461 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * canlock.el (canlock-sha1-function): Remove.
20464         (canlock-sha1-function-for-verify): Remove.
20465         (canlock-openssl-program): Remove.
20466         (canlock-openssl-args): Remove.
20467         (canlock-ignore-errors): Remove.
20468         (canlock-sha1-with-openssl): Remove.
20469         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20470         (canlock-verify): Don't use canlock-ignore-errors.
20471
20472         * sha1-el.el (sha1-string-external): Make it can return a string
20473         in binary form.
20474         (sha1-region-external): Ditto.
20475         (sha1-string-internal): Ditto.
20476         (sha1-region-internal): Ditto.
20477         (sha1-region): Ditto.
20478         (sha1-string): Ditto.
20479         (sha1): Ditto.
20480
20481 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * spam.el (spam-report-articles-gmane): New command.
20484
20485 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20486
20487         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20488
20489         * run-at-time.el (run-at-time-saved): Remove.
20490         (run-at-time): Doc fix.
20491
20492 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20493
20494         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20495         (gnus-summary-limit-map): Add it.
20496         (gnus-summary-make-menu-bar): do.
20497
20498 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20499
20500         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20501         Make attempt at some caching support (done for BBDB only now).
20502         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20503         addresses to be checked.
20504         (spam-clear-cache-BBDB): Add function, to be invoked by
20505         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20506         (spam-check-BBDB): Check and use the caches, if
20507         spam-cache-lookups is on, remove superfluous (provide).
20508
20509 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20510
20511         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20512
20513 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20514
20515         * run-at-time.el (run-at-time-saved): Move to after the definition
20516         of `run-at-time'.
20517
20518         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20519
20520 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20521
20522         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20523         mm-w3m-local-map-property.
20524
20525         * mm-view.el (mm-w3m-mode-map): Remove.
20526         (mm-w3m-local-map-property): Remove.
20527         (mm-inline-text-html-render-with-w3m): Don't use
20528         mm-w3m-local-map-property.
20529
20530 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20531
20532         * run-at-time.el: New file.
20533
20534         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20535         under Emacs.
20536
20537         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20538         of gnus-set-text-properties.
20539
20540         * gnus-uu.el (gnus-uu-save-article): Ditto.
20541
20542         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20543
20544         * gnus-cite.el (gnus-cite-parse): Ditto.
20545
20546         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20547         of gnus-.
20548
20549         * gnus-xmas.el (run-at-time): Require run-at-time.
20550
20551         * gnus.el: Change calls to nnheader-run-at-time and
20552         password-run-at-time throughout to use run-at-time directly.
20553
20554         * password.el: Remove definition of run-at-time.
20555
20556         * nnheaderxm.el: Remove definition of run-at-time.
20557
20558 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20559
20560         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20561         in prompt.
20562
20563 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20564
20565         * messagexmas.el (message-xmas-redefine): Alias
20566         `message-make-caesar-translation-table' to
20567         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20568         version.
20569
20570         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20571         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20572         `gnus-xmas-set-text-properties'.
20573         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20574         `gnus-xmas-completing-read'.
20575         (gnus-xmas-completing-read): Removed.
20576         (gnus-xmas-open-network-stream): Removed.
20577
20578         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20579         XEmacs version.
20580
20581         * dns.el (dns-make-network-process): Use `open-network-stream'
20582         instead of `gnus-xmas-open-network-stream'.
20583
20584         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20585
20586         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20587
20588 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20589
20590         * gnus-art.el (gnus-mime-display-alternative)
20591         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20592         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20593         Don't use gnus-local-map-property.
20594
20595         * gnus-util.el (gnus-local-map-property): Remove.
20596
20597         * mm-view.el (mm-view-pkcs7-decrypt):
20598         Replace gnus-completing-read-maybe-default with completing-read.
20599
20600         * gnus-util.el (gnus-completing-read): do.
20601         (gnus-completing-read-maybe-default): Remove.
20602
20603 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20604
20605         * password.el: Only autoload `run-at-time' if not XEmacs.
20606         Only autoload the itimer functions if XEmacs.
20607
20608 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20611         XEmacsen.
20612
20613         * dgnushack.el: Autoload executable-find for XEmacs.
20614
20615 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * gnus-art.el (gnus-read-string): Remove.
20618         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20619         read-string.
20620
20621 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20622
20623         * netrc.el: Autoload password-read.
20624         (netrc): Add configuration group.
20625         (netrc-encoding-method, netrc-openssl-path):
20626         Add variables for encoding and decoding of files with symmetric
20627         ciphers.
20628         (netrc-encode): Add assistant function to encode a file with
20629         netrc-encoding-method.
20630         (netrc-parse): Add interactive parameter, added optional
20631         decoding if netrc-encoding-method is non-nil but otherwise
20632         behavior is standard.
20633         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20634         Do s/encode/encrypt/ everywhere.
20635
20636         * spam.el: Remove executable-find autoload.
20637
20638 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20639
20640         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20641
20642         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20643
20644 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20645
20646         * gnus-art.el (gnus-treat-ansi-sequences)
20647         (article-treat-ansi-sequences): New variable and function.
20648         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20649
20650         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20651         Use it.
20652
20653 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20654
20655         * mm-util.el (mm-quote-arg): Remove.
20656
20657         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20658         shell-quote-argument.
20659
20660         * gnus-uu.el (gnus-uu-command): do.
20661
20662         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20663
20664         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20665         with make-char.
20666
20667         * mm-util.el (mm-make-char): Remove.
20668
20669         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20670         add-minor-mode.
20671
20672         * gnus-undo.el (gnus-undo-mode): do.
20673
20674         * gnus-topic.el (gnus-topic-mode): do.
20675
20676         * gnus-sum.el (gnus-dead-summary-mode): do.
20677
20678         * gnus-start.el (gnus-slave-mode): do.
20679
20680         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20681
20682         * gnus-ml.el (gnus-mailing-list-mode): do.
20683
20684         * gnus-gl.el (gnus-grouplens-mode): do.
20685
20686         * gnus-draft.el (gnus-draft-mode): do.
20687
20688         * gnus-dired.el (gnus-dired-mode): do.
20689
20690         * gnus-ems.el (gnus-add-minor-mode): Remove.
20691
20692         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20693         Replace gnus-char-width with char-width.
20694
20695         * gnus-ems.el (gnus-char-width): Remove.
20696
20697         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20698         Replace gnus-char-width with char-width.
20699
20700         * gnus-ems.el (gnus-char-width): Remove.
20701
20702         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20703         definition.
20704         Remove Emacs 20 hash table compatibility code.
20705
20706         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20707         20 compatibility code.
20708
20709         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20710
20711         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20712
20713         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20714         Replace with point-at-{eol,bol}.
20715
20716         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20717
20718         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20719
20720         * flow-fill.el (fill-flowed-point-at-bol)
20721         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20722
20723         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20724         Replace with point-at-{eol,bol} throughout all files.
20725
20726 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * ntlm.el (ntlm-string-as-unibyte): New macro.
20729         (ntlm-build-auth-response): Use it.
20730
20731         Remove Emacs 20 stuff:
20732         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20733         (butlast, mapc, remove): Remove the compiler macros.
20734         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20735         of delq and copy-sequence.
20736         * gnus-art.el (popup-menu): Remove the compiler macro.
20737         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20738         Emacs 20.
20739
20740 2004-01-05  Simon Josefsson  <jas@extundo.com>
20741
20742         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20743         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20744         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20745         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20746         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20747         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20748         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20749         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20750         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20751         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20752         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20753         string-xor into ntlm-string-xor.
20754         Suggested by Jesper Harder <harder@myrealbox.com>.
20755
20756         * ntlm.el: Don't include poem.
20757
20758         * md4.el (print-int32, print-string-hexa): Remove.
20759         Suggested by Jesper Harder <harder@myrealbox.com>.
20760
20761         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20762
20763         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20764         probably breaks emacs with DL patch, but do we care? Is anyone
20765         still using the DL stuff?)
20766
20767         * sieve-manage.el: Use the password package.
20768         (sieve-manage-read-passwd): Remove.
20769         (sieve-manage-interactive-login): Use password.  Re-add
20770         condition-case around loop.
20771
20772         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20773         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20774         Use the password package.
20775
20776 2003-02-19  Simon Josefsson  <jas@extundo.com>
20777
20778         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20779         token.
20780
20781 2002-08-07  Simon Josefsson  <jas@extundo.com>
20782
20783         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20784         (sieve-manage-authenticators):
20785         (sieve-manage-authenticator-alist): Add some SASL mechs.
20786         (sieve-sasl-auth): New function.
20787         (sieve-manage-cram-md5-auth):
20788         (sieve-manage-plain-auth): Rewrite using SASL library.
20789         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20790         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20791         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20792         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20793
20794 2004-01-05  Simon Josefsson  <jas@extundo.com>
20795
20796         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20797         New files.
20798
20799 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20800
20801         * gnus-group.el (gnus-no-groups-message): Update.
20802
20803         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20804
20805 2003-11-09  Simon Josefsson  <jas@extundo.com>
20806
20807         * imap.el: Support for ID IMAP extension (RFC 2971).
20808         (imap-local-variables): Add imap-id.
20809         (imap-id): New variable.
20810         (imap-id): New function.
20811         (imap-parse-response): Parse untagged ID response.
20812         * nnimap.el (nnimap-id): New variable.
20813         (nnimap-open-connection): Use it.
20814
20815 2003-12-28  Simon Josefsson  <jas@extundo.com>
20816
20817         * gnus-score.el (gnus-score-edit-all-score): New.
20818         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20819
20820 2004-01-04  Simon Josefsson  <jas@extundo.com>
20821
20822         * password.el: Add.
20823
20824 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20825
20826         * dns.el (dns-query-types): Fix typo.
20827         (dns-query-types): New function.
20828         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20829         PTR and SOA replies, see RFC 1035.
20830
20831 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20832
20833         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20834
20835         * Move to Changelog.2.
20836
20837 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20838
20839         * gnus.el (gnus-version-number): Bump version.
20840
20841 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20842
20843         * gnus.el: No Gnus v0.1 is released.
20844
20845 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20846
20847         * gnus.el: No Gnus v0.0 is released.
20848
20849 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20850
20851         * gnus.el (gnus-version-number): Bump.
20852         (gnus-version): No.
20853
20854 See ChangeLog.2 for earlier changes.
20855
20856   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20857
20858   This file is part of GNU Emacs.
20859
20860   GNU Emacs is free software: you can redistribute it and/or modify
20861   it under the terms of the GNU General Public License as published by
20862   the Free Software Foundation, either version 3 of the License, or
20863   (at your option) any later version.
20864
20865   GNU Emacs is distributed in the hope that it will be useful,
20866   but WITHOUT ANY WARRANTY; without even the implied warranty of
20867   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20868   GNU General Public License for more details.
20869
20870   You should have received a copy of the GNU General Public License
20871   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20872
20873 ;; Local Variables:
20874 ;; coding: utf-8
20875 ;; fill-column: 79
20876 ;; add-log-time-zone-rule: t
20877 ;; End: