(gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn...
[gnus] / lisp / ChangeLog
1 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4         nil means that nnimap doesn't get updated.
5
6 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * auth-source.el (auth-source-netrc-create): Return a synthetic search
9         result when the user doesn't want to write to the file.
10         (auth-source-netrc-search): Expect a synthetic result and proceed
11         accordingly.
12
13         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
14         parameter.  Create entry if necessary by using :create t.
15         (nnimap-open-connection-1): Don't pass `inhibit-create'.
16
17 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * auth-source.el (auth-source-debug): Enable by default and don't
20         mention the obsolete `auth-source-hide-passwords'.
21         (auth-source-do-warn): New function to debug unconditionally.
22         (auth-source-do-debug): Use it.
23         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
24         and for Secrets API entries when the secrets.el library is not
25         available.
26
27 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-sum.el (gnus-propagate-marks): Default to nil.
30         (gnus-summary-exit): Kill the correct article buffer on exit from a
31         `C-d' group.
32
33         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
34         gnus-propagate-marks.
35
36         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
37         before killing the buffers so that a non-full window conf gets handled
38         correctly.
39         (gnus-summary-exit): Ditto.
40         (gnus-summary-read-group-1): Ditto.
41
42         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
43         async code again so that we can debug it properly.
44
45         * message.el (message-reply): Take an optional switch-buffer parameter
46         so that Gnus window confs are respected better.
47
48 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
51         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
52         docstring.
53         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
54         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
55         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
56         Login collection is "Login" and not "login".
57
58 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
61         multiple headers.
62
63         * nnimap.el (nnimap-inhibit-logging): New variable.
64         (nnimap-log-command): Don't log login commands.
65
66         * auth-source.el (auth-source-netrc-search): The asserts seem to want
67         to have more parameters.
68
69         * nnimap.el (nnimap-send-command): Mark the command time for each
70         command, so that we don't get NOOPs stepping on our toes.
71
72         * gnus-art.el (article-date-ut): Get the date from the Date header on
73         `t'.
74
75 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * auth-source.el (auth-source-search): Use copy-sequence instead of
78         the cl.el copy-list.
79
80 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * imap.el: Bring it back (revert
83         84d800cd31de3064f0ed39617d725709a2f8f42f).
84
85 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
86
87         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
88         Improve prompt.
89
90 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-art.el (gnus-article-mode-line-format): Remove the article
93         washing status from the default format.  It isn't very informative.
94
95 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
96
97         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
98         Gcc processing on imap.
99
100 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * imap.el: Remove file.  All the functionality is in nnimap.el.
103
104 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
105
106         * message.el (message-bury): Don't pop up a new window when selected
107         window is dedicated.
108
109 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
110
111         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
112
113 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * sieve-manage.el: Autoload `auth-source-search'.
116         (sieve-sasl-auth): Use it.
117
118 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
119
120         * nnimap.el: Autoload `auth-source-forget+'.
121         (nnimap-open-connection-1): Use it if the connection fails.
122
123         * auth-source.el: Require `password-cache'.
124         (auth-source-hide-passwords, auth-source-cache): Remove and mark
125         obsolete.
126         (auth-source-magic): Marker for `password-cache' keys.
127         (auth-source-do-cache): Update docstring.
128         (auth-source-search): Use and check cache.
129         (auth-source-forget-all-cached, auth-source-remember)
130         (auth-source-recall, auth-source-forget, auth-source-forget+)
131         (auth-source-specmatchp): Caching support functions.
132         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
133         Remove and obsolete.
134         (auth-source-user-or-password): Remove caching to further discourage
135         using it.  Always hide passwords.
136
137         * password-cache.el (password-cache-remove): Accept secrets that are
138         not strings.
139
140 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
143         code for now, since it doesn't work for all users.
144
145 2011-02-09  Julien Danjou  <julien@danjou.info>
146
147         * message.el (message-options): Make message-options really buffer
148         local.
149
150 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * mail-source.el: Autoload `auth-source-search'.
153         (mail-source-keyword-map): Note order matters.
154         (mail-source-set-1): Get all the mail-source source values and
155         defaults and search auth-source on those if needed.  This can all
156         probably be simplified.
157
158         * nnimap.el: Autoload `auth-source-search'.
159         (nnimap-credentials): Use it.
160         (nnimap-open-connection-1): Ask for the virtual server and physical
161         address in one shot.
162
163         * nntp.el: Autoload `auth-source-search'.
164         (nntp-send-authinfo): Use it.  Note TODO.
165
166 2011-02-08  Julien Danjou  <julien@danjou.info>
167
168         * shr.el (shr-tag-body): Add support for text attribute in body
169         markups.
170
171         * message.el (message-options): Make message-options a local variable.
172
173 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * auth-source.el (auth-source-secrets-search)
176         (auth-source-user-or-password): Use `append' instead of `nconc'.
177         (auth-source-user-or-password): Build return list better and protect
178         against nil :secret.
179
180 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
181
182         * nnimap.el (nnimap-update-info): Refactor slightly.
183         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
184         (nnimap-update-info): Clean up slightly.
185         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
186         characters.
187         (nnimap-process-quirk): Rename function to avoid collision.
188         (nnimap-update-info): Fix macrology bug-out.
189         (nnimap-update-info): Simplify split history test.
190
191 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
192
193         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
194         `secrets-get-attributes' instead of `secrets-get-attribute'.
195         (auth-source-secrets-search): Limit search when `max' is greater than
196         number of results.
197
198 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
199
200         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
201         part not returning any data.
202
203         * proto-stream.el (open-protocol-stream): Document the return value.
204
205 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * auth-source.el (auth-source-secrets-search): Add examples.
208
209 2011-02-06  Julien Danjou  <julien@danjou.info>
210
211         * message.el (message-setup-1): Handle message-generate-headers-first
212         set to t.
213
214 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
217         API with a string "secrets:collection-name" and with 'default.
218         (auth-source-backend-parse): Parse "secrets:collection-name" and
219         'default.  Recurse on parses instead of repeating code.  Use the
220         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
221         message when ignoring a source.
222         (auth-source-search): List ignored search keys at the top level.
223         (auth-source-netrc-create): Use `case' instead of `cond'.
224         (auth-source-secrets-search): Created with TODOs.
225         (auth-source-secrets-create): Created with TODOs.
226         (auth-source-retrieve, auth-source-create, auth-source-delete)
227         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
228         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
229         (auth-source-user-or-password-sftp)
230         (auth-source-user-or-password-smtp): Removed.
231         (auth-source-user-or-password): Deprecated and modified to be a wrapper
232         around `auth-source-search'.  Not tested thoroughly.
233
234 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
235
236         * auth-source.el: Bring in assoc and eioeio libraries.
237         (secrets-enabled): New variable to track the status of the Secrets API.
238         (auth-source-backend): New EIOEIO class to represent a backend.
239         (auth-source-creation-defaults): New variable to set prompt defaults
240         during token creation (see the `auth-source-search' docstring for
241         details).
242         (auth-sources): Simplify to allow a simple string as a netrc backend
243         spec.
244         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
245         (auth-source-backend-parse-parameters): Fill in the backend parameters.
246         (auth-source-search): Main auth-source API entry point.
247         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
248         (auth-source-search-collection): Helper function for searching.
249         (auth-source-netrc-parse, auth-source-netrc-normalize)
250         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
251         Supports search, create, and delete.
252         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
253         backend stubs.
254         (auth-source-user-or-password): Call `auth-source-search' but it's not
255         ready yet.
256
257 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * message.el (message-setup-1): Remove the read-only stuff, since it
260         doesn't work under XEmacs, for some reason.
261
262         * gnus-sum.el (gnus-user-date): Rename back from
263         gnus-summary-user-date since user code refers to it.
264
265         * shr.el (shr-render-td): Store the actual background colour used.
266
267         * message.el (message-setup-1): Don't bind the constant
268         -forbidden-properties.
269         (message-setup-1): Revert previous change, since it needs to bind the
270         props to insert them.
271         (message-resend): Allow removing the read-only separator line.
272
273 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
274
275         * nnimap.el (nnimap-request-accept-article): Give an error message if
276         the APPEND wasn't successful.
277
278 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
279
280         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
281         that have no groups.
282
283 2011-02-03  Julien Danjou  <julien@danjou.info>
284
285         * gnus-draft.el: Remove progn around gnus-draft-setup.
286
287 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus-start.el (gnus-read-active-for-groups): This function is never
290         called with a nil `infos', so clean that up.
291         (gnus-get-unread-articles): Request active files from primary/secondary
292         methods that have no groups (yet).
293
294 2011-02-03  Julien Danjou  <julien@danjou.info>
295
296         * message.el (message-setup-1): Always generate References first.
297         (message-mail): Return the return value of message-setup, not always t.
298         (message-setup-1): Insert mail-header-separator with read-only and
299         intangible properties set.
300
301         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
302         user-date in docstring.
303
304         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
305
306         * gnus.el (gnus-summary-line-format): Mention &user-date format in
307         docstring.
308
309         * gnus.el (gnus-user-date-format-alist): Change default value. Use
310         defcustom, with type and group. Move from gnus-util.el. Rename to
311         gnus-summary-user-date-format-alist.
312
313 2011-02-03  Glenn Morris  <rgm@gnu.org>
314
315         * nnimap.el (gnus-fetch-headers): Declare.
316
317         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
318
319 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * message.el (message-forward-make-body-digest-plain)
322         (message-followup, message-reply): Clean up things noted by Stefan.
323
324         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
325         gnus-article-update-date-headers is nil.
326         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
327         it didn't really work with defcustom.
328         (article-update-date-lapsed): Make sure the window start doesn't move,
329         either.
330
331 2011-02-01  Julien Danjou  <julien@danjou.info>
332
333         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
334         format.
335
336         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
337         standard in Emacs nowadays.
338
339         * color.el (color-gradient): Add a color-gradient function.
340
341 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
342
343         * message.el (message-expand-name): Don't trust the return value of
344         bbdb-complete-name.
345         (message-check-news-header-syntax): Remove unused var `start'.
346         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
347         (message-inhibit-body-encoding): Move to before first use.
348         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
349         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
350         (Organization, Message-ID, Date, mh-previous-window-config):
351         Defvar the vars using dynamic scoping.
352
353 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
354
355         * shr.el (shr-render-td): Only do colours at the final rendering.
356         Should be slightly faster.
357         (shr-insert-table): Fix up TD background colours when doing the
358         vertical padding.
359
360         * gnus-art.el (article-date-ut): Protect against articles with no Date
361         header.
362         (article-update-date-lapsed): Don't use current-column to find the
363         horizontal position.  It's fragile in the presence of \003 characters.
364
365         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
366
367 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-art.el (article-transform-date): Rewrite to still work when
370         there are several rfc2822 parts.
371         (article-transform-date): Fix infinite recursion.
372         (article-date-ut): Replace infinitely many Date headers with a single
373         one when called interactively.
374
375         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
376         secure manner.
377
378         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
379         move around by not using save-window-excursion.  It seems to work...
380
381 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (article-make-date-line): Work for user-defined format.
384
385 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * nntp.el (nntp-retrieve-group-data-early)
388         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
389         fetching functions.
390
391         * gnus-start.el (gnus-read-active-for-groups): Read the active files
392         thoroughly for all backends that have no known groups.  This should
393         allow new nnml methods to retrieve mail.
394
395         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
396         that Gnus doesn't know exists again.
397
398         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
399         (gnus-treat-date-ut): Ditto.
400         (gnus-article-update-date-header): Renamed.
401         (gnus-treat-date-local): Removed.
402         (gnus-treat-date-english): Removed.
403         (gnus-treat-date-lapsed): Removed.
404         (gnus-treat-date-combined-lapsed): Removed.
405         (gnus-treat-date-original): Removed.
406         (gnus-treat-date-iso8601): Removed.
407         (gnus-treat-date-user-defined): Removed.
408         (gnus-article-date-headers): New variable to control all the date
409         header options.
410         (article-date-ut): Rewrite to allow using the new way to format date
411         headers(s).
412
413 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * nnmail.el (nnmail-article-group): Check for a direct fancy split
416         method.
417         (nnmail-article-group): A better test for fanciness.
418
419         * nnimap.el (nnimap-request-head): Protect against not finding the
420         article by Message-ID.
421
422 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-art.el (article-update-date-lapsed): Try a better way to really
425         keep point at the "same place".
426
427 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
430         data if the group is unactivated.
431
432 2011-01-28  Julien Danjou  <julien@danjou.info>
433
434         * gnus-win.el: Remove dead function gnus-window-configuration-element.
435         (gnus-all-windows-visible-p): Remove old compatibility code.
436         (gnus-window-top-edge): Add docstring.
437
438         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
439
440 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
443         older request-update-info.
444
445         * gnus-art.el (article-make-date-line): Limit the length a bit more.
446
447 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
448
449         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
450         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
451
452 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
455         groups.  This makes the nndraft:queue group pop up if it's not already
456         there.
457
458         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
459         messages" logic, which was reversed.
460
461         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
462         the "same place" even if point is on the line being replaced.
463         (article-update-date-lapsed): Allow updating both the combined lapsed
464         and the lapsed headers.
465         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
466         (article-make-date-line): Limit the number of segments dynamically to
467         avoid too-long lines.
468
469 2011-01-27  Julien Danjou  <julien@danjou.info>
470
471         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
472         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
473
474 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
477         Use plist-get instead of the cl function getf.
478
479 2011-01-27  Glenn Morris  <rgm@gnu.org>
480
481         * gnus-util.el (float-time): Get rid of compiler warning, again.
482
483 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-put-color): Special-case background colours: Do put them
486         at the blank parts at the front of the lines.
487
488         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
489         exit hook to nix out all data on readedness on group exit.
490
491         * gnus-util.el (float-time): If float-time is bound, always use it on
492         all Emacsen.  It's unclear why the subrp check was there.
493         (time-date): Require to make some autoload issues on XEmacs go away.
494
495         * shr.el (shr-put-color): Don't do the box padding in tables, since
496         they're already padded.
497
498 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-art.el (gnus-article-next-page): When the last line of the
501         article is displayed, scroll down once more instead of going to the
502         next article at once.
503         (article-lapsed-string): Refactor out and allow specifying how many
504         segments you want.
505         (gnus-article-setup-buffer): Start updating the lapsed header directly.
506         (gnus-article-update-lapsed-header): New variable.
507
508         * shr.el: Revert change that made headings use different-sized faces.
509         The Emacs display engine isn't advanced enough that, for instance,
510         tables can comfortably use differntly-sized faces.
511
512 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
515         used.
516         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
517         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
518         we're using an encrypted connection.
519
520         * proto-stream.el: Alter the interface functions to also return the
521         actual stream type used: network or tls.
522
523 2011-01-25  Julien Danjou  <julien@danjou.info>
524
525         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
526         (mm-display-javascript-inline): New function.
527
528         * mm-decode.el (mm-inline-media-tests): Add application/javascript
529         viewing function.
530
531 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * shr.el (shr-expand-newlines): Fix variable name.
534
535 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * shr.el (shr-expand-newlines): Make nested boxes work.
538
539 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
540
541         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
542         backgrounds.
543         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
544         in a more sensible manner.
545
546 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
547
548         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
549         if EPG is loaded.
550
551 2011-01-24  Julien Danjou  <julien@danjou.info>
552
553         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
554         tags.
555
556 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
559         commands.
560
561         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
562         in the article buffer.
563         (gnus-gravatar-insert): Use blank space from the current buffer to
564         avoid breaking text properties.  This makes X-Sent updating work again.
565
566         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
567
568 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
571         fix the bug in url-http.el instead.
572
573         * shr.el (shr-image-fetched): Ditto.
574
575         * shr.el (shr-image-fetched): Avoid having point move in the article
576         buffer.
577
578         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
579         buffer after being called.  It's apparently being killed by url.el, and
580         killing it made point move to end-of-buffer in a random buffer.
581
582         * shr.el (shr-image-fetched): Ditto.
583
584 2011-01-23  Julien Danjou  <julien@danjou.info>
585
586         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
587
588         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
589         text/x-org.
590
591 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-sum.el (gnus-summary-move-article): Protect against backends
594         (i.e., nnimap) returning nil as the article number.
595
596 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
597
598         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
599         "DelSp" parameter in RFC3676.
600
601 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * message.el (message-check-recipients): Display the encoded version of
604         the bogus address if they differ.
605
606         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
607         after sending.
608
609         * gnus-agent.el (gnus-agent-send-mail): Ditto.
610
611         * gnus-group.el (gnus-group-refresh-group): New convenience function.
612
613         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
614         group buffer after sending the queue.
615
616         * gnus-agent.el (gnus-agent-send-mail): Ditto.
617
618 2011-01-22  Julien Danjou  <julien@danjou.info>
619
620         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
621
622 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
623
624         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
625         nested related parts.
626
627         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
628         unexpired articles.  This fixes the regression that led expiry marks to
629         disappear from nnfolder groups.
630
631 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
634         Don't confuse the "ret" of "retrograde" with RET.
635
636 2011-01-21  Julien Danjou  <julien@danjou.info>
637
638         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
639         than mm-insert-inline.
640
641 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
644         Widen article buffer.
645
646 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
649         the temp buffer.
650         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
651
652 2011-01-20  Julien Danjou  <julien@danjou.info>
653
654         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
655
656         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
657         than mm-insert-inline to insert inline part: this respect
658         mm-inline-media-tests displayers.
659
660         * mm-view.el (mm-display-shell-script-inline): New function.
661
662         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
663
664         * mm-uu.el (mm-uu-type-alist): Add org block.
665         (mm-uu-org-src-code-block-extract): New function.
666
667         * mm-view.el (mm-display-org-inline): New function.
668
669         * mm-decode.el (mm-automatic-display): Add text/org.
670
671         * mailcap.el (mailcap-mime-extensions): Add .org.
672
673 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-art.el (gnus-article-highlight): Remove argument passed to
676         gnus-article-add-buttons.
677
678 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
679
680         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
681         From header with a date and "nobody" as the sender.
682
683 2011-01-19  Julien Danjou  <julien@danjou.info>
684
685         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
686         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
687         if you have the same regexp several times.
688         (gnus-button-push): Fix matching when regexp is symbol.
689
690 2011-01-15  Glenn Morris  <rgm@gnu.org>
691
692         * message.el (message-mail): A compose-mail function should
693         accept headers as strings.
694
695 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
696
697         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
698         Add :vert-only tags.
699         (message-mail): New arg RETURN-ACTION.
700         (message-return-action): New var.
701         (message-bury): Use it.
702         (message-mode): Make it buffer-local.
703         (message-send-and-exit): Always call message-bury.
704
705         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
706         message-mail.
707
708 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * nnimap.el (nnimap-convert-partial-article): Protect against
711         zero-length body parts.
712
713         * mm-decode.el (mm-preferred-alternative-precedence):
714         Discourage showing empty parts.
715
716         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
717         and stuff if the backend didn't return the article number.  This fixes
718         an Exchange-related nnimap bug.
719
720         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
721         group window, because it does the wrong thing when a separate frame
722         displays the group buffer.
723
724         * proto-stream.el (open-protocol-stream): Protect against the low-level
725         transport functions returning nil.
726
727 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
728
729         * mml2015.el (epg-sub-key-fingerprint): Autoload.
730         (mml2015-epg-find-usable-secret-key): New function.
731         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
732         mml2015-epg-find-usable-key (Bug#7797).
733         (mml2015-epg-encrypt): Ditto.
734
735 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * dgnushack.el (rot13-string): Fix the way to get the argument.
738
739 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
742
743 2011-01-03  Glenn Morris  <rgm@gnu.org>
744
745         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
746
747         * sieve.el (sieve-open-server): Give a more explicit error if
748         sieve-manage-open returns nil.  (Bug#7720)
749
750 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
751
752         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
753
754 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
757         This avoids sending passwords in plain text over non-encrypted
758         channels.
759
760         * shr.el (shr-rescale-image): Display all GIF images as animated images.
761
762         * nnimap.el (nnimap-login): Refactored out into own function, and
763         implement CRAM-MD5.
764         (nnimap-wait-for-line): Refactored out.
765
766         * mm-view.el (mml-smime): Require.
767
768 2010-12-20  David Engster  <deng@eml.cc>
769
770         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
771         use EPG to decrypt S/MIME messages instead of openssl.
772
773 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
776
777         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
778         status is the group clearly is unreachable.
779
780         * auth-source.el (auth-source-create): Add the optional second
781         parameter to `local-variable-p' to be compatible with XEmacs.
782
783 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
784
785         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
786         work when using a compressed nnml folder.
787
788 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
791         backends after sanitising on entry, because this never makes sense:
792         If the articles have gone missing, then the data no longer exists on
793         the backend, and if they haven't, then Gnus is wrong, and shouldn't
794         overwrite anything anyway.
795
796         * shr.el (shr-insert-document): Bind shr-width dynamically to
797         window-width if it's nil.
798
799 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
800
801         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
802         with the meaning of using the full emacs window width for rendering.
803
804 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
805
806         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
807         case when sender is not given.
808
809 2010-12-23  Julien Danjou  <julien@danjou.info>
810
811         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
812         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
813         the addresses, otherwise we might misplaced the gravatar.
814
815 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
816
817         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
818         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
819         obsolete in Emacs.
820
821 2010-12-20  Julien Danjou  <julien@danjou.info>
822
823         * gnus-util.el (gnus-rescale-image): Revert last change.
824
825 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
826
827         * binhex.el: Improve commentary (Bug#7482).
828
829 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-group.el (gnus-group-delete-articles): New command.
832
833 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
834
835         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
836
837 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
840         here, since it's up to the backends to do CRLF removal if their
841         protocol has it.
842
843         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
844
845 2010-12-17  Julien Danjou  <julien@danjou.info>
846
847         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
848         they are from file. Can also scale up.
849
850 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
851
852         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
853         gnus-use-agent.
854         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
855
856         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
857
858 2010-12-17  Julien Danjou  <julien@danjou.info>
859
860         * gravatar.el (gravatar-retrieve-synchronously): New function.
861         (gravatar-get-data): Make more robust.
862
863 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
866
867 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
870         to really consider the last line.
871
872 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
873
874         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
875         list of recipient keys, or use symmetric encryption if not a list.
876         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
877         EPA override, replacing the call to `netrc-store-data'.
878
879 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
880
881         * gnus-srvr.el: Avoid passing nil regexp argument to
882         delete-matching-lines.
883
884 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
887         fetching stops when Gnus exits.
888
889         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
890         function.
891         (nnfolder-request-expire-articles): Save all the buffers after doing
892         expiry.
893
894         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
895         the last article", since that led to serious performance regressions
896         when expiring nnml groups.
897
898 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
899
900         * nnir.el: Improve customizations.
901
902 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
905
906         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
907         group has been killed.
908         (gnus-group-yank-group): Ditto.
909
910         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
911
912         * nnimap.el (nnimap-request-update-group-status): New function.
913
914         * gnus-int.el (gnus-request-update-group-status): New interface
915         function.
916
917         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
918         copying read-ness to the backends.
919
920         * nnimap.el (nnimap-quirk): New function.
921         (nnimap-retrieve-group-data-early): Use it.
922         (nnimap-quirks): New alist.
923
924 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * shr.el (shr-insert): Set shr-start after deleting trailing space;
927         don't delete it within indentation.
928
929 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
932         previous line.
933
934 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
937         QRESYNC command by deleting a superfluous space which broke Cyrus
938         servers.  This change will break other servers that are buggy the other
939         way around.
940
941 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * spam.el: Reindent and fix long lines.
944         (spam-copy-or-move-routine): Exclude invalid move destinations.
945
946 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
947
948         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
949         installed the registry.
950
951 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
954
955 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
956
957         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
958         groupname doesn't contain "gmane".
959
960 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
963         and netrc-bound-and-true-p bindings.
964         (netrc-parse): Cache the netrc contents.
965
966         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
967         (gnus-1): Don't create the nndrafts group twice.
968         (gnus-setup-news): There's no need to read the active file here, since
969         that's done again later on a per-backend basis.
970         (gnus-start-draft-setup): Make sure that the new group is started out
971         empty.
972
973         * gnus-agent.el (gnus-agentize): Don't create the queue group
974         automatically on startup.  It'll be created later, if needed.
975
976         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
977         of automatically subscribed groups.
978         (gnus-auto-subscribed-categories): New variable.
979         (gnus-matches-options-n): Use it.
980         (gnus-default-subscribed-newsgroups): Remove unused variable.
981         (gnus-start-draft-setup): Message a bit less.
982
983 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * nnir.el (nnir-run-imap): Return article list in order of increasing
986         UID.
987
988 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-sum.el (gnus-summary-enter-digest-group):
991         Mention gnus-auto-select-on-ephemeral-exit.
992
993         * proto-stream.el (proto-stream-open-network-only): Fix the calling
994         convention of the network-only option.
995
996 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * proto-stream.el (proto-stream-open-network-only): New function to
999         have a way to specify non-STARTTLS upgrade connections.
1000
1001 2010-12-10  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1004         email address is nil.
1005
1006         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1007
1008 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1009
1010         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1011         deletion.
1012         (nnir-run-imap): Only need to parse list once.
1013
1014 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-tag-script): Ignore <script>.
1017         (shr-tag-label): Add <label> support.
1018
1019 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1022
1023         * shr.el (shr-image-displayer): Work for images lined side by side.
1024
1025 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1026
1027         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1028         parameter, since XEmacs doesn't accept t as a parameter.
1029
1030 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1031
1032         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1033         ids.
1034         (nnir-run-gmane): Simplify groupspec formatting.
1035         (nnir-request-expire-articles): New function.
1036
1037 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1040         overflow, possibly.
1041
1042         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1043         (shr-render-td): Handle td style="" better.
1044         (shr-tag-table): Use the color from the style sheet.
1045         (shr-render-td): Make sure we copy over all the overlays, too.
1046
1047 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1048
1049         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1050         (nnir-request-article): Improve article retrieval.
1051
1052 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * mm-util.el (mm-extra-numeric-entities): New variable.
1055
1056         * mm-url.el (mm-url-decode-entities):
1057         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1058
1059         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1060
1061 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1062
1063         * message.el: Use completion-at-point.
1064         (message-completion-function): New fun, extracted from message-tab.
1065         (message-mode): Use it for completion-at-point-functions.
1066         (message-tab): Use it and completion-at-point.
1067
1068 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1071         character if a non-breakable character follows.
1072
1073 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1076         any stream.
1077
1078         * shr.el (shr-tag-font): Colorize the region.
1079         (shr-tag-body): Ditto.
1080         (shr-tag-font): Actually let the styles be inherited instead of
1081         overwriting them.
1082         (shr-tag-font): Get the background color right.
1083         (shr-tag-style): Ignore all <style> tags for the moment.
1084
1085         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1086         a Message-ID to avoid having nnimap depend on gnus-sum.
1087
1088         * shr.el (shr-descend): Only colorize something if we have a node that
1089         sets colors.
1090
1091 2010-12-06  Julien Danjou  <julien@danjou.info>
1092
1093         * shr.el (shr-render-td): Render td content with shr-descend, so style
1094         will be applied to <td> too.
1095         (shr-colorize-region): Colorize region even if we only have a background.
1096         (shr-tag-body): Fix color and background color inheritance.
1097         Do not recolorize after shr-generic.
1098         (shr-tag-font): Let shr-generic colorize via inheritance.
1099
1100 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1103
1104 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1105
1106         * nnir.el (nnir-request-move-article): Remove obsolete code.
1107
1108 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1111
1112 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * gnus-sum.el (gnus-summary-respool-article): The completion function
1115         expects a list instead of an alist.
1116
1117         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1118         string as the parameter.
1119
1120         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1121
1122         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1123         styles.
1124         (shr-colorize-region): New function.
1125         (shr-insert-background-overlay): Remove.
1126         (shr-render-td): Background setting should be taken care of on a higher
1127         level.
1128         (shr-tag-body): Use post-hoc colorizations.
1129         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1130         (shr-put-color-1): Don't overwrite old colors.
1131         (shr-colorize-region): When the background color isn't explicit, use
1132         a fixed background.
1133
1134         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1135         nnmail variables.
1136
1137 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1138
1139         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1140         unless necessary.
1141
1142 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1145         server.
1146
1147 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1150         so that TAB works.
1151
1152         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1153         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1154
1155         * shr.el (shr-urlify): Show the URL before the title to avoid
1156         misleading URLs.
1157
1158 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1159
1160         * shr.el (shr-urlify): Display the title in <a> tags.
1161
1162 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1163
1164         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1165
1166 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1167
1168         * nnir.el: Rearrange code to allow macros to be autoloaded by
1169         gnus-sum.el.
1170         (nnir-retrieve-headers-override-function): Make this variable
1171         customizable.
1172         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1173
1174         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1175         from nnir.el.
1176
1177 2010-12-03  Julien Danjou  <julien@danjou.info>
1178
1179         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1180
1181 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1184         allow optional argument `environment'.
1185
1186 2010-12-03  Glenn Morris  <rgm@gnu.org>
1187
1188         * mm-extern.el (message-goto-body): Update declaration.
1189
1190 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-util.el (gnus-macroexpand-all): New function.
1193
1194         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1195         instead of macroexpand-all that is unavailable in XEmacs.
1196
1197 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1198
1199         * nnir.el (nnir-summary-line-format): New variable.
1200         (nnir-mode): Use it.
1201         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1202         (nnir-article-ids): Reimplement as defsubst.
1203         (nnir-retrieve-headers): Don't mangle the subject header.
1204         (nnir-run-imap): Use 100 as RSV score.
1205         (nnir-run-find-grep): Fix for full server searching.
1206         (nnir-run-gmane): Better restriction to gmane groups.
1207
1208         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1209         summary buffers.
1210
1211 2010-12-02  Julien Danjou  <julien@danjou.info>
1212
1213         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1214
1215         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1216
1217         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1218         support.
1219
1220 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el: Update to handle the registry better.
1223         (autoload): Silence byte-compiler.
1224         (nnir-open-server): Add a hook for nnir groups.
1225         (nnir-request-move-article): Don't mangle the header. Better to use
1226         formating variables (which will be added in the future).
1227         (nnir-registry-action): Update the registry using the original article
1228         group name.
1229         (nnir-mode): Install nnir-specific hooks for updating the registry.
1230
1231         * gnus-sum.el
1232         (gnus-article-original-subject,gnus-newsgroup-original-name):
1233         Remove obsolete variables.
1234         (gnus-summary-move-article): Remove use of obsolete variables.
1235         (gnus-summary-local-variables): Make move and delete hooks local to
1236         summary buffers.
1237
1238 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * rtree.el: New file.
1241
1242 2010-12-01  Julien Danjou  <julien@danjou.info>
1243
1244         * message.el (message-user-organization): Do not use
1245         gnus-local-organization.
1246
1247         * gnus.el: Remove gnus-local-organization.
1248
1249         * gnus-msg.el: Remove nastygram thing.
1250
1251 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1254         funcall.
1255
1256 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1259         names.
1260
1261         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1262         characters.
1263
1264         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1265         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1266         Suggested by Štěpán Němec <stepnem@gmail.com>.
1267         (gnus-gravatar-transform-address): Use mail-extract-address-components
1268         that supports non-ASCII names rather than mail-header-parse-addresses.
1269
1270 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * proto-stream.el (open-protocol-stream): All starttls connections are
1273         handled by the network handler.
1274
1275 2010-11-30  Julien Danjou  <julien@danjou.info>
1276
1277         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1278         (nnimap-open-connection-1): Fix PREAUTH.
1279
1280         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1281
1282 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1285         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1286         (shr-insert): Use them.
1287         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1288
1289 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1290
1291         * nnir.el (nnir-request-move-article): Bail out if original group
1292         doesn't support article moves.
1293         (nnir-get-active): Improve active list retrieval.
1294
1295 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1298
1299 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1300
1301         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1302         seem to accept strings-with-numbers as port numbers,
1303
1304 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1305
1306         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1307         change the registry.
1308
1309 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1312         delete-dups that is not available in XEmacs 21.4.
1313
1314         * mm-util.el (mm-delete-duplicates): Add comment.
1315
1316 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1317
1318         * nnir.el (nnir-ignored-newsgroups): New variable.
1319         (nnir-get-active): Use it.
1320
1321 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * proto-stream.el (proto-stream-open-network): Add some comments.
1324
1325         * nntp.el (nntp-open-connection): Provide a :success condition.
1326
1327         * nnimap.el (nnimap-open-connection-1): Ditto.
1328
1329         * proto-stream.el (proto-stream-open-network): See what the response to
1330         the STARTTLS command is.
1331
1332         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1333         backwards compatibility).
1334         (nnimap-open-connection-1): Really respect nnimap-server-port.
1335
1336         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1337         TLS upgrades we don't really care about the identity of the peer.
1338         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1339         that what we've checked for.
1340         (proto-stream-always-use-starttls): Only default to t if
1341         open-gnutls-stream exists.
1342         (proto-stream-open-network): If STARTTLS failed, then just open a
1343         normal connection.
1344         (proto-stream-open-network): Wait until the greeting before doing
1345         STARTTLS.
1346
1347         * nntp.el (nntp-open-connection): Report what the connection error is.
1348
1349         * proto-stream.el (open-protocol-stream): Rename from
1350         open-proto-stream.
1351
1352 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-stream): Change default to `undecided'.
1355         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1356         first, and then network.
1357         (nnimap-open-connection-1): Respect nnimap-server-port.
1358         (nnimap-open-connection): Be more backwards-compatible.
1359
1360         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1361         (proto-stream-open-starttls): De-duplicate the starttls code.
1362         (proto-stream-open-starttls): Folded back into the main function.
1363         (proto-stream-open-network): Fix typo in the gnutls path.
1364         (proto-stream-command): Refactor out.
1365
1366         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1367
1368         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1369         starttls.el STARTTLS.
1370
1371         * color.el (color-lab->srgb): Fix function call name.
1372
1373         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1374         if we're using tls.el.
1375         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1376         built in, then don't try to establish a STARTTLS connection.
1377
1378         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1379         servers.
1380
1381         * proto-stream.el (open-proto-stream): Use network, not stream.
1382         (open-proto-stream): Add a way to specify what the end of a command is.
1383
1384         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1385         connections types.
1386         (nntp-open-network-stream): Remove.
1387         (nntp-open-ssl-stream): Remove.
1388         (nntp-open-tls-stream): Remove.
1389         (nntp-ssl-program): Remove.
1390
1391         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1392
1393 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1394
1395         * nnir.el: Fix typos.
1396         (nnir-retrieve-headers-override-function): Rename variable to reflect
1397         new semantics.
1398         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1399         macros.
1400         (nnir-request-article, nnir-request-move-article): Use them.
1401         (nnir-categorize): New function.
1402         (nnir-run-query): Use it.
1403         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1404         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1405         sorted.
1406         (nnir-group-full-name): Use gnus-group-full-name instead.
1407         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1408         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1409
1410 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1413
1414         * proto-stream.el: New library to provide protocol-specific
1415         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1416         protocols.
1417         (open-proto-stream): Complete the documentation.
1418         (proto-stream-open-network): Fix some typos.
1419
1420         * nnimap.el (nnimap-open-connection): Use it.
1421
1422 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1423
1424         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1425         negotiation.
1426
1427 2010-11-26  Julien Danjou  <julien@danjou.info>
1428
1429         * color.el: Rename various rgb functions to srgb.
1430
1431 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1434         names.
1435
1436 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * shr.el (shr-insert): Revert last change.
1439         (shr-find-fill-point): Never leave point being at bol;
1440         relax the kinsoku limitation when rendering tables.
1441
1442 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1445         results from -accept-article.
1446
1447         * shr-color.el: Require cl when compiling.
1448
1449         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1450         checkin.
1451
1452         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1453
1454         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1455
1456         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1457         'add and 'delete to set backend marks.
1458
1459         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1460
1461         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1462
1463         * nntp.el (nntp-request-set-mark): Use it.
1464
1465         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1466
1467         * nnml.el (nnml-request-set-mark): Ditto.
1468
1469         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1470         introduces regressions in article selection.
1471         (nnimap-find-uid-response): New function.
1472         (nnimap-request-accept-article): Use the UID returned, if any.
1473         (nnimap-request-move-article): Use the UID returned, if any.
1474         (nnimap-get-groups): Reimplement to work with folded lines.
1475         (nnimap-find-uid-response): The UID is the last element in the list.
1476         (nnimap-request-set-mark): Extend syntax with 'set.
1477
1478         * nnml.el (nnml-request-set-mark): Ditto.
1479
1480         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1481
1482         * nntp.el (nntp-request-set-mark): Ditto.
1483
1484 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * message.el (message-called-interactively-p): A temporary macro.
1487         (message-goto-body): Use it temporarily.
1488
1489 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1492         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1493         (nnimap-last-response-string): Fix last unfolding fix.
1494
1495 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * shr.el (shr-insert): Fix the way to fold lines.
1498
1499 2010-11-25  Julien Danjou  <julien@danjou.info>
1500
1501         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1502
1503         * color.el: Rename from color-lab.el
1504         (color-rgb->hex): Add.
1505         (color-complement): Add.
1506         (color-complement-hex): Add.
1507
1508         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1509
1510 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1513         don't exist.
1514
1515 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1518         assuming that article displaying or another mml-preview may be
1519         interrupted for an error or for the like.
1520
1521         * shr.el (shr-get-background): Fix argument name.
1522
1523 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1526
1527         * gnus-sum.el (gnus-summary-include-articles): New function.
1528
1529         * message.el (message-goto-body): called-interactively-p needs a
1530         parameter, so use `any'.
1531
1532         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1533         clear marks before moving, since they're synced from the Gnus side
1534         first.
1535
1536         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1537         (gnus-summary-move-article): Copy over all marks before moving, so that
1538         IMAP doesn't think a new article has arrived.
1539
1540 2010-11-24  Julien Danjou  <julien@danjou.info>
1541
1542         * shr.el (shr-insert-background-overlay): Fix typo.
1543         (shr-render-td): Copy the background before rendering.
1544
1545         * shr-color.el (shr-color-visible): Fix docstring.
1546
1547         * shr.el (shr-tag-table): Add bgcolor support.
1548         (shr-render-td): Add bgcolor support.
1549         (shr-get-background): Add.
1550         (shr-insert-foreground-overlay): Use shr-get-background.
1551
1552         * message.el (message-goto-body): Use called-interactively-p.
1553         (message-in-body-p): message-goto-body returns point.
1554
1555 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1558         Fixes something or other in Emacs 23, and is backwards compatible.
1559
1560         * message.el (message-goto-body): Remove the <#secure special-casing,
1561         which is too special.
1562
1563         * shr.el (shr-parse-style): Drop !important from styles.
1564
1565 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1566
1567         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1568         this function to return incorrect results when calling it with an
1569         explicit article argument different from
1570         (gnus-summary-article-number).
1571
1572 2010-11-24  Julien Danjou  <julien@danjou.info>
1573
1574         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1575         (shr-tag-body): Add background support.
1576         (shr-descend): Add background support.
1577         (shr-tag-title): Add.
1578
1579         * shr-color.el (shr-color-visible): Really return original background
1580         if fixed.
1581
1582 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * shr.el (shr-color-check): Protect against non-existant colour names.
1585
1586 2010-11-24  Julien Danjou  <julien@danjou.info>
1587
1588         * color-lab.el: Require 'cl when compiling.
1589
1590         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1591
1592         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1593         matched part.
1594
1595         * color-lab.el: Fix all expt calls to use float type.
1596
1597 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1600         expression to shr-color-check as is.
1601
1602         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1603
1604         * color-lab.el: Add coding cookie.
1605         (float-pi): Use eval-and-compile.
1606
1607         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1608         compiled for Emacsen having no `libxml-parse-html-region' support.
1609
1610 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * shr.el (shr-insert-color-overlay): Split stuff like
1613         "#444444 !important" to find the real colour.
1614         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1615         parse <font color="red"> entries.
1616
1617 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1618
1619         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1620         point when parsing headers.
1621
1622         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1623         is positioned properly when parsing headers.
1624
1625 2010-11-23  Julien Danjou  <julien@danjou.info>
1626
1627         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1628
1629         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1630
1631         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1632
1633         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1634         Use shr-color-hue-to-rgb.
1635         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1636
1637 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * shr.el (shr-color->hexadecimal): Autoload.
1640         (shr-descend): Add color to all tags.
1641
1642 2010-11-22  Julien Danjou  <julien@danjou.info>
1643
1644         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1645         shr-color->hexadecimal.
1646
1647         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1648         RGB() or HSL() color representation.
1649
1650         * shr.el (shr-tag-font): Add.
1651         (shr-tag-color-check): New function to get better colors.
1652         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1653         tag-span.
1654
1655         * shr-color.el: New file.
1656
1657         * color-lab.el: New file.
1658
1659         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1660
1661 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1662
1663         * nnir.el: Fix typo in comments.
1664         (nnir-run-imap): Simplify code. No need to reverse artlist.
1665         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1666
1667 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1670
1671         * nnimap.el (nnimap-get-capabilities): Refactor out.
1672         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1673
1674 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1675
1676         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1677         appearing when `mm-uu-hide-markers' is nil.
1678
1679 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-unselect-group): Make into its own function.
1682         (nnimap-request-rename-group): Unselect group before renaming.
1683         This had gotten lost somewhere.
1684         (nnimap-request-accept-article): Keep track of examined groups, and
1685         unselect the group before APPENDing to read-only groups.
1686         (nnimap-request-move-article): Clear flags before moving so that they
1687         can be re-set later.
1688
1689 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1692         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1693
1694 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-art.el (gnus-mime-display-single)
1697         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1698         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1699         parameter.
1700
1701 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1704         (shr-table-vertical-line): New variable.
1705         (shr-insert-table): Use it.
1706
1707 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-html.el (gnus-html-wash-images): Don't display images if
1710         gnus-inhibit-images is non-nil; register displayer for cid images.
1711         (gnus-html-display-image): Work for cid image.
1712         (gnus-html-insert-image): Allow arguments.
1713         (gnus-html-put-image): Inhibit read-only.
1714         (gnus-html-prefetch-images): Don't prefetch images if
1715         gnus-inhibit-images is non-nil.
1716
1717 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (shr-put-image): Break lines when inserting big pictures.
1720
1721 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1722
1723         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1724         sender, thanks Katsumi Yamaoka.
1725
1726 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1727
1728         * nnir.el (nnir-run-imap): Reverse the article list for each group
1729         rather than the whole list.
1730
1731 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * shr.el (shr-image-displayer): Protect function against non-existent
1734         image source.
1735
1736         * gnus-art.el (gnus-inhibit-images): New user option.
1737         (gnus-mime-display-single): Don't display image if it is non-nil.
1738
1739         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1740         gnus-inhibit-images.
1741
1742         * shr.el (shr-image-displayer): New function.
1743         (shr-tag-img): Use it.
1744
1745 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1746
1747         * mml2015.el (mml2015-epg-sign): Use From header.
1748
1749 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1752
1753         * gnus-util.el (gnus-find-text-property-region): Return markers.
1754
1755         * shr.el (shr-tag-img): Put a displayer in the text property.
1756
1757         * gnus-util.el (gnus-find-text-property-region): New utility function.
1758
1759         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1760         (gnus-html-show-images): Remove.
1761
1762         * gnus-art.el (gnus-article-show-images): New, more general function.
1763
1764         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1765         image url text properties.
1766
1767         * shr.el: Ditto.
1768
1769         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1770         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1771
1772 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1775         work for two or more articles.
1776
1777 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1780         divide an image that's in an html article to two or more when washing
1781         non-ASCII characters in alt text of it.
1782
1783 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1786         smime-decrypt-region using function argument.
1787         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1788
1789         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1790
1791         * smime.el (smime-decrypt-region): Catch it.
1792
1793 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1794
1795         * smime.el (smime-mode-map): Move initialization into declaration.
1796         (gnus-run-mode-hooks): Don't autoload.
1797         (smime-mode): Use define-derived-mode.
1798
1799 2010-11-11  Glenn Morris  <rgm@gnu.org>
1800
1801         * smime.el (from): Restrict declaration to XEmacs.
1802
1803         * nnir.el (gnus-group-topic-name): Autoload.
1804
1805 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * shr.el (shr-insert): Don't break long line if it is because of
1808         kinsoku-bol characters in the line end.
1809
1810 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1811
1812         * nnir.el (nnir-request-move-article): Fix to provide original group
1813         and subject.
1814         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1815         been retrieved.
1816
1817         * gnus-sum.el (gnus-summary-move-article): Use original group and
1818         subject for virtual articles such as those in an nnir summary buffer.
1819
1820 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1823         least 21.5).
1824
1825         * smime.el (from): Declare it again for XEmacs.
1826
1827 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * message.el (message-resend): Don't disable encoding unless it's
1830         already encoded.
1831
1832         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1833         low-numbered articles.
1834
1835 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * rfc2047.el (rfc2047-syntax-table): Simplify.
1838
1839         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1840
1841         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1842         set-char-table-range for XEmacs.
1843
1844 2010-11-10  Glenn Morris  <rgm@gnu.org>
1845
1846         * time-date.el (time-to-seconds): Always an alias on Emacs,
1847         never a real function.
1848         (with-no-warnings): Remove compat stub, now unused.
1849         (time-less-p): Doc fix.
1850         (time-to-number-of-days): Simplify.
1851
1852         * smime.el (from): Remove unused declaration.
1853
1854         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1855         (gnus-float-time): On Emacs, always an alias.
1856
1857         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1858         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1859
1860 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * dgnushack.el: Don't use ignore-errors in the top level form since it
1863         is unavailable in XEmacs even if cl is loaded.
1864
1865         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1866
1867 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * shr.el (browse-url-mailto): Autoload.
1870
1871         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1872
1873         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1874         regexp doesn't need quoting.
1875
1876 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1877
1878         * message.el (message-subject-trailing-was-ask-regexp)
1879         (message-subject-trailing-was-regexp): Match was: in addition to was.
1880
1881 2010-11-09  Glenn Morris  <rgm@gnu.org>
1882
1883         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1884         (nnbabyl-check-mbox): Use point-at-bol.
1885
1886 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1889
1890         * message.el (message-mailto): New function.
1891         (message-mailto): Should accept other parameters.
1892         (message-mailto): Remove since it duplicates browse-url-mailto
1893         functionality.
1894
1895 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1898         methods.
1899         (gnus-read-active-file): Ditto.
1900
1901         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1902         ": " from the prompt.
1903         (gnus-group-make-group): Ditto.
1904
1905 2010-11-07  Glenn Morris  <rgm@gnu.org>
1906
1907         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1908         (gnus-bookmark-kill-line): Use point-at-eol.
1909
1910 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1913         asterisks in From header.
1914
1915 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1918         string to avoid making the From headers syntactically invalid.
1919
1920         * message.el (message-send-mail): Don't insert courtesy messages if the
1921         message already has List-Post and List-ID messages.
1922
1923 2010-11-06  Glenn Morris  <rgm@gnu.org>
1924
1925         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1926         `condition', `type', `length' a prefix.
1927         (gnus-treat-predicate): Update for above name changes.
1928
1929 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1930
1931         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1932         binding.  Handled by `gnus-summary-refer-thread' instead.
1933         (nnir-warp-to-article): New backend function.
1934
1935         * nnimap.el (nnimap-request-thread): Force dependency updating.
1936
1937         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1938         (gnus-summary-refer-thread): Rework to improve thread-referral.
1939
1940         * gnus-int.el (gnus-warp-to-article): New function.
1941
1942         * gnus-sum.el (gnus-summary-article-map): Bind it.
1943
1944 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1945
1946         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1947         gnus-summary-refer-thread.
1948
1949         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1950         headers.
1951         (gnus-summary-limit-include-thread): Prevent articles in thread from
1952         being cut in gnus-cut-threads.
1953         (gnus-summary-refer-thread): Limit retrieved headers to those in
1954         thread.
1955
1956 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * message.el (message-send-mail): Use the value of
1959         message-courtesy-message from the message buffer.
1960
1961         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1962
1963         * shr.el (shr-browse-url): Implement mailto: URLs.
1964
1965         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1966         "raw".
1967
1968         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1969         if it's already selected.
1970
1971         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1972
1973 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1976         to measure the length and truncate alt text.
1977
1978 2010-11-03  Glenn Morris  <rgm@gnu.org>
1979
1980         * nndiary.el (nndiary-generate-nov-databases-1)
1981         (nndiary-generate-active-info): Rename dynamic variable `files' to
1982         something less generic.
1983
1984 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1985
1986         * nnir.el (nnir-request-move-article): Call the underlying backend to
1987         move articles from nnir.
1988
1989 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1992
1993 2010-11-02  Julien Danjou  <julien@danjou.info>
1994
1995         * nnir.el: Remove wais support.
1996
1997 2010-11-02  Glenn Morris  <rgm@gnu.org>
1998
1999         * gnus-html.el: Reorder requirements to quieten compiler.
2000
2001 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2004         properly for XEmacs as well.
2005         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2006         (gnus-article-natural-long-line-p): Use window-width rather than
2007         frame-width.
2008
2009 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2010
2011         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2012         (nnir-read-parms): Don't modify query.
2013         (nnir-run-query): Add ability to search topic on current line.
2014         (nnir-get-active): Clean up.
2015
2016 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2019         degenerate articles.
2020
2021         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2022         (gnus-print-buffer): Just print the buffer as is, without any copying
2023         to a buffer and then re-highlighting.
2024
2025         * nnimap.el (nnimap-request-group): Store the new updated info.
2026         (nnimap-request-group): Select the group when we don't know whether it
2027         exists or not.
2028
2029         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2030         groups.
2031
2032         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2033         groups.
2034
2035         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2036         groups.
2037
2038         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2039         long-lines case by only filling the long lines.
2040
2041         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2042         (bug #7311).
2043
2044 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * shr.el: No need to declare `declare-function' since shr.el is for
2047         only Emacsen that provide `libxml-parse-html-region'.
2048
2049         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2050         effective only in a file it is referred to.
2051
2052 2010-11-01  Glenn Morris  <rgm@gnu.org>
2053
2054         * mm-util.el (gnus-completing-read): Autoload.
2055         (mm-read-coding-system): Simplify Emacs definition.
2056
2057         * nnmail.el (gnus-activate-group):
2058         * nnimap.el (gnutls-negotiate):
2059         * nntp.el (netrc-parse): Fix declarations.
2060
2061 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2064         string-match-p in Emacs >=23.
2065
2066         * gnus-msg.el (gnus-configure-posting-styles)
2067         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2068
2069 2010-11-01  Glenn Morris  <rgm@gnu.org>
2070
2071         * nnir.el (declare-function): Add compat stub.
2072         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2073         (nnir-run-gmane): Require 'mm-url.
2074
2075         * mm-util.el (mm-string-to-multibyte): Simplify.
2076
2077         * shr.el (declare-function): Add compat stub.
2078         (url-cache-create-filename): Declare.
2079         (mm-disable-multibyte, widget-convert-button): Autoload.
2080
2081         * smime.el (ldap-search): Declare.
2082         (smime-cert-by-ldap-1): Require ldap on Emacs.
2083
2084         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2085         (nnimap-keepalive): Use gnus-float-time.
2086
2087         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2088         (mail-source-delete-crash-box): Use gnus-float-time.
2089
2090         * gnus-dired.el (gnus-completing-read): Autoload.
2091
2092         * mm-view.el (gnus-rescale-image): Autoload.
2093
2094         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2095
2096         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2097
2098         * sieve-manage.el: Require 'cl when compiling.
2099
2100         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2101         (gnus-iswitchb-completing-read): Require iswitchb.
2102         (gnus-select-frame-set-input-focus): Silence compiler.
2103
2104 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * message.el (message-subject-trailing-was-query): Change default to t,
2107         since I think that's what most people want.
2108
2109         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2110         appending for easier debugging.
2111         (nnimap-wait-for-connection): Take a regexp.
2112         (nnimap-request-accept-article): Wait for the continuation line before
2113         sending anything unless we're streaming.
2114
2115         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2116         leave the header washing to take place.
2117
2118 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2119
2120         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2121         regular expression match and replace in posting styles.
2122
2123 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2124
2125         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2126         an entire server.
2127         (nnir-get-active): New function.
2128         (nnir-run-imap): Use it.
2129         (nnir-run-gmane): Who knew, gmane search returns an article score!
2130
2131         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2132         server on the current line with nnir.
2133
2134 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2137         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2138         left edge.
2139         (gnus-article-foldable-buffer): Skip past the prefix when determining
2140         raggedness.
2141
2142         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2143         the raw article, and change `C-u g' to show the article without doing
2144         treatments.
2145
2146         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2147         on to `gnus-treat-article'.
2148         (gnus-inhibit-article-treatments): New variable.
2149
2150         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2151
2152         * gnus-art.el (gnus-treatment-function-alist): Have
2153         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2154         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2155         sections.
2156
2157         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2158         parameter.
2159         (gnus-article-fill-cited-long-lines): New function.
2160         (gnus-article-fill-cited-article): Allow filling only long sections.
2161
2162         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2163         and non-punctuation (like after the apostrophe in "'We").
2164
2165         * gnus-sum.el (gnus-summary-select-article): Make sure
2166         gnus-original-article-buffer is alive.
2167
2168         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2169         reflect the order they're in in the digest.
2170
2171         * gnus.el (gnus-group-startup-message): Move point to the start of the
2172         buffer.
2173
2174         * nnimap.el (nnimap-capability): New function.
2175         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2176         is set.
2177
2178 2010-10-31  David Engster  <dengste@eml.cc>
2179
2180         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2181         conform with changes to gnus-completing-read.
2182
2183 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2186
2187 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2188
2189         * nnir.el: Move defvar, defcustom around to keep file organized
2190         and keep byte-compiler quiet.
2191         (nnir-read-parms): Accept search-engine as arg.
2192         (nnir-run-query): Pass search-engine as arg.
2193         (nnir-search-engine): Remove.
2194
2195 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * shr.el (shr-generic): The text nodes should be text, not :text.
2198
2199         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2200         later in the file.
2201
2202 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2203
2204         * nnir.el: General clean up.  Allow searching with multiple engines.
2205         Allow separate extra-parameters for each engine.
2206         Batch queries when possible.
2207         (nnir-imap-default-search-key,nnir-method-default-engines):
2208         Add customize interface.
2209         (nnir-run-gmane): New engine.
2210         (nnir-engines): Use it.  Qualify all prompts with engine name.
2211         (nnir-search-engine): Remove global variable.
2212         (nnir-run-hyrex): Restore for now.
2213         (nnir-extra-parms,nnir-search-history): New variables.
2214         (gnus-group-make-nnir-group): Use them.
2215         (nnir-group-server): Remove in favor of gnus-group-server.
2216         (nnir-request-group): Avoid searching twice.
2217         (nnir-sort-groups-by-server): New function.
2218
2219 2010-10-30  Julien Danjou  <julien@danjou.info>
2220
2221         * gnus-group.el: Remove gnus-group-fetch-control.
2222
2223         * gnus-start.el (gnus-find-new-newsgroups):
2224         Remove gnus-check-first-time-used.
2225
2226         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2227
2228 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2229
2230         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2231         set on groups that don't have \* permanentflags.
2232
2233 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2236         control the background color.
2237         (shr-tag-img): Ignore very small web bug type images.
2238         (shr-put-image): Add help-echo alt texts to the images.
2239         (shr-tag-video): Show the video poster image.
2240
2241 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * shr.el (shr-table-depth): New variable.
2244         (shr-tag-table-1): Only insert the images after the top-level table.
2245
2246         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2247
2248         * gnus-util.el (gnus-list-memq-of-list): New function.
2249
2250         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2251         selected.
2252         (nnimap-unsplittable-articles): New slot.
2253         (nnimap-new-articles): Use it.
2254
2255 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2256
2257         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2258         move to the previous line on `M-g'.
2259
2260 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2263         *-request-group, which seems unnecessary.
2264
2265         * nnimap.el (nnimap-quote-specials): Function copied over from
2266         imap.el.
2267         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2268         they support that.  Suggested by Tom Regner.
2269
2270 2010-10-29  Julien Danjou  <julien@danjou.info>
2271
2272         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2273         defalias.
2274         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2275
2276         * gnus.el: Remove `gnus-nntp-service' variable.
2277         (gnus-secondary-servers): Make obsolete.
2278         (gnus-nntp-server): Make obsolete.
2279
2280         * gnus-start.el (gnus-1): Remove x-splash calls.
2281
2282         * gnus-ems.el (gnus-x-splash): Remove.
2283
2284         * gnus.el (gnus-group-startup-message): Simplify/update code.
2285
2286         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2287         definition.
2288
2289         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2290         capability before doing anything.
2291         (gnus-group-insert-group-line): Remove useless
2292         gnus-group-remove-excess-properties.
2293
2294 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2297
2298 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2301         config after reselecting.
2302
2303 2010-10-28  Julien Danjou  <julien@danjou.info>
2304
2305         * shr.el (shr-put-image): Use point even if only inserting text.
2306         (shr-put-image): Save excursion when inserting alt text on non-graphic
2307         display, so the behaviour is the same when we are on a graphic display.
2308
2309         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2310
2311 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2314         (gnus-mime-copy-part): Check coding system, not charset.
2315         (gnus-mime-view-part-externally): Never remove part.
2316         (gnus-mime-view-part-internally): Don't remove part here.
2317         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2318         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2319         multipart/alternative.
2320
2321         * mm-decode.el (mm-display-part): Take optional arg `force'.
2322
2323 2010-10-26  Julien Danjou  <julien@danjou.info>
2324
2325         * gnus-group.el (gnus-group-default-list-level): Add this function to
2326         compute the default list level.
2327         (gnus-group-default-list-level): Add possibility to use a function.
2328
2329 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2332
2333         * gnus-group.el (gnus-group-completing-read)
2334         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2335         gnus-replace-in-string.
2336
2337 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * shr.el (shr-tag-div): Add.
2340
2341         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2342
2343 2010-10-25  Julien Danjou  <julien@danjou.info>
2344
2345         * gnus-util.el: Remove `gnus-with-local-quit'.
2346
2347         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2348
2349 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2352         the original article buffer.
2353
2354 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * nnimap.el (nnimap-request-head): New function.
2357         (nnimap-request-move-article): Try to be slighly faster by not
2358         requesting the entire message when moving.
2359         (nnimap-transform-headers): Don't bug out on bodiless articles.
2360         (nnimap-send-command): Have no outstanding messages if the IMAP server
2361         doesn't support streaming.
2362         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2363
2364 2010-10-24  Julien Danjou  <julien@danjou.info>
2365
2366         * message.el (message-default-headers): Fix type.
2367
2368 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2371         prefetching images.
2372
2373         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2374         backend for unknown groups.  This is mainly useful for nnimap groups.
2375
2376         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2377         group isn't covered by the agent.
2378
2379 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2380
2381         * nnir.el (nnir-method-default-engines): New variable.
2382         (nnir-run-query): Use it.
2383         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2384         (gnus-summary-nnir-goto-thread): Change group if needed.
2385
2386         * gnus-group.el (gnus-group-group-map): Add key binding for
2387         gnus-group-make-nnir-group.
2388
2389 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * shr.el (shr-tag-object): Add.
2392
2393         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2394         original article buffer live.
2395         (gnus-summary-select-article-buffer):
2396         Mention gnus-widen-article-buffer.
2397
2398 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * shr.el (shr-tag-strong): Add.
2401
2402 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2405         group names.  They mess up the group buffer badly.
2406
2407         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2408
2409         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2410         instead of the summary one.
2411
2412 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * mml.el (mml-preview): Work properly when editing article.
2415
2416         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2417         gnus-have-read-active-file if it's already been in.
2418
2419 2010-10-22  Tom Tromey  <tromey@redhat.com>
2420
2421         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2422         gnus-group-completing-read.
2423
2424 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * message.el (message-mode-map): Don't bind M-; to comment region, to
2427         allow the global comment-dwim to work.
2428
2429 2010-10-21  Julien Danjou  <julien@danjou.info>
2430
2431         * message.el (message-setup-1): Allow message-default-headers to be a
2432         function.
2433
2434 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * shr.el (shr-tag-table): Simplify.
2437
2438 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2441         to avoid trying to snarf invalid stuff.
2442
2443         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2444
2445         * gnus.el (gnus-message-archive-group): Quote value.
2446         (gnus-message-archive-group): Mark as changed.
2447
2448         * shr.el (shr-add-font): Don't put the font properties on the newline
2449         or the indentation.
2450
2451         * message.el (message-fix-before-sending): Change options when sending
2452         non-printable characters.
2453
2454         * gnus.el (gnus-message-archive-method): Change the default to
2455         monthly outgoing groups.
2456
2457         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2458         that have gotten new numbers.
2459
2460         * nnimap.el (nnimap-request-replace-article): New function.
2461
2462 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2465         (nnrss-request-article): Don't use special html washing code.
2466
2467 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * shr.el (shr-tag-table): Remove useless nconc.
2470
2471 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-art.el (article-wash-html): Simplify and remove the charset
2474         stuff.  Use the normal html rendering code instead of the special html
2475         washing code.
2476
2477         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2478         `gnus-w3m' symbols.
2479         (mm-text-html-washer-alist): Remove.
2480
2481         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2482         (mm-inline-media-tests): Remove use.
2483         (mm-text-html-renderer): Change default to the `shr' symbol.
2484
2485         * mm-view.el (mm-inline-text-html): Remove use.
2486
2487         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2488         `gnus-blocked-images' to be a function.
2489         (gnus-article-wash-function): Remove.
2490
2491 2010-10-20  Julien Danjou  <julien@danjou.info>
2492
2493         * spam.el (spam-list-of-processors): Mark as obsolete.
2494
2495         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2496         (nnimap-insert-partial-structure): Fix boundary detection.
2497
2498 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2499
2500         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2501         run file-truename on remote files.  This can be expensive and even
2502         prevent one from editing drafts if some unrelated buffer has a stale
2503         connection.
2504
2505 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2508         kinsoku-eol regardless of shr-kinsoku-shorten.
2509         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2510         (shr-tag-table): Support caption, thead, and tfoot.
2511
2512 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2515         lines.
2516         (shr-save-contents): New command and keystroke.
2517
2518         * nndoc.el (nndoc-type-alist): Add git support.
2519         (nndoc-git-type-p): New function.
2520         (nndoc-transform-git-article): Ditto.
2521         (nndoc-transform-git-headers): Ditto.
2522         (nndoc-transform-git-headers): Generate Subject headers.
2523
2524         * shr.el (shr-parse-style): New function.
2525         (shr-tag-span): Ditto.
2526
2527         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2528         to `G G' to avoid collisions.
2529
2530 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * shr.el: Load kinsoku if necessary.
2533         (shr-kinsoku-shorten): New internal variable.
2534         (shr-find-fill-point): Make kinsoku shorten text line if
2535         shr-kinsoku-shorten is bound to non-nil.
2536         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2537         shr-indentation too when testing if table is wider than frame width.
2538         (shr-insert-table): Use `string-width' instead of `length' to measure
2539         text width.
2540         (shr-insert-table-ruler): Make sure indentation is done at bol.
2541
2542 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2543
2544         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2545         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2546         undecoded network data.
2547
2548 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2551         name in the mode line spec so that the mode line menu works
2552         (bug #2431).
2553
2554         * message.el (message-get-reply-headers): If we're fed `to-address',
2555         then always use that.
2556
2557         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2558         aren't so wide as to need to switch off the edit menu.
2559
2560         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2561         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2562
2563         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2564         `M-g'.
2565         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2566         the permanent marks.
2567
2568 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2569
2570         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2571         Splitting according to references/in-reply-to obeys the ignore-groups
2572         variable, while splitting by sender and subject do not.
2573
2574 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2577         alist, so that we can look for non-Unicode chars.
2578         (article-translate-strings): Allow both character and string maps.
2579
2580 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * shr.el (shr-insert): Don't insert space behind a wide character
2583         categorized as kinsoku-bol, or between characters both categorized as
2584         nospace.
2585
2586 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2587
2588         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2589         headers to gnus-newsgroup-headers.
2590
2591 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * shr.el (shr-tag-img): Don't align images -- since we're not
2594         rescaling, this often leads to ugly displays.
2595
2596 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2597
2598         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2599         duplicates.
2600
2601 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2602
2603         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2604         call.
2605
2606 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * gnus.el: Autoload gnus-html-show-images.
2609
2610         * nnimap.el: Use nnheader-message throughout.
2611
2612         * shr.el (shr-tag-img): Ignore images with no data.
2613
2614 2010-10-15  Julien Danjou  <julien@danjou.info>
2615
2616         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2617         a possibility to disable format=flow encoding when using hard newlines.
2618
2619 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * shr.el (shr-insert): Remove space inserted before or after a
2622         breakable character or at the beginning or the end of a line.
2623         (shr-find-fill-point): Do kinsoku; find the second best point or give
2624         it up if there's no breakable point.
2625
2626 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnimap.el (nnimap-open-connection): Message when opening connection
2629         for debugging purposes.
2630
2631         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2632         on every setup buffer call to allow this to change from article to
2633         article.
2634
2635         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2636         buffers where we have a wide table.
2637
2638 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2639
2640         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2641         uses *-request-thread.
2642
2643 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2646         incantation, which is no longer valid.
2647
2648 2010-10-14  Julien Danjou  <julien@danjou.info>
2649
2650         * shr.el: Fix defcustom type (char -> character).
2651
2652 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2655         programs.
2656
2657 2010-10-14  Julien Danjou  <julien@danjou.info>
2658
2659         * shr.el (shr-tag-a): Use url-link as widget type.
2660
2661         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2662         `gnus-group-get-icon'.
2663
2664 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2667         This should make server editing work better.
2668
2669         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2670
2671         * tls.el (tls-program): Remove spurious %s from openssl.
2672
2673         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2674         (nnimap-parse-flags): Fix regexp.
2675
2676         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2677         probably work for CJVK text, too.
2678
2679         * nnimap.el (nnimap-extend-tls-programs): Remove.
2680         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2681
2682         * tls.el (tls-starttls-switches): Remove starttls hack.
2683         (open-tls-stream): Ditto.
2684         (tls-find-starttls-argument): Ditto.
2685
2686 2010-10-13  Julien Danjou  <julien@danjou.info>
2687
2688         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2689         responses.
2690
2691 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2694
2695         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2696         anything in Emacs.
2697
2698         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2699
2700 2010-10-13  Julien Danjou  <julien@danjou.info>
2701
2702         * shr.el (shr-width): Make shr-width a defcustom with default to
2703         fill-column.
2704         (shr-tag-img): Use shr-width rather than fill-column.
2705
2706 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * dgnushack.el (byte-optimize-apply)
2709         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2710
2711         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2712         position when (X-)Faces exist.
2713         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2714         avatars when called interactively.
2715
2716 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2719         gnus-article-x-face-too-ugly is bound.
2720
2721 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2724
2725         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2726         mailbox that doesn't exist.
2727
2728 2010-10-12  Julien Danjou  <julien@danjou.info>
2729
2730         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2731         (shr-get-image-data): Encode URL properly when fetching from cache.
2732         (shr-tag-img): Use aligned-to spaces to align correctly images.
2733
2734         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2735         before inserting the Gravatar.
2736
2737         * shr.el (shr-tag-img): Add align attribute support for <img>.
2738
2739 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * gnus-gravatar.el (gnus-art): Require.
2742
2743         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2744         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2745         Remove long obsoleted functions.
2746
2747 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2750
2751         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2752
2753         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2754         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2755         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2756         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2757         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2758         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2759         * sieve-manage.el, smime.el, spam.el:
2760         Fix comment for declare-function.
2761
2762 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnimap.el (nnimap-request-rename-group): Select group read-only
2765         before renaming it.
2766
2767         * shr.el (shr-insert): Fix up the white space only regexp.
2768
2769         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2770         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2771
2772         * shr.el (shr-current-column): New function.
2773         (shr-find-fill-point): New function.
2774
2775 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2776
2777         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2778         numbers.
2779
2780 2010-10-11  Julien Danjou  <julien@danjou.info>
2781
2782         * shr.el (shr-hr-line): Add.
2783         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2784         display hr lines.
2785         (shr-max-columns): Do not change state to nil if we just inserting
2786         spaces.
2787
2788 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2791         select the last group.
2792
2793 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2796
2797 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2798
2799         * dig.el (dig-mode-map): Declare and define in one step.
2800
2801 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2804         for Gnus.
2805         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2806         (nnimap-update-qresync-info): Mark \Seen articles as read.
2807
2808         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2809         non-variable, too.
2810
2811         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2812         available.
2813         (nnimap-update-info): Rely more on the current active than the param
2814         active to avoid marking articles as read too much.
2815
2816         * auth-source.el (auth-source-create): Use (user-login-name) for the
2817         user name default.
2818
2819         * nnimap.el (nnimap-update-info): If the server doesn't return any
2820         useful info, just use the previous info.
2821         (nnimap-update-info): Prefer old info over start-article.
2822         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2823
2824 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2825
2826         * nnir.el (autoload): Clean up autoloads.
2827         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2828         Use key rather than value.
2829         (nnir-imap-search-other): New variable.
2830         (nnir-read-parm): Use it.
2831         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2832         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2833
2834 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2835
2836         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2837         the process, too.
2838
2839 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * spam.el (gnus-summary-mode-map): Bind to "$".
2842         Suggested by Russ Allbery.
2843
2844         * shr.el: Rework the way things are indented by <li> slightly.
2845
2846         * gnus.el (gnus-group-set-parameter): Fix typo.
2847
2848         * nnimap.el: Start implementing QRESYNC support.
2849
2850 2010-10-09  Julien Danjou  <julien@danjou.info>
2851
2852         * nnir.el (nnir-engines): Fix too many arguments.
2853
2854 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2857         group is the "last", so that the backends like nnfolder actually save
2858         their folders.
2859
2860         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2861         try to use that for the tls stream.
2862         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2863         UIDVALIDITY and find out which groups are read-only and not.
2864         (nnimap-get-flags): Use the same marks parsing code as the rest of
2865         nnimap.
2866
2867 2010-10-09  Julien Danjou  <julien@danjou.info>
2868
2869         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2870
2871         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2872         retrieving gravatars.
2873
2874         * shr.el (shr-table-corner): Add.
2875         (shr-table-line): Add.
2876         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2877
2878 2010-10-08  Julien Danjou  <julien@danjou.info>
2879
2880         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2881
2882 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2883
2884         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2885
2886         * gnus-sum.el (gnus-mark-article-as-unread)
2887         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2888         (gnus-summary-set-bookmark): Use it.
2889
2890         * gnus-msg.el (gnus-setup-message): Use it.
2891
2892         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2893
2894         * gnus.el (gnus-group-remove-parameter): Use it.
2895
2896         * gnus-group.el (gnus-group-make-web-group): Use it.
2897
2898         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2899
2900         * nnregistry.el: Update docs to mention manual.
2901
2902         * gnus-registry.el: Update docs to mention nnregistry.el.
2903         (gnus-registry-initialize): Don't install nnregistry refer method
2904         automatically.
2905         (gnus-registry-install-nnregistry): Remove it.
2906
2907 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * shr.el (shr-insert): Don't insert double spaces.
2910
2911 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * gnus-gravatar.el (gnus-treat-from-gravatar)
2914         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2915         called interactively.
2916
2917         * gnus-art.el (gnus-mime-view-part-externally)
2918         (gnus-mime-view-part-internally): Make predicate function passed to
2919         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2920         of a mime type.
2921
2922         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2923
2924 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * shr.el (require): Require cl when compiling.
2927         (shr-tag-hr): New function.
2928
2929         * nnimap.el (nnimap-update-info): Remove double setting of high.
2930         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2931         This makes nnimap work properly on Courier again.
2932
2933         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2934         the variable for backwards compatability.
2935
2936         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2937         the file name before using to avoid setting mm-default-directory to
2938         nil.
2939
2940         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2941         bidning gnus-agent variables.
2942
2943         * shr.el (shr-render-td): Use a cache for the table rendering function
2944         to avoid getting an exponential rendering behaviour in nested tables.
2945         (shr-insert): Rework the line-breaking algorithm.
2946         (shr-insert): Don't leave trailing spaces.
2947         (shr-insert-table): Also insert empty TDs.
2948         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2949
2950 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * gnus-sum.el (gnus-number): Rename from `number'.
2953         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2954         (gnus-summary-limit-children): Update uses correspondingly.
2955
2956 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2959         (gnus-gravatar-transform-address): Don't show avatars of people of
2960         which mail addresses match gnus-gravatar-too-ugly.
2961
2962 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el (shr-table-widths): Expand TD elements to fill available
2965         space.
2966
2967 2010-10-07  Julien Danjou  <julien@danjou.info>
2968
2969         * nnimap.el (nnimap-request-rename-group): Add this method.
2970
2971 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2974         name from XEmacs' function-arglist.
2975
2976         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2977         gravatar under XEmacs.
2978
2979 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * auth-source.el: Update docs with TODO items.
2982
2983         * gnus-sync.el: Update docs to explain state and plans.
2984
2985         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2986         Hooks for mark updates.
2987         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2988
2989         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2990         hooks with arguments, which is needed for mark update hooks.
2991
2992 2010-10-06  Julien Danjou  <julien@danjou.info>
2993
2994         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2995         was matched.
2996
2997         * sieve-manage.el: Update example in `Commentary'.
2998
2999         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3000
3001         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3002         not 2000.
3003         (sieve-manage-authenticate): Re-add function.
3004
3005 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * shr.el (shr-insert): Get 'space transition right.
3008         (shr-render-td): Only delete space at the end of the TD.
3009
3010         * nnimap.el (nnimap-open-connection): Prepare to support
3011         open-gnutls-stream.
3012
3013         * shr.el: Rearrange function order to be more logical.
3014
3015 2010-10-06  Julien Danjou  <julien@danjou.info>
3016
3017         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3018         (nnrss-discover-feed): Remove 404 URL in docstring.
3019
3020         * nnir.el: Fix Swish-E URL.
3021         Fix Namazu URL.
3022
3023         * message.el (message-change-subject): Remove 404 URL in a comment.
3024
3025 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3028         called interactively.
3029
3030         * gnus-util.el (gnus-remove-if): Allow hash table.
3031         (gnus-remove-if-not): New function.
3032
3033         * gnus-art.el (gnus-mime-view-part-as-type)
3034         * gnus-score.el (gnus-summary-score-effect)
3035         * gnus-sum.el (gnus-read-move-group-name):
3036         Replace remove-if-not with gnus-remove-if-not.
3037
3038         * gnus-group.el (gnus-group-completing-read):
3039         Regard collection as a hash table if it is not a list.
3040
3041 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3044
3045         * shr.el: Document the table-rendering algorithm.
3046
3047 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3050         for Emacsen having no `libxml-parse-html-region' support.
3051
3052 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3055         invalid URLs.
3056
3057         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3058         line-broken.
3059         (shr-tag-img): Ignore image fetching errors.
3060         (shr-overlays-in-region): Compute overlay positions correctly.
3061
3062         * mm-decode.el (mm-shr): Require shr.
3063
3064         * gnus-art.el (gnus-blocked-images): Move variable here.
3065
3066         * shr.el (shr-insert-table): Bind free variable.
3067
3068         * mm-decode.el (mm-shr): Bind shr-content-function.
3069
3070         * shr.el (shr-content-function): New variable.
3071
3072         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3073         added for symmetry.
3074
3075         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3076
3077         * gnus-group.el (gnus-group-make-group): Doc fix.
3078
3079         * nnimap.el (nnimap-request-newgroups): Return success.
3080
3081         * shr.el (shr-find-elements): New function.
3082         (shr-tag-table): Put all the images after the table.
3083         (shr-tag-table): Really inhibit images inside the table.
3084         (shr-collect-overlays): Copy over overlays from the TD elements to the
3085         main document.
3086
3087         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3088         gnus-blocked-images.
3089
3090 2010-10-05  Julien Danjou  <julien@danjou.info>
3091
3092         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3093
3094         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3095         (gnus-html-maximum-image-size): Add this function.
3096         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3097
3098         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3099         server-value of the capability is nil.
3100
3101 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * shr.el (shr-tag-em): Add <EM> tag.
3104
3105 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3106
3107         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3108         customizable.
3109
3110         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3111         handing broken links to browse-url.
3112
3113 2010-10-05  Julien Danjou  <julien@danjou.info>
3114
3115         * gnus-util.el (gnus-emacs-completing-read)
3116         (gnus-iswitchb-completing-read): Use autoload rather than require.
3117
3118 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3121         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3122         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3123         iswitchb-temp-buflist for XEmacs.
3124
3125         * gnus-util.el (gnus-completing-read-function): Exclude
3126         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3127         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3128         XEmacs.
3129
3130         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3131         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3132
3133         * gnus-html.el: Don't require help-fns under XEmacs.
3134         (gnus-html-schedule-image-fetching): Work for XEmacs.
3135
3136         * mm-decode.el (mm-shr): Decode contents by charset.
3137
3138 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3141         unknown.
3142
3143         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3144         (shr-get-image-data): Ensure against the cache file missing.
3145
3146         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3147         for data.
3148
3149         * spam-report.el (spam-report-url-ping-plain): Don't query about
3150         killing the process.
3151
3152         * shr.el (shr-render-td): Protect against too-wide text.
3153
3154 2010-10-04  Julien Danjou  <julien@danjou.info>
3155
3156         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3157         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3158
3159         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3160         retrieved.
3161
3162 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * shr.el (browse-url): Require.
3165         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3166         lines.
3167         (shr-show-alt-text, shr-browse-image): New commands.
3168         (shr-browse-url, shr-copy-url): New commands.
3169
3170         * gnus-sum.el (gnus-widen-article-window): New variable.
3171         (gnus-summary-select-article-buffer): Use it.
3172
3173         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3174         without @ signs.
3175
3176 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3177
3178         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3179
3180 2010-10-04  Julien Danjou  <julien@danjou.info>
3181
3182         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3183         for XEmacs.
3184
3185 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3188
3189         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3190         (nnimap-close-server): Implement.
3191
3192         * dgnushack.el (iswitchb): Require to shut up the compiler.
3193
3194         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3195         (shr-insert): Tweak line breaking.
3196         (shr-insert): Handle <pre> better.
3197         (shr-tag-li): Get <li> indentation right.
3198         (shr-tag-li): Get <li> indentation even righter.
3199         (shr-tag-blockquote): Ensure paragraph start.
3200         (shr-make-table): Tweak table generation.
3201         (shr-make-table): Fix typo.
3202
3203         * shr.el: Implement table rendering.
3204
3205 2010-10-04  Julien Danjou  <julien@danjou.info>
3206
3207         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3208
3209 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * shr.el (shr-insert): Use string anchors instead of line anchors.
3212
3213 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * shr.el: Add headings.
3216         (shr-ensure-paragraph): Actually work.
3217         (shr-tag-li): Make <ul> prettier.
3218         (shr-insert): Get white space at the beginning/end of elements right.
3219         (shr-tag-p): Collapse subsequent <p>s.
3220         (shr-ensure-paragraph): Don't insert double line feeds after blank
3221         lines.
3222         (shr-insert): \t is also space.
3223         (shr-tag-s): Fix "s" tag name function.
3224         (shr-tag-s): Fix face prop name.
3225
3226 2010-10-03  Julien Danjou  <julien@danjou.info>
3227
3228         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3229
3230         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3231         gnus-window-inside-pixel-edges.
3232
3233         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3234         gnus-ems.
3235
3236         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3237
3238         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3239         function.
3240
3241         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3242         resize choice.
3243
3244 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3247         beginning of the buffer.
3248
3249         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3250         article buffer again.
3251
3252         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3253
3254         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3255         when it's at the start of the buffer.
3256
3257         * shr.el (shr-tag-blockquote): Convert name.
3258         (shr-rescale-image): Use the right image-size variant.
3259
3260         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3261         buffer isn't shown, then select the current article first instead of
3262         bugging out.
3263         (gnus-summary-select-article-buffer): Show both the article and summary
3264         buffers again.
3265
3266         * shr.el (shr-fontize-cont): Protect against regions with no text.
3267         Rename tag functions to shr-tag-* for enhanced security.
3268         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3269
3270 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3271
3272         * shr.el (shr-insert):
3273         * pop3.el (pop3-movemail):
3274         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3275         loaded.
3276
3277 2010-10-03  Glenn Morris  <rgm@gnu.org>
3278
3279         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3280
3281         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3282
3283         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3284
3285         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3286
3287         * gnus-util.el (gnus-make-local-hook): Simplify.
3288
3289 2010-10-02  Julien Danjou  <julien@danjou.info>
3290
3291         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3292         (gnus-ido-completing-read): New function.
3293         (gnus-emacs-completing-read): New function.
3294         (gnus-completing-read): Use gnus-completing-read-function.
3295         Add gnus-completing-read-function.
3296
3297 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * shr.el (shr-insert-document): Autoload.
3300         (shr-img): Be silent.
3301         (shr-insert): Add a newline after every picture before text.
3302         (shr-add-font): Use overlays for combining faces.
3303         (shr-insert): Pass upwards the text start point.
3304
3305         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3306         possible.
3307         (mm-shr): New function.
3308
3309 2010-10-02  Julien Danjou  <julien@danjou.info>
3310
3311         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3312         should go backward.
3313
3314 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3315
3316         * shr.el (shr): Fix typo in provide call.
3317
3318 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * shr.el: New file.
3321
3322         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3323
3324         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3325         completing read.
3326
3327 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3330         we're being queried about.  Suggested by Dan Jacobson.
3331
3332         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3333         Suggested by Jason Eisner.
3334
3335         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3336         table, too.  Suggested by Stefan Wiens.
3337         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3338         the table unnecessary.  Suggested by Stefan Wiens.
3339
3340         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3341         longer needed, and probably doesn't work either, as pointed out by
3342         Stefan Wiens.
3343         (gnus-summary-exit): Remove call to the clearing function.
3344         (gnus-summary-exit-no-update): Ditto.
3345
3346         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3347         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3348         Reported by Stefan Monnier.
3349         (gnus-summary-save-in-rmail): Ditto.
3350
3351         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3352         article buffer, instead of both the article buffer and the summary
3353         buffer.  Sort of suggested by Dan Jacobson.
3354
3355         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3356
3357         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3358         Suggested by Dan Jacobson.
3359
3360         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3361         documentation clearer.
3362
3363         * message.el (message-shorten-references): Comment on the number "21".
3364         Suggested by Stefan Monnier.
3365
3366         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3367         Suggested by Dan Jacobson.
3368
3369         * gnus.el (gnus-large-newsgroup):
3370         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3371
3372         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3373         externalize attachments.  Bug reported by Steve Wen.
3374
3375         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3376         really message anything to the user.
3377
3378         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3379         directly.
3380
3381         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3382         messages in empty groups.
3383
3384 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3385
3386         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3387         non-UIDNEXT group.
3388
3389 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3392         not the value from the collection.
3393
3394         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3395         values.  This sometimes happens on some groups that have no info.
3396         (nnimap-request-newgroups): New function.
3397
3398 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3401         check into `gnus-registry-initialize'.
3402         (gnus-registry-initialize): Ditto.
3403         Fix and extend header docs.
3404
3405 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3408         regexp backtrace overflows.
3409
3410         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3411         for starttls that tls.el implements; i.e. openssl.
3412
3413         * tls.el (tls-starttls-switches): Give up on using starttls with
3414         gnutls-cli.
3415         (tls-program): Add --insecure to be consistent with the defaults from
3416         openssl s_client.  Now all three commands are insecure.
3417
3418 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * lpath.el: Bind completion-styles-alist for XEmacs.
3421
3422         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3423         (gravatar-create-image): New function that's an alias to
3424         gnus-xmas-create-image, gnus-create-image, or create-image.
3425         (gravatar-data->image): Use it.
3426
3427 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3430         install the nnregistry refer method.
3431         (gnus-registry-install-hooks): Use it.
3432         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3433         unfollowed groups.
3434
3435 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3436
3437         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3438         expanding threads.
3439
3440 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * nnir.el: Use the server names without suffixes (bug #7009).
3443
3444         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3445         unencrypted to STARTTLS, if possible.
3446
3447 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3448
3449         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3450         headers before superseding.
3451
3452 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * nnrss.el (nnrss-use-local): Add documentation.
3455
3456         * nnimap.el (nnimap-extend-tls-programs): New function.
3457         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3458         (nnimap-wait-for-connection): Accept the greeting from the stupid
3459         output from openssl s_client -starttls, too.
3460
3461         * tls.el (tls-starttls-switches): New variable.
3462         (tls-find-starttls-argument): Use it.
3463         (open-tls-stream): Ditto.
3464
3465         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3466         (netrc-machine): Ditto.
3467
3468         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3469         article number.
3470         (nnimap-split-fancy): New variable.
3471         (nnimap-split-incoming-mail): Use it.
3472
3473         * nntp.el (nntp-server-list-active-group): Document.
3474
3475         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3476         SELECT to get the message-id.
3477
3478         * mail-source.el (mail-sources): Remove webmail support.
3479         (defvar): Ditto.
3480         (mail-source-fetcher-alist): Ditto.
3481         (mail-source-fetch-webmail): Remove.
3482
3483         * webmail.el: Remove -- doesn't seem relevant any more.
3484
3485         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3486
3487         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3488         the \r.
3489
3490 2010-09-30  Julien Danjou  <julien@danjou.info>
3491
3492         * gnus-agent.el (gnus-agent-add-group): Fix call to
3493         gnus-completing-read.
3494
3495 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * nndoc.el (nndoc-retrieve-groups): New function.
3498
3499         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3500         `default', use nnmail-split-methods.
3501         (nnimap-request-article): Downcase the NILs so that they are nil.
3502
3503         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3504         symbol.
3505
3506         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3507         code, since if the user has requested network, that's what they ought
3508         to get.
3509         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3510         (nnimap-split-rule): Mark as obsolete.
3511
3512         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3513         New variable.
3514
3515         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3516         correct slot, too.
3517
3518 2010-09-29  Julien Danjou  <julien@danjou.info>
3519
3520         * gnus.el (gnus-local-domain): Declare variable obsolete.
3521
3522         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3523         Fix history computing.
3524         (gnus-ido-completing-read): Require ido.
3525
3526 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3529         build Gnus.
3530
3531         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3532         when interpreting the structures.
3533         (nnimap-request-accept-article): Add \r\n to the lines to make this
3534         work with Cyrus.
3535
3536         * nndraft.el (nndraft-request-expire-articles): Use the group name
3537         instead if "nndraft".  Fix found by Nils Ackermann.
3538
3539 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3540
3541         * nnregistry.el: Add.
3542
3543 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3544
3545         * nnmail.el (group, group-art-list, group-art):
3546         Remove unneeded directives.
3547
3548 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3551         (mm-mime-charset)
3552         * rfc2047.el (rfc2047-syntax-table)
3553         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3554
3555         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3556         rather than `insert-file-contents' and `eval-region'.
3557
3558         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3559         construction.
3560
3561         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3562
3563         * time-date.el: No need to require cl for Emacs 21.
3564
3565 2010-09-29  Julien Danjou  <julien@danjou.info>
3566
3567         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3568         replacement of `gnus-gravatar-relief' to mimic
3569         `gnus-faces-properties-alist'.
3570         Add :version property.
3571
3572 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * mail-source.el (mail-source-report-new-mail)
3575         * message.el (message-default-mail-headers)
3576         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3577
3578         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3579
3580 2010-09-28  Julien Danjou  <julien@danjou.info>
3581
3582         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3583         mail-address contains the same string as real-name.
3584
3585         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3586         non-blank in header, otherwise it'll get stripped.
3587
3588         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3589         real-name, and then for mail address rather than doing : or , search.
3590
3591 2010-09-27  Julien Danjou  <julien@danjou.info>
3592
3593         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3594         right completing-read function.
3595         (gnus-use-ido): New variable
3596         (gnus-completing-read-with-default): Remove.
3597         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3598         (gnus-agent-add-group):
3599         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3600         * mm-view.el (mm-view-pkcs7-decrypt):
3601         * mm-util.el (mm-codepage-setup):
3602         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3603         * mml-smime.el (mml-smime-openssl-sign-query):
3604         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3605         (mml-insert-multipart):
3606         * gnus-msg.el (gnus-summary-yank-message):
3607         * gnus-int.el (gnus-start-news-server):
3608         * mm-decode.el (mm-interactively-view-part):
3609         * gnus-dired.el (gnus-dired-attach):
3610         * gnus.el (gnus-read-method):
3611         * gnus-bookmark.el (gnus-bookmark-jump):
3612         * gnus-art.el (gnus-mime-view-part-as-type)
3613         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3614         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3615         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3616         * nnmairix.el (nnmairix-create-server-and-default-group)
3617         (nnmairix-update-groups, nnmairix-get-server)
3618         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3619         (nnmairix-get-group-from-file-path):
3620         * nnrss.el (nnrss-find-rss-via-syndic8):
3621         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3622         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3623         (gnus-group-browse-foreign-server):
3624         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3625         (gnus-summary-execute-command, gnus-summary-respool-article)
3626         (gnus-read-move-group-name):
3627         * gnus-score.el (gnus-summary-increase-score)
3628         (gnus-summary-score-effect):
3629         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3630
3631 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3634         x-focus-frame.
3635
3636         * nnimap.el (auth-source-forget-user-or-password)
3637         (auth-source-user-or-password): Autoload.
3638
3639         * message.el (message-from-style, message-interactive)
3640         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3641         (message-yank-prefix, message-indentation-spaces, message-signature)
3642         (message-signature-file): Add comment.
3643
3644 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3647         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3648         new articles.
3649
3650         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3651         parts.
3652         (nnimap-request-article): Work with the t setting, too.
3653
3654         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3655         that you don't get flashes of other buffers.
3656         (gnus-summary-show-complete-article): Intern before setting.
3657
3658 2010-09-27  David Engster  <dengste@eml.cc>
3659
3660         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3661         well as HEADERS.
3662         (nnmairix-retrieve-headers): Provide new argument for the above.
3663
3664 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-sum.el (gnus-summary-move-article): Don't alter
3667         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3668         group.
3669
3670         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3671
3672         * message.el (message-cite-prefix-regexp): Revert my last edit.
3673
3674         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3675         variable instead of the Gnus variable.
3676
3677         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3678
3679         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3680
3681         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3682         since some servers don't like it.
3683         (nnimap-open-connection): Forget credentials if the server says the
3684         password was wrong.
3685         (nnimap-parse-line): Protect against invalid data.
3686
3687         * gnus-sum.el (gnus-summary-move-article): Add comment.
3688         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3689         nothing alters it while scanning for new messages.
3690
3691         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3692         which may or may not help.
3693         (nnimap-open-connection): If we're doing a stream connection, and then
3694         discover we're on a STARTTLS-capable server, then open a STARTTLS
3695         connection instead.
3696
3697 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * nnimap.el (utf7): Require.
3700
3701         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3702         prefix.
3703
3704 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3705
3706         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3707
3708 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnimap.el (nnimap-request-accept-article): Message the error on
3711         error.
3712
3713 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3716
3717 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * nndoc.el (nndoc-request-list): Return success always.
3720
3721         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3722         `fetch-old' -- we only want to fetch the articles we've requested.
3723         The rest are in the agent, probably.
3724         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3725         disappeared server" to something low.  It's not important.
3726
3727         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3728         arrived before the FETCH data.
3729
3730         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3731         target here, because we don't know the Gnus name of the group.
3732
3733         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3734         for the correct group.
3735
3736         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3737
3738         * gnus.el (gnus): Give a final warning after startup.
3739
3740         * gnus-util.el (gnus-action-message-log): New variable.
3741         (gnus-message): Use it.
3742         (gnus-final-warning): New function.
3743
3744         * nnimap.el (nnimap-open-connection): Record the greeting.
3745         (nnimap): Add greeting.
3746
3747 2010-09-26  Julien Danjou  <julien@danjou.info>
3748
3749         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3750         arguments.
3751         (gnus-html-wash-images): Fix spec computing to include start/end.
3752
3753         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3754
3755 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3758         deletion.
3759         (nnimap-retrieve-headers): Don't select the group, because that's
3760         already done by nnimap-possibly-change-group.
3761
3762         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3763         (gnus-picon-transform-address): Use it.
3764
3765         * mail-source.el (mail-source-value): Revert previous patch.
3766
3767         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3768         on failure.
3769         (nnimap-open-connection): Look up both virtual and physical server name
3770         credentials.
3771
3772         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3773
3774 2009-02-07  Dave Love  <fx@gnu.org>
3775
3776         * tls.el (open-tls-stream): Don't query killing process.
3777
3778 2009-02-08  Dave Love  <fx@gnu.org>
3779
3780         * gnus-win.el (gnus-window-to-buffer-helper)
3781         (gnus-all-windows-visible-p): Function needn't be a symbol.
3782
3783         * mail-source.el (mail-source-value): Function needn't be a symbol.
3784
3785 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * message.el (message-cite-prefix-regexp): Remove } from the cite
3788         prefix.
3789
3790         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3791         highlight again, so that the highlight is correct.
3792
3793         * gnus-picon.el (gnus-picon): Remove again.
3794         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3795
3796         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3797         doing the header highlightling, so that the background colour of the
3798         picon is correct.
3799
3800         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3801         (gnus-picon): Ditto.
3802         (gnus-picon): Reinstate.  The background colour for picons is white.
3803         (gnus-picon-insert-glyph): Make the background white.
3804
3805         * nnml.el (nnml-open-nov): Don't return dead buffers.
3806
3807         * auth-source.el (auth-source-create): Query the user for whether to
3808         store the credentials.
3809
3810         * netrc.el (netrc-store-data): New function.
3811
3812         * auth-source.el (auth-source-user-or-password): Use the existing auth
3813         sources, if any, for creation.
3814
3815         * gnus.el (gnus-group-fast-parameter): Return the last matching
3816         parameter instead of the first matching parameter.
3817
3818 2010-09-26  Julien Danjou  <julien@danjou.info>
3819
3820         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3821
3822 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * mml2015.el (mml2015-use): Remove gpg support.
3825
3826         * mml1991.el (mml1991-function-alist): Remove gpg function.
3827         (mml1991-gpg-sign): Remove.
3828
3829 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3830
3831         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3832         (gnus-browse-unsubscribe-current-group): Document it.
3833         (gnus-browse-unsubscribe-group): Use it.
3834
3835 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3838         address to the To list for easier response.
3839
3840         * gnus.el (gnus-play-startup-jingle): Remove.
3841         (gnus-splash): Don't play jingle.
3842         (gnus): Silence gnus-load message.
3843
3844         * gnus-art.el (gnus-treat-play-sounds): Remove.
3845
3846         * gnus.el (gnus-play-jingle): Remove audio support.
3847
3848         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3849
3850         * earcon.el: Remove -- no users.
3851
3852         * gnus-audio.el: Remove -- no users of this package.
3853
3854         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3855
3856         * gnus-start.el (gnus-setup-news): Remove nocem support.
3857
3858         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3859
3860         * gnus.el (gnus-use-nocem): Remove.
3861
3862         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3863         Remove.
3864
3865         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3866         uses NoCeM any more.
3867
3868         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3869         (gnus-button-ctan-handler): Ditto.
3870         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3871         (gnus-button-ctan-directory-regexp): Ditto.
3872         (gnus-button-handle-ctan): Ditto.
3873         (gnus-button-tex-level): Ditto.
3874         (gnus-button-alist): Remove CTAN stuff.
3875
3876 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3879         nnimap-streaming test.
3880
3881         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3882         servers twice.
3883
3884         * nnimap.el (nnimap-open-connection): Add more error reporting when
3885         nnimap fails early.
3886
3887         * nnheader.el (nnheader-get-report-string): New function.
3888         (nnheader-get-report): Use it.
3889
3890         * gnus-int.el (gnus-check-server): Say what the error was when opening
3891         failed.
3892
3893         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3894         using streaming.
3895
3896 2010-09-25  Julien Danjou  <julien@danjou.info>
3897
3898         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3899         gnus-window-inside-pixel-edges.
3900
3901 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3904
3905         * mm-decode.el (mm-save-part): Allow saving to other directories the
3906         normal Emacs way.
3907
3908         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3909         Suggested by Jay Berkenbilt.
3910
3911         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3912         there isn't a single byte.
3913
3914         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3915         just do it.  It doesn't really seem to matter what the user responds
3916         here, I think, so it's just a confusing question.
3917
3918         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3919         non-streaming case.
3920
3921         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3922         (gnus-article-encrypt-body): Use it.
3923
3924         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3925         keystroke.
3926
3927         * nnimap.el (nnimap-find-wanted-parts-1):
3928         Use gnus-fetch-partial-articles.
3929
3930         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3931
3932         * nnimap.el (nnimap-insert-partial-structure): New function.
3933         (nnimap-get-partial-article): New function.
3934         (nnimap-request-article): Use it.
3935         (nnimap-wait-for-response): Return whether the wait was successful.
3936         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3937         retrieval wasn't successful.
3938         (nnimap-retrieve-group-data-early): Allow throttling servers.
3939         (nnimap-streaming): New variable.
3940         (nnimap-fetch-partial-articles): Remove.
3941
3942         * mm-decode.el (mm-with-part): Protect against killed buffers.
3943
3944         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3945         for prettier summary display.
3946
3947 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3948
3949         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3950
3951 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3954         apparently third-party libraries depend on it.
3955
3956         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3957         before starting negotiation.
3958
3959         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3960         privacy reasons.
3961         (gnus-treat-mail-gravatar): Ditto.
3962
3963         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3964         buffer when inserting images.  Inserting text into the headers, for
3965         instance, can make them invalid.
3966
3967 2010-09-25  Julien Danjou  <julien@danjou.info>
3968
3969         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3970         variables.
3971
3972         * nnheader.el: Remove useless variables news-reply-yank-from and
3973         news-reply-yank-message-id.
3974
3975         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3976         variables.
3977
3978         * mml1991.el: Remove useless mml1991-verbose.
3979
3980         * gnus.el: Remove useless variable gnus-use-generic-from.
3981         Remove obsolete variable gnus-topic-indentation.
3982
3983         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3984
3985         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3986
3987         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3988
3989         * gnus-group.el: Remove useless gnus-group-icon-cache.
3990         Remove useless gnus-ephemeral-group-server.
3991
3992         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3993
3994         * mml2015.el: Remove useless mml2015-verbose.
3995
3996         * mml-smime.el: Remove useless mml-smime-verbose.
3997
3998         * gnus.el: Remove useless gnus-local-domain.
3999
4000         * gnus-gravatar.el (gnus-gravatar-transform-address):
4001         Use gnus-gravatar-size.
4002
4003         * gnus-art.el: Remove useless gnus-treat-translate.
4004
4005 2010-09-24  Julien Danjou  <julien@danjou.info>
4006
4007         * gnus-sum.el: Add support for Gravatars.
4008
4009         * gnus-art.el: Add support for Gravatars.
4010
4011         * gnus-gravatar.el: Add this file.
4012
4013         * gravatar.el: Add this file.
4014
4015 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4018
4019         * gnus-group.el (gnus-group-fetch-faq): Remove.
4020
4021         * gnus.el (gnus-group-faq-directory): Remove.
4022
4023         * gnus-group.el (gnus-group-fetch-charter): Remove.
4024
4025         * gnus.el (gnus-group-charter-alist): Remove.
4026
4027         * gnus-group.el (gnus-group-archive-directory): Remove.
4028         (gnus-group-recent-archive-directory): Ditto.
4029         (gnus-group-make-archive-group): Remove.
4030
4031         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4032
4033         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4034         use the same article number for all the cached articles.
4035
4036         * nnimap.el (nnimap-command): Register the last command time so
4037         that we can use it for idling NOOPs.
4038         (nnimap-open-connection): Start the keeplive timer.
4039         (nnimap-make-process-buffer): Store all the process buffers.
4040         (nnimap-keepalive): New function.
4041
4042         * starttls.el (starttls-open-stream): Add autoload cookie.
4043
4044 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4045
4046         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4047         handling.
4048
4049 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4052         its data structures.
4053
4054         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4055         instead of the cl.el copy-list.
4056         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4057         equalp.
4058
4059 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4062         and tool-bar-local-item-from-menu.
4063
4064         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4065         mode-line-highlight face for Emacs.
4066
4067         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4068         loading gnus-sum.elc; fix comment for canlock-verify.
4069         (gnus-article-jump-to-part): Use read-number.
4070         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4071         Remove Emacs pre-21 compatible code for help-echo.
4072         (gnus-article-next-page-1): No need to adjust the number of lines.
4073         (gnus-article-describe-bindings): Always use help-buffer.
4074
4075         * gnus-audio.el (gnus-audio-inline-sound)
4076         * gnus-cus.el (gnus-custom-mode)
4077         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4078
4079         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4080
4081         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4082         compatible code.
4083
4084 2010-09-24  Glenn Morris  <rgm@gnu.org>
4085
4086         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4087         visiting the fcc file in rmail-mode.
4088
4089         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4090
4091 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * nnir.el: Silence the byte compiler.
4094
4095         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4096         alias to browse-url-url-encode-chars if any.
4097         (gnus-html-encode-url): Use it.
4098
4099 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * gnus-start.el (gnus-use-backend-marks): New variable.
4102         (gnus-get-unread-articles-in-group): Use it.
4103
4104         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4105         makeover.
4106
4107 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4108
4109         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4110
4111 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4114         Remove.
4115         (gnus-setup-news-hook):
4116         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4117
4118         * gnus-int.el (gnus-request-update-info): Protect against backends not
4119         having the function.
4120
4121         * nnimap.el (nnimap-stream): Mention starttls.
4122         (nnimap-open-connection): Add starttls support.
4123
4124 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4125
4126         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4127
4128 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4131         BODYSTRUCTUREs.
4132         (nnimap-transform-headers): Unfold quoted {42} headers.
4133
4134         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4135         the info.
4136         (gnus-get-unread-articles): Only call updatep on backends that support
4137         it.
4138
4139         * nnweb.el (nnweb-request-update-info): NOOP.
4140
4141         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4142
4143         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4144         since it only deals with marks.
4145
4146         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4147         gnus-request-marks, and make a new gnus-request-update-info.
4148
4149         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4150         the active instead of the high number, which is usually too low.
4151
4152 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4155         * encrypt.el: Remove.
4156
4157 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4160         server in symbolic form.
4161
4162         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4163
4164 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4167         (nnimap-update-info): Fix up code slightly.
4168
4169         * gnus-int.el (gnus-open-server): Add tracing for performance
4170         debugging.
4171
4172         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4173         (gnus-group-insert-group-line): Pass the real group name so that it
4174         gets the right data.
4175
4176         * gnus-start.el (gnus-get-unread-articles): Don't have
4177         `gnus-get-unread-articles-in-group' update info, since that can be
4178         really slow and doesn't seem to be needed?
4179
4180 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4181
4182         * time-date.el (date-to-time): Try using parse-time-string first before
4183         using the slower timezone-make-date-arpa-standard.
4184
4185 2010-09-22  Julien Danjou  <julien@danjou.info>
4186
4187         * gnus-group.el (gnus-group-insert-group-line):
4188         Call gnus-group-highlight-line.
4189         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4190         default hook list.
4191         (gnus-group-update-eval-form): Add new function.
4192         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4193         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4194
4195 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4198         immediate, then expire all articles.
4199         (nnimap-update-info): Fix off-by-one errors.
4200         (nnimap-flags-to-marks): Would return no marks lists for group with no
4201         flags.  Instead return the other data.
4202
4203 2010-09-22  Julien Danjou  <julien@danjou.info>
4204
4205         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4206         Only return an icon.
4207         (gnus-group-insert-group-line): Compute icon to return.
4208
4209         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4210         (gnus-html-image-fetched): Only cache if
4211         gnus-html-image-automatic-caching is set.
4212         (gnus-html-image-fetched): Check for errors.
4213
4214 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4217         once per method on `g'.  This ensures that backends like nnfolder don't
4218         open all their folders.
4219
4220         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4221         (nnimap-request-list): Nix out group in the correct buffer.
4222         (nnimap-parse-flags): Implement by using `read' instead of
4223         hand-parsing.
4224         (nnimap-flags-to-marks): Pass on permanent-flags.
4225         (nnimap-make-process-buffer): Record the server name.
4226         (nnimap-parse-flags): Fix typo.
4227         (nnimap-request-scan): Run split on the server in general, not just a
4228         single group.
4229
4230         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4231         parameter, and propagate this downwards.
4232
4233         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4234         since EXAMINE changes it on the server.
4235
4236         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4237         this command might take a while.
4238
4239 2010-09-22  Julien Danjou  <julien@danjou.info>
4240
4241         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4242         harmful if you have 2 images side-by-side, they can't be properly
4243         update on text deletion.  Using text-property is safer here.
4244         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4245         data.
4246
4247 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * nnimap.el (nnimap-expunge-inbox): Remove.
4250         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4251         (nnimap-expunge): Flip default to t.
4252
4253         * gnus.el (gnus-method-to-server): Don't push things to the cache
4254         unless it's unique.
4255         (gnus-server-to-method): Ditto.
4256
4257 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4260
4261 2010-09-22  Julien Danjou  <julien@danjou.info>
4262
4263         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4264         get the start of data.
4265         (gnus-html-encode-url): Add this function to encode special chars in
4266         URL.
4267         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4268         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4269
4270         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4271         default.
4272         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4273
4274         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4275         images alt-text.
4276         (gnus-html-put-image): Put alt-text as help-echo.
4277
4278 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4281         * mm-util.el (mm-decompress-buffer)
4282         * nnir.el (nnir-run-find-grep)
4283         * pop3.el (pop3-list): Use 3rd arg of split-string.
4284
4285         * time-date.el (format-seconds): Comment fix.
4286
4287         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4288         and byte-optimize-form-code-walker.
4289         (dgnushack-make-auto-load): Don't advise make-autoload.
4290
4291         * lpath.el: Remove Emacs 21 stuff.
4292
4293 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4296         outside the active range.  Suggested by Dan Christensen.
4297
4298         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4299         slightly later to avoid double-getting it.
4300
4301         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4302         previous patch.
4303
4304         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4305
4306 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4307
4308         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4309
4310 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus-int.el (gnus-open-server): Give a better error message in the
4313         "go offline" case.
4314
4315         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4316         marks for nnimap, which is seldom the right thing to do.
4317
4318         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4319         (gnus-same-method-different-name): New function.
4320
4321         * nnimap.el (parse-time): Require.
4322
4323         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4324         method in the presence of many similar methods.
4325
4326         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4327
4328         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4329         nnml-inhibit-expiry.
4330
4331         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4332         find out whether methods are equal.
4333
4334         * nnimap.el (nnimap-find-expired-articles): New function.
4335         (nnimap-process-expiry-targets): New function.
4336         (nnimap-request-move-article): Request the article before looking at
4337         what the Message-ID is.  Fix found by Andrew Cohen.
4338         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4339
4340         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4341         for oldness in addition to being a predicate.
4342
4343         * nnimap.el (nnimap-request-group): When we have zero articles, return
4344         the right data to Gnus.
4345         (nnimap-request-expire-articles): Only delete articles immediately if
4346         the target is 'delete.
4347
4348         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4349         method, this would bug out.
4350
4351         * gnus-group.el (gnus-group-expunge-group): Rename from
4352         gnus-group-nnimap-expunge, and implemented as a normal interface
4353         function.
4354
4355         * gnus-int.el (gnus-request-expunge-group): New function.
4356
4357         * nnimap.el (nnimap-request-create-group): Implement.
4358         (nnimap-request-expunge-group): New function.
4359
4360 2010-09-21  Julien Danjou  <julien@danjou.info>
4361
4362         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4363         (gnus-html-cache-expired): Add new function.
4364         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4365         wethever we should display image for fetch it.
4366         Compute alt-text earlier to pass it to the fetching function too.
4367         (gnus-html-schedule-image-fetching): Change function argument to only
4368         get one image at a time, not a list.
4369         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4370         cache.
4371         (gnus-html-get-image-data): New function to retrieve image data from
4372         cache.
4373         (gnus-html-put-image): Change buffer argument to use image data rather
4374         than file, and place image above region rather than inserting a new
4375         one.  Do not take alt-text as argument, since it's useless now: we place
4376         the image above alt-text.
4377         (gnus-html-prune-cache): Remove.
4378         (gnus-html-show-images): Start to fetch image when we find one, do not
4379         push into a temporary list.
4380         (gnus-html-prefetch-images): Only fetch image if they have expired.
4381         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4382         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4383
4384 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4387
4388 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4391         spec inser "*" if the group isn't active instead of 0.
4392
4393         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4394         opening the server.
4395         (nnimap-request-delete-group): Implement group deletion.
4396         (nnimap-transform-headers): Return the size of the entire message in
4397         the Bytes header, not just the size of the first part.
4398         (nnimap-request-move-article): When moving an article from nnimap,
4399         request the article first so the accepting form has an article to
4400         accept.  Reported by Dan Christensen.
4401         (nnimap-command): Make sure that the error message doesn't error out.
4402
4403 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4404
4405         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4406         we haven't requested anything.
4407
4408 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4411         "".  Fix found by Andrew Cohen.
4412
4413         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4414         instead of -encode-string.
4415
4416 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4419
4420         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4421         by mm-subst-char-in-string.
4422
4423 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4426         waiting for the connection string.
4427
4428         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4429         arriving.
4430
4431         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4432         bogus characters.  This allows selecting certain Gmail groups.
4433
4434         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4435         (nnimap-fetch-partial-articles): New variable.
4436         (nnimap-open-connection): When looking for credentials, also use the
4437         nnimap-server-port.
4438         (nnimap-request-article): Return the group/article number, so that Gnus
4439         `^' works as expected.
4440         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4441
4442         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4443         comments.
4444         (gnus-methods-sloppily-equal): New function.
4445         (gnus): When using the development version of Gnus, load the gnus-load
4446         file.
4447
4448         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4449         `gnus-open-server' on each method before trying to scan them etc.
4450         This ensures that all the backend parameters are set correctly.
4451
4452         * nnimap.el (nnimap-authenticator): New variable.
4453         (nnimap-open-connection): Allow anonymous login.
4454         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4455         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4456
4457         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4458         patch, found by Knut Anders Hatlen.
4459
4460 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4461
4462         * gnus-agent.el (gnus-agent-batch-confirmation)
4463         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4464         to gnus-message.
4465         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4466         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4467         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4468         * gnus-int.el (gnus-open-server): Likewise.
4469         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4470         (gnus-score-check-syntax): Likewise.
4471         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4472         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4473         Likewise.
4474         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4475
4476 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4479         calling conventions so that prefetch doesn't bug out.
4480
4481 2010-09-19  Julien Danjou  <julien@danjou.info>
4482
4483         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4484         rather than `subst-char-in-region' in order to be able to replace ASCII
4485         char by UTF-8 ones.
4486
4487         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4488         than curl.
4489         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4490         the right URL and ALT text on images.
4491         (gnus-html-wash-tags): Fix tag case.
4492         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4493         (gnus-article-html): Add -o display_ins_del=2 option.
4494         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4495
4496 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4499         the extra mail headers, which sometimes seem to happen for unknown
4500         reasons.
4501
4502         * mail-parse.el (mail-header-encode-parameter): Define as
4503         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4504         (or most, perhaps?) mail readers don't understand the latter, but do
4505         understand the former.
4506
4507         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4508         to nil, so that no methods are automatically agentized.  I think this
4509         is probably what most users want.
4510
4511         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4512         from url-retrieve, for instance about invalid URLs.
4513
4514         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4515         groups that have no articles.
4516         (nnimap-request-article): Check that we really got an article when we
4517         requested one.
4518
4519         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4520         doesn't exist.
4521
4522         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4523         nntp buffer so the agent can save it.
4524         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4525         that CRLF doesn't get translated to \n.
4526         (nnimap-open-connection): Don't make 'shell commands only send \n.
4527
4528 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4529
4530         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4531         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4532         Update var name.
4533         (nnml-generate-nov-file): Use dolist.
4534         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4535         Use with-current-buffer.
4536
4537 2010-09-18  Julien Danjou  <julien@danjou.info>
4538
4539         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4540         parallel.
4541
4542 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4545         the range update right.
4546         (nnimap-request-group): Don't make `M-g' bug out on group with no
4547         marks.
4548         (nnoo): Require, so that other packages can require nnimap.
4549         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4550         command we're looking for.  This helps when the server sends more
4551         responses after we've gotten everything we expected.
4552         (nnimap): Add a `newlinep' field to keep track of end-of-line
4553         conventions.
4554         Don't send CRLF to things that don't want it.
4555         (nnimap-request-accept-article): Ditto.
4556
4557 2010-09-18  Julien Danjou  <julien@danjou.info>
4558
4559         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4560         than curl to retrieve images.
4561
4562 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4565         the marks.
4566         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4567         (nnimap-wait-for-connection): New function.
4568         (nnimap-open-connection): If we have PREAUTH, don't query for login
4569         credentials.
4570         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4571         when doing a partial update.
4572
4573 2010-09-18  Julien Danjou  <julien@danjou.info>
4574
4575         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4576         tags.
4577
4578 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * nnimap.el (nnimap-credentials): New function.
4581         (nnimap-open-connection): Use the new function to look for credentials
4582         also on the numeric equivalents of "imap" and "imaps".
4583
4584         * gnus-start.el (gnus-activate-group): Send the info to
4585         gnus-request-group.
4586
4587         * nnimap.el (nnimap-request-group): Have the "check" version of the
4588         function parse flags and update the info, so that a `M-g' get a total
4589         resync of all flags from the group.
4590
4591         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4592         to allow backends to alter the info on group selection.  Also alter all
4593         the backend -request-group functions to take the parameter.
4594
4595         * nnimap.el (nnimap-store-info): New function.
4596         (nnimap-update-info): Store the info for later usage.
4597         (nnimap-request-group): Use the stored info for the dont-check case, so
4598         that we don't retrieve all marks when we enter a group.
4599
4600         * nnimap.el: Use deffoo instead of defun for interface functions.
4601
4602         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4603         update the group info.  This makes the nndraft groups, for instance, go
4604         back to their old behaviour.
4605
4606         * gnus-sum.el (gnus-select-newsgroup): Indent.
4607
4608         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4609         in.
4610         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4611         nothing.
4612
4613         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4614         from methods that are denied.
4615
4616         * gnus-int.el (gnus-method-denied-p): New function.
4617
4618         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4619         store the password instead of netrc.
4620         (nnimap-open-connection): Don't error out when we can't make a
4621         connections.
4622
4623         * auth-source.el (auth-source-create): In the password prompt, say what
4624         we're querying for.  Also prompt for user name if that hasn't been
4625         given.
4626
4627         * nnimap.el (nnimap-with-process-buffer): Remove.
4628
4629 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4632         method when we're reading from the agent.
4633
4634         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4635
4636         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4637         that's probably most useful for users.
4638
4639         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4640         "failed" all the time.
4641
4642         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4643         ...)) with (with-current-buffer ... ).
4644
4645         * nntp.el (nntp-open-server): Return whether the open was successful or
4646         not.
4647
4648         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4649         select an unread unseen article first.
4650
4651         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4652         /etc/services, supply some sensible port defaults.
4653
4654         * dgnushack.el: Define netrc-credentials.
4655
4656 2010-09-17  Julien Danjou  <julien@danjou.info>
4657
4658         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4659
4660 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4661
4662         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4663         doesn't have any parameters.
4664
4665 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4668         only upcased checks.
4669
4670         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4671
4672         * nnimap.el (nnimap-open-shell-stream): New function.
4673         (nnimap-open-connection): Use it.
4674         (nnimap-transform-headers): Get the number of lines in each message.
4675         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4676         number of lines.
4677         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4678         problem.
4679
4680         * utf7.el (utf7-encode): Autoload.
4681
4682         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4683         to allow the mail splitting to not return a default group.  This is
4684         useful for nnimap, which will leave unmatched mail in the inbox.
4685
4686         * nnimap.el: Rewritten.
4687
4688         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4689         nnimap usage.
4690
4691         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4692         if the move is internal, so that nnimap can do fast internal moves.
4693
4694         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4695         data.
4696         (gnus-read-active-for-groups): Support finishing the early retrieval of
4697         data.
4698
4699         * gnus-range.el (gnus-range-nconcat): New function.
4700
4701         * gnus-int.el (gnus-finish-retrieve-group-infos)
4702         (gnus-retrieve-group-data-early): New functions.
4703
4704 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4707         (nnrss-retrieve-groups):
4708         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4709         (pop3-quit): Use with-current-buffer.
4710
4711 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4714         instead of nnheader-accept-process-output.
4715
4716         * dgnushack.el (dgnushack-compile): Add comment.
4717
4718         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4719
4720         * gnus-html.el (gnus-html-schedule-image-fetching)
4721         (gnus-html-prefetch-images): Replace process-kill-without-query by
4722         gnus-set-process-query-on-exit-flag.
4723
4724 2010-09-16  Romain Francoise  <romain@orebokech.com>
4725
4726         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4727
4728 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4731         parameter to unintern is mandatory-ish in Emacs 24.
4732
4733         * gnus-html.el (gnus-html-schedule-image-fetching)
4734         (gnus-html-prefetch-images): Check for curl before using it.
4735
4736         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4737         depend on curl, which isn't essential.
4738
4739         * imap.el: Revert back to version
4740         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4741         seem problematic.
4742
4743 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4744
4745         * gnus-registry.el (gnus-registry-install-shortcuts):
4746         Explicitly pass `obarray' to `unintern' to avoid a warning.
4747
4748 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4751         change.
4752
4753         * nnrss.el (nnrss-request-list): Remove this function and related
4754         functions, including the moreover stuff.
4755
4756 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * nnrss.el (nnrss-retrieve-groups): New function.
4759
4760 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4761
4762         * .dir-locals.el: Add no-byte-compile cookie.
4763
4764 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * time-date.el (format-seconds): Comment fix.
4767
4768         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4769         for back end that doesn't support request-scan.
4770
4771 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4774         then do request scans from the backends.
4775
4776         * netrc.el (netrc-credentials): New conveniency function.
4777
4778         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4779         avoid running a hook per line, since this takes a lot of time,
4780         profiling shows.
4781         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4782         directly if gnus-visual-p is true.
4783
4784 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4787         groups; replace mapcar with dolist which is a bit faster; pass groups
4788         info to gnus-read-active-file-1.
4789         (gnus-read-active-file-1): Scan only specified groups if the new
4790         optional arg `infos' is given.
4791
4792 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4795
4796         * pop3.el (pop3-movemail): Remove.
4797         (pop3-streaming-movemail): Rename to pop3-movemail.
4798
4799         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4800         don't restrict end-tag searches to the end of the line.
4801
4802 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4805         articles of every unchecked group to t, which means unknown since the
4806         server has never been opened.
4807
4808 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-html.el (gnus-html-show-alt-text): New command.
4811         (gnus-html-browse-image): Ditto.
4812         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4813         to browse the image directly.
4814         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4815         better.
4816
4817         * gnus-async.el (gnus-async-article-callback):
4818         Call `gnus-html-prefetch-images' unconditionally.
4819
4820         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4821         before feeding URLs to curl.
4822
4823 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4826         internal images as deletable by `W D D'.
4827
4828         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4829         (gnus-async-article-callback): Fix typo.
4830
4831 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4834         current line to work around bugs in the output from w3m.
4835
4836         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4837         for groups that want that.
4838
4839         * nntp.el (nntp-wait-for-string): Supply a timeout for
4840         accept-process-output to ensure progress.
4841
4842         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4843         level to get unread articles from, then use that for foreign groups,
4844         too.
4845
4846         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4847         confuses the rest of the function.
4848
4849         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4850         for the methods that support -retrieve-groups, too.
4851
4852         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4853
4854 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4857         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4858
4859         * pop3.el: Require cl when compiling.
4860         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4861
4862 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4865         that aren't going to be activated.
4866         (gnus-get-unread-articles): Fix up the last commit.
4867
4868         * gnus-html.el (gnus-article-html): Allow calling without specifying
4869         the handle.  In that case, dissect the buffer first.
4870
4871         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4872
4873         * nnimap.el (nnimap-open-connection): Revert the change that would look
4874         into authinfo for imaps instead of imap.
4875
4876         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4877         say that you don't want to call gnus-request-group with don-check, but
4878         do check the reponse.  This is for virtual groups only.
4879         (gnus-get-unread-articles): Count the archive groups as secondary, so
4880         that they're activated the same way as before.
4881
4882         * imap.el (imap-message-map): Removed optional buffer parameter, since
4883         no callers use it.
4884         (imap-message-get): Ditto.
4885         (imap-message-put): Ditto.
4886         (imap-mailbox-map): Ditto.
4887         (imap-mailbox-put): Ditto.
4888         (imap-mailbox-get): Ditto.
4889         (imap-mailbox-get): Revert last change for this function.
4890
4891         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4892         case-insensitively.
4893         (nnimap-debug): Remove.
4894
4895         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4896         to use `imap-fetch' instead.  According to the comments, this should be
4897         safe, since all other IMAP clients use the 1:* syntax.
4898         (imap-enable-exchange-bug-workaround): Removed.
4899         (imap-debug): Removed -- doesn't seem very useful.
4900
4901         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4902         mail from a file, and the file doesn't exist.
4903
4904         * imap.el (imap-log): New convenience function used throughout instead
4905         of repeating the same code all over the place.
4906
4907         * pop3.el (pop3-streaming-movemail): Return t for success.
4908
4909         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4910         .authinfo if we're using ssl connection.
4911
4912         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4913         already have if we're in a main Gnus `g' run.
4914
4915         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4916
4917 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4920
4921         * nnmh.el (nnmh-request-list-1): Bind `file'.
4922
4923         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4924         alias to set-process-query-on-exit-flag or process-kill-without-query.
4925         (pop3-open-server): Use it.
4926
4927 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4930         box to the Incoming file.  Fixes mistake in previous checkin.
4931
4932         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4933         request loop (for debugging purposes) removed.
4934
4935         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4936         culprit is more visible.
4937         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4938         (nnml-add-incremental-nov): New functions to do "incremental" nov
4939         updates, where we just append to the end of the existing nov files
4940         without reading/writing them in full.
4941
4942         * mail-source.el (mail-source-delete-crash-box): Really only check the
4943         incoming files once in a while.
4944
4945         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4946
4947         * mail-source.el (mail-source-delete-crash-box): Only check the
4948         incoming files for deletion once per day to save a lot of file
4949         accesses.
4950
4951         * pop3.el (pop3-logon): Fix up unbound variable typo.
4952
4953         * mail-source.el (pop3-streaming-movemail): Autoload.
4954
4955         * pop3.el (pop3-streaming-movemail):
4956         Respect pop3-leave-mail-on-server.
4957
4958         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4959         retrieval.
4960
4961         * pop3.el (pop3-process-filter): Remove unused function.
4962         (pop3-streaming-movemail, pop3-send-streaming-command)
4963         (pop3-wait-for-messages, pop3-write-to-file)
4964         (pop3-number-of-responses): New functions for streaming pop3
4965         retrieval.
4966
4967         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4968         come from no known methods.
4969         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4970         list.
4971
4972         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4973         message sizes.
4974         (pop3-movemail): Use erase-buffer instead of looping and deleting
4975         regions, which seems rather odd.
4976
4977         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4978         file once per `g' run.
4979
4980         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4981         directories.  This makes the draft queue directory work.
4982
4983         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4984         data from the backends, so that we only request the list of groups from
4985         each method once.  This should speed things up considerably.
4986
4987         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4988         detect that it's not implemented.
4989
4990         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4991         we actually do recurse down into the tree, but don't stat all leaf
4992         nodes.
4993
4994         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4995         then say so instead of bugging out.
4996
4997         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4998         files exist before trying to read them.
4999
5000         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5001         around <pre_int>.
5002
5003         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5004
5005         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5006
5007 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * mm-util.el (mm-image-load-path): Just return the image directories,
5010         not all directories in the path in addition to the image directories.
5011         (mm-image-load-path): Maintain a cache of the image directories so that
5012         the `g' command in Gnus doesn't have to stat dozens of directories each
5013         time.
5014
5015         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5016         (gnus-html-wash-tags): Add a new `i' command to insert images.
5017         (gnus-html-insert-image): New command and keystroke.
5018         (gnus-html-redisplay-with-images): New command and keystroke.
5019         (gnus-html-show-images): Rename command.
5020         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5021         spacers.
5022         (gnus-html-wash-tags): Decode entities at the end, so that entities
5023         inside the tags don't mess up the rest of the "parsing".
5024
5025         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5026         so that nnimap methods aren't agentized by default.  There's apparently
5027         many problems related to agent/imap behaviour.
5028
5029         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5030
5031         * gnus-html.el: Doc fix.
5032
5033 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5036         specifier-spec-list for Emacs 21.
5037
5038         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5039         glyph-width and glyph-height instead of display-graphic-p and
5040         image-size; make avoidance of displaying small images work for XEmacs.
5041
5042         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5043         for XEmacs.
5044
5045         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5046         of symbol that holds plist data.
5047         (gnus-process-plist): Remove plist of process after getting it.
5048
5049 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * message.el (message-generate-hashcash): Change default to
5052         'opportunistic if hashcash is installed.
5053
5054         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5055         (gnus-html-put-image): Only call image-size once, since it's somewhat
5056         time-consuming on remote X servers.
5057
5058 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5061         type on data, not a file name.
5062
5063         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5064         window-pixel-edges for Emacs 21.
5065
5066         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5067         decoded contents.
5068         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5069
5070 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5073         group line format, since it isn't very interesting.
5074
5075         * gnus-agent.el (gnus-agent-short-article),
5076         (gnus-agent-long-article): Increase values for these two variables,
5077         since most people are likely to have more network connection and
5078         storage than before.
5079
5080         * gnus.el (gnus-refer-article-method): Change default to 'current.
5081         When referring an article, the common behaviour is to refer it from the
5082         current select method, not the native select method.  The chances of
5083         the native select method having the message in question is rather slim
5084         these days.
5085
5086         * gnus-sum.el (gnus-auto-select-subject): Change default to
5087         `unseen-or-unread'.  I think it's likely that most people want to
5088         select an unseen article over a previously seen, but unread one.
5089
5090         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5091         means that in the article buffer none of the minor mode elements will
5092         be shown, usually, and this is not desirable in most cases.
5093
5094         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5095         that commands like `d' (and the like) go to the next line in the
5096         buffer, instead of the next unread article.  I think this is the
5097         behaviour that is most natural for most users.
5098         (gnus-single-article-buffer): Change default to nil, so that people can
5099         have as many article buffers open as they have summary buffer.  I think
5100         this is the most natural way for the groups to behave.
5101
5102         * message.el (message-generate-new-buffers): Change default to
5103         `unsent', so that all new message buffers start their names with the
5104         string "*unsent", and it's easier to find the buffers if you move from
5105         them.
5106
5107 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5110         small.  They're probably tracking images.
5111         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5112         (gnus-html-rescale-image): Yet another try at getting the image sizing
5113         right.
5114
5115         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5116         nntp-marks-file-name is nil.
5117
5118 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * gnus-html.el (gnus-html-wash-tags)
5121         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5122         Better logging.
5123
5124 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5127
5128         * gnus-html.el (gnus-html-wash-tags): Check the value of
5129         gnus-blocked-images in the summary buffer.
5130
5131 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5132
5133         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5134
5135 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5138         like "a", it seems like.
5139         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5140         since it needs to be picked from the correct buffer.
5141
5142         * nnwfm.el: Remove.
5143
5144         * nnlistserv.el: Remove.
5145
5146 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5149         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5150
5151 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * nnkiboze.el: Remove.
5154
5155         * nndb.el: Remove.
5156
5157         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5158         alt text.
5159         (gnus-html-rescale-image): Try to get the rescaling logic right for
5160         images that are just wide and not tall.
5161
5162         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5163         overshadow variable bindings.
5164
5165 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5166
5167         * gnus-html.el (gnus-html-wash-tags)
5168         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5169         Add extra logging.
5170
5171 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5174         (gnus-max-image-proportion): New variable.
5175         (gnus-html-rescale-image): New function.
5176         (gnus-html-put-image): Rescale images.
5177
5178 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5179
5180         Fix up some byte-compiler warnings.
5181         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5182         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5183         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5184         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5185         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5186         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5187         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5188
5189 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-html.el (gnus-article-html): Decode contents by charset.
5192
5193 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5196         (gnus-html-frame-width, gnus-blocked-images)
5197         * message.el (message-prune-recipient-rules): Add custom version.
5198         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5199
5200         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5201         functions.
5202
5203         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5204         gnus-process-get.
5205
5206 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5207
5208         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5209         instead of lsub directly.
5210
5211 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * nnwarchive.el: Remove.
5214
5215         * gnus-soup.el: Remove.
5216
5217         * nnsoup.el: Remove.
5218
5219         * nnultimate.el: Remove.
5220
5221         * gnus-html.el (gnus-blocked-images): New variable.
5222
5223         * message.el (message-prune-recipients): New function.
5224         (message-prune-recipient-rules): New variable.
5225
5226         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5227         guess whether a long line is natural text or not.
5228
5229         * gnus-html.el (gnus-html-schedule-image-fetching):
5230         Use gnus-process-plist and friends for compatibility.
5231
5232 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5233
5234         * gnus-html.el: Require packages that define macros used in this file.
5235         (gnus-article-mouse-face): Declare to silence byte-compiler.
5236         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5237         process-get.
5238         (gnus-html-put-image): Use plist-get to avoid getf.
5239         (gnus-html-prefetch-images): Use with-current-buffer.
5240
5241 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-ems.el: Provide compatibility functions for
5244         gnus-set-process-plist.
5245
5246         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5247         header-line-format for XEmacs 21.4.
5248
5249         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5250         * gnus.el (gnus-valid-select-methods)
5251         * message.el (message-send-mail-partially-limit)
5252         * mm-decode.el (mm-text-html-renderer)
5253         * mml.el (mml-insert-mime-headers-always)
5254         * smiley.el (smiley-regexp-alist): Bump custom version.
5255
5256 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * gnus-html.el: require mm-url.
5259         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5260         with the url to `url'.
5261         (gnus-html-wash-tags): Support cid: URLs/images.
5262
5263 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5266         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5267         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5268
5269         * gnus-move.el: Remove file, since it doesn't really work.
5270
5271         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5272         UTF-8.  This seems to fix problems with some German web feeds.
5273
5274         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5275         at the top so that the proper colours are applied.
5276
5277         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5278         don't have dots in their names.
5279
5280         * gnus-art.el (gnus-article-view-part): Doc fix.
5281
5282         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5283         XEmacs-compatible.
5284         (gnus-html-put-image): Don't do images on non-graphic displays.
5285
5286         * nnslashdot.el: Remove this unused backend.
5287
5288         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5289         actions.
5290         (gnus-undo-register-1): Revert last change.
5291
5292         * gnus-group.el (gnus-group-completing-read): Protect against not
5293         having completion-styles bound.
5294
5295         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5296         make broken recipients happier.
5297
5298         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5299
5300         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5301         point parameter.
5302
5303         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5304
5305         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5306         completion-styles for group selection.
5307
5308 2009-02-04  Andreas Schwab  <schwab@suse.de>
5309
5310         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5311         headers and regexp-quote the match if necessary.
5312
5313 2009-03-24  Miles Bader  <miles@gnu.org>
5314
5315         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5316         the blinking smiley.
5317
5318 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5319
5320         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5321         blink smiley.
5322
5323 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5326         where the dribbel file lives exists.
5327
5328         * message.el (message-send-mail-partially-limit): Change the default to
5329         nil, since most people don't want this.
5330
5331         * mm-url.el (mm-url-decode-entities): Also decode entities like
5332         &#x3212.
5333
5334 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5335
5336         * gnus-sum.el (gnus-summary-idna-message):
5337         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5338         Hyperlink urls in docstrings with URL `...'.
5339
5340 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5341
5342         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5343         functions.
5344
5345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5348         say what the mouseover text should be.
5349
5350         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5351         version of the mm-w3m-safe-url-regexp variable to only download images
5352         in the groups where we want that to happen.
5353
5354         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5355
5356         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5357         easier debugging.
5358         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5359         big pictures in the article buffer.
5360
5361         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5362         gnus-article-html.
5363         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5364         w3m.
5365
5366         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5367
5368 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5371         which doesn't exist.
5372
5373         * message.el (message-inhibit-ecomplete): New variable to allow some
5374         function to inhibit ecomplete address storage.
5375         (message-resend): Disable ecomplete message storage when resending
5376         messages.
5377
5378         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5379
5380 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5383         Save excursion while copying, moving, and deleting articles in order to
5384         prevent the cursor from jumping to unforeseen place.
5385
5386 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * lpath.el: No need to bind bookmark-current-buffer,
5389         bookmark-yank-point and bookmark-make-record-function.
5390
5391 2010-08-17  Glenn Morris  <rgm@gnu.org>
5392
5393         * gnus-sync.el: Require gnus components whose functions are used.
5394
5395         * gnus-art.el (bookmark-make-record-function):
5396         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5397         Declare for compiler.
5398
5399         * mm-url.el (mml-compute-boundary): Autoload.
5400
5401 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5404
5405 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         Typo fix "hoo4a" -> "hook".
5408
5409         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5410
5411 2010-08-14  Glenn Morris  <rgm@gnu.org>
5412
5413         * gnus-sync.el (gnus-sync): Fix defgroup version.
5414
5415 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5416
5417         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5418
5419         * gnus-sync.el: Fix docs.
5420         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5421         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5422
5423 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         Optimizations for gnus-sync.el.
5426
5427         * gnus-sync.el: Add docs about gnus-sync-backend
5428         possibilities.
5429         (gnus-sync-save): Remove unnecessary message.
5430         (gnus-sync-read): Optimize and show what groups were skipped.
5431
5432 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         Minor bug fixes for gnus-sync.el.
5435
5436         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5437         Don't read the sync on get-new-news.
5438
5439         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5440         quiet.
5441
5442         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5443         (fix typo).
5444
5445 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5446
5447         Make saving and restoring of hidden threads work with overlays.
5448         Patch applied by Ted Zlatanov.
5449
5450         * gnus-sum.el (gnus-hidden-threads-configuration)
5451         (gnus-restore-hidden-threads-configuration): Update to deal with text
5452         properties, rather than searching for a magic character.
5453
5454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         New gnus-sync.el library for synchronization of marks.
5457
5458         * gnus-sync.el: New library for synchronization of marks.
5459
5460         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5461         renamed from `gnus-registry-grep-in-list'.
5462
5463         * gnus-registry.el (gnus-registry-follow-group-p):
5464         Use `gnus-grep-in-list'.
5465
5466         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5467
5468 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5471         determining charset of text fails.
5472
5473 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * nnmail.el (nnmail-get-new-mail-1): Revert.
5476
5477         * nnml.el (nnml-active-number): Make sure names of newly created groups
5478         in nnml-group-alist are encoded.
5479
5480 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5483         containing non-ASCII characters in active file for nnml back end.
5484
5485 2010-07-24  David Engster  <dengste@eml.cc>
5486
5487         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5488         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5489
5490 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5491
5492         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5493         tag (Bug#6654).
5494
5495 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5498         the article buffer, not the summary buffer.
5499
5500 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5503         Emacs 23 as well.
5504
5505 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5508         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5509
5510 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5511
5512         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5513         Patch applied by Karl Fogel.
5514
5515         * gnus-sum.el (gnus-summary-bookmark-make-record):
5516         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5517
5518 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5519
5520         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5521         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5522         C-w still not working correctly from Article buffers; Thierry's
5523         patch to fix that will be applied after this.
5524
5525         * gnus-art.el (bookmark-make-record-function): New local variable.
5526
5527         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5528         article buffer.
5529         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5530
5531 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5532
5533         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5534         on changes in bookmark.el.
5535
5536 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5539         `no-log' instead of message not to log prompt string.
5540
5541 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5542
5543         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5544         the *other* type of HTML form submission.
5545
5546 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5547
5548         * auth-source.el (auth-source-pick): If choice does not contain a
5549         questioned keyword, set the check to t.
5550
5551 2010-06-12  Romain Francoise  <romain@orebokech.com>
5552
5553         * gnus-util.el (gnus-date-get-time): Move up before first use.
5554
5555 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5558         (gnus-article-edit-part): Bind it to make last part that is substituted
5559         or deleted visible.
5560         (gnus-mime-display-single): Buttonize part of which id equals to
5561         gnus-mime-buttonized-part-id.
5562
5563 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5564
5565         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5566         (gnus-dd-mmm): Use gnus-date-get-time.
5567         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5568         simplify logic.
5569         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5570         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5571
5572 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5573
5574         * auth-source.el (top): Autoload `secrets-list-collections',
5575         `secrets-create-item', `secrets-delete-item'.
5576         (auth-sources): Fix tag string.
5577         (auth-get-source, auth-source-retrieve, auth-source-create)
5578         (auth-source-delete): New defuns.
5579         (auth-source-pick): Rewrite in order to avoid 2 passes.
5580         (auth-source-forget-user-or-password): New parameter USERNAME.
5581         (auth-source-user-or-password): New parameters CREATE-MISSING and
5582         DELETE-EXISTING.  Retrieve password interactively, if needed.
5583
5584 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5585
5586         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5587         deleting unused directories when gnus-expert-user is t.
5588
5589 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5592         for each temp file when gnus-article-browse-delete-temp is ask.
5593
5594 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5597         Lisp calls to delete-backward-char by calls to delete-char.
5598
5599 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5600
5601         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5602
5603 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5604
5605         * password-cache.el (password-cache-remove): Fix docstring.
5606
5607 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5610         article unless decoding article to be saved.
5611
5612 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5615         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5616         generated within the mm-with-unibyte-current-buffer macro.
5617
5618 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5621         to nil when we're in a mml-preview buffer and no group is selected.
5622
5623 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5624
5625         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5626         when catching the `C-g'.  Reported by "Leo".
5627
5628 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * message.el (message-forward-make-body-plain)
5631         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5632         multibyte-string-p.
5633
5634         * lpath.el: Revert.
5635
5636 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * message.el (message-forward-make-body-mml): Assume original message
5639         is multibyte string; error on unibyte.
5640         (message-forward-make-body-plain): Ditto; don't add excessive newline
5641         in body end.
5642
5643         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5644
5645 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5646
5647         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5648         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5649
5650 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * mm-extern.el (mm-extern-url): Don't use
5653         mm-with-unibyte-current-buffer.
5654         (mm-extern-cache-contents): Use with-current-buffer instead of
5655         save-excursion + set-buffer.
5656
5657 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * mm-util.el (mm-emacs-mule): Remove.
5660
5661 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5662
5663         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5664         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5665         change.
5666
5667 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5670         bind the default value of enable-multibyte-characters to nil.
5671
5672 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * message.el (message-forward-make-body-plain)
5675         (message-forward-make-body-mml):
5676         Don't use mm-with-unibyte-current-buffer.
5677
5678 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5679
5680         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5681
5682 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5683
5684         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5685         (Bug#5592).
5686
5687 2010-05-07  Julien Danjou  <julien@danjou.info>
5688
5689         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5690         it to mm-pipe-part.
5691
5692         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5693         it is given.
5694
5695 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * binhex.el (binhex-decode-region-internal)
5698         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5699         (dns-query)
5700         * nnweb.el (nnweb-gmane-search)
5701         * pgg-parse.el (pgg-parse-armor)
5702         * pgg.el (pgg-verify-region)
5703         * sha1.el (sha1-string-external)
5704         * uudecode.el (uudecode-decode-region-internal)
5705         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5706         XEmacs.
5707
5708         * gnus-art.el (gnus-article-browse-html-parts)
5709         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5710         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5711         make-temp-file.
5712
5713         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5714         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5715         compiling.
5716
5717         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5718         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5719         XEmacs when compiling.
5720
5721         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5722         gnus-pick-mode-off-hook for XEmacs when compiling.
5723         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5724         gnus-binary-mode-off-hook for XEmacs when compiling.
5725
5726         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5727         Return nil if char-charset is not available.
5728
5729         * imap.el (imap-disable-multibyte)
5730         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5731         macros.
5732
5733         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5734         instead of encode-coding-string.
5735
5736         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5737         'xemacs) instead of mm-emacs-mule to switch function definitions.
5738         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5739
5740         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5741         bind temporary-file-directory for XEmacs;
5742         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5743         timer-set-function for XEmacs 21.4 and SXEmacs;
5744         bind timer-list for XEmacs 21.4 and SXEmacs;
5745         fbind char-charset and find-charset-region for non-Mule XEmacs;
5746         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5747         encode-coding-region and encode-coding-string for XEmacs having no
5748         file-coding feature.
5749
5750 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5751
5752         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5753
5754 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5757         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5758
5759 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5760
5761         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5762         alias `jka-compr-delete-temp-file' no longer exists.
5763
5764 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5765
5766         Use define-minor-mode in Gnus where applicable.
5767         * mml.el (mml-mode): Use define-minor-mode.
5768         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5769         (gnus-undo-mode): Use define-minor-mode.
5770         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5771         (gnus-dead-summary-mode): Use define-minor-mode.
5772         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5773         Initialize in declaration.
5774         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5775         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5776         (gnus-mailing-list-mode): Use define-minor-mode.
5777         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5778         (gnus-draft-mode): Use define-minor-mode.
5779         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5780         (gnus-dired-mode): Use define-minor-mode.
5781
5782 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5783
5784         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5785         handles on recursive mml-to-mime translation and check them for
5786         boundary delimiter collisions.  Reported by Greg Troxel.
5787
5788 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5791
5792 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5793
5794         * mm-util.el (mm-find-buffer-file-coding-system):
5795         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5796
5797 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5798
5799         * message.el (message-generate-headers): Record insertion of optional
5800         headers as well.  Otherwise the check to prevent repeated insertion of
5801         optional headers is a no-op.
5802
5803 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * smime.el: Don't mention CVS.
5806
5807         * nnrss.el (nnrss-fetch): Don't mention CVS.
5808
5809         * nnir.el: Don't mention CVS.
5810
5811 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5812
5813         * gnus-sum.el (gnus-summary-bookmark-make-record):
5814         Add `location' field.
5815
5816 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * lpath.el: Fbind bookmark-default-handler,
5819         bookmark-get-bookmark-record, bookmark-make-record-default,
5820         bookmark-prop-get for Emacs <23 and XEmacs.
5821
5822 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5825         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5826         Use with-current-buffer to silence the byte-compiler.
5827         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5828         bother to require `gnus'.
5829         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5830
5831 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5832
5833         * gnus-sum.el (gnus-summary-bookmark-make-record)
5834         (gnus-summary-bookmark-jump): New functions.
5835         (gnus-summary-mode): Setup bookmark support.
5836
5837 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5838
5839         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5840         if set.
5841
5842 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5845         gnus-article-browse-html-save-cid-image; make it work recursively for
5846         forwarded messages as well.
5847         (gnus-article-browse-html-parts): Work when prefix arg is given.
5848         (gnus-article-browse-html-article): Doc fix.
5849
5850 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5851
5852         * message.el (message-default-mail-headers):
5853         (message-default-headers): Carry the value mail-default-headers over
5854         into message-default-mail-headers, rather than message-default-headers.
5855
5856 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5857
5858         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5859         charset.
5860
5861         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5862         charset into the <meta> tag when the article is encoded to utf-8.
5863
5864 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-article-browse-delete-temp-files):
5867         Delete directories as well.
5868         (gnus-article-browse-html-parts): Work for images that do not specify
5869         file names; delete temp directory when quitting; insert header at the
5870         right place; use file: scheme for image files.
5871
5872 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5873
5874         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5875         (gnus-article-browse-html-parts): Use it to make temporary cid image
5876         files in addition to html file so that browser may display them.
5877
5878 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5881
5882 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5885
5886 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * auth-source.el (auth-sources): Change default to be simpler.
5889         Explain about Secret Service API sources.  Improve Customize options.
5890         (auth-source-pick): Change to accept any number of search parameters.
5891         Implement fallbacks iteratively, not recursively.  Add scoring on the
5892         second pass and sort by score.  Call Secret Service API when needed.
5893         (auth-source-user-or-password): Use it.  Call Secret Service API
5894         directly when needed to get the user name and the password.
5895
5896 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5897
5898         * message.el (message-interactive): Doc fix.
5899         (message-qmail-inject-args): Reflow.
5900         (message-kill-to-signature): Fix typo in docstring.
5901
5902         * smiley.el (smiley-buffer): Fix typo in docstring.
5903
5904 2010-03-24  Glenn Morris  <rgm@gnu.org>
5905
5906         * mail-source.el (gnus-message): Declare.
5907         (mail-source-delete-old-incoming): Require gnus-util.
5908
5909 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5912
5913         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5914
5915         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5916         password-cache's default if it is not bound.
5917         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5918         password-cache-expiry's default if it is not bound.
5919
5920         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5921         available in Emacs 21.
5922
5923         * lpath.el: Suppress compiler warnings for:
5924         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5925         XEmacs;
5926         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5927         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5928         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5929
5930 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * auth-source.el (auth-sources): Fix up definition so extra parameters
5933         are always inline.
5934
5935 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5936
5937         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5938         wasn't updated after mismatch.  Clear cached mailbox info correctly
5939         when uidvalidity changes.
5940         (nnimap-group-prefixed-name): New function to avoid some code
5941         duplication.
5942         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5943         (nnimap-request-group): Use it.
5944         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5945         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5946         with many imap folders.  This is done by caching the group status from
5947         the imap server persistently in a group parameter `imap-status'.  (This
5948         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5949         but not persistently, so every Gnus startup was still very slow.)
5950
5951 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5954         delete the extra newline.  Otherwise editing of :string and :number
5955         types don't work.
5956
5957 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5960         secrets.el dependency.
5961         (auth-sources): Add optional user name.  Add secrets.el configuration
5962         choice (unused right now).
5963
5964 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * gnus-sum.el (gnus-summary-make-menu-bar):
5967         Let `gnus-registry-install-shortcuts' fill in the functions.
5968
5969         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5970         warnings.
5971         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5972         (gnus-registry-install-shortcuts): Populate and use it in a
5973         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5974
5975 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5976
5977         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5978         In-place substitutions for the group name encoding/decoding.
5979         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5980         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5981         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5982         (nnimap-update-unseen, nnimap-request-list)
5983         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5984         (nnimap-request-set-mark, nnimap-split-to-groups)
5985         (nnimap-split-articles, nnimap-request-newgroups)
5986         (nnimap-request-create-group, nnimap-request-accept-article)
5987         (nnimap-request-delete-group, nnimap-request-rename-group)
5988         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5989         `encoded-mbx' for consistency.
5990         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5991         variable `imap-current-mailbox'.
5992
5993         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5994         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5995
5996 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5997
5998         * pop3.el (pop3-display-message-size-flag): Display message size byte
5999         counts during POP3 download.
6000         (pop3-movemail): Use it.
6001         (pop3-list): Implement listing of available messages.
6002
6003 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6004
6005         * nnir.el (nnir-get-article-nov-override-function): New function to
6006         override the normal NOV retrieval.
6007         (nnir-retrieve-headers): Use it.
6008
6009 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6010
6011         * auth-source.el (netrc-machine-user-or-password): Autoload.
6012
6013 2010-03-19  Glenn Morris  <rgm@gnu.org>
6014
6015         Stop message.el from loading about 40 libraries it doesn't always need.
6016         The general approach is to autoload rather than require, and to
6017         require in the specific functions rather than the file.  (Bug#5642)
6018
6019         * gmm-utils.el: Don't require wid-edit.
6020         (widget-create-child-value, widget-convert, widget-default-get):
6021         Autoload.
6022
6023         * gnus-util.el: Don't require time-date, netrc.
6024         (message-fetch-field, gnus-group-name-decode): Declare rather than
6025         autoloading.
6026         (gnus-fetch-field): Require message.
6027         (gnus-decode-newsgroups): Require gnus-group.
6028
6029         * ietf-drums.el: Don't require time-date.
6030
6031         * message.el: Don't require hashcash, canlock, ecomplete.
6032         Do require mail-utils.  Require nnheader only when compiling.
6033         (smtpmail-default-smtp-server): Remove declaration.
6034         (message-send-mail-function): Check smtpmail-default-smtp-server
6035         is bound rather than requiring smtpmail.
6036         (message-auto-save-directory, message-insert-signature):
6037         Use expand-file-name rather than nnheader-concat.
6038         (nnheader-insert-file-contents): Autoload.
6039         (hashcash-wait-async): Declare.
6040         (message-send-mail): Only call gnus-setup-posting-charset if
6041         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6042         (message-send-mail-with-sendmail): Require sendmail.
6043         (canlock-password, canlock-password-for-verify): Declare.
6044         (message-canlock-password): Require canlock.
6045         (nnheader-get-report): Autoload.
6046         (gnus-setup-posting-charset): Declare.
6047         (message-send-news): Require gnus-msg.
6048         (message-make-references, message-make-in-reply-to): Use mail-header-id
6049         rather than the alias mail-header-message-id.
6050         (ecomplete-add-item, ecomplete-save): Declare.
6051         (message-put-addresses-in-ecomplete): Require ecomplete.
6052         (ecomplete-display-matches): Autoload.
6053
6054         * mm-decode.el: Don't require mailcap, gnus-util.
6055         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6056         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6057         Autoload.
6058         (mailcap-mime-extensions): Declare.
6059
6060         * mm-encode.el: Don't require mailcap.
6061         (mailcap-extension-to-mime): Autoload.
6062
6063         * mml-sec.el: Don't require password-cache.
6064
6065         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6066         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6067         (mml-minibuffer-read-type): Require mailcap.
6068         (mml-preview): Require gnus-msg.
6069
6070         * mml1991.el: Require password-cache.
6071         (password-cache-expiry): Remove declaration.
6072
6073         * mml2015.el: Require password-cache.
6074         (password-cache-expiry): Remove declaration.
6075
6076         * nneething.el (mailcap): Require mailcap.
6077
6078         * nnheader.el (declare-function): Add compatibility stub.
6079         (message-remove-header): Declare rather than autoload.
6080         (nnheader-replace-header): Require message.
6081
6082         * nnimap.el (declare-function): Add compatibility stub.
6083         (netrc-parse, netrc-machine-user-or-password): Declare.
6084         (nnimap-open-connection): Require netrc.
6085
6086         * nntp.el (declare-function): Add compatibility stub.
6087         (netrc-parse, netrc-machine, netrc-get): Declare.
6088         (nntp-send-authinfo): Require netrc.
6089
6090         * rfc2047.el: Don't require qp.
6091         (quoted-printable-encode-region, quoted-printable-decode-string):
6092         Autoload.
6093
6094         * sieve-mode.el: Don't require easymenu.
6095         (easy-menu-add-item): Autoload it.
6096
6097         * spam-stat.el (time-to-number-of-days): Autoload it.
6098
6099 2010-03-19  Glenn Morris  <rgm@gnu.org>
6100
6101         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6102
6103 2010-03-18  Glenn Morris  <rgm@gnu.org>
6104
6105         * hashcash.el (declare-function): Remove duplicate definition.
6106
6107 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6108
6109         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6110         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6111         value if any backslash escapes).
6112
6113 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6116         if it is available.  (bug#5647)
6117
6118         * lpath.el: Suppress compiler warning for coding-system-from-name for
6119         Emacs 21 and XEmacs.
6120
6121 2010-03-14  Juri Linkov  <juri@jurta.org>
6122
6123         * hmac-def.el:
6124         * hmac-md5.el:
6125         * netrc.el: Fix keywords.
6126
6127 2010-02-26  Glenn Morris  <rgm@gnu.org>
6128
6129         * message.el (message-send-mail-function): Change the default, so that
6130         it inherits from a customized send-mail-function.  (Bug#5643)
6131
6132 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6133
6134         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6135         shell-command-to-string signals an error (bug#5299).
6136
6137 2010-02-24  Glenn Morris  <rgm@gnu.org>
6138
6139         * message.el (message-smtpmail-send-it)
6140         (message-send-mail-with-mailclient): Doc fixes.
6141
6142 2010-02-16  Glenn Morris  <rgm@gnu.org>
6143
6144         * message.el (message-default-mail-headers): Change the default value
6145         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6146
6147 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6150         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6151
6152 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6153
6154         * time-date.el (date-to-time): Doc fix (Bug#5408).
6155
6156 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6157
6158         * message.el (message-mail): Just pass yank-action on to message-setup.
6159         (message-setup): Handle (FUN . ARGS) form of yank-action.
6160         (message-with-reply-buffer, message-widen-reply)
6161         (message-yank-original): Handle non-buffer values of
6162         message-reply-buffer (Bug#4080).
6163         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6164
6165 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6166
6167         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6168         Fix typo in docstring.
6169
6170 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6171
6172         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6173         response.
6174
6175 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6178
6179         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6180
6181         * message.el (message-check-news-header-syntax): Protect against a
6182         string that `rfc822-addresses' returns when parsing fails.
6183
6184 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6187         (gnus-previous-char-property-change): New functions.
6188
6189         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6190
6191 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6192
6193         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6194         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6195
6196 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6197
6198         * message.el (message-exchange-point-and-mark): Rework last change to
6199         avoid using optional arg of exchange-point-and-mark, for backward
6200         compatibility.
6201
6202 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6203
6204         * message.el (message-exchange-point-and-mark):
6205         Call exchange-point-and-mark with an argument rather than setting
6206         mark-active by hand (Bug#5175).
6207
6208 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * nntp.el (nntp-service-to-port): Work for service expressed with
6211         numeric string; replace [:digit:] with [0-9] for XEmacs.
6212
6213 2009-12-17  Glenn Morris  <rgm@gnu.org>
6214
6215         * gnus-group.el (gnus-bug-group-download-format-alist):
6216         Change emacs entry to debbugs.gnu.org.  Bump :version.
6217
6218 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6221
6222 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * message.el (message-info): Explain why we use `Info-goto-node'.
6225
6226 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6229
6230 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6231
6232         * message.el (message-completion-in-region): New compatibility function.
6233         (message-expand-group): Use it.
6234
6235 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6238         with no unread article should be listed if the 2nd arg `predicate' is
6239         given.
6240
6241 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6244
6245 2009-11-29  Juri Linkov  <juri@jurta.org>
6246
6247         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6248         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6249         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6250
6251 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6252
6253         * sha1.el (sha1-string-external): default-directory "/" in case
6254         otherwise non-existent.  process-connection-type pipe for touch of
6255         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6256
6257 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6258
6259         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6260         it's comms related and sgml-mode.el has "comm" on that basis too.
6261
6262 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6265         containing tspecial characters if they have been already quoted.
6266
6267 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6268
6269         * dns-mode.el (auto-mode-alist): Purecopy string.
6270
6271 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6272
6273         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6274
6275 2009-10-24  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus-art.el (help-xref-stack-item): Define for compiler.
6278
6279 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6280
6281         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6282
6283 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6286
6287 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6290         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6291
6292 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6295         (gnus-overlays-in): New alias to overlays-in.
6296
6297         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6298         gnus-overlay-get, and gnus-delete-overlay.
6299         (gnus-summary-show-thread): Make it work as well for systems in which
6300         next-single-char-property-change is not available.
6301         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6302
6303         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6304         (gnus-overlay-get): New alias to extent-property.
6305         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6306
6307         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6308         SXEmacs.
6309
6310         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6311         SXEmacs.
6312
6313 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6316
6317 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6318
6319         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6320         and XEmacs that don't have `remove-overlays'.
6321
6322 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6323
6324         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6325         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6326         selective display.  Use overlays instead.
6327
6328 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6329
6330         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6331
6332 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6333
6334         * spam-stat.el (spam-stat-load): Fix typo in message.
6335
6336 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6337
6338         * dig.el (dig-invoke): Fix typo in docstring.
6339         (query-dig): Reflow docstring.
6340
6341 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6342
6343         * gnus-art.el (gnus-article-encrypt-body):
6344         * message.el (message-check-recipients):
6345         * mm-util.el (mm-codepage-setup):
6346         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6347         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6348
6349 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6350
6351         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6352         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6353         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6354         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6355         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6356
6357 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6358
6359         * dig.el: Add "Keywords: comm", as per net-utils.el.
6360
6361 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * dig.el (dig-mode): Use define-derived-mode.
6364
6365 2009-09-19  Glenn Morris  <rgm@gnu.org>
6366
6367         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6368
6369 2009-09-18  Glenn Morris  <rgm@gnu.org>
6370
6371         * gnus-diary.el (gnus-diary-check-message):
6372         * message.el (message-insert-formatted-citation-line):
6373         * nnbabyl.el (top-level):
6374         * nndiary.el (nndiary-schedule):
6375         Fix typos in condition-case handlers.
6376
6377 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6380         configuration that provides the sole article window in a frame;
6381         position point correctly after deleting a part.
6382
6383 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6384
6385         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6386         (spam-resolve-registrations-routine): Use it to unregister articles
6387         that change status.
6388
6389 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6392         with XEmacs.
6393         (parse-time-string-chars): Use it.
6394
6395 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * imap.el (imap-interactive-login): Better messages.
6398         (imap-open): Fix bug with renamed buffer on reconnect.
6399         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6400         for easier debugging and cleaner code.  On successful (guessed based on
6401         server capabilities) secondary authentication, set imap-state
6402         correctly.
6403         (imap-last-authenticator): Define imap-last-authenticator as a variable
6404         to avoid warnings.
6405
6406 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * nnrss.el (nnrss-request-article): Remove binding of
6409         default-enable-multibyte-characters that has gotten needless by
6410         the 2007-07-13 change in rfc2047-encode-message-header.
6411
6412         * mml.el (mml-insert-multipart): Error on the message header.
6413         (mml-insert-part): Error on the message header; position point at
6414         the end of a MIME tag.
6415
6416 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * time-date.el (autoload): Expand define-obsolete-function-alias into
6419         defalias and make-obsolete for old Emacsen that Gnus supports.
6420         (with-no-warnings): Define it for old Emacsen.
6421         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6422         is available.
6423         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6424         float-time is available; suppress compile warning for time-to-seconds.
6425
6426         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6427         (gnus-float-time): Alias to float-time if it exists.
6428
6429         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6430         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6431         float-time is available; suppress compile warning for time-to-seconds.
6432
6433         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6434         XEmacs.
6435
6436 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6437
6438         * imap.el (imap-message-map): Docstring fix.
6439
6440 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6443         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6444         Add the optional argument `encoding' that overrides the default.
6445
6446         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6447         mm-encode-buffer.
6448
6449 2009-09-04  Glenn Morris  <rgm@gnu.org>
6450
6451         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6452         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6453         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6454         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6455         * mm-util.el (mm-with-unibyte-current-buffer)
6456         (mm-find-buffer-file-coding-system):
6457         * yenc.el (yenc-decode-region): Use default-value rather than
6458         default-enable-multibyte-characters.
6459
6460 2009-09-03  Glenn Morris  <rgm@gnu.org>
6461
6462         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6463         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6464         than default-enable-multibyte-characters.
6465
6466 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6467
6468         * gnus-art.el (gnus-article-read-summary-keys):
6469         Fix gnus-buffer-configuration's value temporarily used.
6470
6471 2009-09-02  Glenn Morris  <rgm@gnu.org>
6472
6473         * gnus-util.el (gnus-float-time): New function.
6474         * gnus-delay.el (gnus-delay-article):
6475         * gnus-sum.el (gnus-thread-latest-date):
6476         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6477         * nnspool.el (nnspool-request-newgroups):
6478         Use gnus-float-time rather than time-to-seconds.
6479         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6480
6481         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6482         (gnus-header-subject-face, gnus-header-newsgroups-face)
6483         (gnus-header-name-face, gnus-header-content-face):
6484         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6485         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6486         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6487         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6488         (gnus-cite-face-11):
6489         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6490         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6491         (gnus-server-closed-face, gnus-server-denied-face)
6492         (gnus-server-offline-face):
6493         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6494         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6495         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6496         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6497         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6498         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6499         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6500         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6501         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6502         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6503         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6504         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6505         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6506         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6507         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6508         (gnus-summary-high-undownloaded-face)
6509         (gnus-summary-low-undownloaded-face)
6510         (gnus-summary-normal-undownloaded-face)
6511         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6512         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6513         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6514         (gnus-splash-face):
6515         * message.el (message-header-to-face, message-header-cc-face)
6516         (message-header-subject-face, message-header-newsgroups-face)
6517         (message-header-other-face, message-header-name-face)
6518         (message-header-xheader-face, message-separator-face)
6519         (message-cited-text-face, message-mml-face):
6520         * sieve-mode.el (sieve-control-commands-face)
6521         (sieve-action-commands-face, sieve-test-commands-face)
6522         (sieve-tagged-arguments-face):
6523         * spam.el (spam-face):
6524         Mark face aliases with "-face" in the name as obsolete.
6525
6526 2009-09-01  Glenn Morris  <rgm@gnu.org>
6527
6528         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6529         than goto-line.
6530
6531 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6534         Don't move point if the command is invoked inside the message header.
6535
6536 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6537
6538         * imap.el (imap-send-command): Simplify.
6539         (imap-wait-for-tag): point-max -> buffer-size.
6540
6541 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6542
6543         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6544         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6545         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6546         * nnir.el (nnir-swish-e-index-file):
6547         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6548         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6549         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6550         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6551         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6552         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6553
6554 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6557         Don't save excursion.
6558
6559 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * nnheader.el (nnheader-find-file-noselect):
6562         * mm-util.el (mm-insert-file-contents):
6563         Use (default-value 'major-mode) instead of default-major-mode.
6564
6565 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6566
6567         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6568
6569 2009-08-26  Glenn Morris  <rgm@gnu.org>
6570
6571         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6572         than placing in files.el.
6573
6574 2009-08-25  Glenn Morris  <rgm@gnu.org>
6575
6576         * nnir.el (top-level): Don't require cl at run-time.
6577         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6578         Replace cl-function substitute with gnus-replace-in-string.
6579         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6580         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6581         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6582         simplified expansions.
6583
6584 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6585
6586         * dig.el (dig): Add autoload cookie.
6587
6588 2009-08-22  Glenn Morris  <rgm@gnu.org>
6589
6590         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6591         goto-line.
6592
6593 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6594
6595         * parse-time.el (parse-time-string-chars): Save match data.
6596
6597 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6598
6599         * parse-time.el (parse-time-string-chars): Compute using character
6600         classes, to handle non-ascii characters (Bug#3190).
6601
6602 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6605
6606         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6607         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6608         (gnus-mm-display-part, gnus-mime-display-single)
6609         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6610         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6611
6612         * gnus-sum.el
6613         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6614         (gnus-summary-move-article): Add expirable mark to articles copied or
6615         moved to group that has auto-expire turned on if the option is non-nil.
6616
6617 2009-07-24  Glenn Morris  <rgm@gnu.org>
6618
6619         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6620         Fix typo.  (Bug#3903)
6621
6622 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6625         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6626         that should not be used for draft articles.
6627         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6628         that has no concern in minor mode keys.
6629         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6630         Abolish.
6631
6632 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6635         article without making inquiry to a user for unknown encoding.
6636
6637         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6638         (nnmaildir--scan): Assume i-node and device number that file-attributes
6639         returns might be cons-cell.
6640
6641         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6642
6643         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6644
6645 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * auth-source.el: Remove docs now in auth.texi.  Don't use
6648         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6649         `auth-source-hide-passwords' and use them.
6650
6651 2009-07-15  Glenn Morris  <rgm@gnu.org>
6652
6653         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6654
6655 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6658         excessive whitespace from the default values of title and description.
6659
6660 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6663         mail-fetch-field to fetch Content-Description header in order to
6664         exclude newlines.
6665
6666 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6667
6668         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6669         format used by GnuPG 2.0.11.
6670
6671 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6674         to deleted part.
6675
6676 2009-05-30  David Engster  <dengste@eml.cc>
6677
6678         * nnmairix.el: Remove old documentation in the commentary block.
6679         (nnmairix-request-group): Do not update active file for nnml back ends.
6680         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6681         end so that overview files are ignored.
6682         (nnmairix-update-groups): Make updating the groups more robust by using
6683         marks.
6684         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6685         with dollar characters in message-id.
6686
6687 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6690         2008-12-25 in dns.el.
6691
6692 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6693
6694         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6695         could happen if the text is only composed of spaces and/or tabs.
6696
6697 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6698
6699         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6700         when sending a queued message to avoid extra mml tags.
6701
6702 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6705
6706 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6709         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6710         rmail-toggle-header for XEmacs;
6711         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6712
6713 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-dired.el: Remove autoload for gnus-setup-message.
6716         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6717         displaying Gnus logo; always use compose-mail.
6718
6719 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6722
6723 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6726         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6727         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6728         available.
6729         (gnus-nocem-epg-verify): New function.
6730
6731 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6734
6735 2009-02-15  Glenn Morris  <rgm@gnu.org>
6736
6737         * gnus-util.el (rmail-insert-rmail-file-header)
6738         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6739         autoloads.
6740         (rmail-default-rmail-file): Remove unnecessary declaration.
6741         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6742
6743 2009-02-14  Glenn Morris  <rgm@gnu.org>
6744
6745         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6746         variable (only used in gnus-util, which declares it anyway).
6747         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6748         which was only needed by gnus-art (changed to not use it any more).
6749         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6750         only used in gnus-util, which autoloads it itself.
6751         (rmail-update-summary): Fix autoload.
6752
6753         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6754         rather than rmail-output-to-rmail-file.
6755
6756 2009-02-07  Glenn Morris  <rgm@gnu.org>
6757
6758         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6759         autoload of function that no longer exists.
6760         (rmail-toggle-header): Declare.
6761         (message-forward-rmail-make-body): Handle mbox Rmail.
6762
6763 2009-01-31  Glenn Morris  <rgm@gnu.org>
6764
6765         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6766         2009-01-09 change.
6767
6768 2009-01-31  Dave Love  <fx@gnu.org>
6769
6770         * imap.el (imap-fetch-safe): Bind debug-on-error.
6771         (imap-debug): Add imap-fetch-safe.
6772
6773 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6774
6775         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6776         (auth-source-forget-all-cached): New convenience function.
6777         (auth-source-user-or-password): Accept list of modes or a single mode.
6778
6779         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6780         auth-source modes.
6781
6782         * netrc.el (netrc-machine-user-or-password): Use list of
6783         auth-source modes.
6784
6785         * nnimap.el (nnimap-open-connection): Use list of
6786         auth-source modes.
6787
6788         * nntp.el (nntp-send-authinfo): Use list of
6789         auth-source modes.
6790
6791 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6794         now.
6795
6796 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6799         coding system in XEmacs; add a workaround for XEmacs.
6800
6801         * lpath.el: Fbind coding-system-aliasee.
6802
6803 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6806         of current-language-environment.
6807
6808 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6811         available at runtime.
6812
6813 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6816
6817 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6818
6819         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6820         the greatest positive fixnum value doesn't work under an XEmacs with
6821         bignum support; use the most-positive-fixnum constant instead,
6822         available since Emacs 21.1 with cl and XEmacs 21.1.
6823
6824 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6827         XEmacs gets not to work.
6828
6829 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * mm-util.el (mm-coding-system-priorities): Allow the value like
6832         "Japanese (UTF-8)" of current-language-environment.
6833
6834 2009-01-09  Glenn Morris  <rgm@gnu.org>
6835
6836         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6837         with last-command-event.
6838
6839 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6842         in the doc string.
6843
6844         * message.el (message-fix-before-sending): Amend comment.
6845
6846 2009-01-08  Dave Love  <fx@gnu.org>
6847
6848         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6849
6850 2009-01-07  David Engster  <dengste@eml.cc>
6851
6852         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6853         simplified server definitions by converting it via
6854         gnus-server-to-method.
6855
6856 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6859         parameter's operands.
6860
6861 2009-01-06  David Engster  <dengste@eml.cc>
6862
6863         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6864         primary select method (for gnus-group-mark-article-as-read).
6865
6866 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6867
6868         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6869         `(gnus)Face', not `(gnus)X-Face'.
6870
6871 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * mm-util.el (mm-ucs-to-char): New function.
6874
6875         * mm-url.el (mm-url-decode-entities): Use it.
6876
6877         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6878         unicode-to-char.
6879
6880 2009-01-05  Dave Love  <fx@gnu.org>
6881
6882         * time-date.el: Require cl for `declare'.
6883
6884 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6887         Dave Love.
6888
6889 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * message.el (message-fix-before-sending): Add `eight-bit' to
6892         illegible-text check.
6893
6894 2009-01-03  Michael Olson  <mwolson@gnu.org>
6895
6896         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6897         `headers' is nil.  This can occur if the IMAP server does not have
6898         permissions to read messages from a folder, but can write new messages
6899         to the folder.
6900         (nnimap-request-article-part): Do not insert `data' if it is nil.
6901
6902         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6903         characters which will confuse `read', so skip past them.
6904
6905 2009-01-01  Dave Love  <fx@gnu.org>
6906
6907         * imap.el (imap-string-to-integer): Fix typo.
6908         (imap-fetch-safe): New function.
6909         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6910
6911         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6912
6913         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6914         (imap-parse-greeting): Fix doc strings.
6915         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6916         (imap-parse-flag-list): Make messages unique.
6917         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6918
6919         * nnimap.el: Fix author email.
6920         (nnimap-split-rule): Add FIXME comment.
6921         (nnimap-debug): Fix doc string.
6922
6923 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6926
6927 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6930         nslookup if resolv.conf isn't available.
6931         (dns-query): Rename from query-dns.
6932         (dns-query-cached): Rename from query-dns-cached.
6933
6934 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6937         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6938         to check if those variables exist (first appeared in Emacs 18.50).
6939
6940 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * mm-util.el (mm-line-number-at-pos): New function.
6943
6944         * spam-report.el (spam-report-process-queue): Use it.
6945
6946 2008-12-24  David Engster  <dengste@eml.cc>
6947
6948         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6949         parameters that haven't existed as variables as buffer-local variables.
6950
6951 2008-12-23  Dave Love  <fx@gnu.org>
6952
6953         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6954         cadar.
6955
6956         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6957         imap-starttls-p.
6958         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6959
6960 2008-12-22  Dave Love  <fx@gnu.org>
6961
6962         * imap.el: Fix author email.  Doc fixes.
6963         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6964         reply.
6965
6966 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * spam-report.el (spam-report-gmane-max-requests): New constant.
6969         (spam-report-gmane-wait): New variable.
6970         (spam-report-gmane-ham, spam-report-gmane-spam)
6971         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6972         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6973         the server.
6974
6975         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6976         Add explanations.
6977
6978         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6979         nnheader-accept-process-output and nnheader-read-timeout if available.
6980         (pop3-movemail): Use it.
6981
6982         * message.el (message-check-news-body-syntax): Fix signature check if
6983         there's an attachment.
6984
6985 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * mm-util.el: Add comments to the mm- emulating functions.
6988
6989 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6992         Reported by Stephen Berman <stephen.berman@gmx.net>.
6993
6994 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * mm-util.el (mm-substring-no-properties): New function.
6997         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6998         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6999         (mm-string-to-multibyte): Doc fix.
7000
7001         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7002
7003 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * mml.el (mml-attach-file): Strip text properties from file name.
7006         (Bug#1574)
7007
7008 2008-12-16  Glenn Morris  <rgm@gnu.org>
7009
7010         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7011
7012 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7015         knows since the charset specified might be a bogus alias that
7016         mm-charset-synonym-alist provides.
7017
7018 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7021         "ISO_8859-1".
7022
7023         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7024
7025 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * mm-util.el (mm-charset-eval-alist):
7028         Define it before mm-charset-to-coding-system.
7029         (mm-charset-to-coding-system): Add optional argument `silent';
7030         define it before mm-charset-override-alist.
7031         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7032         default value if it can be used in Emacs currently running;
7033         silence mm-charset-to-coding-system.
7034
7035 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7038         `allow-override' which says whether to use `mm-charset-override-alist'.
7039         (rfc2047-decode-encoded-words): Use it.
7040
7041         * mm-util.el (mm-charset-override-alist): Fix custom type;
7042         add `(gb2312 . gbk)' to choices.
7043
7044 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7047         fast.
7048
7049         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7050
7051         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7052
7053 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7054
7055         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7056         on links.
7057
7058         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7059
7060 2008-12-03  Lute Kamstra  <lute@gnu.org>
7061
7062         * sha1.el: Remove leading * from docstrings of defcustoms,
7063         deffaces, defconsts and defuns.
7064
7065 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7068         users' addresses that don't have domain parts.
7069         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7070         rather than message-narrow-to-head since there will be the message
7071         header separator.
7072
7073 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7074
7075         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7076         since the result is inserted in a unibyte buffer anyway.
7077         (nnimap-demule-use-string-to-multibyte): Remove.
7078         (nnimap-demule): Alias it to mm-string-to-multibyte.
7079
7080 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7083         variable for debugging bug#464 and bug#1174.
7084         (nnimap-demule): Use it.
7085
7086 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7089         score calculation correctly.
7090
7091 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7092
7093         * message.el (message-send-mail): Just set the buffer to unibyte
7094         rather than use mm-with-unibyte-current-buffer which does a lot more.
7095         (message-send-mail-partially): Don't bother with
7096         mm-with-unibyte-current-buffer since it's already been made unibyte by
7097         message-send-mail.
7098
7099 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7102
7103 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7106
7107 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7110         require itself and to remove `with-no-warnings'.
7111
7112 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * starttls.el (starttls-any-program-available): Get the name of the
7115         available TLS layer program.
7116         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7117         well as the host name in the "opening" message.
7118
7119         * auth-source.el (auth-source-cache, auth-source-do-cache)
7120         (auth-source-user-or-password): Cache passwords and logins by default,
7121         allow override with `auth-source-do-cache'.
7122         (auth-source-forget-user-or-password): Allow users to remove cache
7123         entries if needed.
7124
7125 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7126
7127         * md4.el (md4-buffer): Fix typo in docstring.
7128         (md4, md4-64): Doc fixes.
7129         (md4-pack-int32): Reflow docstring.
7130
7131 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7134         condition-case to only the forward-sexp call.
7135
7136 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7139         quotes contained.  Make it more robust regardless by an extra
7140         condition-case wrapper.
7141
7142 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7145
7146 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nnml.el (nnml-request-expire-articles): Check if the function set to
7149         `nnmail-expiry-target' returns the symbol `delete'.
7150
7151         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7152
7153         * nnmail.el (nnmail-expiry-target): Fix custom type.
7154
7155 2008-10-02  Glenn Morris  <rgm@gnu.org>
7156
7157         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7158         Silence compiler warning.
7159
7160 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7161
7162         * tls.el (open-tls-stream): Show the actual command being
7163         executed, instead of the format string.
7164
7165 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * lpath.el: Fbind codepage-setup for Emacs 23.
7168
7169 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7170
7171         * mml.el (mml-menu): Don't assume mml2015 is bound.
7172
7173 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7176         exists.
7177
7178 2008-09-27  Glenn Morris  <rgm@gnu.org>
7179
7180         * gnus-util.el (mail-header-remove-comments): Autoload it.
7181
7182 2008-09-27  Andreas Schwab  <schwab@suse.de>
7183
7184         * gnus-util.el (gnus-split-references): Strip comments.
7185         (gnus-parent-id): Likewise.
7186
7187 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * message.el (message-confirm-send): Fix version.
7190
7191 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * message.el (message-idna-to-ascii-rhs-1): Use
7194         mail-extract-address-components rather than mail-header-parse-addresses
7195         that is an alias by default to ietf-drums-parse-addresses that does not
7196         support non-ASCII names in headers' contents.
7197
7198 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * message.el (message-confirm-send): Fix variable documentation to
7201         avoid the "y/n" wording.
7202
7203 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7204
7205         * message.el (message-set-auto-save-file-name): Save to a different
7206         filename so multiple messages (especially drafts) can be recovered.
7207
7208 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * message.el (message-confirm-send): Add appropriate version.
7211
7212 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7213
7214         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7215         defvar.
7216
7217 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7218
7219         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7220         (mm-pkcs7-enveloped-magic): Ditto.
7221
7222 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7223
7224         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7225         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7226
7227 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7230         default, it's better.
7231
7232 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7235         summary line gnus-number property and ignore them (with a warning
7236         message).
7237
7238 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7241         macro caddr in the interactive form since it won't be expanded.
7242
7243 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7246         `charset'; fix name of function called recursively.
7247         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7248
7249 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7252         (gnus-mime-set-charset-parameters): New function.
7253         (gnus-mime-view-part-as-charset): Use it to correctly display part
7254         specifying wrong charset.
7255
7256 2008-09-08  David Engster  <dengste@eml.cc>
7257
7258         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7259         in completing-read for back end server.
7260
7261 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * message.el (message-confirm-send): New variable to confirm sending a
7264         message.
7265         (message-send): Use it.
7266
7267 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7270
7271 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7274
7275 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7278         prevent tracking too many groups.
7279         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7280         Use it.
7281
7282 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7283
7284         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7285         moving point to the bottom of the window in order to avoid recentering.
7286
7287 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7290
7291         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7292         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7293         (gnus-article-beginning-of-window): Fix calculation.
7294
7295 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-msg.el (gnus-summary-supersede-article)
7298         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7299         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7300         message header.
7301
7302 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7303
7304         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7305         pending output coming after the status change.
7306
7307 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7308
7309         * message.el:
7310         * gnus-start.el:
7311         * gnus-registry.el: Remove VMS support.
7312
7313 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7316         macro.
7317         (rfc2104-hash): Use it.
7318
7319 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7322         (gnus-summary-sort-by-most-recent-date): New commands.
7323         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7324         and menu entries.
7325
7326 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7329         don't redisplay article for raw contents; remove plural articles stuff.
7330
7331         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7332         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7333         on gnus-summary-save-article; display results properly.
7334
7335 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * lpath.el: No need to fbind ns-focus-frame.
7338
7339 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7342
7343 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-summary-save-in-pipe):
7346         Consider gnus-save-all-headers.
7347
7348 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7349
7350         * gnus-util.el (ns-focus-frame): Remove declaration.
7351         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7352         like x.
7353
7354 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7355
7356         * rfc2104.el (rfc2104-zero): Delete defconst.
7357         (rfc2104-hex-alist): Likewise.
7358         (rfc2104-hex-to-int): Delete func.
7359         (rfc2104-hexstring-to-bitstring): Likewise.
7360         (rfc2104-nybbles): New defconst.
7361         (rfc2104-hash): Rewrite for speed.
7362
7363 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * tls.el (open-tls-stream): Make it work with the 2nd argument
7366         BUFFER that is a string but does not exist as a buffer object, as
7367         mentioned in the doc-string.
7368
7369 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7372         SXEmacs.
7373
7374 2008-07-16  Glenn Morris  <rgm@gnu.org>
7375
7376         * gnus-util.el (ns-focus-frame): Declare for compiler.
7377
7378 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7381         set as a group parameter.
7382         (gnus-summary-save-in-pipe): Work when it is called independently.
7383         (gnus-summary-pipe-to-muttprint): Don't modify
7384         gnus-summary-pipe-output-default-command.
7385
7386 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7387
7388         * message.el (message-send-mail-with-sendmail):
7389         Display the error message.
7390
7391 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-default-article-saver):
7394         Add gnus-summary-save-in-pipe to choices.
7395         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7396         gnus-summary-pipe-output-default-command as the default command.
7397         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7398         instead of gnus-last-shell-command.
7399
7400         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7401         New user option.
7402         (gnus-summary-muttprint-program): Mention the value will be changed.
7403         (gnus-summary-save-article): Force showing of all headers.
7404         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7405
7406 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7407
7408         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7409
7410 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7411
7412         * nnimap.el (nnimap-id):
7413         * sieve-manage.el (sieve-manage-open): Doc fixes.
7414
7415 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7416
7417         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7418         if available.
7419
7420 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7421
7422         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7423
7424         * nnkiboze.el (nnkiboze-generate-group):
7425         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7426
7427         * nnmairix.el: Require CL.
7428
7429 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * dgnushack.el: Autoload get-display-table and put-display-table for
7432         XEmacs 21.5.
7433
7434         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7435         21.4 and SXEmacs.
7436
7437 2008-06-15  David Engster  <dengste@eml.cc>
7438
7439         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7440
7441 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7442
7443         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7444         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7445         runtime choice under XEmacs.
7446
7447         * gnus-sum.el (gnus-summary-set-display-table):
7448         Use `gnus-put-display-table', `gnus-get-display-table',
7449         `gnus-set-display-table' for the display table, instead of `aset'.
7450
7451         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7452         Use `gnus-put-display-table', `gnus-get-display-table',
7453         `gnus-set-display-table' for the display table.
7454
7455 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * nnmairix.el: Add autoloads.
7458
7459 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * nnmairix.el (nnmairix-delete-recreate-group)
7462         (nnmairix-update-and-clear-marks): Fix error messages.
7463
7464 2008-06-14  David Engster  <dengste@eml.cc>
7465
7466         * nnmairix.el: Upgrade to version 0.6.
7467         (nnmairix-group-toggle-propmarks-this-group)
7468         (nnmairix-group-toggle-readmarks-this-group)
7469         (nnmairix-group-delete-recreate-this-group)
7470         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7471         (nnmairix-remove-tick-mark-original-article): New commands.
7472         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7473         (nnmairix-propagate-marks-to-nnmairix-groups)
7474         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7475         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7476         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7477         functions needed for marks propagation and manipulation of read marks.
7478         (nnmairix-update-groups): New function.
7479         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7480         (nnmairix-determine-original-group-from-registry)
7481         (nnmairix-determine-original-group-from-path)
7482         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7483         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7484         New helper functions.
7485         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7486         keystrokes for new commands.
7487         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7488         (nnmairix-request-group): Check allow-fast group parameter.
7489         (nnmairix-request-create-group): Set allow-fast group parameter if
7490         nnmairix-allowfast-default is set.
7491         (nnmairix-close-group): Propagate marks upon closing if needed.
7492         (nnmairix-group-toggle-threads-this-group): Use new.
7493         nnmairix-group-toggle-parameter helper function.
7494         (nnmairix-search): Better check for empty search result.
7495         (nnmairix-goto-original-article): Use new helper functions for
7496         determining original article.
7497         (nnmairix-show-original-article): Make sure message-id is in brackets.
7498         (nnmairix-call-mairix-binary): Change variable name.
7499         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7500         helper function.
7501         (nnmairix-widget-toggle-activate): Fix doc string.
7502
7503 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * nnir.el: Require edmacro when compiling with XEmacs.
7506         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7507         available in Emacs 21.
7508
7509 2008-06-11  Glenn Morris  <rgm@gnu.org>
7510
7511         * gnus-util.el (x-focus-frame):
7512         * gnus.el (image-size):
7513         * mm-decode.el (image-size): Declare.
7514
7515         * gnus-picon.el (declare-function): Add compat definition.
7516         (image-size): Declare.
7517
7518         * gnus-group.el (tool-bar-map):
7519         * gnus-sum.el (tool-bar-map): Define for compiler.
7520
7521         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7522
7523         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7524
7525         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7526         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7527         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7528         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7529         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7530         * sieve-manage.el, spam-report.el, spam.el:
7531         Remove unnecessary eval-and-compile of autoloads.
7532
7533 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7534
7535         * auth-source.el: Precise Tramp doc.
7536
7537 2008-06-07  Glenn Morris  <rgm@gnu.org>
7538
7539         * nnmairix.el: Remove unnecessary eval-when-compile.
7540
7541 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * lpath.el: Fbind propertize for XEmacs 21.4.
7544
7545 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * nnir.el: Move here from ../contrib.
7548
7549 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7550
7551         * gnus-util.el (gnus-read-shell-command): New function.
7552         * mm-decode.el (mm-pipe-part):
7553         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7554
7555 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7558
7559 2008-06-03  Glenn Morris  <rgm@gnu.org>
7560
7561         * pop3.el (nnheader-accept-process-output): Autoload it.
7562
7563 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7566         are not 2-digit hexadecimal characters that follow `%'s.
7567
7568 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * message.el (message-bogus-recipient-p): Fix type in doc string.
7571         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7572         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7573         Improve custom options.
7574         (message-bogus-recipient-p): Adjust accordingly.
7575
7576 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7577
7578         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7579         long-form month and day names.
7580
7581 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * dgnushack.el: Autoload debug, eudc-expand-inline and
7584         pgg-snarf-keys-region for XEmacs.
7585
7586         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7587
7588         * nnmairix.el: Require edmacro when compiling with XEmacs.
7589
7590 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7593         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7594
7595 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * auth-source.el: Add more docs.
7598
7599         * netrc.el (netrc-machine): Always match if the port is not given.
7600
7601 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7602
7603         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7604         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7605         retrieval faster in some cases, but might make CPU usage larger.
7606         If this has any bad side effects, we might revert this change.
7607
7608         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7609         seems to make mail retrieval much, much faster.
7610         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7611         unconditionally.
7612
7613         * gnus-draft.el (gnus-group-send-queue):
7614         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7615
7616 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7619
7620         * message.el (message-bogus-address-regexp): Fix and improve custom
7621         type.
7622         (message-setup-hook): Add message-check-recipients as custom option.
7623
7624 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * message.el (message-cite-function): Remove bogus autoload which crept
7627         in during merge from v5-10.
7628
7629 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7630
7631         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7632
7633         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7634
7635         * auth-source.el: Preliminary Tramp docs.
7636         (auth-sources): Change the default auth-sources to use
7637         EPA .gpg files.
7638
7639 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7640
7641         * nntp.el: Autoload `auth-source-user-or-password'.
7642         (nntp-send-authinfo): Use it.
7643
7644         * nnimap.el: Autoload `auth-source-user-or-password'.
7645         (nnimap-open-connection): Use it.
7646
7647         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7648         for the gnus-message function.
7649         (auth-source-user-or-password): Use it.
7650
7651 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7652
7653         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7654         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7655         (rfc2104-hash): Use it.
7656
7657 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7658
7659         * gnus-art.el (gnus-article-toggle-truncate-lines):
7660         Don't use `iff' in docstring.
7661
7662 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7663
7664         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7665
7666         * gnus-util.el (gnus-extract-address-component-name)
7667         (gnus-extract-address-component-email): Convenience functions around
7668         `gnus-extract-address-components'.
7669
7670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7671         Use `gnus-extract-address-component-email' to fix bug of comparing full
7672         sender name to `user-mail-address'.
7673
7674 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7677         catch/throw to optimize.
7678         (gnus-registry-find-keywords): Just use member to find a keyword.
7679
7680 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7681
7682         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7683         is current before calling gnus-server-prepare.
7684         (gnus-server-setup-buffer, gnus-server-update-server)
7685         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7686
7687 2008-05-04  Juri Linkov  <juri@jurta.org>
7688
7689         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7690         (mailcap-file-default-commands): Use mailcap-replace-in-string
7691         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7692         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7693
7694 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7695
7696         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7697
7698 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7699
7700         * gnus.el: Bump version to 0.11.
7701
7702 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7703
7704         * gnus.el: No Gnus v0.10 is released.
7705
7706 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7709         hooks.
7710         (gnus-update-read-articles): Speed up non-marks-using users.
7711         (gnus-use-marks): Define gnus-use-marks.
7712         (gnus-propagate-marks): Rename variable to something more sensible.
7713
7714 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7715
7716         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7717         (gmm-image-load-path-for-library): Fix typos in docstrings.
7718         (gmm-message): Reflow docstring.
7719
7720 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7721
7722         * mail-source.el (mail-source-set-1, mail-source-bind):
7723         Move auth-source code out of the macro to clean it up and fix bugs.
7724
7725 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7726
7727         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7728         by sender if it's equal to user-mail-address, it's likely to be
7729         useless.
7730
7731         * mail-source.el (mail-source-bind): Don't use user or password if they
7732         are not bound.  Unintern them if they are nil.  Don't use server unless
7733         it's bound, and default it to empty string otherwise.
7734
7735 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * mail-source.el: Load auth-source.el.
7738         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7739         get user name or password, if auth-sources is set up.
7740
7741         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7742         strategy of splitting with parent.
7743         (gnus-registry-split-fancy-with-parent)
7744         (gnus-registry-post-process-groups): Use it and fix prior
7745         bug (returning a list as the split result).
7746
7747         * auth-source.el (auth-sources): Remove server parameter.
7748         (auth-source-pick, auth-source-user-or-password)
7749         (auth-source-user-or-password-imap)
7750         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7751         (auth-source-user-or-password-sftp)
7752         (auth-source-user-or-password-smtp): Remove server parameter.
7753
7754 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7755
7756         * smime.el (smime-sign-region, smime-encrypt-region)
7757         (smime-decrypt-region):
7758         Remove redundant calls to `generate-new-buffer-name'.
7759
7760 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7761
7762         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7763         Don't use QP for message/rfc822.
7764         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7765
7766 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7767
7768         * sieve-manage.el (sieve-string-bytes): Remove.
7769         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7770         correct byte-length only if the process's coding-system is the same as
7771         the one used internally by Emacs to represent strings.
7772
7773 2008-04-22  Juri Linkov  <juri@jurta.org>
7774
7775         * mailcap.el (mailcap-file-default-commands): New function.
7776
7777 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * message.el (message-signature-separator, message-cite-function):
7780         Change custom version.
7781
7782 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7783
7784         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7785         commands.
7786         (tls-checktrust): Ditto.
7787
7788 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * mm-decode.el (mm-display-external): Make temp file read-only.
7791
7792 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7795         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7796         `C-c C-f d'.
7797
7798 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7799
7800         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7801
7802 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus.el: Bump version to 0.9.
7805
7806 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus.el: No Gnus v0.8 is released.
7809
7810 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7811
7812         * mail-source.el (mail-source-value):
7813         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
7819
7820 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7821
7822         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7823         Prefer fboundp to functionp so it works with macros as well.
7824
7825 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * auth-source.el: Add docs.
7828         (auth-sources): Modify format to support server.
7829         (auth-source-pick, auth-source-user-or-password)
7830         (auth-source-user-or-password-imap)
7831         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7832         (auth-source-user-or-password-sftp)
7833         (auth-source-user-or-password-smtp): Add server parameter.
7834
7835 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * gnus-registry.el: Initialize the registry when gnus-registry-install
7838         is t.
7839
7840 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * compface.el (uncompface): Make buffer unibyte.
7843
7844 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * mail-source.el (mail-source-value):
7847         Prefer fboundp to functionp so it works with macros as well.
7848
7849 2008-04-05  Glenn Morris  <rgm@gnu.org>
7850
7851         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7852
7853 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7854
7855         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7856         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7857
7858         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7859         multibyteness after rather than before erasing it.
7860
7861         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7862         mm-with-multibyte.
7863         (gnus-request-article-this-buffer): Make sure the proper decoding is
7864         used if gnus-original-article-buffer happens to be unibyte.
7865
7866         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7867         default-enable-multibyte-characters.
7868
7869         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7870         default-enable-multibyte-characters.
7871
7872         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7873
7874         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7875
7876 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7877
7878         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7879         Fix last change in case the element is not even a symbol.
7880
7881 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7882
7883         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7884         (imap-message-copyuid-1): Use it.
7885         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7886         J. Williams in
7887         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7888
7889         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7890         imap-enable-exchange-bug-workaround.
7891         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7892
7893 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7894
7895         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7896         a 100 byte status-checks into a 2-3MB transfer for each group.
7897         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7898         to enable bug workaround or not.
7899         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7900
7901 2008-03-31  Glenn Morris  <rgm@gnu.org>
7902
7903         * message.el (mml2015-use): Declare for compiler.
7904         (message-info): Require mml2015 when appropriate.
7905
7906 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7909         whitespace.
7910
7911 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7912
7913         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7914         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7915         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7916         (nntp-service-to-port): New function.
7917         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7918         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7919         (nntp-open-netcat-stream): New function.
7920         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7921
7922 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7923
7924         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7925
7926 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7927
7928         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7929
7930 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7931
7932         * dns.el (dns-write): Use set-buffer-multibyte.
7933
7934 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7935
7936         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7937
7938 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * message.el (message-signature-separator): Change default.
7941         Improve custom type.
7942         (message-cite-function): Change default to
7943         message-cite-original-without-signature.
7944
7945         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7946         toggle.
7947
7948         * message.el (message-check-news-body-syntax): Fix signature check.
7949         (message-setup-1): Mark buffer as unmodified _after_ running
7950         message-setup-hook and handling message-alternative-emails.
7951         (message-shorten-references): Be more strict when building list of
7952         valid references to comply with GNKSA.
7953
7954         * gnus-group.el (gnus-read-ephemeral-bug-group)
7955         (gnus-read-ephemeral-debian-bug-group)
7956         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7957
7958         * message.el (message-info): Don't use booleanp which isn't supported
7959         in Emacs 21 and XEmacs.
7960
7961 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7964         gnus-group-gmane-group-download-format.
7965         (gnus-group-read-ephemeral-gmane-group): Rename from
7966         gnus-group-read-ephemeral-gmane-group.
7967         (gnus-read-ephemeral-gmane-group-url): Rename from
7968         gnus-group-read-ephemeral-gmane-group-url.
7969         (gnus-bug-group-download-format-alist): New variable.
7970         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7971         (gnus-read-ephemeral-emacs-bug-group): New commands.
7972
7973 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7976         (gnus-visible-headers): Improve custom type.
7977
7978 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * mml.el (mml-menu): Add workarounds for XEmacs.
7981
7982         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7983         X-Boundary header.
7984
7985         * message.el (message-simplify-recipients): Fix previous commit.
7986
7987 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7988
7989         * mm-util.el (mm-set-buffer-multibyte): New function.
7990         * mm-decode.el (mm-copy-to-buffer): Use it.
7991
7992         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7993         Prefer fboundp to functionp so it works with macros as well.
7994
7995 2008-03-19  Glenn Morris  <rgm@gnu.org>
7996
7997         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7998         Accidentally removed in the sync process with Emacs.
7999
8000 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * message.el (message-alter-recipients-discard-bogus-full-name):
8003         New function.
8004         (message-alter-recipients-function): New variable.
8005         (message-get-reply-headers): Use it.
8006         (message-replace-header): New helper function.
8007         (message-recipients-without-full-name): New variable.
8008         (message-simplify-recipients): New command.
8009
8010         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8011
8012         * message.el (message-info): Handle EasyPG manual.
8013
8014         * mml.el (mml-menu): Add entry for EasyPG.
8015
8016 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8017
8018         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8019         parameter.
8020
8021         * message.el (message-disassociate-draft): Specify drafts group name
8022         fully.
8023
8024 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8025
8026         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8027         Eliminate unnecessary duplicates from the match list.
8028
8029 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8032
8033         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8034
8035         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8036         args of `how-many' of which the XEmacs version doesn't take; declare
8037         Info-index-next as function.
8038
8039 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-score.el (gnus-score-headers): Fix handling of
8042         gnus-inhibit-slow-scoring.
8043
8044         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8045         string.
8046         (gnus-button-url-regexp): Improve handling of parenthesis.
8047         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8048         (gnus-button-handle-info-keystrokes): Handle index entries.
8049
8050 2008-03-15  Glenn Morris  <rgm@gnu.org>
8051
8052         * parse-time.el (parse-time-string): Simplify.
8053
8054 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8057         Incoming* files.
8058
8059 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * auth-source.el (auth-sources): Rename from auth-source-choices.
8062         (auth-source-pick): Use it.
8063
8064 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8065
8066         * binhex.el (binhex-decode-region-internal):
8067         * uudecode.el (uudecode-decode-region-internal):
8068         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8069         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8070         setting default-enable-multibyte-characters.
8071
8072 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8073
8074         * auth-source.el (auth-source-protocols)
8075         (auth-source-protocols-customize, auth-source-choices): Add and
8076         modified variable customizations and defaults.
8077         (auth-source-pick, auth-source-user-or-password)
8078         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8079         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8080         (auth-source-user-or-password-sftp)
8081         (auth-source-user-or-password-smtp): Use new variables and provide an
8082         interface to netrc.el.
8083
8084 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8087         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8088         Make sure the nntp port to specify is a string.
8089
8090 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8091
8092         * nntp.el: Use with-current-buffer.
8093         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8094         dubious mm-with-unibyte-current-buffer.
8095         (nntp-with-open-group-function): New function extracted from
8096         nntp-with-open-group macro.
8097         (nntp-with-open-group): Use the function, so it's easier to debug.
8098         Add indentation and debugging info.
8099         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8100         Recommend the use of the netcat alternatives.
8101
8102         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8103         Avoid mm-string-as-multibyte as well.
8104
8105         * nnweb.el (nnweb-insert-html):
8106         Remove use of nnheader-string-as-multibyte.
8107
8108         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8109         (nnheader-string-as-multibyte): Remove.
8110
8111         * mm-view.el: Use inhibit-read-only.
8112         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8113         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8114         or unibyte-string.
8115
8116         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8117         (mm-uu-yenc-extract): Use with-current-buffer.
8118
8119         * gnus-soup.el (gnus-soup-send-packet): Don't use
8120         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8121
8122         * nnmh.el: Use with-current-buffer.
8123         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8124         mm-string-as-multibyte on the output of mm-encode-coding-string.
8125
8126         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8127         (nnimap-request-move-article): Use with-current-buffer.
8128
8129         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8130         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8131         conversion uses string-make-unibyte rather than string-as-unibyte.
8132
8133         * gnus-msg.el: Use with-current-buffer.
8134
8135         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8136
8137 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8138
8139         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8140         string for caching if it is 'PIN.
8141
8142 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * lpath.el: Consider the case without Emacs/W3.
8145
8146 2008-03-08  Glenn Morris  <rgm@gnu.org>
8147
8148         * time-date.el (date-to-time, time-subtract, time-add)
8149         (safe-date-to-time): Doc fixes.
8150
8151 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * mail-source.el (mail-source-delete-old-incoming-confirm):
8154         Change default to nil.
8155         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8156
8157 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * lpath.el: Rearrange.
8160
8161         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8162         (gnus-article-goto-prev-page): Work for articles having ^L's.
8163
8164         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8165
8166         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8167
8168 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8169
8170         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8171         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8172         (gnus-bookmark-jump): Adjust some variable names.
8173
8174 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * auth-source.el: New package.
8177         (auth-source-choices): Add customization entry point variable.
8178
8179         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8180         bug.
8181
8182 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8185         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8186         (gnus-registry-install-shortcuts): Rename from
8187         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8188         the `gnus-registry-mark-map' keymap dynamically from
8189         `gnus-registry-marks'.  The generated functions update the summary line
8190         when a registry mark is added or deleted, and will call
8191         `gnus-registry-install-p' (see the comments in the code).
8192         (gnus-registry-user-format-function-M): Use concat intelligently.
8193
8194         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8195         the registry mark functions.
8196
8197 2008-03-05  Glenn Morris  <rgm@gnu.org>
8198
8199         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8200         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8201         gnus-art.
8202         (top-level): No need to load own source when compiling.
8203
8204 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8207         Suggested by <chris.anderton@zetnet.co.uk>.
8208
8209 2008-03-04  Glenn Morris  <rgm@gnu.org>
8210
8211         * gnus-sum.el (top-level): No need to require gnus when compiling,
8212         since unconditionally required near start of file.
8213         (gnus-summary-display-while-building): Move definition before use.
8214
8215 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-registry.el (gnus-registry-user-format-function-M):
8218         Add formatting function.
8219
8220 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8223         with plists.
8224         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8225         Use new format.
8226
8227 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8230         `where-is-internal' that returns a range of key sequences.
8231
8232 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8233
8234         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8235
8236         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8237         (gnus-summary-jump-to-group): Consider windows on other displayed
8238         frames as well.  Similar changes might be needed elsewhere, but that's
8239         the one I've bumped into during my use.
8240
8241         * nndoc.el (nndoc-oe-dbx-type-p):
8242         * gnus-msg.el (gnus-debug):
8243         * gnus-group.el (gnus-update-group-mark-positions):
8244         Use mm-string-to-multibyte.
8245
8246 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8249         doesn't handle NotDashEscaped.
8250
8251         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8252         (mml-dnd-attach-options): Fix typo in custom choice.
8253
8254         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8255         Change nndoc-article-type to mbox.
8256         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8257
8258         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8259         to nil, instead of html2text.
8260
8261         * imap.el (imap-debug): Add `imap-ping-server'.
8262
8263         * gnus-bookmark.el: Add FIXMEs.
8264
8265         * message.el (message-form-letter-separator)
8266         (message-send-form-letter-delay): New variables.
8267         (message-send-form-letter): Use them.  New command to send form
8268         letters.  Requested by Uwe Siart.
8269         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8270
8271 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * Update copyright years.
8274
8275 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         Sync from EMACS_22_BASE.
8278
8279         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8280
8281 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8282
8283         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8284         empty author.
8285
8286 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-registry.el (gnus-registry-marks): Add variable for
8289         customization of marks and their appearance.
8290         (gnus-registry-read-mark): Use it.
8291         (gnus-registry-do-marks): Add utility function to loop through
8292         `gnus-registry-marks'.
8293         (gnus-registry-install-shortcuts-and-menus): Add function to install
8294         shortcuts and menus.
8295         (gnus-registry-initialize): Use it.
8296         (gnus-registry-default-mark): Clarify documentation.
8297
8298 2008-02-29  Glenn Morris  <rgm@gnu.org>
8299
8300         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8301         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8302         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8303         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8304         Change defcustom :version from 23.0 to 23.1.
8305
8306 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         * gnus-registry.el (gnus-registry-follow-group-p)
8309         (gnus-registry-post-process-groups): Add functions to aid registry
8310         splitting and improve logging.  Clarify behavior in function
8311         documentation.
8312         (gnus-registry-split-fancy-with-parent): Use them.
8313
8314 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8315
8316         * gnus-art.el: Use with-current-buffer.
8317
8318 2008-02-27  David Engster  <dengste@eml.cc>
8319
8320         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8321         Express real group name in the response.
8322
8323 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8326         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8327         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8328         autoload gnus-registry-fetch-group when compiling.
8329         (nnmairix-request-group-with-article-number-correction):
8330         Remove unreferenced argument passed to nnmairix-call-backend.
8331
8332 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8335         (mm-uu-extract): Improve face for low color ttys.
8336         Reported by Sascha Wilde.
8337
8338 2008-02-27  Glenn Morris  <rgm@gnu.org>
8339
8340         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8341         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8342         variables to defconsts.  Convert comments to doc-strings.
8343         (nnmairix-last-server, nnmairix-current-server): Convert from free
8344         variables to defvars.  Convert comments to doc-strings.
8345         (gnus-registry-fetch-group): Autoload.
8346         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8347         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8348         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8349         caddr.
8350         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8351         nnmairix-request-group-with-article-number-correction call.
8352         (nnmairix-fast, nnmairix-group): New, less general names, for free
8353         variables passed from nnmairix-request-group to
8354         nnmairix-request-group-with-article-number-correction.  Declare.
8355         (nnmairix-request-group-with-article-number-correction):
8356         Use nnmairix-fast, nnmairix-group rather than fast, group.
8357
8358 2008-02-26  David Engster  <dengste@eml.cc>
8359
8360         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8361         version 0.5.
8362
8363 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8364
8365         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8366         instead of making an extra function call.  Don't add the current group
8367         to articles only when they have the group.  Use
8368         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8369         Reported by David <de_bb@arcor.de>.
8370
8371 2008-02-24  Miles Bader  <miles@gnu.org>
8372
8373         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8374         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8375         (mm-find-mime-charset-region):
8376         * mm-bodies.el (mm-encode-body):
8377         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8378
8379 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8382         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8383
8384 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * mail-source.el (mail-source-delete-incoming): Change default.
8387         Supplement doc string.
8388
8389         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8390
8391 2008-02-14  Glenn Morris  <rgm@gnu.org>
8392
8393         * time-date.el (format-seconds): New function.
8394
8395 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * nnmail.el (nnmail-message-id-cache-file): Derive from
8398         `gnus-home-directory'.
8399
8400 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8403         Document negative prefix.
8404
8405         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8406
8407 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * message.el (message-unsent-separator): Add the Exim bounce
8410         separator.
8411
8412 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8413
8414         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8415         list.
8416         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8417         recipient/signer list.
8418
8419 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * Makefile.in (datarootdir): Define.
8422         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8423         name that might contain whitespace.
8424
8425 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8428         fbound (Emacs 23 unicode), signal an error.
8429
8430 2008-02-08  Glenn Morris  <rgm@gnu.org>
8431
8432         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8433
8434 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8435
8436         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8437         ports to the calls to `netrc-machine-user-or-password' in addition to
8438         "imap" and "imaps".
8439
8440 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8441
8442         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8443
8444         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8445
8446 2008-02-01  Kenichi Handa  <handa@m17n.org>
8447
8448         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8449         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8450         (rfc2104-hash): Convert the result of concat to unibyte string.
8451
8452 2008-02-01  Dave Love  <fx@gnu.org>
8453
8454         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8455         coding-system-for-read.
8456         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8457
8458 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8461         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8462         <hanche@math.ntnu.no>.
8463
8464 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8467
8468         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8469
8470 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8471
8472         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8473         * message.el (message-beginning-of-line): Use featurep instead of bound
8474         tests in order to resolve conditionals at compile time.
8475
8476 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8477
8478         * mail-source.el (mail-sources): Add `group' choice.
8479
8480         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8481         parameter `in-group' to control into which group the articles go.
8482         Add treatment of `group' mail-source.
8483
8484 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8487
8488         * mm-decode.el (mm-dissect-buffer): Decode description.
8489
8490         * mml.el (mml-to-mime): Encode message header first.
8491
8492 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8495         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8496
8497         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8498         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8499
8500 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8503
8504 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8507         prefix keys.
8508         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8509         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8510         gnus-xmas.el.
8511
8512         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8513         (gnus-xmas-article-describe-bindings): New function.
8514         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8515         gnus-xmas-article-describe-bindings.
8516
8517         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8518
8519 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8522         Add new variables for article mark management.
8523         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8524         list of extra data entries which, when present, will indicate that the
8525         article ID should not be trimmed from the registry.
8526         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8527         functions.
8528         (gnus-registry-read-mark): New function to read a mark name from the
8529         user.
8530         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8531         (gnus-registry-set-article-mark-internal): New functions to add and
8532         remove marks.
8533         (gnus-registry-get-article-marks): New function to show the marks for
8534         an article, or retrieve them for further use.
8535
8536 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8539         keys when no argument is given.
8540
8541 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * imap.el (imap-ping-server): New variable.
8544         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8545         (imap-ping-server): Minor doc string fixes.
8546
8547 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8548
8549         * imap.el (imap-ping-server): New function.
8550         (imap-opened): Call imap-ping-server.
8551
8552 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * gnus-sum.el (gnus-article-sort-by-random)
8555         (gnus-thread-sort-by-random): Fix doc strings.
8556         Reported by jidanni@jidanni.org.
8557
8558 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-article-describe-bindings): New function.
8561         (gnus-article-read-summary-keys): Use it.
8562         (gnus-article-mode-map): Bind `C-h b' to it.
8563
8564 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8567         XEmacs.
8568         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8569         Protect against non-character events.
8570
8571         * lpath.el: Fbind map-keymap for Emacs 21.
8572
8573 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8576         New command.
8577         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8578         instead of END.  Change name of the temp file.
8579         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8580         customizable.
8581
8582 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8585         bind `S W' to gnus-article-wide-reply-with-original; set default
8586         binding to gnus-article-read-summary-send-keys.
8587         (gnus-article-read-summary-keys): Fix the order of keys; display
8588         continuation keys correctly in the echo area; describe bindings
8589         correctly when keys end with `C-h'.
8590         (gnus-article-read-summary-send-keys): New function.
8591         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8592         Work for gnus-article-read-summary-send-keys; display continuation keys
8593         correctly in the echo area.
8594         (gnus-article-reply-with-original): Ignore prefix argument.
8595         (gnus-article-wide-reply-with-original): New function.
8596
8597         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8598         Emacs 21.
8599
8600 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8603         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8604
8605 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8608         (gnus-group-read-ephemeral-gmane-group): New command.
8609
8610 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8611
8612         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8613
8614 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * message.el (message-send-mail-function): Increase custom version.
8617
8618         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8619         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8620
8621 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8624         for the cases where imap-authenticate is called with a nil buffer
8625         parameter.
8626
8627 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8630         html parts correctly; support forwarded messages.
8631         (gnus-article-browse-html-article): Remove work buffers.
8632
8633         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8634         compiling.
8635         (netrc-bound-and-true-p): New macro.
8636         (netrc-parse): Use it instead of bound-and-true-p that is not available
8637         in XEmacs 21.4.
8638
8639 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * gnus-registry.el (gnus-registry-mark-article)
8642         (gnus-registry-article-marks): Add functionality to mark articles
8643         through the Gnus registry.
8644
8645         * encrypt.el: Clarify documentation for the new pgg method.
8646         (encrypt-file-alist): Add PGG option.
8647         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8648         functionality.  Abstract password key and messaging to external
8649         functions.
8650         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8651         (encrypt-message-method-and-cipher): Add new convenience external
8652         functions.
8653         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8654         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8655
8656         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8657         (netrc-parse): Use encrypt-file-alist to determine if
8658         encrypt-find-model or encrypt-insert-file-contents should be used.
8659
8660         * encrypt.el: Clarify documentation.  Load password-cache or
8661         password, whichever one is found first, instead of autoloading.
8662
8663 2007-12-19  Glenn Morris  <rgm@gnu.org>
8664
8665         * mml.el (message-options-set, message-narrow-to-head)
8666         (message-in-body-p, message-mail-p, message-encode-message-body):
8667         Autoload.
8668         (message-remove-header, message-narrow-to-headers-or-head)
8669         (message-subscribed-p, message-make-mail-followup-to)
8670         (message-position-on-field, message-news-p)
8671         (message-options-set-recipient, message-generate-headers)
8672         (message-sort-headers): Declare as functions.
8673
8674 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8677         convention in doc string.
8678
8679 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8682         title to html parts.
8683         (gnus-article-browse-html-article): Pass message header to it.
8684
8685         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8686
8687 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8690         or password compatible with XEmacs.
8691
8692 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8695         format document.
8696         (gnus-mime-delete-part): Don't write description line if empty.
8697         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8698
8699 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8700
8701         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8702         (gnus-summary-mark-read-and-unread-as-read)
8703         (gnus-summary-mark-current-read-and-unread-as-read)
8704         (gnus-summary-mark-unread-as-ticked): Doc fix.
8705         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8706
8707 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8710         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8711
8712 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8715         yes-or-no-p.
8716
8717 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * mm-decode.el (mm-add-meta-html-tag): New function.
8720         (mm-save-part-to-file, mm-pipe-part): Use it.
8721
8722         * gnus-art.el (gnus-article-browse-delete-temp-files):
8723         Use gnus-y-or-n-p instead of y-or-n-p.
8724         (gnus-article-browse-html-parts): Work with message/external-body; use
8725         mm-add-meta-html-tag.
8726
8727 2007-12-11  Glenn Morris  <rgm@gnu.org>
8728
8729         * gnus-cache.el: Require gnus-sum not just when compiling.
8730
8731         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8732
8733         * gnus-int.el (gnus-server-opened, gnus-status-message):
8734         Move definitions before use.
8735
8736         * mm-decode.el: Require gnus-util.
8737         (mm-remove-part): Only call delete-annotation on XEmacs.
8738
8739         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8740
8741         * nnmail.el: Require gnus-int.
8742
8743         * spam.el: Move `require's before `eval-when-compile's.
8744
8745         * gnus-ems.el (gnus-alive-p):
8746         * gnus-fun.el (message-goto-eoh):
8747         * gnus-util.el (gnus-group-name-decode):
8748         * mail-source.el (gnus-compress-sequence):
8749         * message.el (Info-goto-node, format-spec):
8750         * mm-bodies.el (message-options-get):
8751         * mm-decode.el (mm-view-pkcs7):
8752         * mm-util.el (gmm-write-region):
8753         * mml-smime.el (mml-compute-boundary)
8754         (gnus-completing-read-with-default):
8755         * mml.el (widget-button-press, gnus-make-hashtable):
8756         * mml1991.el (mm-decode-content-transfer-encoding)
8757         (mm-encode-content-transfer-encoding)
8758         (message-options-get, message-options-set):
8759         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8760         * nnfolder.el (gnus-request-group):
8761         * nnheader.el (ietf-drums-unfold-fws):
8762         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8763         * smime.el (gnus-run-mode-hooks):
8764         * spam-stat.el (gnus-message): Autoload.
8765
8766         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8767         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8768         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8769         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8770         Add declare-function compatibility definition.
8771
8772         * gnus-cache.el (nnvirtual-find-group-art):
8773         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8774         (gnus-add-image, gnus-add-wash-type):
8775         * gnus-group.el (nnkiboze-score-file):
8776         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8777         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8778         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8779         (message-tokenize-header, gnus-get-buffer-create)
8780         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8781         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8782         * gnus.el (gnus-group-decoded-name):
8783         * mail-source.el (imap-capability):
8784         * mm-bodies.el (message-options-set):
8785         * mm-decode.el (gnus-configure-windows):
8786         * mm-extern.el (message-goto-body):
8787         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8788         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8789         (epg-sub-key-validity, message-options-set):
8790         * mml.el (widget-event-point, gnus-configure-windows):
8791         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8792         * mml2015.el (epg-check-configuration, epg-configuration)
8793         (message-options-set):
8794         * nndb.el (nndb-request-article):
8795         * nnfolder.el (gnus-request-create-group):
8796         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8797         * nnmaildir.el (gnus-group-mark-article-read):
8798         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8799         * rfc1843.el (message-fetch-field):
8800         * spam.el (gnus-extract-address-components):
8801         Declare as functions.
8802
8803 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8806
8807         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8808
8809         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8810         bind show-trailing-whitespace for XEmacs.
8811
8812 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8815         new no-op macro for backward compatibility.
8816
8817         * imap.el (imap-string-to-integer): New function.
8818
8819 2007-12-09  Glenn Morris  <rgm@gnu.org>
8820
8821         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8822
8823         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8824         * message.el, mm-view.el, sieve-manage.el, smime.el:
8825         Add declare-function compatibility definition.
8826
8827         * gnus-art.el (w3-region, w3m-region, Info-menu):
8828         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8829         * gnus-sum.el (gnus-get-predicate):
8830         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8831         * message.el (mail-abbrev-in-expansion-header-p):
8832         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8833         (w3m-detect-meta-charset, w3m-region):
8834         * sieve-manage.el (password-read, password-cache-add)
8835         (password-cache-remove):
8836         * smime.el (password-read-and-add): Declare as functions.
8837
8838 2007-12-08  David Kastrup  <dak@gnu.org>
8839
8840         * gnus-sum.el (gnus-summary-simplify-subject-query):
8841         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8842         `message'.
8843
8844 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8847         it to bind idna-program, installation-directory, defined-colors, and
8848         face-attribute for XEmacs of the version that compiles defcustom forms.
8849
8850 2007-12-07  Glenn Morris  <rgm@gnu.org>
8851
8852         * gnus-art.el (article-make-date-line): Revert previous change.
8853
8854 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8857
8858 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8859
8860         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8861         Call gnus-add-to-range ranges only once with a prepared article-list.
8862
8863 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8864
8865         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8866         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8867         group names with backslashes.
8868         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8869
8870 2007-12-06  Deepak Goel  <deego3@gmail.com>
8871
8872         * gnus-art.el (article-make-date-line):
8873         * gnus-start.el (gnus-load):
8874         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8875
8876 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (gnus-use-idna)
8879         * gnus-start.el (gnus-site-init-file)
8880         * message.el (message-use-idna)
8881         * mm-uu.el (mm-uu-hide-markers)
8882         * smiley.el (smiley-style): Revert changes that suppress warnings.
8883
8884 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8887         specify charset to html source.
8888         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8889
8890 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8893         idna-program in order to suppress byte compile warning issued by XEmacs
8894         that came to byte compile the default value section of defcustom forms
8895         recently.
8896
8897         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8898         value of installation-directory.
8899
8900         * message.el (message-use-idna): Don't directly refer to the value of
8901         idna-program.
8902
8903         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8904
8905         * smiley.el (smiley-style): Don't directly call face-attribute.
8906
8907 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8910
8911         * gnus-dired.el: Reduce Gnus dependencies.
8912         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8913         Don't require.  Use autoloads instead.
8914         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8915         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8916         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8917         (gnus-dired-mode): Adjust doc string.
8918         (gnus-dired-mail-mode): New variable.
8919         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8920         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8921         (gnus-dired-mail-buffers): New function.  Return mail or message
8922         composition buffers.
8923         (gnus-dired-attach): Use it.
8924         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8925         NO-DECODE.
8926         (gnus-dired-print): Use `gnus-print-buffer' depending on
8927         `gnus-dired-mail-mode'.
8928
8929 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * rfc2047.el (rfc2047-encoded-word-regexp)
8932         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8933         explaining what regexp patterns are for.
8934
8935 2007-12-04  Glenn Morris  <rgm@gnu.org>
8936
8937         * password.el: Move to password-cache.el.
8938
8939         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8940         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8941         * mml-smime.el (password-read, password-cache-add)
8942         (password-cache-remove):
8943         No need to autoload, since mml-sec requires password.
8944
8945         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8946         * message.el (gnus-extract-address-components):
8947         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8948
8949         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8950         password.
8951
8952 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * mailcap.el: Reduce dependencies.
8955         (mail-header-parse-content-type): Autoload.
8956         (mailcap-delete-duplicates): New alias.
8957         (mailcap-mime-info): Add optional argument NO-DECODE.
8958         (mailcap-mime-types): Use mailcap-delete-duplicates.
8959
8960         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8961
8962 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8963
8964         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8965         (imap-parse-status): Upcase status-att for servers that sends them
8966         lower-case (e.g., MS Exchange 2007).
8967
8968 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8971         function.
8972
8973         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8974         (gnus-uu-yenc-article): New function.
8975
8976         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8977
8978         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8979
8980 2007-12-02  Glenn Morris  <rgm@gnu.org>
8981
8982         * binhex.el (binhex): New custom group.
8983         (binhex-decoder-program, binhex-decoder-switches)
8984         (binhex-use-external): Move to the binhex custom group.
8985
8986         * uudecode.el (uudecode): New custom group.
8987         (uudecode-decoder-program, uudecode-decoder-switches)
8988         (uudecode-use-external): Move to the uudecode custom group.
8989
8990         * netrc.el (top-level): Don't load `encrypt' features.
8991         (netrc-parse): Don't use encrypt.
8992         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8993
8994         * encrypt.el: Remove file.
8995
8996 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8999         matches on patches.
9000
9001         * gnus-art.el (gnus-article-browse-html-article):
9002         Mention `mm-text-html-renderer' in the doc string.
9003
9004         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9005         string.  Add comments.
9006
9007         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9008         if rhs is ASCII.
9009
9010 2007-12-01  Glenn Morris  <rgm@gnu.org>
9011
9012         * mail-source.el (top-level): Require format-spec before
9013         eval-when-compile.
9014
9015 2007-11-30  Glenn Morris  <rgm@gnu.org>
9016
9017         * encrypt.el: Require password, rather than autoloading password-read.
9018
9019 2007-11-29  Glenn Morris  <rgm@gnu.org>
9020
9021         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9022         (sasl-make-client, sasl-next-step, sasl-step-data)
9023         (sasl-step-set-data): Declare as functions.
9024
9025 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9028
9029 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9030
9031         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9032         certs should be verified and what is to be done in the event of a
9033         verification failure.
9034
9035         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9036         caller can indicate whether the cache should be disregarded for this
9037         call.  This way the result of the call is reproducible at all times and
9038         can be considered a canonical server name for the supplied method.
9039         (gnus-agent-method-p): Canonicalize server names by pushing their
9040         method through `gnus-method-to-server' using the no-cache argument.
9041
9042         * gnus-srvr.el (gnus-server-insert-server-line):
9043         Call `gnus-method-to-server' with `no-cache' argument.
9044
9045         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9046         gnus-agent-possibly-synchronize-flags as this should be called when the
9047         server is actually being opened.
9048         (gnus-agent-possibly-synchronize-flags)
9049         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9050         flags file of an agentized server to the latter function.
9051
9052         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9053         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9054         after a connection has been established successfully.
9055
9056 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (article-display-face): Force to display face if called
9059         interactively; check if gnus-article-x-face-too-ugly matches author.
9060         (article-display-x-face): Display face even if From header is missing
9061         as article-display-face does.
9062
9063 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9064
9065         * hashcash.el (message-narrow-to-headers-or-head)
9066         (message-fetch-field, message-goto-eoh)
9067         (message-narrow-to-headers): Declare as functions.
9068
9069 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * mail-source.el (mail-sources): Default to fetch from file for
9072         compatibility with default of nnmail-spool-file.
9073
9074 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9077         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9078         to look for encoded word that should be encoded again.
9079         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9080         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9081         encoding pattern.
9082         (rfc2047-decode-region): Switch strict regexp and loose one according
9083         to rfc2047-allow-irregular-q-encoded-words.
9084
9085 2007-11-25  Romain Francoise  <romain@orebokech.com>
9086
9087         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9088
9089 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * tls.el (tls-program): Provide more custom choices from
9092         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9093         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9094
9095 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9098         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9099
9100         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9101         `nnmail-spool-file'.
9102
9103         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9104         `nnmail-spool-file'.
9105
9106         * gnus-move.el (gnus-change-server): Ditto.
9107
9108         * gnus-kill.el (gnus-batch-score): Ditto.
9109
9110         * gnus-cache.el (gnus-jog-cache): Ditto.
9111
9112         * gnus-msg.el (gnus-summary-reply):
9113         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9114
9115 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9118         version.  Minor improvement to doc strings.
9119         (tls-program): Add comment.
9120
9121 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9122
9123         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9124         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9125         mismatch between the hostname provided in the certificate and the name
9126         of the host connnecting to.
9127         (open-tls-stream): Use them.  Check certificates against trusted root
9128         certificates.
9129
9130 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-cache.el (gnus-cache-generate-nov-databases):
9133         Use nnml-generate-nov-databases-directory instead of
9134         nnml-generate-nov-databases-1.
9135
9136 2007-11-24  Glenn Morris  <rgm@gnu.org>
9137
9138         * message.el (message-tool-bar-retro): Update for rename
9139         mail_send.xpm->mail-send.xpm.
9140
9141 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9144         `smime-ldap-search' for Emacs 22 and up.
9145
9146 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9147
9148         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9149
9150         * message.el (message-send-mail-function): Fix error convention.
9151         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9152         (message-widen-reply, message-send-mail, message-talkative-question)
9153         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9154         (message-clone-locals, message-send-news): Use with-current-buffer.
9155         (message-insert-or-toggle-importance): Remove unused var `valid'.
9156         (message-make-references): Remove unused var `new-references'.
9157         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9158
9159 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9160
9161         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9162         (spam-split-symbolic-return-positive): Reflow docstring.
9163         (spam-backends, spam-summary-exit-behavior)
9164         (spam-mark-ham-unread-before-move-from-spam-group)
9165         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9166         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9167         (spam-clear-cache, spam-backend-check, spam-install-backend)
9168         (spam-install-statistical-backend, spam-list-of-processors)
9169         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9170         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9171         (spam-check-crm114, spam-initialize, spam-unload-hook):
9172         Fix typos in docstrings.
9173
9174 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9177         been checked if they have never been read and those group levels are
9178         higher than the one that a user specified.
9179
9180 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9183         foreign groups unless a group level is specified by a user.
9184         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9185
9186 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * message.el (message-send-mail-function): Require sendmail.
9189
9190 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * message.el (message-send-mail-function): Check for smtpmail too.
9193
9194         * utf7.el (utf7-encode, utf7-decode): Use coding system
9195         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9196
9197         * message.el (message-send-mail-function): New function.
9198         (message-send-mail-function): Set default using
9199         message-send-mail-function.  Adjust doc string.
9200         (message-send-mail-with-mailclient): New function.
9201
9202 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9203
9204         * smime.el (from):
9205         * rfc2047.el (message-posting-charset):
9206         * qp.el (mm-use-ultra-safe-encoding):
9207         * pop3.el (parse-time-months):
9208         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9209         * nnml.el (files):
9210         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9211         (jka-compr-compression-info-list, ange-ftp-path-format)
9212         (efs-path-regexp):
9213         * nndiary.el (files):
9214         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9215         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9216         (epg-digest-algorithm-alist, inhibit-redisplay)
9217         (password-cache-expiry):
9218         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9219         (pgg-output-buffer, password-cache-expiry):
9220         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9221         (efs-path-regexp):
9222         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9223         (inhibit-redisplay):
9224         * mm-uu.el (file-name, start-point, end-point, entry)
9225         (gnus-newsgroup-name, gnus-newsgroup-charset):
9226         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9227         (latin-unity-ucs-list):
9228         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9229         (mm-uu-binhex-decode-function):
9230         * message.el (gnus-message-group-art, gnus-list-identifiers)
9231         (rmail-enable-mime-composing, gnus-local-organization)
9232         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9233         (gnus-read-active-file, facemenu-add-face-function)
9234         (facemenu-remove-face-function, gnus-article-decoded-p)
9235         (tool-bar-mode):
9236         * mail-source.el (display-time-mail-function):
9237         * gnus-util.el (nnmail-pathname-coding-system)
9238         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9239         (gnus-original-article-buffer, gnus-user-agent)
9240         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9241         (xemacs-codename, sxemacs-codename, emacs-program-version):
9242         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9243         * gnus-start.el (gnus-agent-covered-methods)
9244         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9245         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9246         (gnus-newsgroup-headers, gnus-group-list-mode)
9247         (gnus-group-mark-positions, gnus-newsgroup-data)
9248         (gnus-newsgroup-unreads, nnoo-state-alist)
9249         (gnus-current-select-method, mail-sources)
9250         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9251         (nnmail-spool-file, gnus-cache-active-hashtb):
9252         * gnus-mh.el (mh-lib-progs):
9253         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9254         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9255         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9256         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9257         (gnus-group-buffer):
9258         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9259         (font-lock-set-defaults):
9260         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9261         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9262         (gnus-summary-post-menu, total-parts, type, condition, length):
9263         * gnus-agent.el (gnus-agent-read-agentview):
9264         * flow-fill.el (show-trailing-whitespace):
9265         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9266         eval-and-compile wrappers for byte compiler pacifiers.
9267
9268         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9269         (mm-display-inline-fontify): Check for featurep 'xemacs not
9270         extent-list.
9271
9272         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9273         itimer-list.
9274         (mm-create-image-xemacs): Only do something for XEmacs.
9275         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9276
9277         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9278
9279         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9280         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9281
9282 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9283
9284         * nnimap.el (nnimap-split-download-body):
9285         * gnus-demon.el (gnus-demon):
9286         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9287
9288 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9291         New macros.
9292         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9293         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9294         copy data from unibyte buffer to multibyte current buffer.
9295         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9296         to copy data from unibyte current buffer to multibyte buffer.
9297         (nntp-make-process-buffer): Make process buffer unibyte.
9298
9299         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9300
9301 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9302
9303         * pop3.el (pop3-open-server): Accept and process data more robustly at
9304         connexion start to avoid spurious "POP SSL connexion failed" errors.
9305
9306 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9309         read group names.
9310
9311 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9314
9315 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9318         (nnmail-save-active): Use a unibyte buffer when saving active file,
9319         which may contain non-ASCII group names.
9320
9321         * nnml.el (nnml-request-group): Decode group names in messages.
9322
9323 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * message.el (message-citation-line-function)
9326         (message-insert-formatted-citation-line): Fix spelling of
9327         `message-insert-formated-citation-line'.
9328
9329 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9332
9333 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9336         nnmail-pathname-coding-system.
9337
9338         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9339         that a user enters; decode group names in messages.
9340
9341         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9342
9343 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9346
9347         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9348
9349         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9350         risky local variable.
9351
9352         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9353
9354 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9355
9356         * encrypt.el: Improve documentation to fix function name typo.
9357         Reported by Daiki Ueno <ueno@unixuser.org>.
9358
9359 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9362         even if the point is not in the last page of an article.
9363         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9364         back to the previous page.
9365
9366 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9369
9370 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9373
9374 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9375
9376         * message.el (message-check-news-body-syntax):
9377         Avoid mm-string-as-multibyte.
9378         (message-hide-headers): Don't assume (point-min)==1.
9379
9380 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * message.el (message-remove-blank-cited-lines): Fix if remove is
9383         given.
9384         (message-bogus-address-regexp): New variable.
9385         (message-bogus-recipient-p): New function.
9386         (message-check-recipients): New command.
9387         (message-syntax-checks): Add `bogus-recipient'.
9388         (message-fix-before-sending): Add `bogus-recipient'.
9389
9390         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9391         (gnus-treat-body-boundary): Don't test window-system.
9392
9393 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9394
9395         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9396
9397 2007-10-28  Miles Bader  <miles@gnu.org>
9398
9399         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9400         at compile-time too.
9401
9402 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus-msg.el (gnus-message-setup-hook):
9405         Add `message-remove-blank-cited-lines' to options.
9406
9407 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * message.el (message-remove-blank-cited-lines): New function.
9410         Suggested by Karl Plästerer.
9411
9412 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9415         mapc.
9416
9417         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9418         (top-level): Use mapc to set functions to be traced for debugging.
9419
9420         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9421         called for effect with while loop.
9422
9423         * message.el (message-talkative-question): Replace mapcar called for
9424         effect with mapc.
9425
9426         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9427         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9428         called for effect with dolist.
9429
9430         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9431
9432         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9433         gnus-extra-headers and nnmail-extra-headers.
9434
9435         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9436         called for effect with dolist.
9437         (top-level): Use mapc to set functions to be traced for debugging.
9438
9439         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9440         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9441         dolist.
9442
9443         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9444         Replace mapcar called for effect with mapc.
9445         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9446         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9447         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9448         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9449
9450         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9451         remove-if that's a cl function.
9452
9453         * webmail.el (webmail-debug): Replace mapcar called for effect with
9454         dolist.
9455
9456         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9457         with mapc.
9458
9459 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9462         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9463         with while loop.
9464
9465         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9466         functions from article-* functions.
9467         (gnus-multi-decode-header): Replace mapcar called for effect with
9468         dolist.
9469
9470         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9471         (gnus-bookmark-show-details): Replace mapcar called for effect with
9472         while loop.
9473
9474         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9475         called for effect with while loop.
9476
9477         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9478         with dolist.
9479
9480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9481         Replace mapcar called for effect with dolist.
9482
9483         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9484
9485         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9486         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9487         Replace mapcar called for effect with dolist.
9488         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9489         mapc.
9490
9491         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9492         Replace mapcar called for effect with dolist.
9493         (gnus-topic-list): Replace mapcar called for effect with mapc.
9494
9495         * gnus.el: Use mapc instead of mapcar to add autoloads.
9496
9497 2007-10-23  Richard Stallman  <rms@gnu.org>
9498
9499         * gnus-group.el (gnus-group-highlight): Mark as risky.
9500
9501 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus.el (gnus-server-to-method): Return method found first in
9504         gnus-newsrc-alist.
9505
9506         * gnus-art.el (gnus-article-highlight-signature)
9507         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9508         button overlay without the front stickiness.
9509
9510 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9511
9512         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9513         overview buffer needed a catch to receive its throw.
9514         (gnus-agent-flush-cache): Declare as interactive to make this function
9515         easier to use.
9516
9517 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9520         `next-line'.
9521
9522 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9525         exclude address matching message-dont-reply-to-names.
9526
9527 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-util.el (gnus-string<): New function.
9530
9531         * gnus-sum.el (gnus-article-sort-by-author)
9532         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9533
9534 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9537         the frame-focus tag is set in gnus-buffer-configuration.
9538
9539 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9542         the front stickiness.
9543
9544 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9547         url pattern; remove duplicate one.
9548         (gnus-article-extend-url-button): New function.
9549         (gnus-article-add-buttons): Use it.
9550         (gnus-button-push): Use concatenated url that it makes.
9551
9552 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9553
9554         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9555
9556 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9557
9558         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9559         Don't hardcode point-min==1.
9560
9561 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9564         Fix comment about "iso8859-1".
9565
9566 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9567
9568         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9569         ones returned from the verify-function.
9570
9571         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9572         Call mml2015-extract-cleartext-signature if extraction failed.
9573
9574 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9575
9576         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9577         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9578         failed.
9579
9580 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9583
9584 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9587         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9588         recommends to use EasyPG instead of PGG.
9589
9590         * pgg.el: Revert to revision 6.23.2.16.
9591
9592         * pgg-def.el: Revert to revision 6.6.2.14.
9593
9594         * pgg-gpg.el: Revert to revision 6.23.2.34.
9595
9596 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9597
9598         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9599         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9600         thread for both the null and zero (kill/expire thread) universal prefix
9601         cases.
9602         (gnus-summary-expire-thread): Add new function to expire a thread,
9603         using gnus-summary-kill-thread.
9604         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9605         shortcuts for gnus-summary-expire-thread.
9606         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9607         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9608
9609 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9610
9611         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9612         extras value, so an extras entry can be deleted.
9613         (gnus-registry-delete-extra-entry): Use it.
9614         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9615         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9616         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9617         storage through the gnus-registry, and provide an appropriate API for
9618         it.
9619
9620 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9623         Suggested by Leo <sdl.web@gmail.com>.
9624
9625         * gnus.el: Do.
9626
9627 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9630         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9631
9632         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9633
9634         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9635         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9636
9637 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9640         newline.
9641         (nnmbox-request-accept-article): Don't change article in source buffer;
9642         narrow to header to use message-fetch-field rather than
9643         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9644         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9645         as delimiters; make sure article ends with newline.
9646         (nnmbox-delete-mail): Correct last position of article to be deleted;
9647         ignore X-Gnus-Newsgroup header in article body.
9648         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9649         positions; make sure article ends with newline.
9650
9651         * message.el (message-display-abbrev): Don't infloop when a user
9652         inserts SPC in the beginning of header.
9653
9654         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9655         coding-system-for-read and coding-system-for-write for XEmacs having no
9656         file-coding feature.
9657
9658         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9659
9660 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9661
9662         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9663         list of groups not followed by default.  Fix type to be regexp.
9664         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9665
9666 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9667
9668         * hmac-def.el (define-hmac-function): Switch from old-style to
9669         new-style backquotes.
9670
9671         * md4.el (md4-make-step): Likewise.
9672
9673 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9676         raw-text coding system when saving .newsrc file, which may contain
9677         non-ASCII group names.
9678
9679 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-cus.el (gnus-score-extra): New widget.
9682         (gnus-score-extra-convert): New function.
9683         (gnus-score-customize): Use it for Extra.
9684
9685 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9686
9687         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9688         (mml2015-mailcrypt-clear-verify): Use it.
9689         (mml2015-gpg-clear-verify): Use it.
9690         (mml2015-pgg-clear-verify): Use it.
9691         (mml2015-epg-clear-verify): Replace the current part with the output
9692         from GnuPG; don't extract the plaintext by itself.
9693
9694         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9695         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9696         mml2015-clear-verify-function; don't touch the armor headers or
9697         dash-escaped text here.
9698
9699 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9702         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9703         parts, or application/octet-stream as a last resort.
9704         (gnus-mime-view-part-as-type): Don't toggle display.
9705         (gnus-mime-view-part-as-charset): Don't turn off display before
9706         querying charset.
9707
9708         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9709         stuff to undisplayer function in Emacs.
9710         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9711
9712         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9713         text/calendar parts.
9714
9715 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9718         decoding text/calendar parts.
9719
9720         * message.el (message-forward-make-body-mime): Always mark body as
9721         having no illegible text; remove signed-or-encrypted argument.
9722         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9723
9724         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9725         (mml-generate-mime-1): Don't encode body if it is specified to be in
9726         raw form; don't make buffer be unibyte when inserting multibyte string.
9727
9728 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9729
9730         * sha1.el: Fix up comment style.
9731         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9732         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9733
9734         * hex-util.el: Fix up comment style.
9735         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9736
9737         * gnus-salt.el: Use with-current-buffer.
9738         (gnus-pick-setup-message): Fix long-standing typo.
9739
9740 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * imap.el (imap-logout-timeout): New variable.
9743         (imap-logout, imap-logout-wait): New functions.
9744         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9745
9746         * nnimap.el (nnimap-logout-timeout): New server variable.
9747         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9748         nnimap-logout-timeout.
9749
9750         * gnus-art.el (gnus-article-summary-command-nosave)
9751         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9752
9753 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus.el (gnus-maximum-newsgroup): New variable.
9756
9757         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9758         according to gnus-maximum-newsgroup.
9759
9760         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9761         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9762         Limit the range of articles according to gnus-maximum-newsgroup.
9763
9764 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9765
9766         * gnus-art.el (gnus-sticky-article): Fix problems described in
9767         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9768         Don't perform gnus-configure-windows here; reuse existing sticky
9769         article buffer.
9770
9771         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9772         it doesn't exist in gnus-article-mode.
9773
9774 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9777         (gnus-agent-decoded-group-name): New function.
9778         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9779         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9780
9781 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9782
9783         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9784         Add binding for gnus-sticky-article.
9785         (gnus-summary-exit): Don't kill sticky article buffers.
9786
9787         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9788         article buffer.
9789         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9790         (gnus-kill-sticky-article-buffers): New commands.
9791
9792 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * nntp.el (nntp-xref-number-is-evil): New server variable.
9795         (nntp-find-group-and-number): If it is non-nil, don't trust article
9796         numbers in the Xref header.
9797
9798 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-agent.el (gnus-agent-read-group): New function.
9801         (gnus-agent-flush-group, gnus-agent-expire-group)
9802         (gnus-agent-regenerate-group): Use it.
9803         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9804         nnmail-pathname-coding-system.
9805
9806 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9809
9810         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9811         that are unread as unread, and also as selected so that information of
9812         marks having been changed by a user may be updated when exiting group.
9813
9814 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9817
9818 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9821         calculated ignoring signature parts to gnus-treat-article.
9822
9823 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9826         a point here in order to keep the window start.
9827         (gnus-insert-mime-security-button): Make a button overlay without the
9828         front stickiness.
9829         (gnus-mime-display-security): Goto the end of a button.
9830
9831         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9832
9833 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9836         group-name-at-point.
9837         (gnus-group-completing-read): New function that offers decoded
9838         non-ASCII group names for completion.
9839         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9840         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9841         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9842         (gnus-group-fetch-control): Use it.
9843         (gnus-fetch-group): Use group-name-at-point for the initial value
9844         rather than the default value; use gnus-alive-p.
9845
9846         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9847         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9848         (gnus-summary-post-news): Use gnus-group-completing-read.
9849
9850         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9851         (gnus-read-move-group-name): Decode group name for completion.
9852
9853 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9854
9855         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9856         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9857         Yamaoka slightly modified the code).
9858
9859 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9862         (nnmail-split-incoming): Bind it.
9863
9864         * nnml.el (nnml-group-name-charset): New function.
9865         (nnml-decoded-group-name): Use it; don't decode group name if
9866         nnmail-group-names-not-encoded-p is non-nil.
9867         (nnml-encoded-group-name): New function.
9868         (nnml-group-pathname): Inline nnml-decoded-group-name.
9869         (nnml-request-expire-articles): Decode group name in message.
9870         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9871         nnmail-pathname-coding-system.
9872         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9873         not decoded ones according to nnmail-group-names-not-encoded-p.
9874         (nnml-generate-active-info): Use nnml-encoded-group-name.
9875
9876 2007-08-08  Glenn Morris  <rgm@gnu.org>
9877
9878         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9879         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9880         doc-strings and comments.
9881
9882 2007-07-25  Glenn Morris  <rgm@gnu.org>
9883
9884         * Relicense all FSF files to GPLv3 or later.
9885
9886 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-sum.el (gnus-summary-move-article):
9889         Make gnus-summary-respool-article work.
9890
9891 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9892
9893         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9894         string.
9895
9896 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9897
9898         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9899         that should be ignored when comparing distant RSS articles with local
9900         ones.
9901         (nnrss-make-hash-index): New function.  Create a hash index according
9902         to the ignored fields.
9903         (nnrss-check-group): Use it.
9904
9905 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9908
9909         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9910
9911         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9912         the new optional argument ENCODED is non-nil.
9913         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9914         coding system for encoding group name.
9915         (gnus-group-make-rss-group): Pass un-encoded group name to
9916         gnus-group-make-group.
9917         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9918         encoded.
9919
9920         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9921         Encode group name to which articles are moved or copied.
9922         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9923         coding system for encoding Newsgroup, Followup-To and Xref headers.
9924
9925         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9926         marks; use nnheader-file-coding-system to write a file.
9927         (nnagent-retrieve-headers): Bind file-name-coding-system to
9928         nnmail-pathname-coding-system.
9929
9930         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9931
9932         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9933         (nnml-request-article, nnml-request-create-group)
9934         (nnml-request-rename-group, nnml-find-id)
9935         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9936         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9937         (nnml-save-marks): Use nnml-group-pathname instead of
9938         nnmail-group-pathname.
9939
9940         (nnml-request-create-group, nnml-request-expire-articles)
9941         (nnml-request-move-article, nnml-request-delete-group)
9942         (nnml-deletable-article-p, nnml-possibly-create-directory)
9943         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9944         (nnml-open-marks): Bind file-name-coding-system to
9945         nnmail-pathname-coding-system.
9946
9947         (nnml-request-article): Pass server argument to nnml-find-group-number.
9948         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9949         Pass server argument to nnml-possibly-create-directory.
9950         (nnml-request-accept-article): Pass server argument to
9951         nnml-active-number and nnml-save-mail.
9952         (nnml-find-group-number): Pass server argument to nnml-find-id.
9953         (nnml-request-update-info): Pass server argument to
9954         nnml-marks-changed-p.
9955
9956         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9957         (nnml-save-mail, nnml-active-number): Add server argument.
9958
9959         (nnml-request-delete-group): Warn if group is missing.
9960         (nnml-get-nov-buffer): Decode group name.
9961         (nnml-generate-active-info): Encode group name.
9962         (nnml-open-marks): Decode group name in messages.
9963
9964 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9967         if it is not specified.
9968         (gnus-article-pipe-part, gnus-article-save-part)
9969         (gnus-article-interactively-view-part, gnus-article-copy-part)
9970         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9971         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9972         (gnus-article-replace-part, gnus-article-delete-part)
9973         (gnus-article-view-part-as-type): Pass raw prefix argument to
9974         gnus-article-part-wrapper.
9975
9976 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-agent.el (gnus-agent-save-active):
9979         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9980
9981         * gnus-cache.el (gnus-cache-save-buffers)
9982         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9983         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9984         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9985         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9986         (gnus-cache-generate-active, gnus-cache-rename-group)
9987         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9988         (gnus-cache-update-overview-total-fetched-for):
9989         Bind file-name-coding-system to nnmail-pathname-coding-system.
9990         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9991         New variables.
9992         (gnus-cache-decoded-group-name): New function.
9993         (gnus-cache-file-name): Use it.
9994         (gnus-cache-generate-active): Use non-decoded group name for active.
9995
9996         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9997         right place.
9998         (gnus-write-active-file): Don't break non-ASCII group names.
9999
10000         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10001         nnmail-pathname-coding-system.
10002
10003         * lpath.el: Bind default-file-name-coding-system,
10004         file-name-coding-system and language-info-alist for XEmacs.
10005
10006         * gnus-uu.el (gnus-uu-decode-save): Typo.
10007
10008 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10011
10012 2007-07-14  David Kastrup  <dak@gnu.org>
10013
10014         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10015         finishing actions if we did not edit the article.
10016
10017 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10020         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10021         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10022         (gnus-agent-flush-group, gnus-agent-flush-cache)
10023         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10024         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10025         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10026         (gnus-agent-regenerate-group)
10027         (gnus-agent-update-files-total-fetched-for)
10028         (gnus-agent-update-view-total-fetched-for):
10029         Bind file-name-coding-system to nnmail-pathname-coding-system.
10030         (gnus-agent-group-pathname): Don't encode file names by
10031         nnmail-pathname-coding-system.
10032         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10033         coding-system-for-write instead of buffer-file-coding-system to
10034         gnus-agent-file-coding-system.
10035
10036         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10037         Decode group name.
10038
10039         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10040
10041         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10042         (gnus-read-newsrc-el-file): Make group names unibyte.
10043
10044         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10045         nnmail-pathname-coding-system.
10046
10047         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10048         (nnrss-request-delete-group): Bind file-name-coding-system to
10049         nnmail-pathname-coding-system.
10050         (nnrss-read-server-data, nnrss-read-group-data):
10051         Bind file-name-coding-system correctly.
10052         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10053
10054         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10055         (nntp-server-to-method-cache): New variable.
10056         (nntp-group-pathname): New function that decodes non-ASCII group names.
10057         (nntp-possibly-create-directory, nntp-marks-changed-p)
10058         (nntp-save-marks, nntp-open-marks): Use it.
10059         (nntp-possibly-create-directory, nntp-open-marks):
10060         Bind file-name-coding-system to nnmail-pathname-coding-system.
10061         (nntp-open-marks): Decode group names when bootstrapping marks.
10062
10063         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10064         Newsgroups and Folowup-To headers.
10065
10066 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10069         (gnus-server-closed-face, gnus-server-denied-face)
10070         (gnus-server-offline-face): Remove variable.
10071         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10072
10073         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10074         of modifying message-stack directly for XEmacs.
10075
10076         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10077         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10078         if the coding-system argument is nil for XEmacs.
10079
10080         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10081         mm-charset-override-alist.
10082
10083         * rfc2047.el: Don't require base64; require rfc2045 for the function
10084         rfc2045-encode-string.
10085         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10086         to quote the parameter value.
10087
10088 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10091         form in gnus-group-name-charset-method-alist.
10092
10093         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10094         overrides the default layout edit-form.
10095
10096         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10097
10098         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10099
10100 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10103         as unfetched articles.
10104
10105 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10108
10109 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10112         original back end that keeps marks in the local system.
10113
10114 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10117         arg of pop-to-buffer for XEmacs.
10118         (gnus-article-read-summary-keys): Ditto; don't restore window
10119         configuration if summary command ends up with neither article buffer
10120         nor summary buffer; describe bindings if summary keys end with C-h.
10121
10122 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * message.el (message-fix-before-sending): Skip raw message part to be
10125         forwarded while checking illegible text.
10126         (message-forward-make-body-mime, message-forward-make-body):
10127         Mark signed or encrypted raw message as having no illegible text.
10128
10129 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10132         (gnus-message-with-timestamp-1): New macro.
10133         (gnus-message-with-timestamp): New function.
10134         (gnus-message): Use them.
10135
10136         * nnheader.el (nnheader-message): Use them.
10137
10138 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10141         .newsrc.eld file.
10142
10143 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-agent.el (gnus-agent-fetch-headers)
10146         (gnus-agent-retrieve-headers):
10147         Bind gnus-decode-encoded-address-function to identity.
10148
10149         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10150         available also when the server returns simply a dot.
10151
10152         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10153
10154 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10157
10158 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-ems.el (gnus-x-splash): Make it work.
10161
10162         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10163         from being used.
10164
10165         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10166
10167 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10170         4th and the 5th arguments.
10171
10172         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10173         the front stickiness.
10174         (gnus-article-summary-command-nosave): Correct the order of the
10175         arguments passed to pop-to-buffer.
10176         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10177         summary command ends up with the article buffer.
10178
10179         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10180         the same faces.
10181
10182 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10183
10184         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10185
10186 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10187
10188         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10189         * gnus-sum.el (gnus-summary-highlight):
10190         * pgg.el (pgg-sign-region, pgg-sign):
10191         * mail-source.el (mail-source-delete-old-incoming-confirm):
10192         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10193
10194 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (gnus-mime-view-part-externally)
10197         (gnus-mime-view-part-internally): Fix predicate function passed to
10198         completing-read.
10199
10200         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10201
10202         * gnus.el (gnus-update-message-archive-method): Add :version.
10203
10204 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus.el (gnus-update-message-archive-method): New variable.
10207
10208         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10209         according to gnus-message-archive-method if
10210         gnus-update-message-archive-method is non-nil.
10211
10212 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10215         Suggested by Loic Dachary <loic@dachary.org>.
10216         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10217
10218 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * message.el (message-pop-to-buffer): Add switch-function argument.
10221         (message-mail): Pass switch-function argument to it.
10222
10223 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10226         Improve doc string.
10227
10228 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10231         (gnus-header-content)
10232         * gnus-cite.el (gnus-cite-10)
10233         * gnus-srvr.el (gnus-server-closed)
10234         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10235         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10236         (gnus-group-mail-3-empty, gnus-group-mail-low)
10237         (gnus-group-mail-low-empty, gnus-splash)
10238         * message.el (message-header-to, message-header-cc)
10239         (message-header-subject, message-header-other, message-header-name)
10240         (message-header-xheader, message-separator, message-cited-text)
10241         (message-mml): Lighten colors of faces used for dark background.
10242
10243 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10244
10245         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10246         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10247
10248 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * message.el (message-narrow-to-headers-or-head):
10251         Ignore mail-header-separator in the body.
10252
10253 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10256         same as window size.
10257
10258 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10259
10260         * message.el (message-font-lock-keywords): Use message-header-xheader
10261         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10262         ahead of the anything pattern, to get it recognised.
10263
10264 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10267         spam.el loads uses it in the compiled defadvice form.
10268
10269 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10270
10271         * gnus-sum.el (gnus-articles-to-read)
10272         (gnus-summary-insert-old-articles): Don't truncate group name for
10273         `read-string'.
10274
10275         * gnus-util.el (gnus-limit-string): Delete this function.
10276
10277         * gnus-sum.el (gnus-simplify-subject-fully):
10278         Use `truncate-string-to-width' instead.
10279
10280 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10281
10282         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10283         Tell if, on summary exit, the next group has to be selected.
10284         (gnus-summary-exit): Use it.
10285
10286 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10289         non-break space.
10290
10291 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10294         Check if group is not a directory.
10295         (nnfolder-request-expire-articles): Don't delete articles if the target
10296         group is not available.
10297
10298         * nnml.el (nnml-request-create-group): Properly check if group is not a
10299         file.
10300         (nnml-request-expire-articles): Don't delete articles if the target
10301         group is not available.
10302
10303         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10304         Don't quote characters that are within parentheses.
10305
10306 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10309         (gnus-handle-ephemeral-exit): Select article according to it.
10310
10311 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * message.el (message-insert-formated-citation-line): Remove newline.
10314         (message-citation-line-format): Add final \n here so that the user can
10315         avoid a blank line.
10316
10317 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10318
10319         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10320         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10321         Update lanl/arXiv support.
10322
10323 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus.el: Bump version number.
10326
10327 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus.el (gnus-version-number): Bump version.
10330
10331 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10332
10333         * gnus.el: No Gnus v0.6 is released.
10334
10335 2007-04-27  Didier Verna  <didier@xemacs.org>
10336
10337         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10338         * gmm-utils.el (gmm-regexp-concat): ... here.
10339         * message.el: Don't require 'gnus-util.
10340         (message-dont-reply-to-names): Handle name change above.
10341         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10342
10343 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10346         since the initial value varies according to the system.
10347
10348 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10351
10352 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10353
10354         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10355
10356 2007-04-24  Didier Verna  <didier@xemacs.org>
10357
10358         Improve the type of gnus-ignored-from-addresses.
10359         * gnus-util.el (gnus-orify-regexp): New function.
10360         * message.el (gnus-util): Require it.
10361         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10362         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10364
10365 2007-04-24  Didier Verna  <didier@xemacs.org>
10366
10367         * gnus-sum.el:
10368         * gnus-utils.el: Fix some trailing whitespaces.
10369
10370 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10373         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10374         article's Message-ID; refer parent article in summary buffer.
10375
10376         * message.el (message-bounce): Call mime-to-mml.
10377
10378         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10379         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10380         optimize and/or forms properly.
10381
10382 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10385         URL.
10386
10387 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10390
10391 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10394         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10395         displayed of multipart/alternative part if it is invoked from summary
10396         buffer.
10397
10398         * mm-view.el (mm-inline-text-html-render-with-w3m)
10399         (mm-inline-text-html-render-with-w3m-standalone)
10400         (mm-inline-render-with-function): Use mail-parse-charset by default.
10401
10402 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10403
10404         * parse-time.el (parse-time-string-chars): Check if CHAR
10405         is less than the length of parse-time-syntax.
10406
10407 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10410         from gnus-newsgroup-processable.
10411
10412 2007-04-16  Didier Verna  <didier@xemacs.org>
10413
10414         * gnus-msg.el (gnus-configure-posting-styles):
10415         Handle message-signature-directory properly with :file syntax.
10416         Reported by "Leo".
10417
10418 2007-04-11  Didier Verna  <didier@xemacs.org>
10419
10420         New user option: message-signature-directory.
10421         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10422         * message.el (message-insert-signature): Ditto.
10423         * message.el (message-signature-file): Doc update.
10424         * message.el (message-signature-directory): New.
10425
10426 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-msg.el (gnus-inews-yank-articles):
10429         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10430
10431 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * message.el (message-yank-original): Make sure cited text ends with
10434         newline; don't exchange point and mark.
10435
10436 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10437
10438         * tls.el (open-tls-stream): Properly handle case where there
10439         is no associated buffer.
10440
10441 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10442
10443         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10444         message-yank-original, make sure (< mark TEXT point).
10445
10446 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * message.el (message-fill-column): New variable.
10449         (message-mode): Use it.  Add comment on a possible new hook.
10450
10451         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10452         (nnmail-get-new-mail): Reformat.
10453
10454         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10455
10456         * gmm-utils.el: Fix Commentary.
10457         (gmm-tool-bar-from-list): Fix typo in doc string.
10458
10459 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10460
10461         * message.el (message-yank-original): Don't switch point and mark
10462         unnecessarily to put point and mark as documented.
10463
10464 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465
10466         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10467         from the message heads.
10468
10469 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10470
10471         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10472         article buffer does not have a window.  This may not be the best
10473         solution but is certainly better than setting the start of the null,
10474         that is the current, window.
10475
10476 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10479         (gnus-draft-setup): Run it.
10480
10481         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10482         gnus-score-fast-scoring.  Allow regexp.
10483         (gnus-score-headers): Use it.
10484
10485         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10486         XEmacs.
10487
10488         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10489         string.
10490         (gnus-button-alist): Also catch `<f1> k ...'.
10491         (gnus-treat-display-x-face): Fix doc string.
10492
10493 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10494
10495         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10496         evaluation of gnus-extended-version to ensure correct generation of the
10497         User-Agent header when message-generate-headers-first is used.
10498
10499 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10500
10501         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10502         hashcash-path is nil.  Don't call callback with incorrect number of
10503         parameters if val is 0.
10504
10505 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10506
10507         * message.el (message-required-news-headers):
10508         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10509
10510 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10511
10512         * tls.el (open-tls-stream): In handshake-waiting loop,
10513         don't wait more if there is output available to process.
10514
10515 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10516
10517         * tls.el (tls-program): Doc fix.
10518
10519 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * message.el (message-generate-new-buffers): Change the meaning of the
10522         nil value; add `standard' to the choices; treat t as `unique'; improve
10523         doc string.
10524         (gnus-select-frame-set-input-focus): Autoload.
10525         (message-buffer-name): Search for the existing message buffer if
10526         message-generate-new-buffers is nil or `standard'; treat the value t of
10527         message-generate-new-buffers as `unique'.
10528         (message-pop-to-buffer): Raise the frame already displaying the message
10529         buffer; clear the echo area after querying.
10530         (message-setup): Pass the `continue' argument to compose-mail.
10531         (message-mail): Prefer `switch-function' if it is given; search for the
10532         existing message buffer if the `continue' argument is non-nil; pass
10533         continue and switch-function arguments to compose-mail by way of
10534         message-setup.
10535         (message-mail-other-window): Adjust argument of message-setup.
10536         (message-mail-other-frame): Ditto.
10537
10538 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10541         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10542         to turn font-lock on when turning gnus-message-citation-mode on.
10543
10544 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10545
10546         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10547         (mml-smime-function-alist): New variable; add epg as the backend.
10548         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10549         mml-smime- functions instead.
10550         * mm-view.el: Require smime.
10551
10552 2007-03-05  Didier Verna  <didier@xemacs.org>
10553
10554         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10555         instead of just inheritance for posting styles.
10556         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10557
10558 2007-02-24  Chris Moore  <dooglus@gmail.com>
10559
10560         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10561         * pgg-pgp.el (pgg-pgp-encrypt-region):
10562         * pgg-gpg.el (pgg-gpg-encrypt-region):
10563         Check pgg-encrypt-for-me if no other recipients.
10564
10565 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10566
10567         * tls.el (tls-certtool-program): Fix custom type.
10568
10569 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10572         and point-at-eol instead of line-(beginning|end)-position.
10573
10574         * assistant.el (assistant-parse-buffer): Ditto.
10575
10576         * netrc.el (netrc-parse-services): Ditto.
10577
10578 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10579
10580         * mml2015.el (mml2015-epg-find-usable-key): New function.
10581         (mml2015-epg-sign): Use it.
10582         (mml2015-epg-encrypt): Use it.
10583
10584 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * message.el (message-make-in-reply-to): Quote name containing
10587         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10588         if there are special characters.  Reported by NAKAJI Hiroyuki
10589         <nakaji@jp.freebsd.org>.
10590
10591 2007-02-27  Didier Verna  <didier@xemacs.org>
10592
10593         Include the group parameters as well as the topic ones in the
10594         inheritance filter process.
10595         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10596         argument GROUP-PARAMS-LIST.
10597         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10598
10599 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * nntp.el (nntp-never-echoes-commands)
10602         (nntp-open-connection-functions-never-echo-commands): New variables.
10603         (nntp-send-command): Use them.
10604
10605 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10606
10607         * mml2015.el (mml2015-epg-verify): Simplify.
10608
10609 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * mml.el (mml-content-disposition-alist): New user option.
10612         (mml-content-disposition): New function.
10613         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10614         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10615
10616 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10617
10618         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10619         verification.
10620
10621 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10622
10623         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10624         articles posted in the last 24 hours.
10625
10626 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10627
10628         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10629
10630 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10631
10632         * nntp.el (nntp-send-command): Don't wait for echoes when
10633         nntp-open-ssl-stream is used.
10634
10635 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10638         (gnus-message-add-citation-keywords)
10639         (gnus-message-remove-citation-keywords): Remove.
10640         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10641         directly, make the variables in font-lock-defaults buffer-local, add
10642         gnus-message-citation-keywords to them and then update the value of
10643         font-lock-keywords.
10644
10645 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * message.el (message-cite-original-1): Don't call
10648         gnus-article-highlight-citation.
10649
10650         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10651         citations; fix line count.
10652
10653 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10656         (gnus-message-add-citation-keywords)
10657         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10658         versions of font-lock-add-keywords and font-lock-remove-keywords to
10659         work with XEmacs correctly.
10660
10661 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-cite.el (gnus-cite-face-list): Set the values of
10664         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10665         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10666         (gnus-message-cite-prefix-regexp): New variable.
10667         (gnus-message-search-citation-line): Use it; protect against long
10668         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10669         the 0th match data for Emacs.
10670         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10671         (gnus-message-add-citation-keywords): Append keywords rather than
10672         prepending; emulate font-lock-add-keywords if it is not available.
10673         (gnus-message-remove-citation-keywords):
10674         Emulate font-lock-remove-keywords if it is not available.
10675
10676         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10677
10678         * message.el (message-cite-prefix-regexp): Set the value of
10679         gnus-message-cite-prefix-regexp.
10680
10681 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10682
10683         * nnweb.el (nnweb-google-parse-1): Update parser.
10684
10685 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10686
10687         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10688
10689 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10690
10691         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10692         regexp.
10693
10694 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10697         string-to-multibyte.
10698         (uudecode-decode-region-internal): Use it.
10699
10700         * lpath.el: Fbind string-as-multibyte for XEmacs.
10701
10702 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10705         Fix custom choice.
10706
10707         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10708
10709 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10710
10711         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10712
10713         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10714         `write-region' to respect `mm-inhibit-file-name-handlers'.
10715
10716 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10719         Use gnus-home-directory instead of "~/" or "$HOME".
10720
10721 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10722
10723         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10724         to mention filename.
10725         Add comments at beginning regarding usage.
10726         (encrypt-write-file-contents): Change interactive so a string is
10727         acceptable.  If the file has no associated model, show an error instead
10728         of a nonsense prompt.
10729
10730 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10731
10732         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10733         Thanks to Yoshihiko Yamada for kind notification of this typo.
10734
10735 2007-01-12  Kenichi Handa  <handa@m17n.org>
10736
10737         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10738         multibyte buffer.
10739
10740 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-score.el (gnus-score-fast-scoring): New variable.
10743         (gnus-score-headers): Use it.
10744
10745         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10746
10747         * message.el (message-cite-original-1):
10748         Call gnus-article-highlight-citation if requested.
10749         (message-make-from): Allow name and address as optional arguments.
10750
10751         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10752
10753         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10754         bugs to doc string.
10755         (gnus-button-alist): Add mid\\|message-id.
10756         (gnus-button-fetch-group): Extend for use in
10757         `browse-url-browser-function'.
10758         (gnus-button-url-regexp): Try to catch paired parentheses like in
10759         Wikipedia URLs.
10760
10761         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10762         Suggested by Simon Krahnke <overlord@gmx.li>.
10763
10764 2007-01-13  Romain Francoise  <romain@orebokech.com>
10765
10766         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10767         Update copyright.
10768
10769 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10770
10771         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10772
10773 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * gnus-registry.el (gnus-registry-unfollowed-groups)
10776         (gnus-registry-split-fancy-with-parent): Fix documentation.
10777
10778 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10781         from nnweb groups.
10782
10783 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10786         Xref urls.  Erase buffer before requesting head.
10787
10788         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10789
10790 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10793         customizable.
10794
10795 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10796
10797         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10798         no signing key is found.
10799         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10800         no encrypting and/or signing key is found.
10801
10802 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10805
10806 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10807
10808         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10809         headers read from disk with the ones newly found in the current search.
10810         This should no longer cause problems, because the article numbers in
10811         Gmane's `nov.php' output are ignored since the previous change.
10812
10813 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10814
10815         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10816
10817 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10820         replace-regexp-in-string; bind url-version; fbind display-images-p and
10821         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10822         find-face and set-itimer-function for Emacs; bind itimer-list for
10823         Emacs.
10824
10825         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10826
10827 2007-01-01  Romain Francoise  <romain@orebokech.com>
10828
10829         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10830
10831 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10832
10833         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10834         `define-minor-mode' macro definition expanded properly.
10835         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10836         exclude it there.
10837
10838         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10839         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10840         `fboundp' test.
10841         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10842         This is OK to autoload in (S)XEmacs now.
10843
10844 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10847         keystroke.
10848         (gnus-summary-limit-to-singletons): Fix typo.
10849
10850         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10851         else fails.
10852
10853 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10854
10855         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10856         docstring.
10857
10858         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10859         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10860         (gnus-summary-insert-dormant-articles): Fix typo in message.
10861
10862 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10865         nil for XEmacs.
10866         (gnus-message-citation-mode): Don't autoload in XEmacs.
10867
10868         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10869
10870 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10871
10872         * nnimap.el (nnimap-expunge-search-string):
10873         Mention nnimap-search-uids-not-since-is-evil in docstring.
10874
10875 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * spam.el: Revert to make-obsolete-variable because
10878         define-obsolete-variable-alias is not supported in Emacs 21.
10879
10880         * spam.el (spam-ifile-path, spam-ifile-database-path)
10881         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10882         make-obsolete-variable.
10883         (spam-bsfilter-path, spam-bsfilter-program)
10884         (spam-spamassassin-path, spam-spamassassin-program)
10885         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10886         Don't use "path" inappropriately.
10887         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10888         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10889         variable names.
10890
10891 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10892
10893         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10894         summary buffer.
10895
10896         * password.el (password-cache-remove): Use clear-string to burn
10897         password, if available.
10898
10899 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10902
10903         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10904
10905         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10906         (gnus-message-highlight-citation): Move defcustom here from
10907         gnus-cite.el.
10908         (gnus-message-citation-mode): Autoload.
10909
10910         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10911         checks to make it compile with XEmacs.
10912         (gnus-message-citation-mode): New minor mode.
10913         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10914         (gnus-message-highlight-citation): New variables.
10915         (gnus-message-search-citation-line)
10916         (gnus-message-add-citation-keywords)
10917         (gnus-message-remove-citation-keywords)
10918         (turn-on-gnus-message-citation-mode)
10919         (turn-off-gnus-message-citation-mode): New functions.
10920
10921 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10922
10923         * gnus-cite.el: Enable highlighting of different citation levels in
10924         message-mode.
10925
10926 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * message.el (message-make-fqdn): Fix comment.
10929         (message-bogus-system-names): Add ".local".
10930
10931         * spam.el (spam-ifile-path, spam-ifile-program)
10932         (spam-ifile-database-path, spam-ifile-database)
10933         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10934         Don't use "path" inappropriately.
10935         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10936         strings.
10937         (spam-check-ifile, spam-ifile-register-with-ifile)
10938         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10939         Use new variable names.
10940
10941         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10942         (gnus-treat-display-smileys): Simplify using
10943         gnus-image-type-available-p.
10944
10945         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10946         available.
10947
10948         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10949         Use `display-images-p' if available.
10950
10951 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10954         one after turning on the buffer's multibyteness instead of decoding
10955         them directly in the unibyte buffer that causes unexpected conversion
10956         in Emacs 23 (unicode).
10957
10958 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10959
10960         * message.el (message-generate-hashcash): Fix custom type.
10961
10962 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10965
10966 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10969         disconnect icons.  Add help text.
10970
10971 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10974         negated to be consistent with the others we handle.
10975
10976 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10979         version of gnus-summary-buffer to something, so that we can use two
10980         article buffers at the same time.
10981
10982 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10983
10984         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10985         trigger all the extra headers.
10986         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10987         sorting.
10988
10989 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10990
10991         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10992         solid groups.
10993
10994 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10995
10996         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10997
10998 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * legacy-gnus-agent.el: Add Copyright notice.
11001
11002 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11003
11004         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11005
11006 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11009
11010         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11011         to make it work reliably in CVS Emacs.
11012         (gnus-summary-limit-strange-charsets-predicate)
11013         (gnus-summary-limit-to-predicate): New functions.
11014
11015 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11016
11017         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11018         specifying array size.
11019         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11020         array if it is too small.
11021         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11022         (gnus-sort-threads-loop): New function.
11023
11024 2006-12-06  Chris Moore  <dooglus@gmail.com>
11025
11026         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11027         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11028
11029 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11030
11031         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11032         options.
11033
11034 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11037         DOS-ing the recipient.
11038
11039         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11040         the headers when creating the mapping to avoid mismappings.
11041         (nnweb-gmane-create-mapping): Always nix out old mapping.
11042
11043 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11046         and mm-verify-option to never.
11047
11048 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * message.el (message-signed-or-encrypted-p): New function.
11051         (message-forward-make-body): Use it.
11052
11053         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11054         Replace encode-coding-string with mm-encode-coding-string.
11055
11056 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * nneething.el (nneething-decode-file-name):
11059         Replace decode-coding-string with mm-decode-coding-string.
11060
11061         * gnus-int.el (gnus-open-server): Say failed server's name.
11062
11063 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11064
11065         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11066         strings to a single string.  Quote `errors-file-name'.
11067         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11068         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11069         Adjust calls.  Use `shell-quote-argument'.
11070
11071 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11072
11073         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11074         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11075
11076         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11077         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11078         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11079         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11080         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11081         (gnus-subscribe-newsgroup, gnus-1):
11082         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11083         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11084         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11085         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11086
11087 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11088
11089         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11090         keystroke.
11091         (gnus-summary-limit-to-bodies): Implement headersp.
11092
11093 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11096
11097 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11100
11101 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * message.el (message-generate-hashcash): Expand range of values to
11104         include `opportunistic'.
11105         (message-send-mail): Use it.
11106
11107 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11108
11109         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11110         and comment it.
11111
11112         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11113
11114 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-util.el (gnus-extract-address-components): Improve comment.
11117
11118 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-util.el (gnus-extract-address-components): Work with address in
11121         which the name portion contains @.
11122
11123         * lpath.el: Fbind custom-autoload.
11124
11125 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * gnus.el (gnus-start): Move custom group up.
11128         (gnus-select-method): Don't autoload, but make it available for
11129         `customize-variable'.
11130         (gnus-getenv-nntpserver): Don't autoload.
11131
11132 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11133
11134         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11135
11136 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * message.el (message-sendmail-extra-arguments): New variable.
11139         (message-send-mail-with-sendmail): Use it.
11140
11141 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11144         mm-with-unibyte-current-buffer to make string unibyte.
11145
11146         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11147         mm-string-as-multibyte.
11148
11149 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11150
11151         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11152         Reported by Werner Koch <wk@gnupg.org>.
11153
11154 2006-11-14  Daiki Ueno  <ueno@p360>
11155
11156         * mml2015.el: Autoload epa-select-keys when compiling.
11157
11158 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11159
11160         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11161         message-options.
11162         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11163
11164 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11165
11166         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11167         EasyPG (< 0.0.6).
11168         (mml2015-always-trust): New user option.
11169         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11170         prompt.
11171
11172 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * nntp.el (nntp-authinfo-force): New variable.
11175         (nntp-send-authinfo): Use it.
11176
11177 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11180         decode encoded words.  Improve prompt.  Add comment about forwarding.
11181         (message-replacement-char): Move up.
11182
11183 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11184
11185         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11186         instead of gnus-intersection because arguments of gnus-sorted-nunion
11187         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11188
11189 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11192         (message-simplify-subject-functions):
11193         Enable message-strip-subject-encoded-words by default.
11194
11195 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * message.el (message-strip-subject-encoded-words): New function.
11198         (message-simplify-subject-functions): New variable.
11199         (message-simplify-subject): Use it.  Fix typo in doc string.
11200         Support message-strip-subject-encoded-words.
11201
11202 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11203
11204         * gnus-diary.el (gnus-diary-delay-format-function):
11205         * nndiary.el (nndiary-reminders):
11206         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11207
11208 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-art.el (article-hide-boring-headers): Fetch date from
11211         gnus-original-article-buffer to avoid problems with localized date
11212         strings.
11213
11214 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11217
11218 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11221         New variables.
11222         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11223         (mm-charset-synonym-alist): Move some entries to
11224         mm-codepage-iso-8859-list.
11225         (mm-charset-synonym-alist, mm-charset-override-alist):
11226         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11227
11228 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11231
11232 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11235         with Emacs 21 and XEmacs.
11236
11237 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * spam.el (spam-parse-address): New function for better parsing,
11240         catching errors, etc.
11241         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11242
11243 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * mm-view.el: Add interactive arg to html2text autoload.
11246
11247 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11250
11251 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11254         New variables.
11255         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11256         (mm-charset-synonym-alist): Move some entries to
11257         mm-codepage-iso-8859-list.
11258
11259         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11260
11261 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * message.el (message-citation-line-format)
11264         (message-insert-formated-citation-line): Fix implementation of %E, %N
11265         and %n according to the doc string.
11266
11267 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11268
11269         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11270         Use car-safe to avoid bad parses.
11271
11272 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11275         names.
11276
11277         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11278
11279 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11282         header.
11283
11284         * message.el (message-draft-headers): Add Date.
11285         (message-headers-to-generate): Fix typo in docstring.
11286
11287         * nndraft.el (nndraft-required-headers): New variable.
11288         (nndraft-generate-headers): Use it.
11289
11290         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11291
11292 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * gnus-registry.el (gnus-registry-wash-for-keywords)
11295         (gnus-registry-find-keywords): New functions to allow easy searching of
11296         articles that are in the registry.
11297
11298 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11299
11300         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11301         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11302         Reported by Damien Elmes <damien@repose.cx>.
11303
11304 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus.el (gnus-mime): Remove unused custom group.
11307
11308 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11309
11310         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11311         "blank line" when searching for end of armor headers.
11312
11313 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gmm-utils.el (gmm-write-region): Fix variable name.
11316
11317 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * gmm-utils.el (gmm-write-region): New function based on compatibility
11320         code from `mm-make-temp-file'.
11321
11322         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11323
11324         * nnmaildir.el (nnmaildir--update-nov)
11325         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11326         Use `gmm-write-region'.
11327
11328 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11331         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11332
11333         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11334
11335         * message.el (message-replacement-char): New variable.
11336         (message-fix-before-sending): Use it.
11337         (message-simplify-subject): New function to remove duplicate code.
11338         (message-reply, message-followup): Use it.
11339
11340         * gnus-sum.el (gnus-summary-make-menu-bar):
11341         Clarify gnus-summary-limit-to-articles.
11342
11343 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-util.el (gnus-with-local-quit): New macro.
11346
11347         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11348
11349 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11352         ignore non-string data.
11353
11354 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11357         non-string data (needs to be done in the registry too).
11358
11359 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11360
11361         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11362         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11363         (gnus-registry-split-fancy-with-parent)
11364         (gnus-registry-fetch-simplified-message-subject-fast)
11365         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11366         Remove text properties on ingress into the registry and when it's saved.
11367         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11368         registry from entries with no groups.
11369
11370 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11371
11372         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11373         function to remove string properties.
11374
11375 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gmm-utils.el (gmm): Adjust custom version.
11378
11379         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11380         Adjust custom version.
11381
11382         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11383
11384 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gnus-art.el (gnus-insert-prev-page-button)
11387         (gnus-insert-next-page-button): Simplify.  Reformat.
11388
11389 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11390
11391         * gnus-art.el (gnus-insert-prev-page-button)
11392         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11393
11394 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11395
11396         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11397
11398 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11399
11400         * gnus-art.el (gnus-insert-mime-button)
11401         (gnus-insert-mime-security-button):
11402         Apply gnus-article-button-face to MIME and security buttons.
11403
11404 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11407         readable.
11408
11409 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11412
11413 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11414
11415         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11416         `browse-url-of-file' instead of `browse-url'.
11417
11418 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11419
11420         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11421         regexp.  Articles containing quotation were cut prematurely.
11422
11423 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * message.el (message-cite-original-1): Use nobody by default for the
11426         value of From header.
11427         (message-reply): Ditto.
11428
11429 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11432         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11433         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11434
11435 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11438         mails in the doc string.  Add some URLs in comment.
11439         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11440
11441 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11444         backslashes handling and the way to find boundaries of quoted strings.
11445
11446 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11447
11448         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11449         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11450         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11451         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11452
11453 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11456         doc string.
11457         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11458
11459 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * lpath.el: Fbind epg-check-configuration.
11462
11463 2006-09-06  Simon Josefsson  <jas@extundo.com>
11464
11465         * mml2015.el (mml2015-use): Doc fix, mention epg.
11466
11467 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11468
11469         * mml2015.el (mml2015-use): Default to epg, if available.
11470
11471 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11472
11473         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11474         message-sender.
11475         (mml1991-epg-encrypt): Ditto.
11476         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11477         message-sender.
11478         (mml2015-epg-encrypt): Ditto.
11479
11480 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11481
11482         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11483         several common directories.
11484
11485 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11486
11487         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11488         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11489
11490 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * gnus-art.el (article-decode-encoded-words): Make it fast.
11493
11494 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11497
11498         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11499         in quoted string into `\'.
11500
11501 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11504         Use standard-syntax-table.
11505
11506 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (gnus-decode-address-function): New variable.
11509         (article-decode-encoded-words): Use it to decode headers which are
11510         assumed to contain addresses.
11511         (gnus-mime-delete-part): Remove useless `or'.
11512
11513         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11514         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11515         (gnus-nov-parse-line): Use it to decode From header.
11516         (gnus-get-newsgroup-headers): Ditto.
11517         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11518
11519         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11520         (mail-decode-encoded-address-string): New alias.
11521
11522         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11523         New function.
11524         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11525         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11526         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11527         (rfc2047-decode-string): Ditto.
11528         (rfc2047-decode-address-region): New function.
11529         (rfc2047-decode-address-string): New function.
11530
11531 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * message.el (message-caesar-buffer-body): Allow rotating headers.
11534
11535         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11536
11537         * message.el (message-insert-formated-citation-line): Fix %f.
11538         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11539
11540 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11543         (gnus-bookmark-mouse-available-p): New macro.
11544         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11545         (gnus-bookmark-bmenu-show-infos): Use it.
11546         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11547         (gnus-bookmark-bmenu-hide-infos): Ditto.
11548         (gnus-bookmark-remove-properties): New function.
11549         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11550         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11551         (gnus-bookmark-write-file): Bind coding-system-for-write.
11552         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11553         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11554         group before selecting it.
11555         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11556         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11557         quit-window if it is not available; use gnus-mouse-2 and bind it to
11558         gnus-bookmark-bmenu-select-by-mouse.
11559         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11560         (gnus-bookmark-bmenu-select-by-mouse): New function.
11561
11562 2006-08-13  Romain Francoise  <romain@orebokech.com>
11563
11564         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11565         space.
11566
11567 2006-08-10  Romain Francoise  <romain@orebokech.com>
11568
11569         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11570         (dns-mode-soa-auto-increment-serial): New user option.
11571         (dns-mode-soa-maybe-increment-serial): New function.
11572         (dns-mode): Add the latter to `write-contents-functions'.
11573
11574 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * compface.el (uncompface): Use binary rather than raw-text-unix.
11577
11578 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * compface.el (uncompface): Make sure the eol conversion doesn't take
11581         place when communicating with the external programs.
11582         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11583
11584 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11587
11588 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11589
11590         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11591         Make it more robust by parsing author and date independently.
11592
11593 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11596
11597 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11598
11599         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11600         first matching secret key.
11601         (mml2015-epg-encrypt): Ditto.
11602
11603         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11604         first matching secret key.
11605         (mml1991-epg-encrypt): Ditto.
11606
11607         * mml2015.el (mml2015-encrypt-to-self): New user option.
11608         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11609         mml2015-epg-encrypt-to-self is set.
11610
11611         * mml1991.el (mml1991-encrypt-to-self): New variable.
11612         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11613         mml1991-epg-encrypt-to-self is set.
11614
11615         * mml2015.el (mml2015-signers): New user option.
11616         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11617         (mml2015-epg-encrypt): Allow to select signing keys.
11618
11619         * mml1991.el (mml1991-signers): New variable.
11620         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11621         (mml1991-epg-encrypt): Allow to select signing keys.
11622
11623 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * nnheader.el (nnheader-insert-head): Make it work even if the file
11626         uses CRLF for the line-break code.
11627
11628 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11629
11630         * mml2015.el: Require mml-sec instead of password.
11631         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11632         (mml2015-cache-passphrase): Inherit the default value from
11633         mml-secure-cache-passphrase.
11634         (mml2015-passphrase-cache-expiry): Inherit the default value from
11635         mml-secure-passphrase-cache-expiry.
11636
11637         * mml1991.el: Require mml-sec instead of password.
11638         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11639         (mml1991-cache-passphrase): Inherit the default value from
11640         mml-secure-cache-passphrase.
11641         (mml1991-passphrase-cache-expiry): Inherit the default value from
11642         mml-secure-passphrase-cache-expiry.
11643
11644         * mml-sec.el: Require password.
11645         (mml-secure-verbose): New user option.
11646         (mml-secure-cache-passphrase): New user option.
11647         (mml-secure-passphrase-cache-expiry): New user option.
11648
11649 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11650
11651         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11652         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11653         andreas@altroot.de (Andreas Vögele).
11654
11655         FIXME: Use `tiny change'?
11656
11657 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11658
11659         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11660         workaround for the url package included with Emacs.
11661
11662         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11663
11664 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11667         correctly.  This fixes a bug caused by the 2006-05-12 change.
11668
11669 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11670
11671         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11672         some information about the error when saying that the `bogus' mail
11673         group will be used.
11674
11675 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11678         string.
11679
11680 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11681
11682         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11683
11684 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11685
11686         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11687
11688 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11689
11690         * mml1991.el (mml1991-function-alist): Add epg.
11691         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11692         (mml1991-epg-encrypt): New functions.
11693
11694 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11695
11696         * mml2015.el (mml2015-verbose): New variable.
11697         (mml2015-cache-passphrase): Ditto.
11698         (mml2015-passphrase-cache-expiry): Ditto.
11699         (mml2015-function-alist): Add epg.
11700         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11701         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11702         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11703         New functions.
11704
11705 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11706
11707         * message.el (message-cite-original-1): Preserve region when removing
11708         quoted text due to X-No-Archive in order to avoid bogus attribution
11709         when citing multiple messages.
11710
11711 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11712
11713         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11714         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11715
11716 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * gnus-diary.el (gnus-user-format-function-d)
11719         (gnus-user-format-function-D): Autoload.
11720
11721         * imap.el (Commentary): Fix typo.
11722
11723         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11724         2006-04-22 contribution.
11725
11726 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11727
11728         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11729         It didn't really fix the bogosity I'm seeing with solid web groups.
11730
11731 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11732
11733         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11734         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11735         created using server names.  If we use the feature without declaring
11736         it, Gnus does not properly manage server and group state.
11737
11738         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11739         bound.
11740
11741 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11742
11743         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11744         looking up the method using GROUP's prefix before inventing a new one.
11745         It is used on killed/unknown groups in various places where returning
11746         an all-new method isn't expected by the caller.
11747
11748         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11749         and match semantics of gnus-group-real-prefix.
11750
11751 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * nnmail.el (nnmail-broken-references-mailers): New variable.
11754         (nnmail-ignore-broken-references): New function generalizing
11755         nnmail-fix-eudora-headers.
11756         (nnmail-fix-eudora-headers): Now obsolete.
11757
11758         * gnus-art.el (gnus-button-handle-custom):
11759         Support `customize-apropos*'.
11760
11761 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11764
11765         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11766         articles.
11767
11768 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * message.el (message-cite-reply-above): New variable.
11771         (message-yank-original): Use it.
11772
11773 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11776
11777 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11780         as read.
11781
11782         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11783
11784 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11787         (gnus-bookmark-default-file): Use gnus-directory.
11788         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11789         Remove "*" in doc string.
11790         (gnus-bookmark-write-file): Simplify.
11791         (gnus-bookmark-maybe-sort-alist): Use `when'.
11792         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11793         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11794         Add FIXME about Emacs 21 and XEmacs compatibility.
11795         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11796         compatibility.
11797         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11798         compatibility.
11799         (gnus-bookmark-menu-heading): Fix version.
11800
11801 2006-06-19  Bastien Guerry  <bzg@altern.org>
11802
11803         * gnus-bookmark.el: New file.
11804
11805 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * message.el (message-syntax-checks): Doc fix.
11808
11809 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11810
11811         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11812         unsubscribed groups as if they were killed ones.  It causes duplicate
11813         entries in gnus-newsrc-alist.
11814
11815 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * message.el (message-syntax-checks): Doc fix.
11818         (message-send-mail): Add check for continuation headers.
11819         (message-check-news-header-syntax): Fix regexp used to check for
11820         continuation headers.
11821
11822 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11825
11826 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11829
11830 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11833         default-truncate-lines.
11834
11835 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11838         to fill the utf-8 entry.
11839
11840         * lpath.el: Fbind unicode-precedence-list.
11841
11842 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11843
11844         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11845
11846 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11847
11848         * gnus-agent.el (directory-files-and-attributes): Move all the way
11849         forward (the third and final move).
11850         (gnus-agent-read-agentview): Trap reconstruction errors due to
11851         nonexistent directory.  Handle by returning nil.
11852
11853 2006-05-30  Didier Verna  <didier@xemacs.org>
11854
11855         * message.el (message-dont-reply-to-names): Update the custom type.
11856         * message.el (message-dont-reply-to-names): New defsubst: potentially
11857         convert a list of regexps into a single one.
11858         * message.el (message-get-reply-headers): Use it.
11859         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11860
11861 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus-agent.el (directory-files-and-attributes): Move forward.
11864
11865 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-ml.el (gnus-mailing-list-subscribe)
11868         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11869         (gnus-mailing-list-message): Fix doc strings.
11870
11871 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11872
11873         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11874         of doing it manually.
11875
11876 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11879         comment.
11880
11881 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11882
11883         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11884         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11885         (gnus-agent-read-local): All symbols allocated in my-obarray.
11886         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11887         (gnus-agent-regenerate-group): Check numeric names to see if they are
11888         messages or groups.
11889         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11890         better way of do this...)
11891
11892         * gnus-cache.el (gnus-agent-total-fetched-for):
11893         Ignore 'dummy.group' (there should be a better way of do this...)
11894
11895 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11898         (gnus-saved-headers): Ditto.
11899         (gnus-default-article-saver): Mention functions may have properties.
11900         (gnus-article-save): Override gnus-save-all-headers and
11901         gnus-saved-headers by :headers property which saver function may have.
11902         (gnus-summary-save-in-file): Add :headers property.
11903         (gnus-summary-write-to-file): Ditto.
11904
11905         * gnus-sum.el (gnus-summary-save-article): Bind
11906         gnus-prompt-before-saving to t when saving many articles in a file;
11907         always show all headers.
11908
11909         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11910
11911 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11914         marks.
11915
11916         * message.el (message-indent-citation): Add optional arguments to allow
11917         using it outside of message buffers.
11918
11919         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11920         (gnus-article-treat-unfold-headers): Use it.
11921         (gnus-article-truncate-lines): New variable.
11922         (gnus-article-mode): Use it.
11923         (gnus-article-toggle-truncate-lines): New function.
11924
11925         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11926         Add gnus-article-toggle-truncate-lines.
11927
11928         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11929         coding system in XEmacs, use binary.
11930
11931 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11934         after-load-alist.
11935
11936         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11937         this function should save decoded articles.
11938         (gnus-summary-write-to-file): Use property to specify this function
11939         should save decoded articles and specify gnus-summary-save-in-file
11940         should be used to save articles other than the first one when saving
11941         many articles.
11942         (gnus-summary-save-body-in-file): Use property to specify this
11943         function should save decoded articles.
11944         (gnus-summary-write-body-to-file): Use property to specify this
11945         function should save decoded articles and specify
11946         gnus-summary-save-body-in-file should be used to save articles other
11947         than the first one when saving many articles.
11948
11949         * gnus-sum.el (gnus-summary-save-article): Simplify.
11950
11951 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (gnus-default-article-saver):
11954         Add gnus-summary-write-body-to-file.
11955         (gnus-article-save-coding-system): Don't use coding system object
11956         in XEmacs.
11957         (gnus-read-save-file-name): Add optional `dir-var' argument which
11958         specifies directory in which files are saved; work even if optional
11959         `variable' argument is not specified.
11960         (gnus-summary-write-to-file): Read file name.
11961         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11962         (gnus-summary-write-body-to-file): New function.
11963
11964         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11965         (gnus-summary-local-variables): Add it.
11966         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11967         (gnus-summary-save-article): Remove optional `decode' argument;
11968         determine whether to decode articles by the value of
11969         gnus-default-article-saver; when saving many files using
11970         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11971         it first and use gnus-summary-save-in-file or
11972         gnus-summary-save-body-in-file thereafter unless
11973         gnus-prompt-before-saving is always; move point to article which
11974         will be saved.
11975         (gnus-summary-save-article-file): Revert.
11976         (gnus-summary-write-article-file): Revert.
11977         (gnus-summary-save-article-body-file): Revert.
11978         (gnus-summary-write-article-body-file): New function.
11979
11980 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (gnus-default-article-saver): Doc fix.
11983         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11984         from gnus-summary-save-article-coding-system, and default to a
11985         certain coding system.
11986         (gnus-output-to-file): Add coding cookie and encode text according
11987         to gnus-article-save-coding-system; don't use mm-append-to-file.
11988
11989         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11990         gnus-art.el and rename to gnus-article-save-coding-system.
11991         (gnus-summary-save-article): Require gnus-art; don't show all
11992         headers if it decodes articles; don't add coding cookie here;
11993         don't bind mm-text-coding-system-for-write.
11994         (gnus-summary-save-article-file): Save decoded articles.
11995         (gnus-summary-write-article-file): When saving many files, use
11996         gnus-summary-write-to-file first and gnus-summary-save-in-file
11997         thereafter unless gnus-prompt-before-saving is always.
11998         (gnus-summary-save-article-body-file): Save decoded articles.
11999
12000         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12001
12002 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * nnrss.el (nnrss-check-group): Bind hash-index.
12005
12006 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12007
12008         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12009         its hash index.  Store this hash in `nnrss-group-data'.
12010         (nnrss-read-group-data): Update accordingly.
12011
12012 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12015         entry.
12016
12017         * gnus-sum.el (gnus-summary-make-menu-bar):
12018         Add gnus-article-browse-html-article.
12019
12020 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12021
12022         * gnus-sum.el (gnus-summary-mime-map):
12023         Add gnus-article-browse-html-article.
12024
12025         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12026
12027 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12030         suitable coding systems in customize.
12031
12032 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * mail-source.el (mail-sources): Fix custom type.
12035
12036 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12039         (gnus-summary-expire-articles-now): Shorten prompt.
12040
12041         * gmm-utils.el (wid-edit): Require.
12042         (defun-gmm): Rename from `gmm-defun-compat'.
12043         (gmm-image-search-load-path): Use it.
12044         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12045
12046 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-sum.el (gnus-summary-save-article-coding-system):
12049         New variable.
12050         (gnus-summary-save-article): Add optional `decode' argument.
12051         If it is set and gnus-summary-save-article-coding-system is non-nil,
12052         save decoded article.
12053         (gnus-summary-write-article-file): Save decoded article if
12054         gnus-summary-save-article-coding-system is non-nil.
12055
12056         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12057         type.
12058
12059 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12062
12063 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12066         first to test gnus-single-article-buffer which may be buffer-local.
12067
12068         * gnus-sum.el (gnus-summary-setup-buffer):
12069         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12070         group; make gnus-article-buffer, gnus-article-current, and
12071         gnus-original-article-buffer always buffer-local.
12072         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12073         group.
12074         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12075
12076 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * nnml.el (nnml-request-compact-group): Compressed files might not
12079         have .gz extension.
12080
12081 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12082
12083         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12084         (mm-copy-to-buffer): Use with-current-buffer.
12085         (mm-display-part): Simplify.
12086         (mm-inlinable-p): Add optional arg `type'.
12087
12088 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12089
12090         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12091         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12092         Try harder to show the attachment internally or externally using
12093         gnus-mime-view-part-as-type.
12094
12095 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * message.el (message-from-style, message-signature-separator)
12098         (message-user-organization-file, message-send-mail-function)
12099         (message-citation-line-function, message-yank-prefix)
12100         (message-indent-citation-function, message-signature)
12101         (message-signature-file, message-signature-insert-empty-line):
12102         Remove autoloads.
12103
12104         * gnus-art.el (gnus-buttonized-mime-types):
12105         Remove "multipart/signed".  Revert 2006-04-26 change.
12106
12107 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * gnus.el (gnus-version-number): Bump version.
12110
12111 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12112
12113         * gnus.el: No Gnus v0.5 is released.
12114
12115 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12116
12117         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12118         fetching articles by message-id.
12119
12120 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121
12122         * message.el (hashcash): Require hashcash as normal.
12123
12124         * ecomplete.el (ecomplete-highlight-match-line):
12125         Use point-at-eol.
12126         (ecomplete-highlight-match-line): Use `highlight', because that
12127         face exists in both Emacs and XEmacs.
12128
12129         * message.el (message-display-abbrev): Use point-at-bol.
12130
12131         * mail-source.el: Don't require timer/timer-funcs.
12132
12133         * gnus-async.el: Ditto.
12134
12135         * password.el: Ditto.
12136
12137         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12138
12139         * mm-url.el: Ditto.
12140
12141         * gnus-xmas.el: Don't require timer-funcs.
12142
12143         * mm-util.el: Require timer/timer-funcs.
12144
12145 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12146
12147         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12148         Close.
12149
12150 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12153         unibyte after clear-decrypt function runs.
12154
12155         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12156         returns as a unibyte string.
12157
12158 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * lpath.el: Revert.
12161
12162         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12163         (pgg-gpg-process-sentinel): Revert.
12164
12165         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12166         (pgg-pgp-lookup-key): Revert.
12167
12168         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12169         (pgg-pgp5-lookup-key): Revert.
12170
12171         * pgg.el (pgg-fetch-key): Revert.
12172
12173 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * lpath.el: Fbind string-as-multibyte for XEmacs.
12176
12177         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12178         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12179         (mml1991-pgg-encrypt): Ditto.
12180
12181         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12182         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12183         a multibyte buffer.
12184
12185         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12186         (pgg-pgp-lookup-key): Ditto.
12187
12188         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12189         (pgg-pgp5-lookup-key): Ditto.
12190
12191         * pgg.el (pgg-fetch-key): Ditto.
12192
12193 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * message.el (message-user-organization-file): Check several
12196         locations of the organization file.
12197
12198         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12199         Add gnus-article-view-part-as-type.
12200
12201         * gnus-art.el (gnus-article-view-part-as-type): New function.
12202
12203         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12204         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12205
12206         * mml.el: Simplify autoload.
12207         (mml-mode): defvar dnd-protocol-alist instead of using
12208         symbol-value.
12209         (mml-default-directory): New variable.
12210         (mml-minibuffer-read-file): Use it.
12211         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12212
12213         * message.el (message-citation-line-format): New variable.
12214         (message-insert-formated-citation-line): New function.
12215         (message-citation-line-function):
12216         Add `message-insert-formated-citation-line' to custom type.
12217
12218         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12219         to doc string.
12220
12221         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12222         depending on mm-verify-option.
12223
12224 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12227         binding pgg-* variables; reimplement the section which prevents
12228         MIME header from being signed.
12229         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12230         pgg-text-mode; remove a blank line at the top of body.
12231
12232         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12233         lines at the top of body; use gnus-newsgroup-charset if there's no
12234         Charset header.
12235
12236 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * message.el (message-self-insert-commands): Doc fix.
12239
12240         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12241         (mm-uu-pgp-encrypted-test): Ditto.
12242         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12243         between header and body; return application/pgp-encrypted handle
12244         if decryption failed; decode decrypted body by charset.
12245
12246         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12247         element match to application/pgp-*.
12248
12249 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12250
12251         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12252         HTML.
12253
12254 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12255
12256         * mail-source.el (mail-source-call-script): Message the error
12257         string.
12258
12259 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * gnus-util.el (gnus-byte-compile): Use it.
12262
12263 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12264
12265         * gnus-util.el (kill-empty-logs): New function.
12266
12267 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268
12269         * message.el (message-mail-alias-type): Doc fix.
12270         (message-mail-alias-type-p): New function.
12271         (message-send): Use it.
12272         (message-mode): Ditto.
12273         (message-strip-forbidden-properties): Ditto.
12274
12275         * ecomplete.el (ecomplete-database-file-coding-system):
12276         New variable.
12277         (ecomplete-save): Use it.
12278         (ecomplete-setup): Use it.
12279
12280 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * message.el (message-self-insert-commands): New variable.
12283         (message-strip-forbidden-properties): Use it.
12284
12285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12286
12287         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12288         that doesn't make XEmacs choke.
12289
12290 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * gnus-util.el (gnus-replace-in-string):
12293         Prefer replace-regexp-in-string over of replace-in-string.
12294
12295 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-util.el (gnus-select-frame-set-input-focus):
12298         Use select-frame-set-input-focus if it is available in XEmacs; use
12299         definition defined in Emacs 22 for old Emacsen.
12300
12301         * dgnushack.el: Autoload unmorse-region for XEmacs.
12302
12303         * lpath.el: Bind cursor-in-non-selected-windows and
12304         select-frame-set-input-focus for XEmacs.
12305
12306 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12309
12310 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12311
12312         * gnus-registry.el (gnus-registry-cache-save): Remove text
12313         properties when saving via the temp buffer.
12314
12315 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * message.el (message-generate-hashcash): Honor custom type.
12318
12319 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * message.el (message-generate-hashcash): Default to non-nil when
12322         hashcash is found.
12323
12324         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12325         (gnus-refer-thread-limit): Increase default to 500.
12326
12327         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12328
12329         * flow-fill.el (fill-flowed): Allow delete-space.
12330
12331 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12334         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12335         Remove autoloads.
12336
12337 2006-04-18  Simon Josefsson  <jas@extundo.com>
12338
12339         * message.el (message-generate-hashcash): Default to.
12340
12341 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12344         concatenating segments rather than before concatenating them.
12345
12346 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12349
12350 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12351
12352         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12353
12354         * message.el (message-forward-make-body-plain):
12355         Allow message-forward-ignored-headers to be a list.
12356         (message-remove-ignored-headers): Factor out into function.
12357         (message-forward-make-body-mml): Use it.
12358
12359         * imap.el (imap-quote-specials): New function.
12360         (imap-login-auth): Quote specials.
12361
12362         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12363         (rfc2231-parse-string): Allow concatanation of parameters that
12364         aren't contiguous.  The test case is
12365           (mail-header-parse-content-type "message/external-body;
12366             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12367             access-type=LOCAL-FILE;
12368             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12369
12370 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12371
12372         * nntp.el (nntp-accept-process-output): Return the value of
12373         `nnheader-accept-process-output'.
12374
12375 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12378         (gnus-button-alist): Recognize more diff formats.
12379         (gnus-button-patch): Strip directory.
12380
12381 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12384         Emacs 22 when setting focus.
12385
12386 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12387
12388         * gnus-art.el (gnus-article-treat-types): Do treatment of
12389         text/x-verbatim parts.
12390         (gnus-button-patch): New command.
12391
12392         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12393         addresses that contain invalid characters.
12394
12395 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * message.el (message-put-addresses-in-ecomplete):
12398         Use gnus-replace-in-string.
12399         (message-is-yours-p): Use the more correct
12400         mail-header-parse-address instead of
12401         mail-extract-address-components.
12402         (message-put-addresses-in-ecomplete): Fix typo.
12403
12404         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12405         keystroke.
12406
12407         * gnus-art.el (gnus-treatment-function-alist): Change order of
12408         newsgroups/generic header folding to avoid double-folding.
12409
12410         * message.el (message-hidden-headers): Add X-Draft-From.
12411
12412         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12413         New command.
12414         (gnus-summary-repeat-search-article-backward): New command.
12415
12416         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12417         groups in the parent topic.
12418
12419 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12420
12421         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12422         (spam-extra-header-to-number): Return the CRM114 number as a
12423         number instead of a string.
12424
12425 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12426
12427         * gnus-art.el (gnus-face-properties-alist): Move here from
12428         gnus-fun.
12429
12430         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12431
12432 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * message.el (message-strip-forbidden-properties): Only display on
12435         self-insert-command.
12436
12437         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12438         reindent.
12439         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12440
12441 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12442
12443         * smiley.el (smiley-style): Fix typo.
12444
12445 2006-03-23  Kenichi Handa  <handa@m17n.org>
12446
12447         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12448         instead of set-buffer-multibyte.
12449
12450 2006-03-23  Kenichi Handa  <handa@m17n.org>
12451
12452         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12453         buffer and then decode the buffer text if necessary.
12454         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12455         first, and after mm-encode-body, change the buffer to unibyte.
12456
12457 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12458
12459         * hashcash.el (hashcash-insert-payment-async-2):
12460         Use message-goto-eoh instead of doing it manually.
12461         (mail-add-payment): Use message-narrow-to-header instead of trying
12462         to do the same itself.
12463
12464         * message.el (message-hidden-headers): Add Face.
12465
12466         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12467         reparenting code.
12468         (gnus-summary-reparent-children): Refactored out code.
12469         (gnus-summary-thread-map): New keystroke.
12470         (gnus-summary-reparent-children): Make into command.
12471
12472         * smiley.el (smiley-style): Default to `medium' if using a large
12473         font.
12474
12475         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12476         does it itself.
12477
12478         * message.el (message-point-in-header-p): Simplify definition.
12479
12480 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * nnagent.el (nnagent-request-set-mark): Silence log file
12483         writing.
12484         (nnagent-request-set-mark): Use write-region instead of
12485         append-to-file.
12486
12487         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12488         strange select method.
12489
12490         * ecomplete.el (ecomplete-display-matches): Get highlightling
12491         right.
12492         (ecomplete-display-matches): Use literals.
12493         (ecomplete-display-matches): Disable message logging.
12494
12495         * message.el (message-display-abbrev): Small optimization.
12496
12497         * ecomplete.el (ecomplete-display-matches): Allow automatic
12498         display.
12499
12500         * message.el (message-strip-forbidden-properties):
12501         Display abbrevs.
12502         (message-display-abbrev): Get automatic display right.
12503
12504         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12505         keystrokes.
12506
12507 2006-04-13  Romain Francoise  <romain@orebokech.com>
12508
12509         TODO: Backport to v5-10!
12510
12511         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12512         Move here (and rename) from gnus-registry.el.
12513
12514         * gnus-registry.el: Require gnus-util.
12515         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12516
12517 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * gnus-group.el (gnus-group-catchup-current):
12520         Change if-then-else-if-then-else into cond.
12521         (gnus-group-catchup): Indent.
12522         (group-name-at-point): New function.
12523         (gnus-fetch-group): Provide default from thing at point.
12524
12525 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12526
12527         * message.el (message-display-abbrev): Fix regexp.
12528
12529         * ecomplete.el (ecomplete-highlight-match-line):
12530         Reimplement choosing.
12531         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12532         dead variables.
12533
12534         * message.el (message-newline-and-indent): Remove debugging.
12535         (message-display-abbrev): Use new implementation.
12536
12537 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * gnus-art.el (gnus-article-mode):
12540         Set cursor-in-non-selected-windows to nil.
12541
12542         * smiley.el: Revert previous change.
12543         (smiley-data-directory): defvar it before using it in the
12544         defcustom of `smiley-style'.
12545
12546 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547
12548         * message.el (message-newline-and-indent): New function.
12549
12550         * ecomplete.el: Implement more bits.
12551
12552         * message.el (message-put-addresses-in-ecomplete): Clean up the
12553         string.
12554
12555         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12556
12557         * gnus-sum.el (gnus-summary-save-parts):
12558         Bind gnus-summary-save-parts-counter and use it to make unique file
12559         names.
12560
12561         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12562
12563         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12564         parameter to say whether to actually parse the individual
12565         addresses.
12566
12567         * message.el (message-put-addresses-in-ecomplete): New function.
12568         (ecomplete): Require.
12569         (message-mail-alias-type): Add ecomplete as an option.
12570
12571 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12572
12573         * flow-fill.el (fill-flowed): Remove trailing space from blank
12574         quoted lines.
12575
12576 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * smiley.el (smiley-style): Move definition later to avoid a
12579         compilation warning.
12580
12581 2006-04-12  Kenichi Handa  <handa@m17n.org>
12582
12583         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12584         buffer and then decode the buffer text if necessary.
12585         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12586         first, and after mm-encode-body, change the buffer to unibyte.
12587         Use mm-disable-multibyte instead of set-buffer-multibyte.
12588
12589 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12592         Content-Type header instead of Content-Disposition header.
12593         (gnus-mime-inline-part): Ditto.
12594         (gnus-mime-view-part-as-charset): Ignore charset that the part
12595         specifies.
12596
12597         * mm-decode.el (mm-display-part): Work with external parts and
12598         usual parts similarly.
12599
12600         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12601         instead of gnus-display-mime.
12602
12603         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12604         instead of with-temp-buffer.
12605
12606         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12607         tag to summarized topics part in order to encode non-ASCII text.
12608
12609 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * smiley.el (smiley-style): New variable.
12612         (smiley-directory): New function.
12613         (smiley-data-directory): Derive from `smiley-style' using
12614         `smiley-directory'.
12615         (smiley-regexp-alist): Add new entries.
12616
12617         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12618         (gnus-article-browse-delete-temp): Add :version.
12619
12620 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12621
12622         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12623         the sieve region.
12624
12625 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626
12627         * gnus.el (gnus-version-number): Bump version.
12628
12629 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus.el: No Gnus v0.4 is released.
12632
12633 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12636         layout.
12637
12638         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12639         unknown charset.
12640
12641         * message.el (message-header-synonyms): Add Original-To to the
12642         default.
12643
12644         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12645         optional parameter.
12646
12647 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * gnus-fun.el (gnus): Require it for gnus-directory.
12650
12651 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12654
12655 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12656
12657         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12658
12659 2006-04-05  Simon Josefsson  <jas@extundo.com>
12660
12661         * password.el (password-reset): New function.
12662
12663 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12664
12665         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12666         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12667
12668 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12669
12670         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12671         Some whitespace was matched into the url, which broke browsing hits
12672         > 100 when mm-url-use-external was nil.
12673
12674 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12677         Check gnus-extra-headers for 'Newsgroups.
12678
12679         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12680         bound.
12681
12682 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12683
12684         * pgg-gpg.el: Clean up process buffers every time gpg processes
12685         complete.
12686
12687 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12690         doc string.
12691
12692 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12693
12694         * pgg-gpg.el (pgg-gpg-process-filter)
12695         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12696
12697         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12698         lines, temporary fix.
12699
12700 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12703
12704 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12705
12706         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12707         default-enable-multibyte-characters.  This reverts the change from
12708         revision 6.17 which is no longer necessary because the passphrase
12709         is sent separately now.  GnuPG messages are unreadable under
12710         multibyte locales with default-enable-multibyte-characters set to
12711         nil.
12712
12713 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * message.el (message-tool-bar-gnome): Move "spell".
12716
12717 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12720         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12721         instead.
12722
12723 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12724
12725         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12726         Improve newsgroups handling for NNTP overviews which don't include
12727         Newsgroups.
12728
12729 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12730
12731         * message.el (message-resend): Bind message-generate-hashcash to nil.
12732
12733 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12734
12735         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12736         when searching for already-paid recipients.
12737
12738 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12739
12740         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12741         passphrases when it is not needed.
12742         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12743         passphrase stuff from gpg, should only be necessary when you use
12744         gpg with a smartcard.
12745
12746 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * mml.el (mml-insert-mime): Ignore cached contents of
12749         message/external-body part.
12750
12751         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12752         (mm-insert-part): Ditto.
12753
12754 2006-03-23  Simon Josefsson  <jas@extundo.com>
12755
12756         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12757         Reiner.
12758         (pgg-gpg-use-agent-p): Use it again.
12759
12760 2006-03-23  Simon Josefsson  <jas@extundo.com>
12761
12762         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12763         older emacsen.
12764         (pgg-gpg-use-agent-p): Don't use it.
12765
12766 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12769         if we can.
12770
12771 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12772
12773         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12774         (pgg-gpg-update-agent): New function.
12775         (pgg-gpg-use-agent-p): New function.
12776         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12777         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12778         (pgg-gpg-sign-region): Use it.
12779
12780 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12783         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12784
12785 2006-03-21  Simon Josefsson  <jas@extundo.com>
12786
12787         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12788         <wilde@sha-bang.de>.
12789         (pgg-gpg-use-agent): New variable.
12790         (pgg-gpg-process-region): Use it.
12791         (pgg-gpg-encrypt-region): Likewise.
12792         (pgg-gpg-encrypt-symmetric-region): Likewise.
12793         (pgg-gpg-decrypt-region): Likewise.
12794         (pgg-gpg-sign-region): Likewise.
12795         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12796
12797 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12800
12801         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12802         Add comment on version.
12803
12804 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * smiley.el: Add missing test smiley.
12807
12808 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * mm-decode.el (mm-with-part): New macro.
12811         (mm-get-part): Use it; work with message/external-body as well.
12812         (mm-save-part): Treat name and filename equally.
12813
12814         * mm-extern.el (mm-extern-cache-contents): New function.
12815         (mm-inline-external-body): Use it; force the part to be displayed;
12816         move undisplayer added to the cached handle to the parent.
12817
12818         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12819         (gnus-mime-view-part-as-type): Work with message/external-body.
12820
12821         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12822
12823 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12826         images in image-load-path.  [Sync with image.el, revision 1.60, in
12827         Emacs.]
12828
12829 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12832         path rather than symbol.  Always return list of directories.
12833         Guarantee that image directory comes first.  [Sync with image.el,
12834         revision 1.59, in Emacs.]
12835
12836         * message.el (message-make-tool-bar): Adjust to new API of
12837         `gmm-image-load-path-for-library'.
12838
12839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12840
12841         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12842
12843 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12844
12845         * gnus-art.el (gnus-article-only-boring-p):
12846         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12847         intangible text.
12848         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12849
12850 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12853         Use `defun' instead of `gmm-defun-compat'.
12854
12855 2006-03-14  Simon Josefsson  <jas@extundo.com>
12856
12857         * message.el (message-unique-id): Don't use message-number-base36
12858         if (user-uid) is a float.
12859         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12860
12861 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12864
12865         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12866         empty line between a part and a message part.
12867
12868 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * smiley.el: Add more test smileys.
12871         (smiley-data-directory, smiley-regexp-alist)
12872         (gnus-smiley-file-types): Fix doc strings.
12873         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12874         adding new elements.
12875         (smiley-mouse-map): Unused code.  Make it a comment.
12876
12877 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12880         scan latest NoCeM messages instead of old ones.
12881         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12882         delimiters that are recently used.
12883         (gnus-nocem-load-cache): Add autoload cookie.
12884
12885         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12886
12887         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12888         level which is larger than gnus-use-nocem is specified.
12889
12890         * gnus-group.el (gnus-group-get-new-news): Ditto.
12891
12892 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-util.el (gnus-tool-bar-update): New function.
12895
12896         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12897         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12898
12899         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12900
12901         * gnus-group.el (gnus-group-redraw-when-idle)
12902         (gnus-group-redraw-check): Remove.
12903         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12904
12905 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12908         if optional last element is specified in splits (FIELD VALUE...).
12909
12910 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12913         to gmm-image-load-path-for-library.  Call with no-error argument.
12914         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12915
12916         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12917
12918         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12919
12920         * gmm-utils.el (gmm-image-load-path): Remove alias.
12921
12922 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * gmm-utils.el (gmm-image-load-path): Add alias.
12925
12926         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12927         nnml-generate-nov-databases-1.
12928         (nnml-generate-nov-databases): Use it.
12929         (nnml-generate-nov-databases-directory): Document no-active
12930         argument.
12931
12932         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12933         directory if path is t.  Add no-error.
12934
12935         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12936         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12937
12938         * gnus-art.el (gnus-article-browse-delete-temp-files):
12939         Simplify resetting gnus-article-browse-html-temp-list.
12940
12941         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12942         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12943         Add example to docstring.  Rename local variables.  Move error
12944         checks to default case in cond and simplify.
12945
12946 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12949         handle is multipart when calling it recursively.
12950         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12951
12952 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12953
12954         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12955         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12956
12957 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12960         is loaded.
12961
12962         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12963         loaded.
12964
12965 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12968         to "Emacs 23 (unicode)" in doc string.
12969
12970         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12971         "Emacs 23 (unicode)" in comment.
12972
12973 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12976
12977         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12978         characters 160 through 255 in Emacs 23.
12979
12980 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12983         gnus-article-browse-html-temp.
12984         (gnus-article-browse-delete-temp): Make it customizable.
12985         Add `file'.  Adjust doc string.
12986         (gnus-article-browse-delete-temp-files): Add argument.
12987         Allow query for each file.  Adjust doc string.
12988         (gnus-article-browse-html-parts):
12989         Add `gnus-article-browse-delete-temp-files' to
12990         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12991
12992 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12993
12994         * gnus-art.el (gnus-article-browse-html-temp)
12995         (gnus-article-browse-delete-temp): New variables.
12996         (gnus-article-browse-delete-temp-files): New function.
12997         (gnus-article-browse-html-parts): Use it.
12998
12999 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13002
13003         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13004         string.
13005
13006         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13007         gnus-summary-insert-new-articles when unplugged.
13008         Remove gnus-summary-search-article-forward.
13009
13010         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13011         display-visual-class instead of display-color-cells.
13012
13013 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * dgnushack.el: Autoload customize-group for XEmacs.
13016
13017         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13018         message/* containing non-ASCII text properly.
13019
13020 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * message.el: Require gmm-utils, remove autoloads.
13023         (message-tool-bar): Set default based on
13024         gmm-tool-bar-style.
13025         (message-tool-bar-gnome): Add gmm-customize-mode.
13026
13027         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13028         gmm-tool-bar-style.
13029         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13030
13031         * gnus-group.el (gnus-group-tool-bar): Set default based on
13032         gmm-tool-bar-style.
13033         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13034
13035         * gmm-utils.el (gmm-image-directory): Rename variable from
13036         gmm-image-load-path.
13037         (gmm-image-load-path): Use gmm-image-directory.
13038         (gmm-customize-mode): New function.
13039         (gmm-tool-bar-style): New variable.
13040
13041         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13042         gnus-group-redraw-line-number.
13043         (gnus-group-redraw-check): Simplify.
13044         (gnus-group-tool-bar-update): Remove redraw check.
13045         (gnus-group-make-tool-bar): Add redraw check.
13046
13047 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13048
13049         * gnus-art.el (gnus-button): Add missing parentheses.
13050
13051 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * lpath.el: Fbind line-number-at-pos.
13054
13055 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13058
13059 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * gnus-art.el (gnus-button): New face.
13062         (gnus-article-button-face): Use it.
13063
13064         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13065         Add gnus-summary-next-page.  Re-order.
13066
13067         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13068         next-node are now included.
13069         (gnus-group-redraw-line-number): New internal variable.
13070         (gnus-group-redraw-check): Helper function for updating the tool
13071         bar.
13072         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13073
13074         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13075
13076         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13077         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13078         Use it to match format of Spamassassin 3.0 and later.
13079         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13080         (spam-check-bogofilter)
13081         (spam-bogofilter-register-with-bogofilter): Fix args of
13082         `gnus-error' calls.
13083
13084 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13087         unnecessary interaction when sending queued mails.
13088         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13089
13090 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13093         first or last are nil.
13094
13095 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13096
13097         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13098
13099 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13102
13103 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * dns.el (query-dns): Protect more against buggy tcp output.
13106
13107 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13110         nov.php.
13111
13112 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13113
13114         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13115         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13116         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13117         output on the server side.
13118         (nnweb-google-create-mapping): Update regexps and add some
13119         progress indication.
13120
13121 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * gnus-group.el (gnus-group-tool-bar-gnome):
13124         Fix gnus-agent-toggle-plugged.  Re-order icons.
13125         (gnus-group-tool-bar-gnome):
13126         Add gnus-group-{prev,next}-unread-group.
13127         (gnus-group-tool-bar-gnome): Re-order icons.
13128
13129         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13130         Move gnus-summary-insert-new-articles.
13131
13132         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13133         Fix comments.
13134
13135         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13136         also available in Emacs 21.3.
13137
13138         * message.el (message-fix-before-sending): Change "Emacs 22" to
13139         "Emacs 23 (unicode)" in comment.
13140
13141         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13142         "Emacs 23 (unicode)" in comment.
13143
13144         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13145         comment.
13146         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13147
13148         * mm-view.el (mm-fill-flowed): Add :version.
13149
13150 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13153         and load-path.
13154
13155 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * message.el: Autoload gmm-image-load-path.
13158         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13159         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13160         consitency.
13161
13162         * gmm-utils.el (gmm-image-load-path): Also search in
13163         "../etc/images".  Don't set gmm-image-load-path if we don't find
13164         the image.
13165
13166 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gmm-utils.el (gmm-image-load-path): Don't make
13169         `gmm-image-load-path' include subdirectories which the second arg
13170         `image' might specify.
13171
13172         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13173         subdirectory to icon file names.
13174
13175         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13176
13177 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13180         gmm-image-load-path calls.
13181
13182         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13183
13184         * message.el (message-make-tool-bar): Ditto.
13185
13186         * mml.el (mml-preview): Add comment concerning tool bar icons.
13187
13188         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13189         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13190
13191         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13192         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13193
13194         * message.el (message-tool-bar-gnome): Use new icon names.
13195         (message-make-tool-bar): Use `gmm-image-load-path'.
13196
13197         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13198         New functions from MH-E.
13199         (gmm-image-load-path): New variable from MH-E.
13200         (gmm-image-load-path): New function from MH-E.  Add arguments
13201         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13202         *-image-load-path-called-flag.
13203
13204 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13205
13206         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13207
13208 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13209
13210         * nnimap.el (nnimap-request-move-article): Change folder back to
13211         source group before deleting.
13212
13213 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13216
13217         * gnus-art.el (mm-url-insert-file-contents-external):
13218         Autoload mm-url.
13219
13220         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13221
13222 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13225         coding system which mm-charset-to-coding-system returns for a
13226         given charset is valid.
13227
13228 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13229
13230         * html2text.el (html2text-remove-tag-list):
13231         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13232
13233 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13234
13235         * gnus-cus.el: Revert 2005-10-17 change.
13236
13237 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-art.el (article-strip-banner):
13240         Call article-really-strip-banner only when the regexp match is made.
13241
13242 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-art.el (article-strip-banner):
13245         Use gnus-extract-address-components instead of
13246         mail-header-parse-addresses to make it work with non-ASCII text;
13247         remove mail-encode-encoded-word-string.
13248
13249         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13250         values which are surrounded with \"...\"; make it never cause a
13251         Lisp error; give up parsing of parameters if it failed in
13252         extracting type.
13253
13254 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13255
13256         * smime.el (smime-cert-by-ldap-1): Fix bug where
13257         `smime-ldap-search' returns results without userCertificates.
13258
13259 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13262
13263 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * spam.el (spam-check-spamassassin-headers): Adapt format for
13266         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13267         <ari@mbf.ocn.ne.jp>.
13268         (spam-list-of-processors): Add spam-use-gmane.
13269
13270 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13273         make-temp-file; make it work with XEmacs as well.
13274
13275         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13276         mm-make-temp-file.
13277
13278         * mm-decode.el (mm-display-external): Use the 3rd arg of
13279         mm-make-temp-file.
13280         (mm-create-image-xemacs): Ditto.
13281
13282 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13285         with message-narrow-to-headers.
13286         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13287         (gnus-draft-check-draft-articles): New function.
13288         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13289
13290 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-art.el (gnus-article-browse-html-parts):
13293         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13294         Don't use suffix argument for mm-make-temp-file for Emacs 21
13295         compatibility.  Remove useless `format'.
13296
13297 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13298
13299         * nnweb.el (nnweb-google-wash-article): Update regexps.
13300         (nnweb-group-alist): Use defvoo instead of defvar.
13301
13302 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13305         re-loading nn* modules.
13306
13307 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13310         for `tool-bar-mode' and don't check it's default-value.
13311
13312         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13313
13314         * message.el (message-make-tool-bar): Ditto.
13315
13316         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13317         `substring'.  Shorten tmp-file name.
13318
13319         * gnus.el: Remove bogus comment.
13320
13321 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13322
13323         * gnus-art.el (gnus-article-browse-html-parts): New function.
13324         (gnus-article-browse-html-article): New function for viewing html
13325         articles with a browser.
13326
13327 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13328
13329         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13330         in elisp.
13331         (pgg-gpg-encrypt-symmetric-region): Ditto.
13332         (pgg-gpg-sign-region): Ditto.
13333
13334         * pgg-def.el (pgg-text-mode): New variable.
13335
13336         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13337         (mml2015-pgg-encrypt): Ditto.
13338
13339         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13340         (mml1991-pgg-encrypt): Ditto.
13341
13342 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * nnfolder.el (nnfolder-insert-newsgroup-line):
13345         Use message-make-date instead of current-time-string.
13346
13347         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13348         to gnus-decoded which mm-uu might set.
13349
13350 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13353         don't decode quoted parameters; remove misimported Emacs code.
13354         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13355         (rfc2231-decode-encoded-string): Don't use split-string which
13356         behaves differently according to Emacs version; use
13357         mm-decode-coding-region to convert charset to coding-system.
13358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13359         (rfc2231-encode-string): Remove misimported Emacs code.
13360
13361 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13364         when calling mail-header-parse-content-type.
13365         (article-de-quoted-unreadable): Ditto.
13366         (article-de-base64-unreadable): Ditto.
13367         (article-wash-html): Ditto.
13368
13369         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13370         calling mail-header-parse-content-type and
13371         mail-header-parse-content-disposition.
13372         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13373         mail-header-parse-content-type.
13374
13375         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13376         insert charset and format parameters; encode description after
13377         inserting it to buffer.
13378         (mml-insert-parameter): Fold lines properly even if a parameter is
13379         segmented into two or more lines; change the max column to 76.
13380
13381         * rfc1843.el (rfc1843-decode-article-body): Don't use
13382         ignore-errors when calling mail-header-parse-content-type.
13383
13384         * rfc2231.el (rfc2231-parse-string): Return at least type if
13385         possible; don't cause an error even if it fails in parsing of
13386         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13387         (rfc2231-encode-string): Don't break lines at the beginning, leave
13388         it to mml-insert-parameter.
13389
13390         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13391         calling mail-header-parse-content-type.
13392
13393 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * spam-report.el (spam-report-gmane-use-article-number):
13396         Improve doc string.
13397         (spam-report-gmane-internal): Check if a suitable header was found
13398         in the article.
13399
13400 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13403         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13404
13405 2006-02-05  Romain Francoise  <romain@orebokech.com>
13406
13407         Update copyright notices of all files in the gnus directory.
13408
13409 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13410
13411         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13412
13413 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13416         segmented lines of parameter value to cope with Thunderbird 1.5
13417         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13418         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13419         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13420
13421 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13422
13423         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13424         parts.
13425
13426 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13427
13428         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13429         there's only one active file for all servers.
13430         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13431         solid groups.  Gnus might have used a FAST request to select the group.
13432         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13433         and nnweb-search redundantly in the active file.
13434         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13435         (nnweb-request-create-group): Don't use ARGS.
13436         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13437         initialisations.  Let nnoo do the work.
13438
13439 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13442         Say the part has been decoded.
13443
13444         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13445
13446 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13447
13448         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13449         mailcap-viewer-test-cache when there's no 'test clause, since that
13450         will invert the meaning of a "nil" test previously determined by
13451         mailcap-mailcap-entry-passes-test.
13452
13453 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13456         compiling.
13457
13458         * gnus-sum.el: Ditto.
13459
13460         * message.el: Don't bind tool-bar-map when compiling.
13461
13462 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13465
13466 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13467
13468         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13469         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13470         current Google Groups.
13471
13472 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13475         and tool-bar-mode.
13476
13477         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13478         and tool-bar-mode.
13479
13480         * message.el (message-tool-bar-update): Simplify.
13481         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13482
13483         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13484         gnus-summary-buffer.
13485         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13486         gnus-summary-reply.
13487
13488         * gmm-utils.el (gmm): Add :version.
13489
13490 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * Makefile.in (clean): New rule.
13493         (distclean): Use it.
13494
13495 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13496
13497         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13498         Don't autoload.
13499
13500 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gmm-utils.el (gmm-verbose): Add :group.
13503
13504 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * message.el: Change some comments WRT tool-bars.
13507
13508         * gnus-sum.el (gnus-summary-tool-bar)
13509         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13510         (gnus-summary-tool-bar-zap-list): New variables.
13511         (gnus-summary-make-tool-bar): Complete rewrite using
13512         `gmm-tool-bar-from-list'.
13513
13514         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13515         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13516         New variables.
13517         (gnus-group-make-tool-bar): Complete rewrite using
13518         `gmm-tool-bar-from-list'.
13519         (gnus-group-tool-bar-update): New function.
13520
13521         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13522
13523 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13526         is dissected into a single part of which the type is the same as
13527         the given one; decode charset.
13528
13529 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13530
13531         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13532         into alists as symbol not string, since that's what
13533         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13534         look for.
13535
13536 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13539         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13540
13541         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13542
13543 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13546         (gnus-xmas-mime-security-button-menu): New function.
13547
13548         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13549         (gnus-mime-security-button-menu): New definition.
13550         (gnus-mime-security-button-map): Use them.
13551         (gnus-mime-security-button-menu): New function.
13552         (gnus-insert-mime-security-button): Addition to help echo.
13553         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13554         (gnus-mime-security-pipe-part): New functions.
13555
13556         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13557         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13558
13559         * mm-decode.el (mm-handle-set-disposition): Remove.
13560         (mm-handle-set-description): Remove.
13561
13562 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13565         (mm-w3m-standalone-supports-m17n-p): New function.
13566         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13567         w3m usage.
13568
13569         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13570         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13571
13572 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * message.el (message-tool-bar-zap-list):
13575         Use gmm-tool-bar-zap-list as custom type.
13576         (message-tool-bar-update): New function.
13577         (message-tool-bar, message-tool-bar-gnome)
13578         (message-tool-bar-retro): Add message-tool-bar-update.
13579         (message-tool-bar-gnome): Add flyspell-buffer.
13580
13581         * gnus-util.el (gnus-error): Describe `args'.
13582
13583         * gmm-utils.el (gmm-error): Describe `args'.
13584         (gmm-tool-bar-zap-list): New widget.
13585         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13586
13587 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13590         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13591         the number of recursive calls.
13592
13593         * mm-decode.el (mm-handle-set-disposition): New macro.
13594         (mm-handle-set-description): New macro.
13595
13596 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13599         encoding.
13600
13601 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * message.el (message-tool-bar-zap-list, message-tool-bar)
13604         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13605         (message-tool-bar-local-item-from-menu): Remove.
13606         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13607         (message-make-tool-bar): New function.
13608         (message-mode): Use `message-make-tool-bar'.
13609
13610         * gmm-utils.el: New file.
13611         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13612         (gmm-lazy): New widget copied from `nnmail.el'.
13613         (gmm-tool-bar-from-list): New function for creating customizable
13614         tool bars.
13615         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13616         output.
13617         (gmm): Add :prefix to defgroup.
13618
13619 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13620
13621         * gmm-utils.el (gmm-widget-p): New function.
13622
13623 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * mml.el (mml-attach-file): Describe `description' in doc string.
13626         (mml-menu): Add Emacs MIME manual and PGG manual.
13627
13628 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13629
13630         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13631
13632 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13633
13634         * nntp.el (nntp-end-of-line): Doc fix.
13635
13636 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13637
13638         * imap.el (imap-open): Handle case where buffer is a buffer
13639         object.
13640
13641 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13642
13643         * gnus-delay.el (gnus-delay): Don't autoload.
13644         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13645         to be re-loaded when customizing the `gnus-delay' group.
13646
13647 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13648
13649         * message.el (message-insert-citation-line): Use newlines.
13650
13651 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13652
13653         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13654         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13655         these routines, so the passphrase can be managed externally and
13656         passed in to the system.
13657         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13658         pgg-add-passphrase-to-cache function.
13659
13660         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13661         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13662         these routines, so the passphrase can be managed externally and
13663         passed in to the system.
13664         (pgg-pgp5-sign-region): Use new name of
13665         pgg-add-passphrase-to-cache function.
13666
13667 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13668
13669         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13670         part of the decoded armor to find the key-identifier.
13671         (pgg-gpg-lookup-key-owner): New function to return the
13672         human-readable identifier of a key owner.
13673         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13674         itself.
13675         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13676         the key value) if we have a key and can match it against a secret
13677         key.  Also, added a note pointing out fact that the prompt only
13678         indicates the first matching key.
13679
13680         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13681         pgg-decrypt-region.
13682         (pgg-add-passphrase-to-cache): Rename from
13683         `pgg-add-passphrase-cache' to reduce confusion (all callers
13684         changed).
13685         (pgg-remove-passphrase-from-cache): Rename from
13686         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13687         changed).
13688         (pgg-read-passphrase, pgg-add-passphrase-cache)
13689         (pgg-remove-passphrase-cache): Add informative docstrings.
13690         (pgg-decrypt): Convey provided passphrase in subordinate call to
13691         pgg-decrypt-region.
13692
13693 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13694
13695         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13696         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13697         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13698         'passphrase' argument, so the passphrase can be managed externally
13699         and then passed in to the system.
13700
13701         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13702         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13703         so the passphrase cache can be used reliably with identifiers
13704         besides a pgp packet's key id.
13705
13706         * pgg-gpg.el (pgg-gpg-encrypt-region)
13707         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13708         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13709         these routines, so the passphrase can be managed externally and
13710         passed in to the system.
13711
13712         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13713         'notruncate' argument, so the passphrase cache can be used
13714         reliably with identifiers besides a pgp packet's key id.
13715
13716 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13717
13718         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13719         symmetric encryption.
13720         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13721         encrypted session key.
13722         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13723         message ask for the passphrase in a proper way.
13724
13725         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13726         New user commands for symmetric encryption.
13727
13728 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13731
13732         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13733
13734 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13735
13736         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13737
13738 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * mm-decode.el (mm-inlined-types): Add application/pgp.
13741         (mm-automatic-display): Ditto.
13742
13743         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13744         part as text.
13745
13746 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * nnrss.el: Update copyright.
13749         (nnrss-opml-import): Query whether to subscribe to each entry.
13750
13751         * gnus-art.el:
13752         * gnus-sum.el:
13753         * gnus-xmas.el:
13754         * messagexmas.el:
13755         * mm-uu.el:
13756         * mm-view.el: Update copyright.
13757
13758 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * message.el (message-info): New function.
13761         (message-mode-menu): Add it.
13762         Update copyright.
13763
13764         * ChangeLog: Fix and update copyright.
13765
13766 2006-01-13  Romain Francoise  <romain@orebokech.com>
13767
13768         * message.el (message-forward-subject-name-subject): Prefer the
13769         address to 'nowhere' if the sender has no name.
13770         Fix typo.  Update copyright year.
13771
13772 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (article-wash-html):
13775         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13776         (gnus-article-wash-html-with-w3m-standalone): New function.
13777
13778         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13779         mm-inline-text-html-render-with-w3m-standalone.
13780         (mm-text-html-washer-alist): Map w3m-standalone to
13781         gnus-article-wash-html-with-w3m-standalone.
13782         (mm-inline-text-html-render-with-w3m-standalone): New function.
13783
13784 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13787         Improve LaTeX.
13788
13789 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13792         (nnrss-request-article): Render text/plain parts as HTML.
13793
13794         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13795         the buffer.
13796
13797 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13800         custom definition of `gnus-posting-styles'.
13801
13802         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13803         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13804
13805 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13808         Use nntp for bug archive.
13809
13810 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13813         parts.
13814         (nnrss-normalize-date): New function converts ISO 8601 date into
13815         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13816         (nnrss-check-group): Use it.
13817
13818 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13821
13822         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13823         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13824         (nnrss-insert-w3): Ditto.
13825
13826 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13829         the articles to be forwarded including the case where neither a
13830         number of articles nor a region is specified.
13831
13832 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * nnrss.el (nnrss-request-article): Fix last change; fill
13835         text/plain parts.
13836
13837 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13840         in text/plain part.
13841         (nnrss-check-group): Don't add excessive newline to dc:subject.
13842
13843 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13844
13845         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13846         article.
13847
13848 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13851         (nnml-use-compressed-files, nnml-save-mail): Support other
13852         comression programs such as bzip2.
13853
13854 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * dns.el (query-dns): Make sure we check the buffer size before
13857         removing tcp headers.
13858
13859 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13862         remove MIME buttons associated with multipart/alternative parts.
13863         (gnus-mime-display-alternative): Tag buttons using `article-type'
13864         text property.
13865
13866         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13867         associated with multipart/alternative parts.
13868
13869         * gnus-art.el (gnus-signature-separator): Fix custom type.
13870
13871         * mm-decode.el (mm-inlined-types): Fix custom type.
13872         (mm-keep-viewer-alive-types): Ditto.
13873         (mm-automatic-display): Ditto.
13874         (mm-attachment-override-types): Ditto.
13875         (mm-inline-override-types): Ditto.
13876         (mm-automatic-external-display): Ditto.
13877
13878 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * spam-report.el (spam-report-user-mail-address)
13881         (spam-report-user-agent): New variables.
13882         (spam-report-url-ping-plain): Use spam-report-user-agent.
13883
13884 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13885
13886         * gnus-art.el (gnus-button-handle-custom): Do not just use
13887         `customize-apropos' for any "M-x customize-*" button but the
13888         function called for.  Accept both the function name and its
13889         argument in order to achieve this.
13890         (gnus-button-alist): Remove support for "custom:" URL's.
13891         Pass function name to `gnus-button-handle-custom' in case of "M-x
13892         customize-*" buttons.
13893
13894 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13897         multipart/alternative and add xref to mm-discouraged-alternatives
13898         in doc string.
13899
13900         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13901         gnus-buttonized-mime-types in doc string.
13902
13903 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13906         Suggest image/.* in the doc string.
13907
13908 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13911         message-marks (Debian bug #342521).
13912
13913 2005-12-12  Simon Josefsson  <jas@extundo.com>
13914
13915         * password.el (password-read-from-cache): Add.
13916         (password-read): Use it.
13917
13918 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * rfc2047.el (rfc2047-charset-to-coding-system):
13921         Recognize us-ascii as a MIME charset.
13922
13923         * mm-bodies.el (mm-decode-content-transfer-encoding):
13924         Protect against the case where the 2nd arg TYPE is nil.
13925
13926 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * pop3.el (pop3-stream-type): Fix custom version.
13929
13930         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13931
13932 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13933
13934         * mm-decode.el (mm-display-external): Add missing cdr.
13935
13936 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13939         RFC1524) if it is in mailcap or add a suffix according to
13940         mailcap-mime-extensions when generating a temp filename; postpone
13941         deleting a temp file for 2 seconds for some wrappers, shell
13942         scripts, and so on, which might exit right after having started a
13943         viewer command as a background job.
13944
13945 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * nntp.el (nntp-marks-directory): Fix custom group.
13948
13949         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13950         steps when < 10.
13951
13952         * gnus-start.el (gnus-no-server-1):
13953         Mention `gnus-level-default-subscribed' in doc string.
13954
13955 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13956
13957         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13958         parens.
13959
13960 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-xmas.el (gnus-use-toolbar): Revert.
13963         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13964         gnus-use-toolbar is default.
13965
13966         * messagexmas.el (message-use-toolbar): Revert.
13967         (message-setup-toolbar): Use global default-toolbar if
13968         message-use-toolbar is default.
13969
13970 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13973         according to default-toolbar-visible-p.
13974
13975         * messagexmas.el (message-use-toolbar): Ditto.
13976
13977 2005-11-26  Dave Love  <fx@gnu.org>
13978
13979         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13980         (tls-program, tls-success): Provide openssl alternative.
13981
13982         * starttls.el: Doc fixes.
13983         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13984         SERVICE to PORT.
13985
13986         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13987         port null or service name.
13988         (starttls-negotiate): Autoload.
13989
13990 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * message.el (message-kill-to-signature): Fix interactive spec.
13993
13994 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * pop3.el (pop3-open-server): Recognize a string as a service name.
13997
13998 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13999
14000         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14001
14002 2005-11-23  Dave Love  <fx@gnu.org>
14003
14004         Add pop3s, pop3/starttls.
14005
14006         * pop3.el (pop3-authentication-scheme): Clarify doc.
14007         (open-tls-stream, starttls-open-stream): Autoload.
14008         (pop3-stream-type): New.
14009         (pop3-open-server): Use it.
14010
14011         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14012         for POP.
14013         (mail-source-keyword-map): Add :stream for POP.
14014         (mail-source-fetch-pop): Use pop3-stream-type.
14015
14016 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14019         of current-time-string.
14020
14021 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14022
14023         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14024         date header.
14025
14026 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14027
14028         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14029         it can seriously impact performance as it bypasses the agent's
14030         local caches.
14031
14032 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14033
14034         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14035         must be explicitly online rather than "not explicitly offline" for
14036         its flags to be synchronized.
14037
14038         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14039         that gnus-uu-unmark-thread will function correctly.
14040
14041         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14042         1024K is instead displayed as 1M.
14043
14044 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14045
14046         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14047
14048 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14049
14050         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14051
14052 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14053
14054         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14055         error message to display actual error condition.
14056         (gnus-agent-save-local): Avoid saving symbols that are bound to
14057         nil as they simply result in a warning message in
14058         gnus-agent-read-local.
14059
14060 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14063         rather than make-variable-buffer-local for file-precious-flag.
14064
14065 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14066
14067         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14068         for duplicates which are removed.  The invalid sort check then
14069         triggers a rescan after the sort as sorting may have moved
14070         duplicate entries such that they can be cheaply detected.
14071
14072 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14075
14076 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14077
14078         * gnus-agent.el (gnus-agent-article-alist-save-format):
14079         Change internal variable to a custom variable.  Change default value
14080         from compressed(2) to uncompressed(1).
14081         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14082         support for uncompressed agentview files.  Taken together, reading
14083         the agentview file should now be 6-7 times faster.
14084
14085 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14086
14087         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14088         as a buffer-local variable.  This avoids creating truncated
14089         dribble files as a result of a hang up, eg.
14090
14091 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14092
14093         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14094         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14095         XEmacs.
14096
14097 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * gnus-start.el (gnus-start-draft-setup):
14100         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14101
14102         * gnus.el (gnus-splash): Change custom group.
14103         (gnus-group-get-parameter, gnus-group-parameter-value):
14104         Describe allow-list argument.
14105
14106         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14107         string.
14108
14109 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-art.el (gnus-default-article-saver): Add user-defined
14112         `function' to custom type.
14113
14114 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14115
14116         * imap.el (imap-open): Handle case where buffer is a buffer
14117         object.
14118
14119 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14122         long lines.
14123         (gnus-cache-delete-group): Wrap doc strings.
14124
14125         * gnus-agent.el (gnus-agent-rename-group)
14126         (gnus-agent-delete-group): Wrap doc strings.
14127
14128 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * messagexmas.el (message-use-toolbar): Change the valid values
14131         into default, top, bottom, left, and right.
14132         (message-toolbar-thickness): New variable.
14133         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14134         well.
14135         (message-setup-toolbar): Make it work.
14136
14137         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14138         (gnus-use-toolbar): Change the valid values into default, top,
14139         bottom, left, and right.
14140         (gnus-toolbar-thickness): New variable.
14141         (gnus-xmas-setup-toolbar): New function.
14142         (gnus-xmas-setup-group-toolbar): Use it.
14143         (gnus-xmas-setup-summary-toolbar): Use it.
14144
14145 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14146
14147         * gnus-start.el (gnus-1): Add "native" to
14148         gnus-predefined-server-alist.
14149
14150         * gnus.el (gnus-method-to-server): Don't add "native" to the
14151         lists here, because that leads to problems when
14152         gnus-select-method is bound.
14153
14154 2005-11-09  Simon Josefsson  <jas@extundo.com>
14155
14156         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14157         use (not sort-by-date) instead.
14158
14159 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14160
14161         * gnus-delay.el (gnus-delay-group): Don't autoload.
14162         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14163         to be re-loaded when customizing the `gnus-delay' group.
14164
14165 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14166
14167         * message.el: Revert last changes.
14168         (message-insert-citation-line): Use newlines.
14169
14170 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14171
14172         * message.el (message-courtesy-message)
14173         (message-mark-insert-begin, message-mark-insert-end)
14174         (message-elide-ellipsis, message-cancel-message)
14175         (message-add-header, message-change-subject)
14176         (message-cross-post-followup-to-header)
14177         (message-cross-post-insert-note, message-reduce-to-to-cc)
14178         (message-widen-reply, message-delete-not-region)
14179         (message-kill-to-signature, message-insert-signature)
14180         (message-insert-importance-high, message-insert-importance-low)
14181         (message-insert-or-toggle-importance)
14182         (message-insert-disposition-notification-to)
14183         (message-indent-citation, message-yank-original)
14184         (message-cite-original-without-signature, message-cite-original)
14185         (message-insert-citation-line, message-position-on-field)
14186         (message-fix-before-sending, message-send-mail-partially)
14187         (message-send-mail, message-send-mail-with-sendmail)
14188         (message-send-mail-with-qmail, message-send-news)
14189         (message-check-news-header-syntax, message-generate-headers)
14190         (message-insert-courtesy-copy, message-fill-address)
14191         (message-fill-header, message-shorten-references)
14192         (message-setup-1, message-cancel-news)
14193         (message-forward-make-body-plain, message-forward-make-body-mime)
14194         (message-forward-make-body-mml, message-encode-message-body)
14195         (message-forward-make-body-digest-plain)
14196         (message-forward-make-body-digest-mime)
14197         (message-use-alternative-email-as-from): Insert `hard-newline'
14198         instead of ordinary newlines.
14199
14200 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * message.el (message-generate-headers): Downcase the argument
14203         given to message-check-element.
14204
14205 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14206
14207         * nntp.el (nntp-authinfo-rejected): New error condition.
14208         (nntp-wait-for): Use new error condition to signal authentication
14209         error.
14210         (nntp-retrieve-data): Rethrow new error condition to break out of
14211         recursive call to nntp-send-authinfo.
14212
14213 2005-11-08  Romain Francoise  <romain@orebokech.com>
14214
14215         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14216         (gnus-summary-exit-map): Bind to `Z p'.
14217         (gnus-summary-make-menu-bar): Add menu item.
14218
14219 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14222         (gnus-treat-*): Add `first' in all doc strings.
14223
14224         * gnus-group.el (gnus-group-compact-group): Fix typo.
14225
14226 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus.el (gnus-parameters-case-fold-search): New variable.
14229         (gnus-parameters-get-parameter): Use it.
14230
14231         * gnus-score.el (gnus-home-score-file): Doc fix.
14232
14233 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14234
14235         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14236
14237 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * mm-util.el (mm-special-display-p): New function.
14240
14241         * mml.el (mml-preview): Use it; doc fix.
14242
14243 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14244
14245         * imap.el (imap-open): Handle case where buffer is a buffer object.
14246
14247 2005-10-29  Romain Francoise  <romain@orebokech.com>
14248
14249         * message.el (message-fix-before-sending): Fix comment.
14250
14251 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14252
14253         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14254
14255 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14256
14257         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14258         Used in gnus-score.el.
14259
14260 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14263
14264 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14267         whitespace removed in revision 7.8.  Use concatenated string to
14268         protect trailing whitespace.
14269
14270 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14271
14272         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14273         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14274         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14275         Courier IMAP ("some version from 2004").  Mostly based on similar
14276         code in the same function.
14277
14278 2005-10-26  Didier Verna  <didier@xemacs.org>
14279
14280         * gnus-group.el (gnus-group-compact-group): Invalidate original
14281         article buffer.
14282         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14283         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14284         NOV database and in article itself.
14285         Invalidate article backlog.
14286
14287 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14290
14291 2005-10-26  Simon Josefsson  <jas@extundo.com>
14292
14293         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14294         part of 2004-07-25 change.
14295
14296 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * message.el (message-display-completion-list): New function.
14299         (message-expand-group): Use it; make sure the Completions buffer
14300         is modifiable.
14301 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14302
14303         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14304         user-mail-name is an empty string.
14305
14306 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14309         depending on gnus-score-decay-constant.
14310
14311         * encrypt.el (encrypt-insert-file-contents)
14312         (encrypt-write-file-contents): Don't use `gnus-message'.
14313
14314         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14315         arguments.
14316         (mm-uu-type-alist): Add message-marks and insert-marks.
14317         Pass arguments to mm-uu-verbatim-marks-extract.
14318         (mm-uu-hide-markers): New variable.
14319         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14320
14321         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14322         (gnus-convert-image-to-face-command): Use "convert" by default to
14323         allow other input image formats.
14324         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14325         accordingly.
14326
14327 2005-10-23  Simon Josefsson  <jas@extundo.com>
14328
14329         * imap.el (imap-gssapi-program): Align command line parameters
14330         with latest GNU SASL.
14331         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14332
14333 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14334
14335         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14336         HTML.
14337         (nnslashdot-request-article): Ditto.
14338
14339         * lpath.el (featurep): Add nobreak-char-display.
14340
14341 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14342
14343         * mail-source.el (mail-source-fetch-pop): Require pop3.
14344         (mail-source-check-pop): Ditto.
14345
14346 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14349         errors.
14350
14351 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14354         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14355
14356         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14357
14358         * mm-bodies.el (mm-decode-string):
14359         Call `mm-charset-to-coding-system' with allow-override argument.
14360
14361 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14364         (rfc2047-charset-to-coding-system): New function.
14365         (rfc2047-decode-encoded-words): New function.
14366         (rfc2047-decode-region): Use them.
14367         (rfc2047-decode-cte): Remove.
14368         (rfc2047-parse-and-decode): Remove.
14369         (rfc2047-decode): Remove.
14370
14371 2005-10-15  Kenichi Handa  <handa@m17n.org>
14372
14373         * rfc2047.el (rfc2047-decode-cte): New function.
14374         (rfc2047-decode-region): Change the way to decode successive
14375         encoded-words: decode B- or Q-encoding in each encoded-word,
14376         concatenate them, and decode it as charset.
14377
14378 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * lpath.el: Fbind codepage-setup for XEmacs.
14381
14382 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14383
14384         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14385         widget-move-and-invoke.
14386         (gnus-custom-mode): Use gnus-custom-map.
14387
14388 2005-10-15  Bill Wohler  <wohler@newt.com>
14389
14390         * message.el (message-tool-bar-map): Rename image file from
14391         mail_send to mail/send.
14392
14393 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14394
14395         * message.el (message-expand-group): Pass the common
14396         prefix substring of completion to `display-completion-list'.
14397
14398 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * mml-sec.el (mml-secure-method): New internal variable.
14401         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14402         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14403         New functions using mml-secure-method.
14404
14405         * mml.el (mml-mode-map): Add key bindings for those functions.
14406         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14407         Harder <harder@myrealbox.com>.
14408         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14409         Goto end of message if point is the headers of the message.
14410
14411         * message.el (message-in-body-p): New function.
14412
14413         * assistant.el: Autoload gnus-util and netrc.
14414
14415         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14416         Use `mm-charset-override-alist' only when decoding.
14417
14418         * mm-bodies.el (mm-decode-body):
14419         Call `mm-charset-to-coding-system' with allow-override argument.
14420
14421         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14422         `filename' from Content-Disposition if Content-Type doesn't
14423         provide `name'.
14424         (gnus-mime-view-part-as-type): Set default instead of
14425         initial-input.
14426
14427 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14428
14429         * format-spec.el (format-spec): Propagate text properties of % spec.
14430
14431 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * gnus-art.el (gnus-treat-predicate): Add `first'.
14434
14435 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14438         (mm-charset-override-alist): New variable.
14439         (mm-charset-to-coding-system): Use it.
14440         (mm-codepage-setup): New helper function.
14441         (mm-charset-eval-alist): New variable.
14442         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14443         Warn about unknown charsets.
14444
14445         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14446
14447 2005-10-04  David Hansen  <david.hansen@gmx.net>
14448
14449         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14450         (nnrss-check-group): Ditto.
14451
14452 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14455         Rename x-gnus-verbatim to x-verbatim.
14456         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14457
14458         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14459         x-verbatim.
14460
14461         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14462
14463         * gnus-util.el (gnus-remove-duplicates): Remove.
14464
14465         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14466         instead of gnus-remove-duplicates.
14467
14468         * message.el (message-remove-duplicates): Remove.
14469         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14470         message-remove-duplicates.
14471
14472         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14473         available, else use implementation from `delete-dups'.
14474
14475         * message.el (message-insert-expires): New function.
14476         (message-mode-map): Add key binding.
14477         (message-mode-field-menu): Add menu entry.
14478         (message-mode): Document it.
14479         (message-make-expires-date): Use `message-make-date'.
14480
14481 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14482
14483         * message.el (message-make-expires-date): New function.
14484
14485 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * Makefile.in (list-installed-shadows): New entry.
14488         (install): Use it.
14489         (remove-installed-shadows): New entry.
14490
14491         * dgnushack.el (dgnushack-default-load-path): New variable.
14492         (dgnushack-find-lisp-shadows): New function.
14493         (dgnushack-remove-lisp-shadows): New function.
14494
14495 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * Makefile.in (install-el-elc): New entry.
14498         (install): Use it so that .el files are necessarily installed.
14499
14500 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14503
14504 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14505
14506         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14507         function rather than the diff-mode.el package.
14508         (mm-display-external): Use with-current-buffer.
14509         (mm-viewer-completion-map, mm-viewer-completion-map):
14510         Move initialization inside declaration.
14511
14512 2005-09-29  Simon Josefsson  <jas@extundo.com>
14513
14514         * spam.el: Load hashcash when compiling, to avoid warnings.
14515         Don't autoload mail-check-payment.
14516         (spam-check-hashcash): Define unconditionally, since hashcash.el
14517         is part of Gnus now.  Ignore errors from payment checking.
14518
14519 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * message.el (message-bold-region, message-unbold-region):
14522         Rename from `bold-region' and `unbold-region'.
14523
14524         * message.el: Remove useless autoloads.
14525
14526 2005-09-28  Simon Josefsson  <jas@extundo.com>
14527
14528         * message.el (message-use-idna): Default to t.
14529         (message-use-idna): Test whether encoding works too.  Doc fix.
14530
14531 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * nntp.el (nntp-warn-about-losing-connection): Remove.
14534
14535 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14538         customizable.  Change default value.
14539         (mm-uu-diff-groups-regexp): Change default value.
14540         (mm-uu-type-alist): Add doc string.
14541         (mm-uu-configure): Add doc string.  Make it interactive.
14542         (mm-uu-tex-groups-regexp): New variable.
14543         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14544         (mm-uu-type-alist): Add LaTeX documents.
14545         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14546         of "text/verbatim".
14547         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14548
14549         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14550         instead of "text/verbatim".
14551
14552         * message.el (message-mark-inserted-region)
14553         (message-mark-insert-file): Use slrn style marks when called with
14554         prefix argument.
14555
14556 2005-09-27  Simon Josefsson  <jas@extundo.com>
14557
14558         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14559
14560 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14561
14562         * message.el (message-remove-duplicates): New function.
14563         Implementation borrowed from `gnus-remove-duplicates'.
14564         (message-idna-to-ascii-rhs): Also encode idna addresses in
14565         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14566         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14567         only ask about the same idna domain once per header and also tell
14568         in what header to replace the idna domain.
14569
14570         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14571         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14572         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14573         a header is decoded and not just the last one.
14574
14575 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14578         has been decoded.
14579
14580         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14581         (mm-insert-part): Don't modify text if it has been decoded.
14582
14583         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14584         decoded.
14585
14586         * mm-view.el (mm-inline-text): Don't strip text props unless
14587         decoding enriched or richtext parts.
14588
14589 2005-09-25  Romain Francoise  <romain@orebokech.com>
14590
14591         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14592         * gnus-start.el (gnus-subscribe-interactively):
14593         * gnus-uu.el (gnus-uu-grab-articles):
14594         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14595         space.
14596
14597 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14598
14599         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14600         * mm-view.el (mm-view-pkcs7-decrypt):
14601         * gnus-sum.el (gnus-summary-limit-to-extra)
14602         (gnus-summary-respool-article, gnus-read-move-group-name):
14603         * gnus-score.el (gnus-summary-increase-score):
14604         * gnus-util.el (gnus-completing-read-with-default):
14605         * gnus-art.el (gnus-read-save-file-name)
14606         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14607         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14608         * message.el (message-check-news-header-syntax):
14609         Follow convention for reading with the minibuffer.
14610
14611 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * spam-report.el (spam-report-url-ping-plain):
14614         Use gnus-extended-version as User-Agent.
14615
14616         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14617         default value is nil.
14618
14619         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14620         (mm-uu-verbatim-marks-extract): New function.
14621         (mm-uu-extract): New face.
14622         (mm-uu-copy-to-buffer): Use it.
14623
14624         * spam-report.el (spam-report-gmane-ham): Rename from
14625         `spam-report-gmane-unspam'.
14626         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14627         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14628
14629         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14630         Autoload.
14631         (spam-report-gmane-unregister-routine):
14632         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14633
14634 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14635
14636         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14637         (spam-report-gmane-unregister-routine): Add support for gmane
14638         unregistration.
14639
14640         * spam-report.el (spam-report-gmane-unspam)
14641         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14642         (spam-report-gmane): Change to take a single article and do unspam
14643         registration.
14644
14645 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * mm-url.el (mm-url-decode-entities): Fix regexp.
14648
14649 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14650
14651         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14652         default to nil, to be able to use Gnus at all.  If the default
14653         switches to something else, then the function should be fixed not
14654         be exceedingly slow.
14655
14656 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14657
14658         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14659         fail hard.
14660
14661         * spam-report.el: Add better Keywords line.
14662
14663         * spam.el: Add Maintainer and better Keywords line.
14664
14665 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-art.el (gnus-article-replace-part)
14668         (gnus-mime-replace-part): New functions.
14669         (gnus-mime-action-alist, gnus-mime-button-commands)
14670         (gnus-mime-save-part-and-strip): Add file argument.
14671         (gnus-article-part-wrapper): Add interactive argument.
14672
14673         * gnus-sum.el (gnus-summary-mime-map):
14674         Add `gnus-article-replace-part'.
14675
14676 2005-09-19  Didier Verna  <didier@xemacs.org>
14677
14678         The nnml compaction feature:
14679         * nnml.el (nnml-request-compact-group): New function.
14680         * nnml.el (nnml-request-compact): New function.
14681         * gnus-int.el (gnus-request-compact-group): New function.
14682         * gnus-int.el (gnus-request-compact): New function.
14683         * gnus-group.el (gnus-group-compact-group): New function.
14684         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14685         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14686         * gnus-srvr.el (gnus-server-compact-server): New function.
14687         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14688         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14689
14690 2005-09-18  Deepak Goel  <deego@gnufans.org>
14691
14692         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14693         format spec.
14694
14695 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14698
14699 2005-09-15  Romain Francoise  <romain@orebokech.com>
14700
14701         * message.el (message-fill-paragraph): Clarify docstring.
14702
14703 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (gnus-mime-display-part): Protect against broken
14706         MIME messages.
14707
14708 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14711         before parsing header.
14712
14713 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14714
14715         * html2text.el (html2text-replace-list): Add new entities.
14716
14717 2005-09-11  Romain Francoise  <romain@orebokech.com>
14718
14719         * message.el (message-alternative-emails): Improve docstring.
14720         (message-setup-1): Call `message-use-alternative-email-as-from'
14721         after `message-setup-hook' to give it precedence over posting
14722         styles, etc.
14723         (message-use-alternative-email-as-from): Add docstring.
14724         Remove the original From header if present.
14725
14726         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14727         (nnml-save-mail): Use it.
14728
14729         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14730         articles.  Add new argument `silent'.
14731         (gnus-uu-mark-all): Report the total number of marked articles.
14732
14733 2005-09-10  Romain Francoise  <romain@orebokech.com>
14734
14735         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14736         (gnus-uu-mark-series): Likewise.
14737
14738 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * spam-report.el (spam-report-gmane): Fix generation of spam
14741         report URL.
14742
14743 2005-09-10  Simon Josefsson  <jas@extundo.com>
14744
14745         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14746         t, based on discussion on the ding list with Robert Epprecht
14747         <epprecht@solnet.ch>.
14748
14749 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * spam-report.el (spam-report-gmane): Make it work without
14752         X-Report-Spam header.  Gmane now only provides Archived-At.
14753         This is only used if `spam-report-gmane-use-article-number' is nil.
14754         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14755
14756         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14757         make `gnus-summary-sort-by-recipient' work with threading.
14758
14759         * nnweb.el (nnweb-google-wash-article): Print a message if article
14760         is not available.
14761
14762 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14763
14764         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14765         change.  Decode text/* parts content before displaying.
14766
14767 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14770
14771 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14774
14775         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14776         url-package-name, url-package-version,
14777         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14778         w3m-display-inline-images, and w3m-minor-mode-map.
14779
14780 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * message.el (message-tab-body-function): Fix mismatched custom type.
14783
14784         * gnus.el (gnus-group-change-level-function): Ditto.
14785
14786         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14787
14788         * gnus-art.el (gnus-signature-limit)
14789         (gnus-article-mime-part-function): Ditto.
14790
14791 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mml.el (mml-mode): Silence the byte compiler.
14794
14795         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14796         using `(sit-for 0)' before moving the point to the specified part;
14797         skip unbuttonized parts.
14798         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14799         return to the summary window if gnus-auto-select-part is non-nil.
14800
14801 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14804         New variables.
14805         (mml-dnd-attach-file, mml-mode): Use them.
14806
14807         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14808         Make fetching article by MID work again for Google Groups.
14809         Add FIXME concerning gnus-group-make-web-group.
14810
14811         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14812         Don't depend on Gnus by using mail-extract-address-components if
14813         gnus-extract-address-components is not bound.
14814
14815 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * gnus-art.el (gnus-mime-display-security): Don't display the
14818         signature, but only the signed part.
14819
14820 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14823
14824         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14825         list, not listp.
14826
14827 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14828
14829         * mm-encode.el (mm-encode-content-transfer-encoding):
14830         Likewise when encoding.
14831
14832         * mm-bodies.el (mm-decode-content-transfer-encoding):
14833         De-canonicalize CRLF for all text content types, not just
14834         text/plain.
14835
14836 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14839         valid article; point arrow and cursor at the MIME button.
14840
14841 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14844         Suggested by Dan Christensen <jdc@uwo.ca>.
14845
14846         * mm-decode.el (mm-save-part): Enable change of prompt.
14847
14848 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14849
14850         * gnus-msg.el (gnus-inews-add-send-actions):
14851         Make `message-post-method' lambda parameter ARG `&optional'.
14852
14853 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * gnus-sum.el (gnus-summary-mime-map):
14856         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14857         gnus-article-jump-to-part.
14858
14859         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14860         (gnus-article-edit-part): Use it.
14861         (gnus-article-part-wrapper): Add no-handle argument.
14862         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14863         New functions.
14864
14865 2005-08-29  Romain Francoise  <romain@orebokech.com>
14866
14867         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14868         docstring.
14869         (gnus-face-from-file): Likewise.
14870
14871 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14874         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14875         non-nil.
14876         (gnus-auto-select-part): New variable.
14877         (gnus-article-jump-to-part): New function.
14878         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14879         (gnus-mime-delete-part): Allow selecting specified part after
14880         deleting or stripping parts.
14881         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14882         part if argument is bogus.
14883
14884 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14885
14886         * gnus-art.el (w3m-minor-mode-map):
14887         * gnus-spec.el (gnus-newsrc-file-version):
14888         * gnus-util.el (nnmail-active-file-coding-system)
14889         (gnus-original-article-buffer, gnus-user-agent):
14890         * gnus.el (gnus-ham-process-destinations)
14891         (gnus-parameter-ham-marks-alist)
14892         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14893         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14894         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14895         * mm-decode.el (gnus-current-window-configuration):
14896         * mm-extern.el (gnus-article-mime-handles):
14897         * mm-url.el (url-current-object, url-package-name)
14898         (url-package-version):
14899         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14900         (smime-keys, w3m-cid-retrieve-function-alist)
14901         (w3m-current-buffer, w3m-display-inline-images)
14902         (w3m-minor-mode-map):
14903         * mml-smime.el (gnus-extract-address-components):
14904         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14905         (gnus-newsrc-hashtb, message-default-charset)
14906         (message-deletable-headers, message-options)
14907         (message-posting-charset, message-required-mail-headers)
14908         (message-required-news-headers):
14909         * mml1991.el (mc-pgp-always-sign):
14910         * mml2015.el (mc-pgp-always-sign):
14911         * nnheader.el (nnmail-extra-headers):
14912         * rfc1843.el (gnus-decode-encoded-word-function)
14913         (gnus-decode-header-function, gnus-newsgroup-name):
14914         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14915
14916 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14917
14918         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14919         the end of the date treatments.
14920
14921 2005-08-15  Simon Josefsson  <jas@extundo.com>
14922
14923         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14924         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14925         Capello and Romain Francoise.
14926         (pgg-fetch-key-function): Remove, not used?
14927         (pgg-insert-url-with-w3): Require url, to get
14928         url-insert-file-contents regardless of where it is defined.
14929
14930 2005-08-13  Romain Francoise  <romain@orebokech.com>
14931
14932         * message.el (message-cite-original-1): New function.
14933         (message-cite-original): Use it.
14934         (message-cite-original-without-signature): Ditto.
14935
14936 2005-08-08  Romain Francoise  <romain@orebokech.com>
14937
14938         * message.el (message-yank-empty-prefix): New variable.
14939         (message-indent-citation): Use it.
14940         (message-cite-original-without-signature): Respect X-No-Archive.
14941
14942 2005-08-08  Simon Josefsson  <jas@extundo.com>
14943
14944         * pgg.el: Autoload url-insert-file-contents instead of loading
14945         w3/url.
14946         (pgg-insert-url-with-w3): Don't load url here.
14947
14948 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14949
14950         * message.el (message-kill-to-signature): Don't insert newline at
14951         bol.
14952         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14953
14954 2005-08-06  Romain Francoise  <romain@orebokech.com>
14955
14956         * message.el (message-user-fqdn): Fix typo in docstring.
14957
14958 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14959
14960         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14961
14962         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14963
14964 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * mm-bodies.el (mm-encode-body): Use coding system rather than
14967         charset to encode text.
14968
14969         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14970         number of charsets if utf-8 is available (XEmacs).
14971
14972 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14975         taken from `gnus-button-mid-or-mail-regexp'.
14976         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14977         (gnus-button-alist): Improve regexp for domain part of the MIDs
14978         for news:localpart@domain buttons.
14979         (gnus-button-ctan-directory-regexp): Update.
14980
14981 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * sieve-manage.el (sieve-manage-interactive-login):
14984         Use make-local-variable rather than make-variable-buffer-local.
14985         (sieve-manage-open): Ditto.
14986         (sieve-manage-authenticate): Ditto.
14987
14988         * mml.el (mml-generate-mime-1): Make the content type default to
14989         text/plain if the filename is not specified.
14990
14991 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14994         instead of insert-buffer.
14995
14996         * message.el (message-yank-original): Ditto; set the mark at the
14997         end of the yanked message.
14998
14999 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15002         lines to scroll rather than to stop it.
15003
15004         * mml.el (mml-generate-default-type): Add doc string.
15005         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15006         default to application/octet-stream when determining the content
15007         type if it is not specified for the part or the mml contents; add
15008         a comment about mml-generate-default-type.
15009
15010 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15013         make it default to application/octet-stream when determining the
15014         content type if it is not specified for the external contents.
15015
15016 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15019         segmented parameter but also other parameters might be there.
15020
15021 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * mm-decode.el (mm-display-external): Delete temp file, directory
15024         and buffer immediately if the external process is exited.
15025
15026 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15029         fewer lines than that of scroll-margin.
15030         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15031
15032 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (gnus-article-next-page): Revert.
15035         (gnus-article-beginning-of-window): New macro.
15036         (gnus-article-next-page-1): Use it.
15037         (gnus-article-prev-page): Ditto.
15038         (gnus-article-edit-part): Use insert-buffer-substring instead of
15039         insert-buffer.
15040         (gnus-article-edit-exit): Ditto.
15041
15042         * gnus-util.el (gnus-beginning-of-window): Remove.
15043         (gnus-end-of-window): Remove.
15044
15045         * lpath.el: Don't bind header-line-format and scroll-margin.
15046
15047 2005-07-25  Simon Josefsson  <jas@extundo.com>
15048
15049         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15050         to have the url package without w3.  Reported by Daiki Ueno
15051         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15052
15053 2005-07-20  Didier Verna  <didier@xemacs.org>
15054
15055         * gnus-diary.el: Remove the description comment (nndiary is now
15056         properly documented in the Gnus manual).
15057         Fix the spelling of "Back End".
15058         * nndiary.el: Ditto.
15059         Fix the copyright notice.
15060
15061 2005-07-18  Romain Francoise  <romain@orebokech.com>
15062
15063         * gnus-sum.el (gnus-summary-to-prefix)
15064         (gnus-summary-newsgroup-prefix): New variables.
15065         (gnus-summary-from-or-to-or-newsgroups): Use them.
15066
15067 2005-07-17  Romain Francoise  <romain@orebokech.com>
15068
15069         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15070         space as it's generally not especially interesting to the user.
15071
15072 2005-07-16  Romain Francoise  <romain@orebokech.com>
15073
15074         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15075         nil to avoid prompting and file modification if one of the
15076         messages at the top of the nnfolder file contains a copyright
15077         notice.
15078         Update copyright notice.
15079
15080         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15081         instead of `current-time-string' as the latter creates a time
15082         string that is not RFC 2822 compliant (it lacks the zone).
15083         Update copyright notice.
15084
15085 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15086
15087         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15088         for text/rtf.  Display default in prompt.  Pass default for M-n.
15089
15090         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15091
15092 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093
15094         * gnus-msg.el (gnus-button-mailto):
15095         Remove save-selected-window-window hackery because it relies on
15096         save-selected-window internals.
15097
15098 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15101         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15102         (gnus-article-prev-page): Ditto.
15103
15104         * gnus-util.el (gnus-beginning-of-window): New function.
15105         (gnus-end-of-window): New function.
15106
15107         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15108
15109 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15110
15111         * gnus-score.el (gnus-score-edit-all-score):
15112         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15113         gnus-message.
15114
15115 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15116
15117         * gnus-msg.el (gnus-button-mailto):
15118         Remove save-selected-window-window hackery because it relies on
15119         save-selected-window internals.
15120
15121 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15124         add-minor-mode.
15125         (gnus-binary-mode): Ditto.
15126
15127         * gnus-topic.el (gnus-topic-mode): Ditto.
15128
15129 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15130
15131         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15132         (gnus-article-prev-page): Take scroll-margin into consideration.
15133
15134 2005-07-04  Lute Kamstra  <lute@gnu.org>
15135
15136         Update FSF's address in GPL notices.
15137
15138 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15139
15140         * gnus.el (gnus-exit):
15141         * gnus-group.el (gnus-group-icons):
15142         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15143
15144         * gnus-nocem.el (gnus-nocem):
15145         * message.el (message-various, message-buffers, message-sending)
15146         (message-interface, message-forwarding, message-insertion)
15147         (message-headers, message-news, message-mail):
15148         * pgg-gpg.el (pgg-gpg):
15149         * pgg-parse.el (pgg-parse):
15150         * pgg-pgp.el (pgg-pgp):
15151         * pgg-pgp5.el (pgg-pgp5):
15152         * pop3.el (pop3): Finish `defgroup' description with period.
15153
15154 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-art.el (article-display-face): Improve the efficiency.
15157         (article-display-x-face): Ditto; remove grey x-face stuff.
15158
15159 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (article-display-face): Correct the position in
15162         which Faces are inserted.
15163
15164 2005-06-29  Didier Verna  <didier@xemacs.org>
15165
15166         * gnus-art.el (article-display-face): Display faces in correct
15167         order.
15168
15169 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15172         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15173         (gnus-nocem-check-article): Fetch the Type header.
15174         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15175         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15176         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15177         make sure gnus-nocem-hashtb is initialized.
15178         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15179         (gnus-nocem-unwanted-article-p): Ditto.
15180
15181         * pgg.el (pgg-verify): Return the verification result.
15182
15183 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15184
15185         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15186         is ascii.
15187
15188 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15189
15190         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15191         `show-nonbreak-escape'.
15192
15193 2005-06-23  Lute Kamstra  <lute@gnu.org>
15194
15195         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15196
15197         * dig.el (dig-mode):
15198         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15199
15200 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15201
15202         * nnimap.el (nnimap-split-download-body): Fix spellings.
15203
15204 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15205
15206         * gnus-art.el (gnus-article-encrypt-body):
15207         * gnus-cus.el (gnus-score-customize):
15208         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15209         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15210
15211 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15212
15213         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15214         header by looking for magic "MII" at the beginnig.
15215
15216 2005-06-16  Miles Bader  <miles@gnu.org>
15217
15218         * gnus-xmas.el (gnus-xmas-group-startup-message):
15219         Use renamed gnus-splash face.
15220
15221         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15222         (assistant-field-face): New backward-compatibility alias for renamed
15223         face.
15224         (assistant-render-text): Use renamed assistant-field face.
15225
15226         * spam.el (spam): Remove "-face" suffix from face name.
15227         (spam-face): New backward-compatibility alias for renamed face.
15228         (spam-face, spam-initialize): Use renamed spam face.
15229
15230         * message.el (message-header-to, message-header-cc)
15231         (message-header-subject, message-header-newsgroups)
15232         (message-header-other, message-header-name)
15233         (message-header-xheader, message-separator, message-cited-text)
15234         (message-mml): Remove "-face" suffix from face names.
15235         (message-header-to-face, message-header-cc-face)
15236         (message-header-subject-face, message-header-newsgroups-face)
15237         (message-header-other-face, message-header-name-face)
15238         (message-header-xheader-face, message-separator-face)
15239         (message-cited-text-face, message-mml-face):
15240         New backward-compatibility aliases for renamed faces.
15241         (message-font-lock-keywords): Use renamed message faces.
15242
15243         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15244         (sieve-test-commands, sieve-tagged-arguments):
15245         Remove "-face" suffix from face names.
15246         (sieve-control-commands-face, sieve-action-commands-face)
15247         (sieve-test-commands-face, sieve-tagged-arguments-face):
15248         New backward-compatibility aliases for renamed faces.
15249         (sieve-control-commands-face, sieve-action-commands-face)
15250         (sieve-test-commands-face, sieve-tagged-arguments-face):
15251         Use renamed sieve faces.
15252
15253         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15254         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15255         (gnus-group-news-3-empty, gnus-group-news-4)
15256         (gnus-group-news-4-empty, gnus-group-news-5)
15257         (gnus-group-news-5-empty, gnus-group-news-6)
15258         (gnus-group-news-6-empty, gnus-group-news-low)
15259         (gnus-group-news-low-empty, gnus-group-mail-1)
15260         (gnus-group-mail-1-empty, gnus-group-mail-2)
15261         (gnus-group-mail-2-empty, gnus-group-mail-3)
15262         (gnus-group-mail-3-empty, gnus-group-mail-low)
15263         (gnus-group-mail-low-empty, gnus-summary-selected)
15264         (gnus-summary-cancelled, gnus-summary-high-ticked)
15265         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15266         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15267         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15268         (gnus-summary-low-undownloaded)
15269         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15270         (gnus-summary-low-unread, gnus-summary-normal-unread)
15271         (gnus-summary-high-read, gnus-summary-low-read)
15272         (gnus-summary-normal-read, gnus-splash):
15273         Remove "-face" suffix from face names.
15274         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15275         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15276         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15277         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15278         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15279         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15280         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15281         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15282         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15283         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15284         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15285         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15286         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15287         (gnus-summary-normal-ticked-face)
15288         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15289         (gnus-summary-normal-ancient-face)
15290         (gnus-summary-high-undownloaded-face)
15291         (gnus-summary-low-undownloaded-face)
15292         (gnus-summary-normal-undownloaded-face)
15293         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15294         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15295         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15296         (gnus-splash-face):
15297         New backward-compatibility aliases for renamed faces.
15298         (gnus-group-startup-message): Use renamed gnus faces.
15299
15300         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15301         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15302         (gnus-server-agent): Remove "-face" suffix from face names.
15303         (gnus-server-agent-face, gnus-server-opened-face)
15304         (gnus-server-closed-face, gnus-server-denied-face)
15305         (gnus-server-offline-face):
15306         New backward-compatibility aliases for renamed faces.
15307         (gnus-server-agent-face, gnus-server-opened-face)
15308         (gnus-server-closed-face, gnus-server-denied-face)
15309         (gnus-server-offline-face): Use renamed gnus faces.
15310
15311         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15312         Remove "-face" suffix from face names.
15313         (gnus-picon-xbm-face, gnus-picon-face):
15314         New backward-compatibility aliases for renamed faces.
15315
15316         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15317         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15318         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15319         (gnus-cite-11): Remove "-face" suffix from face names.
15320         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15321         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15322         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15323         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15324         New backward-compatibility aliases for renamed faces.
15325         (gnus-cite-attribution-face, gnus-cite-face-list)
15326         (gnus-article-boring-faces): Use renamed gnus faces.
15327
15328         * gnus-art.el (gnus-signature, gnus-header-from)
15329         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15330         (gnus-header-content): Remove "-face" suffix from face names.
15331         (gnus-signature-face, gnus-header-from-face)
15332         (gnus-header-subject-face, gnus-header-newsgroups-face)
15333         (gnus-header-name-face, gnus-header-content-face):
15334         New backward-compatibility aliases for renamed faces.
15335         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15336
15337         * gnus-sum.el (gnus-summary-selected-face)
15338         (gnus-summary-highlight): Use renamed gnus faces.
15339         * gnus-group.el (gnus-group-highlight): Likewise.
15340
15341 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15342
15343         * gnus-sieve.el (gnus-sieve-article-add-rule):
15344         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15345         * spam-stat.el (spam-stat-buffer-change-to-spam)
15346         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15347
15348         * message.el (message-is-yours-p):
15349         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15350
15351 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * mm-view.el (mm-inline-text): Withdraw the last change.
15354
15355 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15358         executing enriched-decode.
15359
15360 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15363         charset of tar files.
15364
15365 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15366
15367         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15368
15369 2005-06-04  Lute Kamstra  <lute@gnu.org>
15370
15371         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15372         information is never recorded.
15373
15374 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15375
15376         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15377
15378 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * pop3.el (pop3-apop): Run md5 in the binary mode.
15381
15382         * starttls.el (starttls-set-process-query-on-exit-flag):
15383         Use eval-and-compile.
15384
15385 2005-05-31  Simon Josefsson  <jas@extundo.com>
15386
15387         * smime.el (smime-replace-in-string): Define.
15388         (smime-cert-by-ldap-1): Use it.
15389
15390 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-art.el (article-display-x-face): Replace
15393         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15394
15395         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15396         set-process-query-on-exit-flag or process-kill-without-query.
15397
15398         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15399         loop instead of replace-regexp.
15400
15401         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15402         instead of process-kill-without-query if it is available.
15403
15404         * lpath.el: Fbind ldap-search-entries.
15405
15406         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15407         instead of find-file-hooks if it is available.
15408
15409         * mml1991.el: Bind pgg-default-user-id when compiling.
15410
15411         * mml2015.el: Bind pgg-default-user-id when compiling.
15412
15413         * nndraft.el (nndraft-request-associate-buffer):
15414         Use write-contents-functions instead of write-contents-hooks if it is
15415         available.
15416
15417         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15418         instead of find-file-hooks if it is available.
15419
15420         * nntp.el (nntp-open-connection): Replace
15421         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15422         (nntp-open-ssl-stream): Ditto.
15423         (nntp-open-tls-stream): Ditto.
15424
15425         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15426         set-process-query-on-exit-flag or process-kill-without-query.
15427         (starttls-open-stream-gnutls): Use it instead of
15428         process-kill-without-query.
15429         (starttls-open-stream): Ditto.
15430
15431 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15432
15433         * smime.el (smime-cert-by-ldap-1): Don't use
15434         replace-regexp-in-string.
15435
15436 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15437
15438         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15439
15440         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15441         in PEM format.  Adjust to the XEmacs compability.
15442
15443 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15446         by `string-to-number'.
15447         * gnus-agent.el (gnus-agent-regenerate-group)
15448         (gnus-agent-fetch-articles): Ditto.
15449         * gnus-art.el (gnus-button-fetch-group): Ditto.
15450         * gnus-cache.el (gnus-cache-generate-active)
15451         (gnus-cache-articles-in-group): Ditto.
15452         * gnus-group.el (gnus-group-set-current-level)
15453         (gnus-group-insert-group-line): Ditto.
15454         * gnus-score.el (gnus-score-set-expunge-below)
15455         (gnus-score-set-mark-below, gnus-summary-score-effect)
15456         (gnus-summary-score-entry): Ditto.
15457         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15458         (gnus-soup-pack): Ditto.
15459         * gnus-spec.el (gnus-xmas-format): Ditto.
15460         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15461         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15462         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15463         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15464         * nndb.el (nndb-get-remote-expire-response): Ditto.
15465         * nndiary.el (nndiary-parse-schedule-value)
15466         (nndiary-string-to-number, nndiary-request-replace-article)
15467         (nndiary-request-article): Ditto.
15468         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15469         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15470         * nneething.el (nneething-make-head): Ditto.
15471         * nnfolder.el (nnfolder-request-article)
15472         (nnfolder-retrieve-headers): Ditto.
15473         * nnheader.el (nnheader-file-to-number): Ditto.
15474         * nnkiboze.el (nnkiboze-request-article): Ditto.
15475         * nnmail.el (nnmail-process-unix-mail-format)
15476         (nnmail-process-babyl-mail-format): Ditto.
15477         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15478         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15479         (nnmh-request-create-group, nnmh-request-list-1)
15480         (nnmh-request-group, nnmh-request-article): Ditto.
15481         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15482         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15483         * nnsoup.el (nnsoup-make-active): Ditto.
15484         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15485         * nntp.el (nntp-find-group-and-number)
15486         (nntp-retrieve-headers-with-xover): Ditto.
15487         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15488         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15489         (pgg-format-key-identifier): Ditto.
15490         * pop3.el (pop3-last, pop3-stat): Ditto.
15491         * qp.el (quoted-printable-decode-region): Ditto.
15492
15493         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15494         of concat.
15495
15496 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15499
15500         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15501
15502         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15503
15504         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15505
15506         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15507
15508         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15509
15510         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15511         (gnus-carpal-mode): Ditto.
15512
15513         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15514         (gnus-browse-mode): Ditto.
15515
15516         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15517
15518         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15519
15520 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15521
15522         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15523
15524 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-util.el (gnus-run-mode-hooks): New function.
15527
15528         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15529
15530         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15531         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15532
15533 2005-05-27  Lute Kamstra  <lute@gnu.org>
15534
15535         * dns-mode.el (dns-mode): Specify customization group.
15536
15537 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15538
15539         * gnus-agent.el (gnus-agent-make-mode-line-string):
15540         Use mode-line-highlight as mouse-face.
15541
15542 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * canlock.el (canlock): Change the parent group to news.
15545
15546         * deuglify.el (gnus-outlook-deuglify): Add :group.
15547
15548         * dig.el (dig): Add :group.
15549
15550         * dns-mode.el (dns-mode): Add :group.
15551
15552         * encrypt.el (encrypt): Add :group.
15553
15554         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15555         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15556         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15557         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15558         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15559
15560         * gnus-diary.el (gnus-diary): Add :group.
15561
15562         * gnus.el (gnus-group-news-1-face): Add :group.
15563         (gnus-group-news-1-empty-face): Ditto.
15564         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15565         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15566         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15567         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15568         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15569         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15570         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15571         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15572         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15573         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15574         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15575         (gnus-summary-high-ticked-face): Ditto.
15576         (gnus-summary-low-ticked-face): Ditto.
15577         (gnus-summary-normal-ticked-face): Ditto.
15578         (gnus-summary-high-ancient-face): Ditto.
15579         (gnus-summary-low-ancient-face): Ditto.
15580         (gnus-summary-normal-ancient-face): Ditto.
15581         (gnus-summary-high-undownloaded-face): Ditto.
15582         (gnus-summary-low-undownloaded-face): Ditto.
15583         (gnus-summary-normal-undownloaded-face): Ditto.
15584         (gnus-summary-high-unread-face): Ditto.
15585         (gnus-summary-low-unread-face): Ditto.
15586         (gnus-summary-normal-unread-face): Ditto.
15587         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15588         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15589
15590         * hashcash.el (hashcash): New custom group.
15591         (hashcash-default-payment): Add :group.
15592         (hashcash-payment-alist): Ditto.
15593         (hashcash-default-accept-payment): Ditto.
15594         (hashcash-accept-resources): Ditto.
15595         (hashcash-path): Ditto.
15596         (hashcash-extra-generate-parameters): Ditto.
15597         (hashcash-double-spend-database): Ditto.
15598         (hashcash-in-news): Ditto.
15599
15600         * message.el (message-minibuffer-local-map): Add :group.
15601
15602         * netrc.el (netrc): Add :group.
15603
15604         * sieve-manage.el (sieve-manage-log): Add :group.
15605         (sieve-manage-default-user): Diito.
15606         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15607         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15608         (sieve-manage-authenticators): Ditto.
15609         (sieve-manage-authenticator-alist): Ditto.
15610         (sieve-manage-default-port): Ditto.
15611
15612         * sieve-mode.el (sieve-control-commands-face): Add :group.
15613         (sieve-action-commands-face): Ditto.
15614         (sieve-test-commands-face): Ditto.
15615         (sieve-tagged-arguments-face): Ditto.
15616
15617         * smime.el (smime): Add :group.
15618
15619         * spam-report.el (spam-report): Add :group.
15620
15621         * spam.el (spam, spam-face): Add :group.
15622
15623 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15624
15625         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15626         return \n.\n.\n at the end of articles.  Protect against that.
15627         (nntp-with-open-group): Allow debugging.
15628
15629         * nnheader.el (mail-header-set-extra): Make into a function
15630         because I just could't understand how to quote the list properly.
15631
15632         * dns.el (query-dns-cached): New function.
15633
15634 2005-05-26  Lute Kamstra  <lute@gnu.org>
15635
15636         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15637
15638 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15641
15642         * gnus-art.el: Don't autoload mail-extract-address-components.
15643
15644         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15645         eval-and-compile to evaluate it.
15646
15647         * hashcash.el: Don't autoload executable-find.
15648
15649         * nndb.el: Don't declare the nndb back end two or more times; don't
15650         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15651
15652         * nntp.el: Autoload format-spec instead of format; use
15653         eval-and-compile to evaluate autoload forms.
15654
15655 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15656
15657         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15658
15659 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * gnus.el (gnus-version-number): Bump version.
15662
15663 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15664
15665         * gnus.el: No Gnus v0.3 is released.
15666
15667 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * lpath.el (featurep): Bind show-nonbreak-escape.
15670
15671 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-art.el (gnus-article-edit-part): Disable undo.
15674
15675 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15678         gnus-article-date-lapsed-new-header is t if date timer is active;
15679         skip headers in which the original date value is empty.
15680         (gnus-article-save-original-date): Redefine it as a macro.
15681         (gnus-display-mime): Use it.
15682
15683 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-art.el (article-date-ut): Support converting date in
15686         forwarded parts as well.
15687         (gnus-article-save-original-date): New function.
15688         (gnus-display-mime): Use it.
15689
15690 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15691
15692         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15693         enclosure element of <item>.
15694
15695 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15696
15697         * message.el (message-kill-buffer-query): Rename from
15698         `message-kill-buffer-query-if-modified'.  Add :version.
15699
15700 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15703         window layout.
15704
15705 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * mml.el: Autoload dnd when compiling.
15708
15709 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15712         x-dnd-*.
15713
15714 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * qp.el (quoted-printable-encode-region): Save excursion.
15717
15718 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * message.el (message-kill-buffer-query-if-modified): Add new variable
15721         so the user can kill a modified message buffer quickly.
15722         (message-kill-buffer): Use it.
15723
15724 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * lpath.el: Fbind display-time-event-handler; don't fbind
15727         string-to-multibyte.
15728
15729         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15730
15731 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15734         contained in text because xml.el decodes entities) with LFs.
15735
15736 2005-04-11  Lute Kamstra  <lute@gnu.org>
15737
15738         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15739         differently.
15740
15741 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15742
15743         * mm-util.el (mm-detect-coding-region): Typo.
15744
15745 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15748
15749 2005-04-06  Deepak Goel  <deego@gnufans.org>
15750
15751         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15752         user-function allow user modifications of the scores.
15753         (spam-stat-score-buffer-user): New function, to allow
15754         user-computed modifications to the score.
15755         (spam-stat-score-buffer-user-functions): List of additional
15756         scoring functions.
15757         (spam-stat-error-holder): Global temporary error holder.
15758         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15759         variable.
15760
15761 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15762
15763         * gnus-registry.el (gnus-registry-clean-empty-function)
15764         (gnus-registry-trim, gnus-registry-fetch-groups)
15765         (gnus-registry-delete-group): Groups that match
15766         `gnus-registry-ignored-groups' are removed from the registry
15767         entries, not just ignored for splitting.  This helps clean up the
15768         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15769         to get all the groups a message ID is in.
15770
15771         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15772         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15773         (spam-stat-score-buffer-user-functions): Add :number custom type.
15774
15775 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15778         argument in XEmacs.
15779
15780         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15781         (nnrss-request-group): Decode group name first.
15782         (nnrss-request-article): Make a text/plain article if mml-to-mime
15783         failed.
15784         (nnrss-get-encoding): Return a compatible encoding according to
15785         nnrss-compatible-encoding-alist.
15786         (nnrss-find-el): Use consp instead of listp.
15787         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15788
15789 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15792         which Emacs 20 doesn't support.
15793         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15794
15795 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15798         silence the byte compiler inside the defun.
15799
15800         * gnus-demon.el (parse-time-string): Add autoload.
15801
15802         * gnus-delay.el (parse-time-string): Add autoload.
15803
15804         * gnus-art.el (parse-time-string): Add autoload.
15805
15806         * nnultimate.el (parse-time): Require for `parse-time-string'.
15807
15808 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15811
15812         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15813
15814         * smime.el (smime-ldap-host-list): Add :version.
15815
15816 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15819         pass it to `gnus-browse-read-group'.
15820         (gnus-browse-read-group): Add NUMBER argument and pass it to
15821         `gnus-group-read-ephemeral-group'.
15822
15823         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15824         argument and pass it to `gnus-group-read-group'.
15825
15826 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15827
15828         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15829         mm-xemacs-find-mime-charset-1 if we have the mule feature
15830         available at runtime.
15831
15832 2005-03-25  Werner Lemberg  <wl@gnu.org>
15833
15834         * nnmaildir.el: Replace `illegal' with `invalid'.
15835
15836 2005-03-23  Lute Kamstra  <lute@gnu.org>
15837
15838         * time-date.el: Add comment on time value formats.
15839         Don't require parse-time.
15840         (with-decoded-time-value): New macro.
15841         (encode-time-value): New function.
15842         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15843         (days-to-time): Return a valid time value when arg is huge.
15844         (time-since): Use time-subtract.
15845         (time-to-number-of-days): Use time-to-seconds.
15846
15847 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15848
15849         * gnus-start.el (gnus-display-time-event-handler):
15850         Check display-time-timer at runtime rather than only at load time
15851         in case display-time-mode is turned off in the mean time.
15852
15853 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15856         used.
15857
15858         * nneething.el (nneething-map-file-directory): Derive from
15859         `gnus-directory'.
15860
15861         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15862         the To/Cc button.
15863
15864 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * nnmaildir.el (nnmaildir-request-accept-article):
15867         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15868
15869 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15870
15871         * gnus-async.el: Require timer-funcs at compile time when in
15872         XEmacs for `run-with-idle-timer'.
15873
15874 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15875
15876         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15877         autoloaded function.
15878
15879 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15880
15881         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15882
15883 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15884
15885         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15886
15887 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15890         Add gnus-expert-user to default.
15891
15892 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15893
15894         * nnimap.el (nnimap-open-server): Ditto.
15895
15896         * imap.el (imap-authenticate): Fix typo.
15897
15898 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15899
15900         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15901         buffer (since IMAP server might return FETCH response out of
15902         order, and the nntp buffer must be sorted).
15903
15904 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15905
15906         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15907         comparison on string.
15908
15909         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15910         (gnus-agent-score): Rename category keywords to match gnus-cus.
15911         (gnus-agent-summary-fetch-series): Modify to protect against
15912         gnus-agent-summary-fetch-group clearing processable flags.
15913         (gnus-agent-synchronize-group-flags): Update live group buffer as
15914         synchronization may occur due to the user toggle the plugged
15915         status.
15916         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15917         successfully downloaded.
15918         (gnus-agent-expire-group-1): Avoid using markers when the overview
15919         is in ascending order; greatly improves performance.
15920         (gnus-agent-regenerate-group):
15921         Use gnus-agent-synchronize-group-flags to reset read status in both
15922         gnus and server.
15923         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15924
15925 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * message.el: Don't autoload former message-utils variables.
15928         (message-strip-subject-trailing-was): Change doc string.
15929
15930         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15931         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15932         (nnweb-google-search): Add "hl=en" here.
15933         (nnweb-google-parse-1, nnweb-google-create-mapping):
15934         Don't hardcode URL.
15935
15936 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * message.el (message-get-reply-headers, message-followup):
15939         Mention related variables `message-use-followup-to' and
15940         `message-use-mail-followup-to', in the information buffer.
15941
15942         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15943         of broken groups(-beta).google.com.
15944
15945 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15946
15947         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15948         parameter to invoked gnus-request-move-article; remove the
15949         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15950         all at once instead of once per article.
15951         (gnus-summary-remove-process-mark): Accept a list of articles as
15952         well as a single article for processing.
15953
15954         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15955         parameter.
15956
15957         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15958
15959         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15960
15961         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15962         parameter.
15963
15964         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15965         parameter.
15966
15967         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15968         parameter and remove the gnus-sum-hint-move-is-internal variable.
15969
15970         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15971         parameter.
15972
15973         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15974         parameter.
15975
15976         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15977         parameter.
15978
15979         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15980
15981         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15982         parameter.
15983
15984         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15985         parameter.
15986
15987 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15988
15989         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15990         a more conservative way.
15991
15992 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15993
15994         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15995         buffer, so it moves the window's cursor.
15996
15997 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15998
15999         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16000         `mm-dissect-multipart' and receive the from field as an (optional)
16001         argument from `mm-dissect-multipart'.
16002         (mm-dissect-multipart): Receive the from field as an argument and
16003         pass it on when we call `mm-dissect-buffer' on MIME parts.
16004         Fixes verification/decryption of signed/encrypted MIME parts.
16005
16006 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16007
16008         * gnus-sum.el (gnus-summary-move-article):
16009         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16010         whatever it calls (right now, only nnimap-request-move article
16011         respects it).
16012
16013         * nnimap.el (nnimap-request-move-article):
16014         When gnus-sum-hint-move-is-internal is set, don't do the extra
16015         nnimap-request-article.
16016
16017 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16020
16021         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16022         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16023
16024         * gnus-sum.el (gnus-summary-caesar-message):
16025         Apply `gnus-treat-article' after rotation.
16026
16027         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16028         doc string.
16029
16030 2005-02-22  Simon Josefsson  <jas@extundo.com>
16031
16032         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16033         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16034         <arne@arnested.dk>.
16035         (encrypt): Add password-cache and password-cache-expiry as group
16036         members.
16037
16038 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16039
16040         * smime.el (smime-ldap-host-list): Doc fix.
16041         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16042         cache) password.
16043         (smime-sign-region): Use it.
16044         (smime-decrypt-region): Use it.
16045         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16046         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16047         fails.
16048         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16049         certificate from DER to PEM format rather than calling openssl.
16050
16051         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16052
16053         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16054         for signing/encryption.
16055
16056         * mml.el (mml-parse-1): Use them.
16057
16058 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16059
16060         * nnrss.el (nnrss-verbose): Remove.
16061         (nnrss-request-group): Use `nnheader-message' instead.
16062
16063 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16064
16065         * nnrss.el (nnrss-verbose): New variable.
16066         (nnrss-request-group): Make it say nnrss is requesting a group.
16067
16068 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16071         Handle news URL with given port correctly.
16072
16073 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16076         containing special characters.
16077
16078         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16079
16080         * mml.el (mime-to-mml): Ditto.
16081
16082         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16083         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16084         (rfc2047-decode-region): Quote decoded words containing special
16085         characters when rfc2047-quote-decoded-words-containing-tspecials
16086         is non-nil.
16087
16088 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16089
16090         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16091
16092         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16093
16094 2005-02-15  Simon Josefsson  <jas@extundo.com>
16095
16096         * nnimap.el (nnimap-debug): Doc fix.
16097
16098         * imap.el (imap-debug): Doc fix.
16099
16100 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16103
16104 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16105
16106         * gnus.el (spam-contents): Improve docs for spam-contents
16107         parameter in its variable incarnation.
16108
16109 2005-02-14  Simon Josefsson  <jas@extundo.com>
16110
16111         * smime-ldap.el: Use require instead of load-library for ldap.
16112         (smime-ldap-search): Indent.
16113         (smime-ldap-search-internal): Shorten line.
16114
16115         * smime.el (smime-cert-by-dns): Add doc-string.
16116         (smime-cert-by-ldap-1): Indent.
16117
16118         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16119         mml-smime-get-dns-ldap.
16120         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16121
16122 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16123
16124         * smime.el: Require smime-ldap.
16125         (smime-ldap-host-list): New variable.
16126         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16127
16128         * mml-smime.el (mml-smime-encrypt-query): New function.
16129         (mml-smime-encrypt-query): Use it.
16130
16131         * smime-ldap.el: New file.
16132
16133 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16136
16137 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16140         argument in doc string.  Make query for type more clear.
16141
16142 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * gnus.el (gnus-group-startup-message): Search for gnus images in
16145         etc/images/gnus.
16146         * mm-util.el (mm-image-load-path): Likewise.
16147         * smiley.el (smiley-data-directory): Search for smilies in
16148         etc/images/smilies.
16149
16150 2005-02-09  Kim F. Storm  <storm@cua.dk>
16151
16152         Change Emacs release version from 21.4 to 22.1 throughout.
16153         Change Emacs development version from 21.3.50 to 22.0.50.
16154
16155 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16158
16159         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16160         non-Mule XEmacs as well.
16161         (mm-decompress-buffer): Signal an error intentionally if it does
16162         not decompress compressed data because auto-compression-mode is
16163         disabled.
16164
16165 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16166
16167         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16168         an ID in the registry even if it has no groups.
16169
16170 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16173         merge it into mm-decompress-buffer.
16174         (gnus-mime-copy-part): Use the MIME part charset, the value which
16175         a user specified or gnus-newsgroup-charset for decoding, like
16176         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16177         save-buffer what was used.  Suggested by Kevin Ryde
16178         <user42@zip.com.au>.
16179         (gnus-mime-inline-part): Allow the name parameter as well as the
16180         filename parameter; force decompressing of compressed data; always
16181         display contents being not decoded as unibyte.
16182
16183         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16184         as well as the filename parameter.
16185
16186         * mm-util.el (mm-decompress-buffer):
16187         Merge gnus-mime-jka-compr-maybe-uncompress.
16188         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16189         of compressed data.
16190
16191 2005-02-08  Simon Josefsson  <jas@extundo.com>
16192
16193         * imap.el (imap-log): Doc fix.
16194
16195 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16198         the coding cookies; decompress compressed parts.
16199
16200         * mml.el (mml-generate-mime-1): Add the charset parameter according
16201         to the value which a user specified manually or the coding cookie.
16202
16203         * mm-util.el (mm-string-to-multibyte): New function.
16204         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16205         (mm-coding-system-to-mime-charset): New function.
16206         (mm-decompress-buffer): New function.
16207         (mm-find-buffer-file-coding-system): New function.
16208
16209         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16210         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16211         parts.
16212
16213 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16214
16215         * mm-view.el (mm-display-inline-fontify): Decode a part according
16216         to the charset parameter.
16217
16218 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16221         prefix arg is neither nil nor a number, as info specifies.
16222
16223 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16226         timestamps.
16227
16228 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16229
16230         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16231         groups error checking and notify user.
16232
16233 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16234
16235         * message.el (message-send-mail-function): Check existence of
16236         sendmail-program first before using default value
16237         `message-send-mail-with-sendmail'.  Otherwise use more generic
16238         `smtpmail-send-it'.
16239
16240 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * nntp.el (nntp-request-update-info): Always return nil.
16243
16244 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16245
16246         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16247
16248 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16249
16250         * message.el (message-beginning-of-line): Change the behavior when
16251         invoked between BOL and : so that it first moves backward.
16252
16253 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16256         article buffer when editing of the article is discarded.
16257         (gnus-article-prepare): Revert.
16258
16259 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-art.el (gnus-article-prepare):
16262         Remove message-strip-forbidden-properties from the local hook.
16263
16264 2005-01-27  Simon Josefsson  <jas@extundo.com>
16265
16266         * password.el (password-cache-add): Only start one timer per key.
16267         Reported by Derek Atkins <warlord@MIT.EDU>.
16268
16269 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16270
16271         * run-at-time.el: Remove.  It is no longer needed as
16272         timer-funcs.el in the xemacs-base package has a working version of
16273         `run-at-time'.
16274
16275         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16276
16277         * password.el: Require timer-funcs instead of run-at-time in
16278         XEmacs.
16279         Remove `password-run-at-time' macro.
16280         (password-cache-add): Use `run-at-time' instead of
16281         `password-run-at-time'.
16282
16283         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16284         Remove `nnheader-cancel-function-timers' alias,
16285         `cancel-function-timers' exists in XEmacs in timer-funcs.
16286
16287         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16288         for `run-with-idle-timer'.
16289
16290         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16291         for `run-at-time'.
16292
16293         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16294         for `with-timeout'.
16295
16296         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16297         the same as for XEmacs 21.4.
16298         No need to ignore `run-with-idle-timer', this function exists in
16299         XEmacs now in timer-funcs.el in the xemacs-base package.
16300         (dgnushack-compile): No need to delete
16301         run-at-time.el from the list of files to compile because it
16302         doesn't exist anymore.
16303
16304 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16307         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16308
16309 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16310
16311         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16312         sensitively.
16313
16314 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16315
16316         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16317
16318 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16321         which will be inserted according to the multibyteness of a buffer
16322         rather than the type of contents.  Suggested by ARISAWA Akihiro
16323         <ari@mbf.ocn.ne.jp>.
16324
16325         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16326         of string which old xml.el may return rather than a string.
16327
16328 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16331
16332 2005-01-16  Simon Josefsson  <jas@extundo.com>
16333
16334         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16335         idn/idna.el isn't available.
16336         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16337         <michael@waxrat.com>.
16338
16339         * hashcash.el: Remove non-FSF copyright header.
16340
16341         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16342         (hashcash-generate-payment): Use it.
16343         (hashcash-generate-payment-async): Use it.
16344
16345 2005-01-15  Simon Josefsson  <jas@extundo.com>
16346
16347         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16348         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16349
16350         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16351         gnus-summary-idna-message.
16352         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16353         (gnus-summary-idna-message): New function.
16354
16355 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16358         gnus-novice-user.
16359
16360 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * nnrss.el (nnrss-request-delete-group): Delete entries in
16363         nnrss-group-alist as well.
16364         (nnrss-save-server-data): Insert newline.
16365
16366 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16367
16368         * gnus.el (gnus-user-agent): Use list of symbols instead of
16369         symbols.  Display full version number for (S)XEmacs.
16370         Optionally display (S)XEmacs codename.
16371
16372         * gnus-util.el (gnus-emacs-version): Update for new
16373         `gnus-user-agent'.
16374
16375         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16376         Gnus version.
16377
16378 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16381         which is unreadable in some setups.
16382
16383 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-spec.el (gnus-update-format-specifications): Flush the
16386         group format spec cache if it doesn't support decoded group names.
16387
16388 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16391         Allow to apply decay on score files matching a regexp.
16392
16393 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16396         compatibility in %g and %c.
16397
16398 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16401         name for only %g and %c.
16402         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16403         of gnus-tmp-group to decoded group name.
16404         (gnus-group-make-rss-group): Exclude `/'s from group names.
16405
16406 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * nnrss.el (nnrss-get-encoding): Fix regexp.
16409
16410 2004-12-27  Simon Josefsson  <jas@extundo.com>
16411
16412         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16413         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16414         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16415
16416 2004-12-17  Kim F. Storm  <storm@cua.dk>
16417
16418         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16419
16420         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16421
16422 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16423
16424         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16425
16426 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * nnrss.el: Require rfc2047 and mml.
16429         (nnrss-file-coding-system): New variable.
16430         (nnrss-format-string): Redefine it as an inline function.
16431         (nnrss-decode-group-name): New function.
16432         (nnrss-string-as-multibyte): Remove.
16433         (nnrss-retrieve-headers): Decode group name; don't use
16434         nnrss-format-string.
16435         (nnrss-request-group): Decode group name.
16436         (nnrss-request-article): Decode group name; allow a Message-ID as
16437         well as an article number; don't use nnrss-format-string; encode a
16438         Message-ID string which may contain non-ASCII characters; use
16439         mml-to-mime to compose a MIME article.
16440         (nnrss-request-expire-articles): Decode group name.
16441         (nnrss-request-delete-group): Decode group name.
16442         (nnrss-fetch): Clarify error message.
16443         (nnrss-read-server-data): Use insert-file-contents instead of load;
16444         bind file-name-coding-system; use multibyte buffer.
16445         (nnrss-save-server-data): Bind coding-system-for-write to the
16446         value of nnrss-file-coding-system; bind file-name-coding-system;
16447         add coding cookie.
16448         (nnrss-read-group-data): Use insert-file-contents instead of load;
16449         bind file-name-coding-system; use multibyte buffer.
16450         (nnrss-save-group-data): Bind coding-system-for-write to the
16451         value of nnrss-file-coding-system; bind file-name-coding-system.
16452         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16453         make it work with non-ASCII text.
16454         (nnrss-find-el): Make it work with old xml.el as well.
16455
16456 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16457
16458         * nnrss.el (nnrss-get-encoding): New function.
16459         (nnrss-fetch): Use unibyte buffer initially; bind
16460         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16461         decode contents according to the encoding attribute.
16462         (nnrss-save-group-data): Add coding cookie.
16463         (nnrss-mime-encode-string): New function.
16464         (nnrss-check-group): Use it to encode subject and author.
16465
16466 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16467
16468         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16469         imaginary variable.
16470
16471 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16474         correctly even if there are wide characters.
16475
16476 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16477
16478         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16479         downcased symbol names; make a new cache instead of reusing
16480         bbdb-hashtable.
16481
16482 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16485         concatenating segments rather than before concatenating them.
16486         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16487
16488         * message.el (message-get-reply-headers): Bind `extra'.
16489
16490 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16491
16492         * message.el (message-extra-wide-headers): New variable.
16493         (message-get-reply-headers): Use it.
16494
16495 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16498         (gnus-agent-group-pathname): Ditto.
16499
16500         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16501
16502         * gnus-group.el (gnus-group-make-group): Decode group name.
16503         (gnus-group-make-rss-group): Register the group data after opening
16504         the nnrss group.
16505
16506 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16507
16508         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16509         by expiry now get marked as read.
16510
16511 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16514
16515 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16516
16517         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16518         unify Latin characters in XEmacs.
16519         (mm-find-mime-charset-region): Use it.
16520
16521 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-util.el (gnus-delete-directory): New function.
16524
16525         * gnus-agent.el (gnus-agent-delete-group): Use it.
16526
16527         * gnus-cache.el (gnus-cache-delete-group): Use it.
16528
16529 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16532         names.
16533
16534 2004-12-16  Simon Josefsson  <jas@extundo.com>
16535
16536         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16537
16538 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16541
16542         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16543         (gnus-group-set-current-level): Decode group name.
16544
16545 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16546
16547         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16548         failed.
16549
16550 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-group.el (gnus-group-delete-group): Decode group name.
16553         (gnus-group-make-rss-group): Encode group name.
16554         (gnus-group-catchup-current): Decode group name.
16555         (gnus-group-kill-group): Decode group name.
16556
16557 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16558
16559         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16560
16561 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-group.el (gnus-group-make-rss-group):
16564         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16565
16566         * gnus-start.el (gnus-setup-news): Honor user's setting to
16567         gnus-message-archive-method.  Suggested by Lute Kamstra
16568         <lute@gnu.org>.
16569
16570 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16571
16572         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16573         global counterparts of the buffer-local variables.
16574
16575 2004-11-16  Romain Francoise  <romain@orebokech.com>
16576
16577         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16578         counterparts of the buffer-local variables.
16579
16580 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * message.el (message-forbidden-properties): Fix typo in doc
16583         string.
16584
16585 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * gnus-util.el (gnus-replace-in-string): Add doc string.
16588
16589         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16590         to avoid problems when splitting mails with many recipients.
16591
16592 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16593
16594         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16595         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16596
16597 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16598
16599         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16600         if there is no hashtable in memory or file modification time is
16601         newer than cached timestamp.
16602
16603 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * gnus-sum.el (gnus-summary-limit-to-recipient):
16606         Implement not-matching option.
16607
16608 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16611         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16612         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16613         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16614         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16615         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16616
16617 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * message.el (message-forward-make-body-mml): Remove headers
16620         according to message-forward-ignored-headers if a message is decoded.
16621
16622 2004-12-02  Romain Francoise  <romain@orebokech.com>
16623
16624         * message.el (message-forward-make-body-plain): Always remove
16625         headers according to message-forward-ignored-headers.
16626
16627 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * spam.el (spam-summary-prepare-exit): Remove the
16630         gnus-summary-limit pop for now, it has problems with ham marks for
16631         me.
16632
16633 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16636         correctly.
16637
16638 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16639
16640         * format-spec.el (format-spec): Message the char.
16641
16642 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16643
16644         * gnus-art.el (gnus-split-methods): Reformat comments.
16645
16646         * spam.el (spam-summary-prepare-exit): Remove article limits
16647         before exiting the summary buffer.
16648
16649 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16652         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16653
16654         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16655         order to silence the byte compiler.
16656
16657         * spam.el: Fix the way to silence the byte compiler, which
16658         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16659         bbdb-search-simple, spam-BBDB-register-routine,
16660         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16661         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16662         spam-stat-buffer-is-spam, spam-stat-load,
16663         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16664         spam-stat-save and spam-stat-split-fancy.
16665
16666 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16669         which may confuse users.
16670         (canlock-password-for-verify): Ditto.
16671
16672         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16673
16674         * gnus-art.el (gnus-emphasis-alist): Ditto.
16675
16676         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16677
16678         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16679
16680         * gnus-start.el (gnus-save-killed-list): Ditto.
16681
16682         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16683         (gnus-sum-thread-tree-root): Ditto.
16684         (gnus-sum-thread-tree-false-root): Ditto.
16685         (gnus-sum-thread-tree-single-indent): Ditto.
16686
16687         * message.el (message-courtesy-message): Ditto.
16688         (message-archive-note): Ditto.
16689         (message-subscribed-address-file): Ditto.
16690         (message-user-fqdn): Ditto.
16691
16692         * spam-report.el (spam-report-gmane-regex): Ditto.
16693
16694         * spam.el (spam-blackhole-good-server-regex): Ditto.
16695
16696 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mml.el (mml-preview): Widen the message buffer before copying
16699         the contents to the preview buffer; sort headers before previewing.
16700
16701         * message.el (message-hidden-headers): Fix the way to avoid a bug
16702         in the `repeat' widget in Emacs 21.3 or earlier.
16703
16704 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * message.el (message-hidden-headers): Default to "^References:".
16707         Improve customization type.  Suggested by Reiner Steib
16708         <Reiner.Steib@gmx.de>.
16709
16710 2004-11-25  Romain Francoise  <romain@orebokech.com>
16711
16712         * message.el (message-strip-forbidden-properties): Remove check for
16713         obsolete `message-hidden' text property, hidden headers are not
16714         accessible in the buffer anymore.
16715
16716 2004-11-22  Romain Francoise  <romain@orebokech.com>
16717
16718         * message.el (message-header-format-alist): Add `From' in list
16719         so that it can be sorted.
16720         (message-fix-before-sending): Widen and sort headers before
16721         sending.
16722         (message-hide-headers): Use narrowing to hide headers by moving
16723         them to the top of the buffer and narrowing to the region
16724         underneath.
16725
16726 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16727
16728         * message.el (message-strip-forbidden-properties):
16729         Bind buffer-read-only (etc) to nil.
16730
16731 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16734         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16735
16736 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16737
16738         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16739
16740 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16741
16742         * dns.el (query-dns): Use sit-for to time instead of
16743         accept-process-output, since that doesn't seem to work on udp
16744         sockets.
16745
16746 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16749
16750 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16753         doc string.  Improve doc string.
16754
16755 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * nntp.el (nntp-request-update-info): Return nil if
16758         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16759         may not call gnus-activate-group which uselessly issues the GROUP
16760         commands for all nntp groups and wastes time.  Reported by Romain
16761         Francoise <romain@orebokech.com>.
16762
16763         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16764
16765 2004-11-15  Simon Josefsson  <jas@extundo.com>
16766
16767         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16768         headers separately.
16769         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16770         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16771
16772 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * gnus-start.el (gnus-convert-old-newsrc):
16775         Assign legacy-gnus-agent to 5.10.7.
16776
16777 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16780         start of the lines.
16781
16782 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16783
16784         * hashcash.el (hashcash-default-payment): Change default to 20.
16785         (hashcash-default-accept-payment): Change default to 20.
16786         (hashcash-process-alist): New variable.
16787         (hashcash-generate-payment-async): Add.
16788         (hashcash-already-paid-p): Add.
16789         (hashcash-insert-payment): Don't generate payments twice.
16790         (hashcash-insert-payment-async): Add.
16791         (hashcash-insert-payment-async-2): Add.
16792         (hashcash-cancel-async): Add.
16793         (hashcash-wait-async): Add.
16794         (hashcash-processes-running-p): Add.
16795         (hashcash-wait-or-cancel): Add.
16796         (mail-add-payment): New optional argument.  Conditionally start
16797         asynchronous calculation.
16798         (mail-add-payment-async): Add.
16799
16800         * message.el (message-send-mail): Wait for asynchronous hashcash
16801         results.  Don't clobber existing X-Hashcash headers.
16802         (message-setup-1): Call mail-add-payment-async when
16803         message-generate-hashcash is non-nil.
16804
16805 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16806
16807         * message.el (message-use-alternative-email-as-from): Examine the
16808         From header as well; use message-make-from in order to include a
16809         user's full name.
16810
16811 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16814         default; improve customization type.
16815         (gnus-emphasis-custom-with-format): New macro.
16816         (gnus-emphasis-custom-value-to-external): New function.
16817         (gnus-emphasis-custom-value-to-internal): New function.
16818
16819 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16820
16821         * dns.el (query-dns): Resolve reverse addresses.
16822
16823 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * gnus-group.el (gnus-group-get-new-news): Use it.
16826
16827         * gnus-start.el (gnus-check-reasonable-setup): New function.
16828
16829 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16832         "Args out of range" error.  Reported by Arnaud Giersch
16833         <arnaud.giersch@free.fr>.
16834
16835 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16836
16837         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16838
16839 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16840
16841         * spam.el (spam group): Add :version.
16842
16843         * pgg-def.el (pgg group): Add :version.
16844
16845 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * gnus-art.el (gnus-article-edit-article): Don't associate the
16848         article buffer with a draft file.  This is a temporary measure
16849         against the 2004-08-22 change to gnus-article-edit-mode.
16850
16851 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16854         (html2text-format-tags): Remove unused variable `attr'.
16855
16856 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16859
16860         * tls.el (tls-process-connection-type, tls-success)
16861         (tls-certtool-program): Add :version.
16862
16863         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16864         (starttls-extra-arguments, starttls-process-connection-type)
16865         (starttls-connect, starttls-failure, starttls-success): Add :version.
16866
16867         * spam-stat.el (spam-stat): Add :version.
16868
16869         * sieve.el (sieve): Add :version.
16870
16871         * sha1.el (sha1): Add :version.
16872         (sha1-use-external): Remove redundant version.
16873
16874         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16875         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16876         (nnmail-split-fancy-match-partial-words)
16877         (nnmail-split-lowercase-expanded): Add :version.
16878
16879         * nndiary.el (nndiary): Add :version.
16880
16881         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16882
16883         * mml-sec.el (mml-default-sign-method)
16884         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16885         Add :version.
16886
16887         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16888
16889         * mm-url.el (mm-url-use-external, mm-url-program)
16890         (mm-url-arguments): Add :version.
16891
16892         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16893         (mm-attachment-file-modes, mm-decrypt-option)
16894         (mm-w3m-safe-url-regexp): Add :version.
16895
16896         * message.el (message-cite-prefix-regexp)
16897         (message-sendmail-envelope-from, message-minibuffer-local-map)
16898         (message-user-fqdn, message-completion-alist): Add :version.
16899
16900         * gnus-win.el (gnus-configure-windows-hook)
16901         (gnus-use-frames-on-any-display): Add :version.
16902
16903         * gnus-art.el (gnus-article-address-banner-alist)
16904         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16905         (gnus-treat-from-picon, gnus-treat-mail-picon)
16906         (gnus-treat-x-pgp-sig): Add :version.
16907
16908         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16909         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16910         (gnus-summary-article-delete-hook)
16911         (gnus-summary-display-while-building): Add :version.
16912
16913         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16914         (gnus-get-top-new-news-hook): Add :version.
16915
16916         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16917         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16918
16919         * gnus-registry.el (gnus-registry): Add :version.
16920
16921         * gnus-spec.el (gnus-use-correct-string-widths)
16922         (gnus-make-format-preserve-properties): Add :version.
16923
16924         * gnus.el (gnus-group-charter-alist)
16925         (gnus-group-fetch-control-use-browse-url)
16926         (gnus-install-group-spam-parameters): Add :version.
16927
16928         * gnus-diary.el (gnus-diary): Add :version.
16929
16930         * gnus-delay.el (gnus-delay): Add :version.
16931
16932         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16933         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16934         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16935         Add :version.
16936
16937         * gnus-agent.el (gnus-agent-max-fetch-size)
16938         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16939         (gnus-agent-prompt-send-queue): Add :version.
16940
16941         * deuglify.el (gnus-outlook-deuglify): Add :version.
16942
16943         * html2text.el: Beautify code.  Improve doc strings.
16944         Some checkdoc cleanup.
16945         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16946
16947 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16948
16949         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16950
16951 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16952
16953         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16954         when package is loaded.
16955
16956         * spam.el (spam-summary-score-preferred-header): Add global preference
16957         for people who want to override the default SpamAssassin over
16958         Bogofilter preference (when both are set).
16959         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16960         (spam-user-format-function-S):
16961         Check spam-summary-score-preferred-header.
16962         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16963         (spam-user-format-function-S): Format the score correctly.
16964
16965 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16968         signature file.  Suggested by Manoj Srivastava
16969         <srivasta@golden-gryphon.com>.
16970
16971         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16972         iso-2022-jp even in the Japanese language environment.
16973         Suggested by Jason Rumney <jasonr@gnu.org>.
16974
16975 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16978         use the same characters as the dummy marks; make it free from
16979         getting affected by the language environment.
16980         (gnus-summary-read-group-1): Update mark positions only when the
16981         format spec is updated.
16982
16983         * gnus-spec.el (gnus-update-format-specifications): Return a list
16984         of updated types.
16985
16986 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16989         of boundp to check if display-warning is available.
16990
16991 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16992
16993         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16994
16995 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * nnspool.el (nnspool-spool-directory): Use news-path if the
16998         news-directory variable is not bound.
16999
17000         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17001         function instead of display-warning if it is not available.
17002
17003 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17006         v5-10: Use `point-at-bol'.
17007
17008 2004-10-26  Simon Josefsson  <jas@extundo.com>
17009
17010         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17011         <chenggao@gmail.com>.
17012
17013 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17016         instead.
17017
17018 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17019
17020         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17021         to remove a server from the nnimap-server-buffer-alist.
17022         (nnimap-open-connection, nnimap-close-server): Use it.
17023
17024         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17025
17026 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17029         running the major-mode function.
17030
17031 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17034         dummy marks in the right way.
17035
17036 2004-10-18  David Edmondson  <dme@dme.org>
17037
17038         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17039         excessively.
17040
17041 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17042
17043         * gnus-util.el (gnus-split-references): Accept a nil references
17044         string and go on blissfully.
17045
17046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17047         cases where the references string is non-nil but has no references.
17048
17049         * encrypt.el: Add autoload tags.
17050
17051         * spam.el (spam-resolve-registrations-routine): Remove article
17052         from unregistration list too.  Reported by David Hanak
17053         <dhanak@isis.vanderbilt.edu>
17054
17055 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17058         nil.  Change custom type.
17059
17060 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17063
17064         * gnus-sum.el (gnus-summary-move-article): Use it.
17065
17066 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * encrypt.el: Add autoload cookies.
17069
17070         * spam.el (spam-backend-article-list-property)
17071         (spam-backend-get-article-todo-list)
17072         (spam-backend-put-article-todo-list)
17073         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17074         Resolve registrations separately.
17075         (spam-register-routine): Format comments.
17076         (spam-unregister-routine, spam-register-routine): Always call with
17077         specific-articles, no default list.
17078         (spam-summary-prepare-exit): Use the spam-classifications function.
17079
17080         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17081         gnus-encrypt.el.
17082
17083         * encrypt.el: Copied from gnus-encrypt.el.
17084
17085         * gnus-encrypt.el: Commented that it's obsolete.
17086
17087 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17090         (gnus-score-save): Use it.
17091
17092         * message.el (message-bury): Use `window-dedicated-p'.
17093
17094 2004-10-15  Simon Josefsson  <jas@extundo.com>
17095
17096         * pop3.el (top-level): Don't require nnheader.
17097         (pop3-read-timeout): Add.
17098         (pop3-accept-process-output): Add.
17099         (pop3-read-response, pop3-retr): Use it.
17100
17101 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * spam.el (spam-register-routine): Move comment.
17104         (spam-verify-bogofilter): Use 'unknown for the initial
17105         spam-bogofilter-valid state, not 'never.
17106
17107         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17108         for netrc-machine.
17109
17110         * nnimap.el (nnimap-open-connection):
17111         Use netrc-machine-user-or-password.
17112
17113 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17114
17115         * gnus-registry.el (gnus-registry-unload-hook):
17116         Set as a variable with add-hook.
17117
17118         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17119         of news-path.
17120
17121         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17122
17123         * spam.el: Delete duplicate `provide'.
17124         (spam-unload-hook): Set as a variable with add-hook.
17125
17126 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17129         in the doc string.
17130
17131         * message.el (message-ignored-news-headers)
17132         (message-ignored-supersedes-headers)
17133         (message-ignored-resent-headers)
17134         (message-forward-ignored-headers): Improve custom type.
17135
17136 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * message.el (message-tokenize-header): Fix 2004-09-06 change
17139         which used point-min in the wrong place.
17140
17141 2004-10-12  Simon Josefsson  <jas@extundo.com>
17142
17143         * tls.el (tls-certtool-program): New variable.
17144         (tls-certificate-information): New function, based on
17145         ssl-certificate-information.
17146
17147 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * compface.el: Move the version of ELisp-based uncompface program
17150         to the contrib directory because of the copyright problem.
17151
17152 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * message.el (message-kill-buffer): Raise the current frame.
17155
17156 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17159
17160         * gnus.el (message-y-or-n-p): Autoload.
17161
17162         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17163         (pop3-password-required, pop3-authentication-scheme)
17164         (pop3-leave-mail-on-server): Make customizable.
17165         (pop3): New custom group.
17166         (pop3-retr): Remove `sleep-for' statements.
17167         Suggested by Dave Love <fx@gnu.org>.
17168
17169         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17170         Windows/DOS.
17171
17172         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17173         (imap-parse-body): Fix incorrect use of `assert'.
17174         Suggested by Dave Love <fx@gnu.org>.
17175
17176         * mml.el (mml-minibuffer-read-disposition): Require match.
17177         Suggested by Dave Love <fx@gnu.org>.
17178
17179 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17182         doc string.
17183
17184 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17187
17188 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17189
17190         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17191         instead of calling `mm-insert-inline', to decode text/* parts
17192         before displaying them.
17193
17194 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * mm-uu.el (mm-uu-text-plain-type): New variable.
17197         (mm-uu-pgp-signed-extract-1): Use it.
17198         (mm-uu-pgp-encrypted-extract-1): Use it.
17199         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17200         bind mm-uu-text-plain-type with that value.
17201         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17202         mm-uu-dissect.
17203
17204 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-group.el (gnus-update-group-mark-positions):
17207         * gnus-sum.el (gnus-update-summary-mark-positions):
17208         * message.el (message-check-news-body-syntax):
17209         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17210         of string-as-multibyte.
17211
17212 2004-10-05  Juri Linkov  <juri@jurta.org>
17213
17214         * gnus-group.el (gnus-update-group-mark-positions):
17215         * gnus-sum.el (gnus-update-summary-mark-positions):
17216         * message.el (message-check-news-body-syntax):
17217         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17218         8-bit unibyte values to a multibyte string for search functions.
17219
17220 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17223         (mm-uu-dissect-text-parts): New function.
17224
17225         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17226         dissect text parts.
17227
17228         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17229         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17230
17231         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17232
17233         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17234         Use gnus-current-topics instead of gnus-current-topic.
17235
17236 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17239
17240 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17243         where approriate.
17244
17245         * nnml.el (nnml-generate-active-info): do.
17246
17247         * nndiary.el (nndiary-generate-active-info): do.
17248
17249         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17250         (gnus-topic-move): do.
17251
17252         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17253         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17254
17255         * gnus-srvr.el (gnus-server-prepare)
17256         (gnus-server-open-all-servers): do.
17257
17258         * gnus-msg.el (gnus-summary-cancel-article)
17259         (gnus-summary-resend-message)
17260         (gnus-summary-mail-crosspost-complaint): do.
17261
17262         * gnus-move.el (gnus-change-server): do.
17263
17264         * gnus-group.el (gnus-group-unmark-all-groups)
17265         (gnus-group-set-current-level): do.
17266
17267 2004-10-04  Simon Josefsson  <jas@extundo.com>
17268
17269         * message.el (message-generate-hashcash): Doc fix.
17270
17271 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17272
17273         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17274         avoid infinite recursion via gnus-get-function.
17275
17276 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17279
17280         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17281
17282         * nnmail.el (nnmail-split-history): do.
17283
17284         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17285         (nnml-request-delete-group): do.
17286
17287         * nnslashdot.el (nnslashdot-read-groups): do.
17288
17289         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17290         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17291
17292         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17293         (nnspool-sift-nov-with-sed): Use last.
17294         (nnspool-retrieve-headers-with-nov): Use mapc.
17295         (nnspool-request-newgroups): Use dolist.
17296         (nnspool-request-group): Use last.
17297
17298         * nntp.el (nntp-read-server-type): Use dolist.
17299
17300         * nnvirtual.el (nnvirtual-create-mapping)
17301         (nnvirtual-update-read-and-marked): Use dolist.
17302         (nnvirtual-convert-headers): Simplify.
17303
17304 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17305
17306         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17307         Add support for sync'ing tick marks.
17308
17309 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17312         there's no visible header.
17313
17314 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17315
17316         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17317         When necessary, pass full group name to gnus-request-set-marks.
17318
17319 2004-10-01  Simon Josefsson  <jas@extundo.com>
17320
17321         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17322         acroread.
17323
17324 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17325
17326         * spam-report.el (spam-report-gmane): Fix interactive.
17327
17328         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17329
17330         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17331         when writing file.
17332         (gnus-agent-synchronize-flags): Don't default to being
17333         interactive.
17334
17335 2004-09-30  Simon Josefsson  <jas@extundo.com>
17336
17337         * message.el (message-generate-hashcash): Add.
17338         (message-send-mail): Use it, call mail-add-payment.
17339
17340 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17343
17344 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17345
17346         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17347         gnus-requst-update-info with explicit code to sync the in-memory
17348         info read flags with the marks being sync'd to the backend.
17349
17350         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17351
17352 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * spam.el (spam-verify-bogofilter): Add new function.
17355         (spam-check-bogofilter)
17356         (spam-bogofilter-register-with-bogofilter): Use it.
17357         (spam-verify-bogofilter): Add small fixes.
17358
17359 2004-09-28  Simon Josefsson  <jas@extundo.com>
17360
17361         * hashcash.el (hashcash-generate-payment): Revert.
17362
17363 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17366         Use gnus-extract-references instead of gnus-split-references.
17367
17368         * gnus-util.el (gnus-extract-references): Add new function, analogous
17369         to gnus-split-references but extracts only the message-ID without
17370         anything extra.
17371
17372         * hashcash.el (hashcash-generate-payment)
17373         (hashcash-check-payment): Do the right thing if hashcash-path is
17374         nil (because the hashcash program could not be found).
17375
17376         * spam.el (spam-use-hashcash): Remove comment.
17377
17378 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17379
17380         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17381         (gnus-cache-enter-article, gnus-cache-remove-article)
17382         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17383
17384         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17385
17386         * gnus-art.el (article-hide-boring-headers)
17387         (article-translate-strings, article-display-face)
17388         (gnus-article-mime-match-handle-first)
17389         (gnus-article-highlight-headers)
17390         (gnus-article-add-buttons-to-head): do.
17391
17392 2004-09-27  Simon Josefsson  <jas@extundo.com>
17393
17394         * hashcash.el: New version, from
17395         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17396         ../contrib/.
17397
17398 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17401
17402 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17403
17404         * gnus-dup.el (gnus-dup-open): Use mapc.
17405         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17406
17407         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17408         Reported by Stefan Wiens <s.wi@gmx.net>.
17409
17410         * gnus.el (gnus-shutdown): Use dolist.
17411
17412         * gnus-undo.el (gnus-undo): Use mapc.
17413
17414         * nnrss.el (nnrss-generate-active): do.
17415
17416         * message.el (message-cite-original-without-signature)
17417         (message-cite-original): Use mapc.
17418         (message-do-actions, message-make-forward-subject): Use dolist.
17419
17420 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17421
17422         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17423         deletion to remove entire duplicate line.  Fixes merged article
17424         number bug.
17425
17426 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17427
17428         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17429         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17430         first ask if you want to open a server and then, even when you
17431         responded with no, asking if you want to synchronize the server's
17432         flags.
17433         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17434         multi-line expressions.
17435         (gnus-agent-synchronize-group-flags): New internal function.
17436         Updates marks in memory (in the info structure) AND in the
17437         backend.
17438
17439         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17440
17441         * nnagent.el (nnagent-request-set-mark):
17442         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17443         method, to ensure that synchronization updates marks in the
17444         backend and in the info (in memory) structure.
17445
17446 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17449         convention fully; don't miss the root article of a thread; make
17450         the X-Draft-From header with correct article numbers.
17451
17452 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17453
17454         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17455         unless plugged.  Disable the agent so that an open failure causes
17456         an error.
17457
17458         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17459         Revert 2004-09-21 change.  The backend must be opened while
17460         synchronizing flags even when the backend stores the flags
17461         locally.
17462
17463 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17464
17465         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17466         in `header' match.  Reported by Svend Tollak Munkejord.
17467
17468         * message.el (message-cite-original): Fix use of
17469         `message-cite-articles-with-x-no-archive'.
17470
17471 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17474         (gnus-window-to-buffer): Ditto.
17475
17476         * mml.el (mml-preview-buffer): New variable.
17477         (mml-preview): Manage window layout with gnus-buffer-configuration.
17478
17479         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17480         X-Draft-From header even if those articles aren't quoted.
17481
17482 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17483
17484         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17485         (gnus-request-set-mark, gnus-request-update-mark): Use new
17486         g-s-t-u-l-m to decide to use backend even when unplugged.
17487
17488 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17491         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17492
17493 2004-09-20  Simon Josefsson  <jas@extundo.com>
17494
17495         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17496         "utf-16-le".
17497
17498 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17499
17500         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17501
17502 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * uudecode.el (uudecode-use-external): Add :version.
17505
17506         * smime.el (smime-CA-file, smime-encrypt-cipher)
17507         (smime-dns-server): Add :version.
17508
17509         * smiley.el (gnus-smiley-file-types): Add :version.
17510
17511         * sha1.el (sha1-use-external): Add :version.
17512
17513         * pgg-def.el (pgg-query-keyserver): Add :version.
17514
17515         * nnmail.el (nnmail-fancy-expiry-targets)
17516         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17517         Add :version.
17518
17519         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17520         (nnimap-retrieve-groups-asynchronous): Add :version.
17521         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17522
17523         * mml.el (mml-content-disposition-parameters)
17524         (mml-insert-mime-headers-always): Add :version.
17525
17526         * mm-util.el (mm-coding-system-priorities): Add :version.
17527
17528         * mm-decode.el (mm-inline-text-html-with-images)
17529         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17530         (mm-verify-option): Add :version.
17531         (mm-text-html-renderer): Change :version.
17532
17533         * message.el (message-fcc-externalize-attachments)
17534         (message-required-headers, message-draft-headers)
17535         (message-subject-trailing-was-query)
17536         (message-subject-trailing-was-ask-regexp)
17537         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17538         (message-mark-insert-end, message-archive-header)
17539         (message-archive-note, message-cross-post-default)
17540         (message-cross-post-note, message-followup-to-note)
17541         (message-cross-post-note-function, message-use-mail-followup-to)
17542         (message-subscribed-address-functions)
17543         (message-subscribed-address-file, message-subscribed-addresses)
17544         (message-subscribed-regexps, message-allow-no-recipients)
17545         (message-yank-cited-prefix, message-signature-insert-empty-line)
17546         (message-hidden-headers, message-hierarchical-addresses)
17547         (message-mail-user-agent, message-use-idna)
17548         (message-valid-fqdn-regexp)
17549         (message-strip-special-text-properties, message-header-synonyms)
17550         (message-beginning-of-line, message-tab-body-function): Add :version.
17551         (message-insert-canlock, message-wide-reply-confirm-recipients):
17552         Change :version.
17553
17554         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17555         and :version.
17556         (mail-source-delete-old-incoming-confirm)
17557         (mail-source-movemail-program): Add :version.
17558
17559         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17560         (gnus-agent-cache, gnus-agent): Change :version.
17561
17562         * gnus-util.el (gnus-use-byte-compile): Change :version.
17563
17564         * gnus-sum.el (gnus-summary-make-false-root-always)
17565         (gnus-summary-default-high-score)
17566         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17567         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17568         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17569         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17570         (gnus-sum-thread-tree-single-indent)
17571         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17572         (gnus-sum-thread-tree-leaf-with-other)
17573         (gnus-sum-thread-tree-single-leaf): Add :version.
17574         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17575         (gnus-article-loose-mime): Change :version.
17576
17577         * gnus-start.el (gnus-backup-startup-file)
17578         (gnus-save-startup-file-via-temp-buffer): Add :version.
17579
17580         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17581         (gnus-server-offline-face): Add :version.
17582
17583         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17584
17585         * gnus-msg.el (gnus-gcc-externalize-attachments)
17586         (gnus-debug-files, gnus-debug-exclude-variables)
17587         (gnus-discouraged-post-methods): Change :version.
17588         (gnus-confirm-mail-reply-to-news)
17589         (gnus-confirm-treat-mail-like-news): Add :version.
17590
17591         * gnus-int.el (gnus-server-unopen-status): Add :version.
17592
17593         * gnus-group.el (gnus-group-jump-to-group-prompt)
17594         (gnus-large-ephemeral-newsgroup)
17595         (gnus-fetch-old-ephemeral-headers): Add :version.
17596
17597         * gnus-fun.el (gnus-x-face-directory)
17598         (gnus-convert-pbm-to-x-face-command)
17599         (gnus-convert-image-to-x-face-command)
17600         (gnus-convert-image-to-face-command): Add :version.
17601
17602         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17603
17604         * gnus-cite.el (gnus-cite-blank-line-after-header)
17605         (gnus-article-boring-faces): Add :version.
17606
17607         * gnus-art.el (gnus-buttonized-mime-types)
17608         (gnus-inhibit-mime-unbuttonizing)
17609         (gnus-treat-display-face)
17610         (gnus-treat-body-boundary): Change :version.
17611         (gnus-body-boundary-delimiter, gnus-picon-databases)
17612         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17613         (gnus-treat-date-english, gnus-treat-fold-headers)
17614         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17615         (gnus-treat-mail-picon, gnus-treat-wash-html)
17616         (gnus-article-encrypt-protocol)
17617         (gnus-use-idna, gnus-article-over-scroll)
17618         (gnus-mime-display-multipart-alternative-as-mixed)
17619         (gnus-mime-display-multipart-related-as-mixed)
17620         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17621         (gnus-ctan-url, gnus-button-ctan-handler)
17622         (gnus-button-handle-ctan-bogus-regexp)
17623         (gnus-button-ctan-directory-regexp)
17624         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17625         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17626         (gnus-button-man-level, gnus-button-emacs-level)
17627         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17628
17629         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17630         (gnus-agent-go-online): Change :version.
17631         (gnus-agent-expire-unagentized-dirs)
17632         (gnus-agent-auto-agentize-methods): Add :version.
17633
17634         * flow-fill.el (fill-flowed-display-column)
17635         (fill-flowed-encode-column): Add :version.
17636
17637         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17638         (gnus-outlook-deuglify-unwrap-max)
17639         (gnus-outlook-deuglify-cite-marks)
17640         (gnus-outlook-deuglify-unwrap-stop-chars)
17641         (gnus-outlook-deuglify-no-wrap-chars)
17642         (gnus-outlook-deuglify-attrib-cut-regexp)
17643         (gnus-outlook-deuglify-attrib-verb-regexp)
17644         (gnus-outlook-deuglify-attrib-end-regexp)
17645         (gnus-outlook-display-hook): Add :version.
17646
17647         * binhex.el (binhex-use-external): Add :version.
17648
17649 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17650
17651         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17652         and `invisible'.
17653
17654 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17657         in gnus-registry-trim.
17658
17659 2004-09-13  Simon Josefsson  <jas@extundo.com>
17660
17661         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17662
17663         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17664
17665         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17666         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17667         <yamaoka@jpl.org>.
17668         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17669         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17670         <yamaoka@jpl.org>.
17671
17672         * sieve.el (sieve-manage-mode): Ditto.
17673
17674 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17675
17676         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17677
17678 2004-09-11  Simon Josefsson  <jas@extundo.com>
17679
17680         * dns-mode.el: Add.
17681
17682         * mm-view.el (mm-display-dns-inline): Add.
17683
17684         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17685         (mm-automatic-display): Ditto.
17686
17687         * mailcap.el (mailcap-mime-data): Add text/dns.
17688         (mailcap-mime-extensions): Map .soa to text/dns.
17689
17690 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17691
17692         * gnus-art.el (article-decode-mime-words, article-babel)
17693         (gnus-article-highlight-signature, gnus-article-add-buttons)
17694         (gnus-signature-toggle): Remove unnecessary bindings of
17695         `inhibit-read-only' inherited from v5.10 merge.
17696
17697 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17698
17699         * nntp.el (nntp): New customization group.
17700         (nntp-authinfo-file): Add customization group.
17701
17702         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17703
17704         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17705
17706         * gnus.el (to-address, to-list, subscribed)
17707         (large-newsgroup-initial): Ditto.
17708
17709         * flow-fill.el (fill-flowed-display-column)
17710         (fill-flowed-encode-column): Ditto.
17711
17712 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17713
17714         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17715         Use point-min rather than 1.
17716         (message-send-mail): Use buffer-size rather than point-max.
17717
17718         * gnus-sum.el (gnus-summary-search-article-forward):
17719         Signal a specific `search-failed' rather than a generic `error'.
17720
17721         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17722         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17723         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17724
17725 2004-09-10  Simon Josefsson  <jas@extundo.com>
17726
17727         * nndb.el (require): Remove tcp and duplicate cl.
17728
17729 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-agent.el (directory-files-and-attributes): Move forward.
17732
17733 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17734
17735         * gnus-agent.el (directory-files-and-attributes):
17736         Optionally defined to support XEmacs.
17737
17738 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17739
17740         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17741         to avoid run-time CL dependencies.
17742         (gnus-agent-unfetch-articles): New function.
17743         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17744         article numbers even when local .overview file is missing.
17745         (gnus-agent-read-article-number): New function.  Only accepts
17746         27-bit article numbers.
17747         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17748         Use gnus-agent-read-article-number.
17749         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17750         from backend while recognizing that article numbers in .overview
17751         must be valid.
17752         (gnus-agent-update-files-total-fetched-for):
17753         Use directory-files-and-attributes to improve performance.
17754         * gnus-int.el (gnus-request-move-article):
17755         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17756         improve performance.
17757
17758         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17759         some users confused by references to .newsrc when they only have a
17760         .newsrc.eld file.
17761         (gnus-convert-mark-converter-prompt)
17762         (gnus-convert-converter-needs-prompt): Fix use of property list.
17763         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17764         New function.  Used internally to only display 'gnus converting
17765         files' message when actually necessary.
17766
17767         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17768         methods now autoloaded.
17769
17770 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17773         identifiers.
17774
17775 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * gnus-picon.el: Fix indentation and closing parenthesis.
17778
17779 2004-09-01  Simon Josefsson  <jas@extundo.com>
17780
17781         * message.el (message-canlock-generate): Require sha1, not
17782         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17783         to require within a function.  Sadly, if sha1.el isn't loaded, the
17784         let binding in m-c-g will hide the defcustom definition, which is
17785         bad.)
17786
17787         * canlock.el: Require sha1, not sha1-el.
17788
17789         * message.el: Don't autoload sha1 (there is a autoload cookie in
17790         sha1.el).
17791
17792         * sha1-el.el: Rename to sha1.el.
17793
17794 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17795
17796         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17797
17798 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17799
17800         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17801
17802 2004-08-30  Kim F. Storm  <storm@cua.dk>
17803
17804         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17805
17806         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17807         Add :group 'nnimap.
17808
17809 2004-08-30  Andreas Schwab  <schwab@suse.de>
17810
17811         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17812         ?* and ?\;.
17813
17814         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17815         and ?\' to symbol instead of whitespace.
17816
17817 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17820
17821         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17822         instead of re-search-forward.
17823
17824         * gnus-uu.el (gnus-uu-save-article): Ditto.
17825         (gnus-uu-post-encode-uuencode): Ditto.
17826
17827         * html2text.el (html2text-clean-list-items): Ditto.
17828         (html2text-clean-dtdd): Ditto.
17829         (html2text-format-tags): Ditto.
17830
17831         * message.el (message-send-mail-with-sendmail): Fix regexp.
17832         (message-fill-field-general): Use search-forward instead of
17833         re-search-forward.
17834         (unbold-region): Ditto.
17835
17836         * nnrss.el (nnrss-request-article): Ditto.
17837
17838         * nnslashdot.el (nnslashdot-request-article): Ditto.
17839
17840         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17841
17842         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17843         "Unrecognized menu descriptor" error in XEmacs.
17844
17845 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17846
17847         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17848         parent article of a sparse article in the thread hashtb.
17849
17850 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17851
17852         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17853         (nnmail-expand-newtext): Lowercase expanded entries if
17854         nnmail-split-lowercase-expanded is non-nil.
17855
17856 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17859
17860         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17861         of gnus-tmp-news-method into string under XEmacs.  It will be
17862         passed to gnus-correct-length which takes only a string argument.
17863
17864 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * gnus-util.el (gnus-bind-print-variables): New macro.
17867         (gnus-prin1): Use it.
17868         (gnus-prin1-to-string): Use it.
17869         (gnus-pp): New function.
17870         (gnus-pp-to-string): New function.
17871
17872         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17873         Replace pp-to-string with gnus-pp-to-string.
17874         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17875         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17876         * gnus-msg.el (gnus-debug): Ditto.
17877         * gnus-score.el (gnus-score-save): Ditto.
17878         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17879         gnus-pp-to-string.
17880         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17881         with gnus-pp.
17882         * score-mode.el (gnus-score-pretty-print): Ditto.
17883         * webmail.el (webmail-debug): Ditto.
17884
17885 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-art.el (article-display-face, article-display-x-face):
17888         Use buffer-read-only.
17889
17890 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-art.el (article-hide-list-identifiers):
17893         Bind inhibit-read-only as t.
17894
17895 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17896
17897         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17898
17899 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17900
17901         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17902         (gnus-narrow-to-page): Don't assume point-min == 1.
17903         (gnus-article-edit-mode): Derive from message-mode.
17904
17905         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17906         point-min == 1.
17907
17908         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17909         Disable incorrect use of `assert'.
17910
17911         * message.el (message-mode): Set comment-start-skip.
17912
17913
17914 2004-08-22  Sam Steingold  <sds@gnu.org>
17915
17916         * pop3.el (pop3-leave-mail-on-server): New user variable.
17917         (pop3-movemail): Delete mail only when it is nil.
17918
17919 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17920
17921         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17922
17923         * mml.el (mml-preview): Use `pop-to-buffer'.
17924
17925         * message.el (message-goto-mail-followup-to): Insert after "To".
17926         (message-carefully-insert-headers): Add comment.
17927
17928         * gnus.el: Remove unused variable `gnus-article-check-size'.
17929
17930         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17931
17932         * gnus-art.el (gnus-button-alist):
17933         Improve `gnus-button-handle-library' entry.
17934
17935 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17936
17937         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17938         Use downcase, since XEmacs capitalizes error messages differently.
17939
17940 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17941
17942         * nntp.el: Add (require 'gnus) due to reference to
17943         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17944
17945 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17946
17947         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17948         Bind `mm-fill-flowed'.
17949
17950         * mm-decode.el (mm-dissect-singlepart): Check it.
17951
17952 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17953
17954         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17955         'imap' for netrc parsing.
17956
17957 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17958
17959         * mailcap.el (mailcap-mime-data): Mark as risky.
17960
17961 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17964         may be included in the encoded word.
17965         (rfc2047-encode): Don't append a space if the encoded word
17966         includes close parenthesis.
17967
17968 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17971         of text within parentheses.
17972
17973 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17976         (gnus-encrypt-write-file-contents): Make the password key the file
17977         name PLUS the cipher, not just the cipher.  Also remove failed
17978         passwords from the cache.
17979
17980 2004-08-06  Simon Josefsson  <jas@extundo.com>
17981
17982         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17983         Doc fix.
17984
17985 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17988         LWSP.
17989
17990 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17993         Try to append in-reply-to: data to the references: header.
17994
17995         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17996         (netrc-parse): Use gnus-encrypt.el functions.
17997
17998         * gnus-encrypt.el: Add new file for encryption support; currently
17999         does only a few GPG ciphers and an internal XOR cipher.
18000
18001         * password.el: Add comments on using password-read-and-add.
18002         (password-read-and-add): Add function to read and add the
18003         password to the cache at once.
18004
18005 2004-07-28  Simon Josefsson  <jas@extundo.com>
18006
18007         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18008         parameter (but don't use it, for now).
18009
18010         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18011         instead of hard coding to nil.
18012
18013 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18016         as mm-inline-image-xemacs does.
18017
18018 2004-07-26  Simon Josefsson  <jas@extundo.com>
18019
18020         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18021         Revert part of 2004-07-17 change below.
18022
18023 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18026         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18027
18028 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18031         quotes that actually start with ">" at the beginning of the
18032         lines.
18033
18034 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * rfc2047.el (rfc2047-encode-region): Fix last change.
18037         (rfc2047-encode-parameter): Remove useless concat.
18038
18039 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18042         encode special characters; fix some kind of misconfigured headers;
18043         signal a real error if debug-on-quit or debug-on-error is non-nil.
18044         (rfc2047-encode-max-chars): New variable.
18045         (rfc2047-encode-1): Use it.
18046         (rfc2047-encode-parameter): New function.
18047
18048         * mml.el (mml-insert-parameter): Remove an excessive space.
18049
18050 2004-07-17  Simon Josefsson  <jas@extundo.com>
18051
18052         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18053         Kai Grossjohann <kai@emptydomain.de>.
18054         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18055         (gnus-group-make-menu-bar): Ditto.
18056
18057         * gnus-util.el (gnus-group-server): Add.
18058
18059 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18060
18061         * message.el (message-clone-locals): Clone sendmail and smtp
18062         variables.
18063
18064 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * rfc2047.el (rfc2047-encode-region): Fix last change.
18067
18068 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18071         characters as non-special.
18072
18073 2004-07-09  Simon Josefsson  <jas@extundo.com>
18074
18075         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18076         Users will lose all flag changes made while unplugged with
18077         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18078         good default.  See numerous reports on ding mailing list.
18079
18080 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18083         add generate-head-function and generate-article-function to the
18084         rfc822-forward entry.
18085         (nndoc-rfc822-forward-generate-article): New function.
18086         (nndoc-rfc822-forward-generate-head): New function.
18087
18088         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18089
18090 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18091
18092         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18093         respect display group parameter and gnus-summary-expunge-below.
18094         (gnus-articles-to-read): Remove unused reference to display group
18095         parameter.
18096
18097 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18098
18099         * nnheader.el (nnheader-uniquify-message-id): New experimental
18100         variable.
18101         (nnheader-nov-read-message-id): Use it.
18102
18103         * spam-report.el (spam-report-gmane): Add interactive.
18104
18105 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * mm-encode.el (mm-content-transfer-encoding-defaults):
18108         Use qp-or-base64 for the application/* types.
18109
18110 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18111
18112         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18113
18114 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18115
18116         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18117         trim value.
18118
18119 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18120
18121         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18122         New macro and function.
18123         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18124
18125 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18128         after-load-alist.
18129
18130 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18131
18132         * gnus-group.el (gnus-group-get-new-news-this-group):
18133         Don't update info that isn't there.
18134
18135 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18136
18137         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18138         entry.
18139
18140 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * mm-view.el (mm-inline-render-with-function): Use multibyte
18143         buffer; decode html source by charset.
18144
18145         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18146
18147         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18148         Mule-UCS is loaded under XEmacs.
18149         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18150
18151 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18152
18153         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18154
18155 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * mm-util.el (mm-coding-system-p): Return a coding-system.
18158         (mm-mime-mule-charset-alist): Use shift_jis instead of
18159         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18160         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18161         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18162         instead of japanese-shift-jis and iso-latin-1 respectively in
18163         order to share the default value with both Emacs and XEmacs-mule.
18164         (mm-mule-charset-to-mime-charset):
18165         Make mm-coding-system-priorities effective.
18166         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18167         while predicating of candidates upon the priorities.
18168
18169 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18170
18171         * gnus-sum.el (gnus-summary-make-menu-bar):
18172         Add gnus-uu-invert-processable.
18173
18174         * gnus.el: Autoload gnus-uu-invert-processable.
18175
18176 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * mm-util.el (mm-with-multibyte-buffer): New macro.
18179
18180         * rfc2047.el (rfc2047-encode-string): Use it.
18181         (rfc2047-encode-region): Move point to the end of the region after
18182         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18183
18184 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18187         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18188
18189 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18192         (gnus-cite-parse): Ignore quoted envelope From_.
18193         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18194
18195 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18196
18197         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18198         invalid addresses.
18199
18200 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * spam.el: Change section markers, revise TODO list.
18203         (spam-backends): Make new master list of all installed backends.
18204         (spam-summary-exit-behavior): Add new variable to determine how
18205         messages moves are done at summary exit.
18206         (spam-move-spam-nonspam-groups-only)
18207         (spam-process-ham-in-nonham-groups)
18208         (spam-process-ham-in-spam-groups): Remove variables, the
18209         spam-summary-exit-behavior variable should be used to manage this
18210         behavior.
18211         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18212         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18213         and spam-old-spam-articles.
18214         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18215         Add empty variables, placeholders for the backends they represent.
18216         (spam-set-difference): Move, unchanged.
18217         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18218         unless the user has a processor variable.
18219         (spam-classifications, spam-classification-valid-p)
18220         (spam-backend-properties, spam-backend-property-valid-p)
18221         (spam-backend-function-type-valid-p)
18222         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18223         (spam-report-articles-gmane, spam-report-articles-resend):
18224         Remove functions, they are not needed.
18225         (spam-install-backend-super, spam-backend-list)
18226         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18227         (spam-backend-function, spam-backend-ham-registration-function)
18228         (spam-backend-spam-registration-function)
18229         (spam-backend-ham-unregistration-function)
18230         (spam-backend-spam-unregistration-function)
18231         (spam-backend-statistical-p, spam-backend-mover-p)
18232         (spam-install-backend-alias, spam-install-checkonly-backend)
18233         (spam-install-mover-backend, spam-install-nocheck-backend)
18234         (spam-install-backend, spam-install-statistical-backend)
18235         (spam-install-statistical-checkonly-backend): Add backend installation
18236         support.
18237         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18238         (spam-group-processor-p): Use the new backend code and respect the
18239         summary exit behavior.
18240         (spam-mark-spam-as-expired-and-move-routine): Remove.
18241         (spam-summary-prepare): Change to use the new spam-old-articles
18242         variable.
18243         (spam-copy-or-move-routine, spam-copy-spam-routine)
18244         (spam-move-spam-routine, spam-copy-ham-routine)
18245         (spam-move-ham-routine): Add code to copy/move ham or spam.
18246         (spam-fetch-field-fast): Improve doc and code, plus allow the
18247         'number request.
18248         (spam-list-of-checks, spam-list-of-statistical-checks):
18249         Remove variables.
18250         (spam-split, spam-find-spam): Use the new backend code.
18251         (spam-registration-functions): Remove variable.
18252         (spam-unregister-routine): Add convenience wrapper.
18253         (spam-log-undo-registration, spam-register-routine)
18254         (spam-log-processing-to-registry)
18255         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18256         where possible.
18257         (spam-check-gmane-xref, spam-check-regex-headers)
18258         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18259         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18260         (spam-check-bogofilter-headers, spam-check-spamoracle)
18261         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18262         (spam-check-crm114-headers): Use the spam-split-group that
18263         spam-split prepares, no need to determine it every time.
18264
18265         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18266         to the nnheader-parse-naked-head call.
18267
18268         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18269
18270         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18271         the nnheader-nov-read-message-id call.
18272
18273 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18276         gnus-activate-group twice.  Suggested by Markus Peter
18277         <warp@spin.de>.
18278
18279 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-art.el (gnus-article-time-format): Exchange the order of
18282         day and month in the default value; fix customization type.
18283         (article-date-ut): Use add-text-properties.
18284         (article-make-date-line): Use message-make-date instead of
18285         current-time-string.
18286
18287         * message.el (message-fetch-field): Don't use set-text-properties.
18288         (message-make-date): Simplify.
18289
18290         * messagexmas.el (message-xmas-make-date): New function.
18291         (message-xmas-redefine): Defalias message-make-date to it.
18292
18293 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18296         (rfc2047-encode-region): Treat text within parentheses as special;
18297         show the original text when error has occurred.
18298
18299         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18300         already-computed method to gnus-activate-group.
18301
18302         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18303         same select-methods identical Lisp objects.
18304
18305         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18306         object when modifying the info.
18307
18308 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18311         gnus-opened-servers since it has never been opened with the new
18312         configuration yet.
18313
18314 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18317         arg to nnheader-generate-fake-message-id.
18318
18319 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18320
18321         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18322         number and build a fake message ID localized to a group and
18323         article number (so it's repeatable from that point on).
18324         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18325         ID format.
18326
18327         * gnus-sum.el (gnus-get-newsgroup-headers):
18328         Call nnheader-generate-fake-message-id with the article number.
18329
18330 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18331
18332         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18333         end-of-buffer.
18334
18335 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18336
18337         * message.el (message-ignored-supersedes-headers): Add Approved.
18338
18339 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18342         goto-char.
18343         (rfc2047-encode): Fold the line before encoding.
18344
18345 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18348         folding -- not all headers can be folded, and this should be done
18349         by the message composition mode.  Probably.  I think.
18350
18351 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18354         fast.
18355
18356         * gnus-ems.el (gnus-remove-image): Don't use
18357         message-text-with-property; remove only the image found first.
18358
18359         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18360         found first.
18361
18362 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18365
18366 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * message.el (message-text-with-property): Make it fast and accept
18369         optional arguments.
18370         (message-strip-forbidden-properties): Use it.
18371         (message-fix-before-sending): Follow the m-t-w-p change.
18372
18373         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18374
18375 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * gnus-art.el (article-hide-headers): Don't change the buffer
18378         mistakenly when performing mml-preview even if
18379         gnus-single-article-buffer is nil.
18380
18381 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18382
18383         * message.el (message-expand-name-databases): New user option.
18384         (message-expand-name): Use it.
18385
18386 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18387
18388         * spam.el (spam-report-articles-resend)
18389         (spam-report-resend-register-routine): Allow ham reporting.
18390         (spam-report-resend-register-ham-routine): Add wrapper.
18391         (spam-registration-functions): Add ham resending functions.
18392         (spam-list-of-processors): Add ham resend processor.
18393
18394         * gnus.el (ham-resend-to): Add new group parameter.
18395         (spam-process): Add ham resend option.
18396
18397         * spam-report.el (spam-report-resend): Allow reporting ham.
18398         (spam-report-resend-ham): Add wrapper.
18399
18400 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18401
18402         * message.el (message-cite-articles-with-x-no-archive):
18403         New variable.
18404         (message-cite-original): Use it.
18405
18406 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18407
18408         * message.el (message-cite-original): Respect X-No-Archive.
18409
18410 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-art.el (article-hide-headers): Refer to the values for
18413         gnus-ignored-headers and gnus-visible-headers in the summary
18414         buffer since a user may have set them as group parameters.
18415
18416 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18417
18418         * assistant.el (assistant-node-name): Add convenience function.
18419         (assistant-render-text, assistant-render-node): Add error handling,
18420         plus handle multiple next nodes.
18421         (assistant-find-next-node): Comment out for now.
18422         (assistant-find-next-nodes): Add function, returns list of next
18423         nodes.
18424
18425 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18426
18427         * mail-source.el (mail-source-directory): Fix doc-string.
18428
18429 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18430
18431         * assistant.el (assistant-render-text, assistant-eval): Add :set
18432         widget type, which is different because it takes and returns a
18433         list.  Much hilarity ensues.
18434
18435 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18438
18439         * gnus-group.el (gnus-group-get-new-news-this-group):
18440         Add doc-string.
18441
18442         * gnus-start.el (gnus-activate-group): Add doc-string.
18443
18444 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18447
18448 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18449
18450         * assistant.el (assistant-render-text): Try to add a :set
18451         widget, more to come.
18452
18453         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18454         strings.
18455         (spam-report-articles-resend)
18456         (spam-register-routine): Do registration iff any articles warrant
18457         it.
18458         (spam-summary-prepare-exit): Change log message for nil group
18459         destinations.
18460
18461 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18462
18463         * spam.el (spam-report-resend-register-routine):
18464         Allow spam-report-resend-to to be a group parameter or a global value.
18465
18466 2004-05-26  Simon Josefsson  <jas@extundo.com>
18467
18468         * starttls.el: Merge with my GNUTLS based starttls.el.
18469         (starttls-gnutls-program, starttls-use-gnutls)
18470         (starttls-extra-arguments, starttls-process-connection-type)
18471         (starttls-connect, starttls-failure, starttls-success):
18472         New variables.
18473         (starttls-program, starttls-extra-args): Doc fix.
18474         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18475         New functions.
18476         (starttls-negotiate, starttls-open-stream):
18477         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18478         function if it is set.
18479
18480 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18483         structured fields.
18484
18485 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18488
18489 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18490
18491         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18492         Add variable.
18493         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18494         assigning the spam-mark to new messages.
18495
18496 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18497
18498         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18499
18500 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18503
18504         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18505         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18506         default.
18507
18508 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18509
18510         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18511         correct data.
18512
18513 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18514
18515         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18516         (spam-group-processor-p): Fix function.
18517         (spam-group-processor-multiple-p)
18518         (spam-group-spam-processor-report-gmane-p)
18519         (spam-group-spam-processor-report-resend-p)
18520         (spam-group-spam-processor-bogofilter-p)
18521         (spam-group-spam-processor-blacklist-p)
18522         (spam-group-spam-processor-ifile-p)
18523         (spam-group-ham-processor-ifile-p)
18524         (spam-group-spam-processor-spamoracle-p)
18525         (spam-group-spam-processor-crm114-p)
18526         (spam-group-ham-processor-bogofilter-p)
18527         (spam-group-spam-processor-stat-p)
18528         (spam-group-ham-processor-stat-p)
18529         (spam-group-ham-processor-whitelist-p)
18530         (spam-group-ham-processor-BBDB-p)
18531         (spam-group-ham-processor-spamoracle-p)
18532         (spam-group-ham-processor-copy-p): Remove functions with some
18533         prejudice against unneeded code.
18534         (spam-report-articles-resend)
18535         (spam-report-resend-register-routine): Allow the group/topic
18536         spam-resend-to value to override spam-report-resend-to.
18537         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18538         properly now.
18539
18540         * gnus.el (spam-resend-to): Add group/topic parameter.
18541         (spam-process): Move the OBSOLETE processors to the end of the
18542         choices.
18543
18544 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18545
18546         * spam-report.el (spam-report-resend-to, spam-report-resend):
18547         Start with resend-to set to nil, and then ask the user if necessary.
18548         (spam-report-resend): spam-report-resend takes a list of articles, not
18549         separate article numbers.
18550
18551 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18554         addition to emacs-w3m.
18555
18556 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18557
18558         * assistant.el (assistant-authinfo-data): New function.
18559         (assistant-eval): Eval for entire assistant.
18560
18561         * netrc.el (netrc-services-file): New variable.
18562         (netrc-parse-services): New function.
18563         (netrc-find-service-name): New function.
18564         (netrc-find-service-number): New function.
18565         (netrc-port-equal): New function.
18566         (netrc-machine): Use it.
18567
18568         * nnimap.el (nnimap-open-connection): Use netrc.
18569
18570         * gnus-util.el (gnus-netrc-get): Remove aliases.
18571
18572         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18573
18574         * assistant.el (wid-edit): Fix compilation.
18575
18576         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18577
18578 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18579
18580         * gnus-util.el (gnus-set-file-modes): New function.  (small
18581         patch).
18582
18583 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584
18585         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18586
18587         * assistant.el (assistant-render-node): Fix up rendering and
18588         read-only text.
18589         (assistant-render-node): Reset.
18590         (assistant-make-read-only): Not sticky.
18591
18592 2004-05-20  Danny Siu  <dsiu@adobe.com>
18593
18594         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18595         centered even when gnus-auto-center-summary is t.
18596
18597 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18598
18599         * dns.el (dns-get-txt-answer): New function.
18600         (dns-read-txt): Ditto.
18601         (query-dns): Use it.
18602
18603 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18606         active for foreign groups even if the group level is higher than
18607         the specified value.
18608
18609 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18610
18611         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18612         non-active groups.
18613
18614         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18615
18616 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18617
18618         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18619
18620 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18621
18622         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18623         (spam-crm114-header, spam-crm114-spam-switch)
18624         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18625         (spam-crm114-positive-spam-header)
18626         (spam-crm114-database-directory, spam-list-of-processors)
18627         (spam-group-spam-processor-crm114-p)
18628         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18629         (spam-generic-score, spam-list-of-checks)
18630         (spam-list-of-statistical-checks, spam-registration-functions)
18631         (spam-check-crm114-headers, spam-crm114-score)
18632         (spam-check-crm114, spam-crm114-register-with-crm114)
18633         (spam-crm114-register-spam-routine)
18634         (spam-crm114-unregister-spam-routine)
18635         (spam-crm114-register-ham-routine)
18636         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18637         From asjo@koldfront.dk (Adam Sjøgren).
18638
18639         * gnus.el: Add spam-use-crm114.
18640
18641         * spam.el (spam-list-of-processors, spam-registration-functions):
18642         Add spam-use-resend.
18643         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18644         (spam-report-articles-gmane): Add doc fix.
18645         (spam-report-articles-resend, spam-report-resend-register-routine):
18646         Add wrappers around spam-report-resend-to.
18647
18648         * spam-report.el (spam-report-resend-to, spam-report-resend):
18649         Add support for resending spam.
18650         (spam-report-gmane): Fix line length >80.
18651
18652         * gnus.el (spam-process): Add spam-use-resend.
18653
18654 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18655
18656         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18657         number of processed spam messages.
18658         (spam-ham-copy-or-move-routine): Return the number of processed
18659         ham messages.
18660         (spam-summary-prepare-exit): Use the above values to decide
18661         whether status messages shouled be displayed.
18662
18663 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18666         `rfc2047-encoding-function-alist' in order to avoid conflicting
18667         with the old version.
18668         (rfc2047-encode-region): Concatenate words containing non-ASCII
18669         characters in structured fields; don't encode space-delimited
18670         ASCII words even in unstructured fields; don't break words at
18671         char-category boundaries.
18672         (rfc2047-encode-1): New function.
18673         (rfc2047-encode): Use it; encode text so that it occupies the
18674         maximum width within 76-column; work correctly on Q encoding for
18675         iso-2022-* charsets.
18676         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18677         sure not to break a line just after the header name.
18678         (rfc2047-b-encode-region): Remove.
18679         (rfc2047-b-encode-string): New function.
18680         (rfc2047-q-encode-region): Remove.
18681         (rfc2047-q-encode-string): New function.
18682
18683         * mm-util.el (mm-replace-in-string): New function.
18684
18685 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18686
18687         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18688         Really get it right.
18689         (gnus-inews-make-draft): Really.
18690
18691 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18692
18693         * nnmh.el (nnmh-request-list-1): Don't check the link count
18694         before descending.  (small patch)
18695
18696 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18699         stuff.
18700
18701         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18702         Match on real group name.
18703
18704         * gnus-art.el (gnus-signature-limit): Doc fix.
18705
18706         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18707
18708         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18709
18710 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18711
18712         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18713         isn't a string.
18714
18715 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18716
18717         * gnus-draft.el (gnus-draft-send):
18718         Bind rfc2047-encode-encoded-words.
18719
18720         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18721         (rfc2047-encodable-p): Say that =? needs encoding.
18722         (rfc2047-encode-encoded-words): New variable.
18723
18724         * gnus-group.el (gnus-group-select-group): Doc fix.
18725
18726         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18727
18728         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18729         to nil.
18730
18731         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18732
18733         * nnheader.el (nnheader-get-lines-and-char): New function.
18734
18735 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gnus-msg.el (gnus-summary-followup-with-original):
18738         Document yanking of region when active.
18739
18740 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18743         groups if the group level is higher than the specified value.
18744
18745 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18748         (gnus-group-jump-to-group): Add prefix argument using
18749         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18750         non-active group.
18751
18752         * compface.el (uncompface): Be verbose when changing
18753         `uncompface-use-external'.
18754
18755         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18756         handle manual section.
18757
18758 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18759
18760         * gnus-art.el (gnus-button-alist): Revert previous change.
18761
18762 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18765
18766 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18769         whether backend can accept message.
18770
18771         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18772
18773 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18774
18775         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18776         Avoid creating directory when nntp-marks-is-evil is true.
18777         Reported by Reiner Steib.
18778
18779 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-picon.el (gnus-picon-style): New variable.
18782         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18783         (gnus-picon-transform-address): Support `gnus-picon-style'.
18784         From Jesper Harder <harder@ifa.au.dk>.
18785
18786 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18787
18788         * message.el (message-fill-field): Return point.
18789         (message-generate-headers): Go to end of field.
18790
18791         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18792         stuff for non-living groups.
18793
18794 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18795
18796         * gnus-art.el (gnus-article-followup-with-original)
18797         (gnus-article-reply-with-original): gnus-mark-active-p ->
18798         gnus-region-active-p.
18799
18800 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18803         only when there is spam or ham to be processed.
18804
18805 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806
18807         * mail-source.el (mail-source-delete-crash-box): Refactor.
18808         (mail-source-fetch): Use it.
18809         (mail-source-fetch-file): Ditto.
18810         (mail-source-fetch-directory): Run postscript in loop.
18811         (mail-source-fetch-pop): Delete.
18812         (mail-source-fetch-maildir): Ditto.
18813         (mail-source-fetch-imap): Ditto.
18814
18815         * imap.el (imap-authenticators): Comment out sasl.
18816
18817         * message.el (message-skip-to-next-address): New function.
18818         (message-fill-header-address): Refactor.
18819         (message-fill-address): Use it.
18820         (message-delete-address): Use it.
18821         (message-fill-header-general): Refactor.
18822         (message-fill-field-address): Rename.
18823         (message-narrow-to-field): Find the start of the header.
18824         (message-header-format-alist): Don't pre-fill.
18825         (message-fill-header): Remove.
18826         (message-insert-header): New function.
18827         (message-shorten-references): Use it.
18828
18829         * rfc2047.el (rfc2047-field-value): Strip props.
18830
18831         * mail-parse.el (mail-header-make-address): New alias.
18832
18833         * ietf-drums.el (ietf-drums-make-address): New function.
18834
18835         * imap.el: Add compiler directives.
18836
18837         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18838
18839         * gnus-art.el (article-decode-idna-rhs): Don't use
18840         message-idna-inside-rhs-p.
18841
18842 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18843
18844         * message.el (message-idna-inside-rhs-p): Remove.
18845         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18846
18847         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18848         false positives.
18849
18850 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18851
18852         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18853
18854 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18855
18856         * nneething.el (nneething-file-name): Don't create spurious
18857         files.
18858
18859         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18860         (gnus-inews-do-gcc): Remove sleep.
18861
18862         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18863         part under point.
18864
18865         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18866         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18867
18868 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18869
18870         * spam.el (spam-summary-prepare-exit): Fix (length).
18871
18872 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18873
18874         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18875         as expired without moving it" message when there are spam
18876         messages left.
18877
18878 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18879
18880         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18881         header is not nil.
18882
18883 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18884
18885         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18886         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18887         (nntp-marks-changed-p): New arg SERVER.
18888         (nntp-request-update-info): Adjust caller.
18889
18890 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18891
18892         * nntp.el (nntp-save-marks): Pass missing arg.
18893
18894 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18895
18896         * nntp.el: Support marks.
18897         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18898         (nntp-marks-modtime, nntp-marks-directory): New variables.
18899         (nntp-request-set-mark, nntp-request-update-info)
18900         (nntp-possibly-create-directory, nntp-marks-changed-p)
18901         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18902         New functions.
18903
18904 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18905
18906         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18907         (gnus-xmas-redefine): Rename.
18908
18909         * gnus-score.el (gnus-score-insert-help):
18910         Use gnus-select-lowest-window.
18911
18912         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18913         appt-select-lowest-window and rename to gnus-select-lowest-window.
18914
18915         * gnus.el: do.
18916
18917 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18918
18919         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18920         encodings of MIME-encoded words, in order to improve
18921         interoperability with several broken MUAs.
18922
18923 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18924
18925         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18926         tags, only when charsets are not specified in headers.
18927         (mm-inline-text-html-render-with-w3m): Ditto.
18928
18929         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18930         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18931
18932 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18933
18934         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18935         instead of MIME-decoded from fields when checking
18936         `gnus-article-address-banner-alist'.
18937
18938 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18939
18940         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18941         description rather than subject.
18942
18943 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18944
18945         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18946
18947 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18948
18949         * gnus.el (gnus-version-number): Bump.
18950
18951 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18952
18953         * gnus.el: No Gnus v0.2 is released.
18954
18955 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956
18957         * gnus-agent.el (gnus-agent-read-agentview):
18958         Inline gnus-uncompress-range.
18959
18960 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18961
18962         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18963         `exec-installed-p'.
18964
18965 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18966
18967         * gnus.el (spam-process, spam-autodetect-methods):
18968         Add bsfilter and bsfilter-headers.
18969
18970         * spam.el (spam-bsfilter): New customize group.
18971         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18972         (spam-bsfilter-header, spam-bsfilter-probability-header)
18973         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18974         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18975         (spam-bsfilter-database-directory): New options.
18976         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18977         (spam-list-of-statistical-checks, spam-registration-functions):
18978         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18979         (spam-bsfilter-score): New command.
18980         (spam-check-bsfilter-headers, spam-check-bsfilter)
18981         (spam-bsfilter-register-with-bsfilter)
18982         (spam-bsfilter-register-spam-routine)
18983         (spam-bsfilter-unregister-spam-routine)
18984         (spam-bsfilter-register-ham-routine)
18985         (spam-bsfilter-unregister-ham-routine): New functions.
18986         (spam-generic-score): Support bsfilter; Accept an optional argument
18987         to recalcurate spam score even if scoring header has already been
18988         added.
18989         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18990         optional argument to recalcurate spam score even if scoring header
18991         has already been added.
18992
18993 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18994
18995         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18996         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18997         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18998         link is missing.
18999
19000 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19001
19002         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19003         (html2text-get-attr): Rewrite.
19004
19005         * message.el (message-setup-1): Remove redundant put-text-property
19006         on mail-header-separator.
19007
19008 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19009
19010         * gnus-registry.el (gnus-registry-cache-whitespace)
19011         (gnus-registry-action, gnus-registry-spool-action)
19012         (gnus-registry-split-fancy-with-parent): Change message levels
19013         from 5 to 3 or 7, as needed.
19014
19015         * spam.el (spam-summary-prepare-exit)
19016         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19017         (spam-split, spam-find-spam, spam-log-undo-registration)
19018         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19019         level from 5 to 6.
19020
19021 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19024         2004-03-04 change).
19025
19026 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19027
19028         * sieve-manage.el (sieve-manage-open):
19029         * nnweb.el (nnweb-insert-html):
19030         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19031         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19032         * nnspool.el (nnspool-request-group):
19033         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19034         * nnml.el (nnml-request-update-info):
19035         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19036         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19037         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19038         (nnimap-request-set-mark):
19039         * nnfolder.el (nnfolder-request-update-info):
19040         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19041         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19042         * gnus-uu.el (gnus-uu-find-articles-matching):
19043         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19044         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19045         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19046         * gnus-nocem.el (gnus-nocem-scan-groups):
19047         * gnus-int.el (gnus-start-news-server):
19048         * gnus-group.el (gnus-group-make-kiboze-group)
19049         (gnus-group-browse-foreign-server):
19050         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19051         Use mapc when appropriate.
19052
19053 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19054
19055         FIXME: Make separate entries for each person.
19056
19057         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19058         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19059         <shields@msrl.com>:
19060
19061         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19062         may need for spam sorting and scoring.
19063         (spam-user-format-function-S): Add user format function suitable for
19064         general use.
19065         (spam-article-sort-by-spam-status): Add sorting function for summary
19066         sorting.
19067         (spam-extra-header-to-number): Add function to get a score from a
19068         header.
19069         (spam-summary-score): Add function to get a numeric score from the
19070         headers.
19071         (spam-generic-score): Fix function doc, was in wrong place.
19072         (spam-initialize): Take symbols when it's run, and install the
19073         extra headers that spam-necessary-extra-headers thinks we need.
19074
19075 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19076
19077         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19078         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19079
19080 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19081
19082         * gnus-sum.el (gnus-set-global-variables)
19083         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19084         (gnus-article-get-xrefs, gnus-summary-best-group)
19085         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19086         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19087         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19088         Use with-current-buffer.
19089
19090 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19091
19092         * spam.el (spam-summary-prepare-exit): Simplify logic.
19093         (spam-fetch-article-header): Read the article header if it's not
19094         available.
19095         (spam-list-articles): Simplify logic.
19096         (spam-filelist-register-routine): Fix bug with unregister-list.
19097
19098         * gnus-registry.el: Fix comments at beginning.
19099
19100 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19101
19102         * message.el (message-cater-to-broken-inn): Remove.
19103         (message-shorten-references): Make sure the total folded length of
19104         References is shorter than 998 characters to cater to a bug in INN
19105         2.3.  Also, don't pretend that references aren't folded -- this
19106         hasn't worked for a while.
19107
19108 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19109
19110         * gnus-agent.el (gnus-agentize):
19111         gnus-agent-send-mail-real-function no longer set to current value
19112         of message-send-mail-function but rather a lambda that calls
19113         message-send-mail-function.  The change makes the agent real-time
19114         responsive to user changes to message-send-mail-function.
19115
19116 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19117
19118         * legacy-gnus-agent.el
19119         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19120         help from Florian Weimer <fw@deneb.enyo.de>
19121
19122 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * nnmail.el (nnmail-cache-insert): Revert last change.
19125
19126 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * nnmail.el (nnmail-cache-insert): Always check whether
19129         nnmail-cache-ignore-groups matches a group name.
19130
19131 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19132
19133         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19134         (spam-find-spam, spam-log-processing-to-registry)
19135         (spam-log-registered-p, spam-log-unregistration-needed-p)
19136         (spam-log-undo-registration): Use gnus-message instead of
19137         gnus-error, none of these errors are fatal.
19138
19139         * gnus-registry.el (gnus-registry-clean-empty-function)
19140         (gnus-registry-clean-empty): Remove only empty entries without
19141         extra data.
19142
19143 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         * spam-stat.el (spam-stat-buffer-change-to-spam)
19146         (spam-stat-buffer-change-to-non-spam): Change (error) to
19147         (gnus-message 8) invocation.
19148
19149 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * nntp.el (nntp-via-netcat-command): New variable.
19152         (nntp-via-netcat-switches): New variable.
19153         (nntp-open-via-rlogin-and-netcat): New function.
19154         (nntp-open-connection-function): Doc fix.
19155         (nntp-telnet-command): Doc fix.
19156         (nntp-end-of-line): Doc fix.
19157         (nntp-via-rlogin-command): Doc fix.
19158         (nntp-via-user-name): Doc fix.
19159         (nntp-via-address): Doc fix.
19160
19161 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19164         error in Emacs 21.1.
19165
19166 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19167
19168         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19169
19170 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19171
19172         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19173         (gnus-agent-with-refreshed-group): New macro.
19174         (gnus-agent-rename-group): New function.
19175         (gnus-agent-delete-group): New function.
19176         (gnus-agent-save-group-info): Use gnus-command-method when
19177         `method' parameter is nil.  Don't write nil entries into the
19178         active file.
19179         (gnus-agent-get-group-info): New function.
19180         (gnus-agent-fetch-articles):
19181         Use gnus-agent-update-files-total-fetched-for to increment disk space
19182         used.
19183         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19184         Use gnus-agent-update-view-total-fetched-for to increment disk space
19185         used.
19186         (gnus-agent-get-local): Add optional parameters to avoid calling
19187         gnus-group-real-name and gnus-find-method-for-group.
19188         (gnus-agent-set-local): Delete stored entry if either min, or max,
19189         are nil.
19190         (gnus-agent-fetch-session): Reworded error/quit messages.
19191         On quit, use gnus-agent-regenerate-group to record existance of any
19192         articles fetched to disk before the quit occurred.
19193         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19194         gnus-agent-update-view-total-fetched-for, and
19195         gnus-agent-update-files-total-fetched-for to decrement disk space
19196         used.
19197         (gnus-agent-retrieve-headers):
19198         Use gnus-agent-update-view-total-fetched-for to increment disk space
19199         used.
19200         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19201         with gnus-agent-update-files-total-fetched-for to decrement disk
19202         space and fresh group buffer.
19203         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19204         (gnus-agent-need-update-total-fetched-for): New variable.
19205         (gnus-agent-update-files-total-fetched-for): New function.
19206         (gnus-agent-update-view-total-fetched-for): New function.
19207         (gnus-agent-total-fetched-for): New function.
19208
19209         * gnus-cache.el (gnus-cache-save-buffers):
19210         Use gnus-cache-update-overview-total-fetched-for to change disk space
19211         used by this group.
19212         (gnus-cache-possibly-enter-article):
19213         Use gnus-cache-update-file-total-fetched-for to increment disk space
19214         used by this group.
19215         (gnus-cache-possibly-remove-article):
19216         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19217         used by this group.
19218         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19219         (gnus-cache-rename-group): New function.
19220         (gnus-cache-delete-group): New function.
19221         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19222         (gnus-cache-need-update-total-fetched-for): New variable.
19223         (gnus-cache-with-refreshed-group): New macro.
19224         (gnus-cache-update-file-total-fetched-for): New function.
19225         (gnus-cache-update-overview-total-fetched-for): New function.
19226         (gnus-cache-rename-group-total-fetched-for): New function.
19227         (gnus-cache-delete-group-total-fetched-for): New function.
19228         (gnus-cache-total-fetched-for): New function.
19229
19230         * gnus-group.el: Require gnus-sum and autoload functions to
19231         resolve warnings when gnus-group.el compiled alone.
19232         (gnus-group-line-format): Documented new %F.
19233         (size of Fetched data) group line format; identifies disk space
19234         used by agent and cache.
19235         (gnus-group-line-format-alist): Defined new F format.
19236         (gnus-total-fetched-for): New function.
19237         (gnus-group-delete-group): No longer update
19238         gnus-cache-active-altered as gnus-request-delete-group now keeps
19239         the cache in sync.
19240         (gnus-group-list-active): Let the agent store a server's active
19241         list if currently plugged.
19242
19243         * gnus-int.el (gnus-request-delete-group):
19244         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19245         local disk in sync with the server.
19246         (gnus-request-rename-group):
19247         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19248         local disk in sync with the server.
19249
19250         * gnus-start.el (gnus-get-unread-articles):
19251         Cosmetic simplification to logic.
19252
19253         * gnus-util.el (gnus-rename-file): New function.
19254
19255 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19256
19257         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19258
19259 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19260
19261         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19262         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19263
19264 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19265
19266         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19267         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19268
19269 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19270
19271         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19272
19273 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19274
19275         * spam.el (spam-set-difference): Add function to replace
19276         gnus-set-difference in spam.el.
19277         (spam-summary-prepare-exit): Use spam-set-difference.
19278
19279 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19280
19281         * gnus-registry.el (gnus-registry-cache-file): Update to use
19282         gnus-dribble-directory OR gnus-home-directory OR ~.
19283         (gnus-registry-split-fancy-with-parent): Fix doc.
19284
19285 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * message.el (message-exchange-point-and-mark):
19288         Use message-mark-active-p.  Suggested by Jesper Harder
19289         <harder@ifa.au.dk>.
19290
19291 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * message.el (message-exchange-point-and-mark): Don't activate
19294         region if it was inactive.  Suggested by Hiroshi Fujishima
19295         <pooh@nature.tsukuba.ac.jp>.
19296
19297 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * gnus-art.el (article-display-face): Display Faces in the same
19300         order as X-Faces.
19301
19302 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19305
19306 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19309         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19310         (gnus-article-mime-hierarchy): Remove.
19311         (gnus-article-mime-hierarchy-next): Remove.
19312         (gnus-article-mode): Revert 2004-03-19 change.
19313         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19314         (gnus-insert-mime-button): Revert 2004-03-19 change.
19315         (gnus-mime-accumulate-hierarchy): Remove.
19316         (gnus-mime-enter-multipart): Remove.
19317         (gnus-mime-leave-multipart): Remove.
19318         (gnus-mime-display-part): Revert 2004-03-19 change.
19319         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19320
19321         * mml.el (mml-preview): Revert 2004-03-19 change.
19322
19323 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19324
19325         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19326
19327 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19330         t while entering a file name using the mm-with-multibyte macro.
19331         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19332
19333         * mm-util.el (mm-with-multibyte): New macro.
19334
19335 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19338         New user option.
19339         (gnus-mime-multipart-functions): Doc and customization fix.
19340         (gnus-article-mime-hierarchy): New variable.
19341         (gnus-article-mime-hierarchy-next): New variable.
19342         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19343         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19344         gnus-article-mime-hierarchy-next to nil.
19345         (gnus-insert-mime-button): Show hierarchy numbers.
19346         (gnus-mime-accumulate-hierarchy): New function.
19347         (gnus-mime-enter-multipart): New function.
19348         (gnus-mime-leave-multipart): New function.
19349         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19350         (gnus-mime-display-alternative): Show hierarchy numbers.
19351
19352         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19353         gnus-article-mime-hierarchy-next to nil.
19354
19355 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19356
19357         * dns.el: Don't require gnus-xmas.
19358
19359 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19360
19361         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19362         inline PGP.
19363         (mml-menu): Disable mml-quote-region if mark is inactive.
19364
19365 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19368         when the group's active is not available.
19369
19370 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19373         error.
19374
19375 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * imap.el (imap-store-password): New variable.
19378         (imap-interactive-login): Use it.
19379         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19380
19381 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19384         window-start and hscroll to summary window.
19385
19386 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19387
19388         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19389         conversion message to newsrc-dribble when an actual conversion is
19390         performed.
19391
19392 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19393
19394         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19395
19396 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * mm-decode.el (mm-complicated-handles): New function reviving
19399         former definition of mm-multiple-handles.
19400
19401         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19402         (gnus-mime-delete-part): Use it.
19403
19404 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19405
19406         * gnus-agent.el (gnus-agent-read-local):
19407         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19408         avoid the implicit assumption that they will always be equal.
19409         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19410         coding-system-for-write, as the with-temp-file macro first prints
19411         to a buffer then saves the buffer.
19412
19413 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * gnus-art.el (gnus-article-edit-part): New function.
19416         (gnus-mime-save-part-and-strip): Use it; do query instead of
19417         signaling an error; don't use mm-multiple-handles.
19418         (gnus-mime-delete-part): Ditto.
19419
19420 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19421
19422         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19423         old file versions.
19424         (gnus-group-prepare-hook): Remove function that converted list
19425         form of gnus-agent-expire-days to group properties.
19426
19427         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19428         (gnus-request-accept-article): Re-indented.
19429
19430         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19431         converters to handle old agent file formats.  Add logic for a
19432         "backup before upgrading warning".
19433         (gnus-convert-mark-converter-prompt): Developers can mark
19434         functions as needing (default), or not needing,
19435         gnus-convert-old-newsrc's "backup before upgrading warning".
19436         (gnus-convert-converter-needs-prompt): Tests whether the user
19437         should be protected from potentially irreversable changes by the
19438         function.
19439
19440         * legacy-gnus-agent.el: New.  Provides converters that are only
19441         loaded when gnus-convert-old-newsrc needs to call them.
19442
19443 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * mail-source.el (mail-source-touch-pop): Doc fix.
19446
19447         * message.el (message-smtpmail-send-it): Doc fix.
19448
19449 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19452
19453         * nnmail.el (nnmail-split-fancy): do.
19454
19455         * gnus-kill.el (gnus-kill, gnus-execute): do.
19456
19457 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19458
19459         * gnus-sum.el (gnus-widget-reversible-match)
19460         (gnus-widget-reversible-to-internal)
19461         (gnus-widget-reversible-to-external): New functions.
19462         (gnus-widget-reversible): New widget.
19463         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19464
19465 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19466
19467         * gnus-sum.el (gnus-thread-sort-functions)
19468         (gnus-article-sort-functions): Document `(not F)' items.
19469
19470 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19471
19472         * spam.el (spam-use-gmane-xref): Add new backend.
19473         (spam-gmane-xref-spam-group): Add variable to control the name of the
19474         Gmane spam group.
19475         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19476         (spam-regex-headers-spam, spam-regex-headers-ham)
19477         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19478         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19479         backends and checks.
19480         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19481
19482         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19483         an autodetect method.
19484
19485 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19486
19487         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19488         articles are being added to a group.
19489         (gnus-request-replace-article): Inform the agent that articles
19490         need to be uncached as the cached contents are no longer valid.
19491
19492 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * binhex.el: Don't autoload executable-find.
19495
19496         * canlock.el: Don't autoload mail-fetch-field.
19497
19498         * dgnushack.el: Autoload c-mode for XEmacs.
19499
19500         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19501
19502         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19503         rmail-dont-reply-to and rmail-output.
19504
19505         * gnus-score.el: Don't autoload ffap-string-at-point.
19506
19507         * gnus-setup.el: Don't autoload sc-cite-original.
19508
19509         * imap.el: Don't autoload base64-decode-string,
19510         base64-encode-string and md5.
19511
19512         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19513         and rmail-msg-restore-non-pruned-header.
19514
19515         * mm-decode.el: Don't autoload executable-find.
19516
19517         * mm-url.el: Don't autoload executable-find.
19518
19519         * mm-view.el: Don't autoload diff-mode.
19520
19521         * nndb.el: Don't autoload news-reply-mode, news-setup,
19522         cancel-timer and telnet.
19523
19524         * password.el: Don't autoload run-at-time for Emacs.
19525
19526         * sha1-el.el: Don't autoload executable-find.
19527
19528         * sieve-mode.el: Don't autoload c-mode.
19529
19530         * uudecode.el: Don't autoload executable-find.
19531
19532 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19533
19534         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19535         (gnus-agent-possibly-alter-active): Avoid null in numeric
19536         comparison.
19537         (gnus-agent-set-local): Refuse to save null in local object table.
19538         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19539         list of articles that will be marked as unread.
19540
19541 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19544
19545 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19546
19547         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19548         language tags.
19549
19550 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19551
19552         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19553         Don't bind "obarray".
19554
19555         * gnus-sum.el (gnus-thread-sort-functions):
19556         Add `gnus-thread-sort-by-most-recent-number' and
19557         `gnus-thread-sort-by-most-recent-date'.
19558         Reported by Kai Grossjohann <kai@emptydomain.de>.
19559
19560 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19563
19564 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19565
19566         * gnus-cus.el (gnus-agent-customize-category):
19567         Remove ignore-errors macro reference that required cl to be loaded at
19568         run-time.
19569
19570         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19571         single-interval range of the form (min . max).  Previously the
19572         range had to look like ((min . max)).  Likewise, return
19573         (min . max) rather than ((min . max)).
19574         (gnus-range-map): Use gnus-range-normalize to accept
19575         single-interval range.
19576
19577         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19578         the cache, but not the agent, now appear with their usual face.
19579
19580         * dgnushack.el (loaddir): New variable that is bound to the
19581         directory containing the dgnushack.el file. Use loaddir, rather
19582         than srcdir, to update load-path. Change lets dgnushack compile
19583         code in directories other than GNUS/lisp.
19584
19585 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19586
19587         * lpath.el: Don't bind w3m-safe-url-regexp.
19588
19589         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19590         w3m-safe-url-regexp variable buffer-local.
19591
19592         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19593
19594 2004-02-27  Simon Josefsson  <jas@extundo.com>
19595
19596         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19597         gnus-group-real-prefix.
19598         (gnus-summary-move-article): Use it, instead of
19599         gnus-group-real-prefix.
19600
19601 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * lpath.el: Bind w3m-safe-url-regexp.
19604
19605         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19606         w3m-safe-url-regexp variable buffer-local and set it as the value
19607         of mm-w3m-safe-url-regexp.
19608
19609         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19610
19611         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19612         parsing gnus-posting-styles when the message is not for replying.
19613
19614         * dgnushack.el: Autoload sgml-mode for XEmacs.
19615
19616         * nnrss.el (nnrss-opml-export):
19617         Use mm-set-buffer-file-coding-system instead of
19618         set-buffer-file-coding-system.
19619
19620 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19623         of checkdoc.el).
19624         * nnrss.el: do.
19625         * gnus-mlspl.el: do.
19626         * gnus-ml.el: do.
19627         * gnus-srvr.el: do.
19628
19629         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19630
19631 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19632
19633         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19634         Corrections to custom-manual links.
19635
19636         * gnus-art.el (gnus-article): Ditto.
19637
19638         * mm-decode.el (mime-display, mime-security): Ditto.
19639
19640 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19641
19642         * flow-fill.el: Typo.
19643
19644 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19645
19646         * spam-wash.el: New file.
19647
19648 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19649
19650         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19651
19652 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19653
19654         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19655         to be run with new-articles as LIST1, not LIST2.
19656         (spam-registration-functions): Add spam-use-ham-copy as a nil
19657         registration backend.
19658
19659 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19660
19661         * spam-stat.el (spam-stat-washing-hook): New option.
19662         (spam-stat-buffer-words): Use it.
19663         (spam-stat-process-directory, spam-stat-test-directory):
19664         Use insert-file-contents-literally.
19665         (spam-stat-coding-system): New variable.
19666         (spam-stat-load, spam-stat-save): Use it.
19667
19668 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * spam-report.el (spam-report-plug-agent):
19671         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19672
19673 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19674
19675         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19676         Allow / in mailto URLs.
19677
19678 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19679
19680         * spam-report.el (spam-report-process-queue): Fix interactive use.
19681         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19682         (spam-report-unplug-agent): Doc fixes.
19683         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19684         (spam-report-agentize, spam-report-deagentize): Autoload.
19685
19686 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19689
19690         * message.el (message-setup-fill-variables): Add mml tags to
19691         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19692         <ajk@iu.edu>.
19693         (message-mode): Don't modify paragraph-separate there.
19694
19695 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * compface.el (uncompface-use-external): Default to undecided.
19698         (uncompface-use-external-threshold): New variable.
19699         (uncompface-float-time): New macro.
19700         (uncompface): Determine whether to use the external decoder if
19701         uncompface-use-external is undecided.
19702
19703 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704
19705         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19706         after images.
19707
19708         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19709
19710 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19713
19714         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19715
19716         * gnus-sum.el (gnus-summary-limit-to-age)
19717         (gnus-summary-limit-children): do.
19718
19719         * gnus-int.el (gnus-request-scan): do.
19720
19721         * gnus-group.el (gnus-group-suspend): do.
19722
19723         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19724
19725         * gnus-cite.el (gnus-cite-parse-attributions): do.
19726
19727         * gnus-agent.el (gnus-summary-set-agent-mark)
19728         (gnus-agent-regenerate-group): do.
19729
19730         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19731
19732         * binhex.el (binhex-decode-region-internal): do.
19733
19734 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * gnus-fun.el (gnus-face-properties-alist): New user option.
19737         (gnus-display-x-face-in-from): Use it.
19738
19739         * gnus-art.el (article-display-face): Ditto.
19740
19741         * compface.el (uncompface-use-external): Default to nil.
19742
19743 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19744
19745         * nntp.el (nntp-erase-buffer): New function.
19746         (nntp-retrieve-data, nntp-send-command)
19747         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19748         (nntp-possibly-change-group): Use it.
19749
19750         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19751         Use with-current-buffer.
19752
19753 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19754
19755         * compface.el: Merge the ELisp-based uncompface program.
19756         (compface): New customization group.
19757         (uncompface-use-external): New user option.
19758         (uncompface): Call uncompface-internal if uncompface-use-external
19759         is nil.
19760         (uncompface-internal): New function.  Note that there are also
19761         some other functions and variables added for this function.
19762
19763 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19764
19765         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19766         if necessary.
19767
19768 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19769
19770         * spam-report.el (spam-report-unplug-agent)
19771         (spam-report-plug-agent, spam-report-deagentize)
19772         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19773         Add support for the Agent in spam-report: when unplugged, report to a
19774         file; when plugged, submit all the requests.
19775
19776         * spam.el (spam-register-routine): Fix message about
19777         registration.
19778
19779 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19782         dependencies.
19783         (rfc2047-encode): Use it.
19784
19785         * gnus-art.el (gnus-button-marker-list): Move before first
19786         reference.
19787
19788         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19789         (imap-parse-body): Fix format string mismatch.
19790
19791         * gnus-score.el (gnus-summary-increase-score): do.
19792
19793         * nnrss.el (nnrss-close): New function.
19794
19795 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * nnrss.el (nnrss-make-filename): New function.
19798         (nnrss-request-delete-group, nnrss-read-server-data)
19799         (nnrss-save-server-data, nnrss-read-group-data)
19800         (nnrss-save-group-data): Use it.
19801         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19802         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19803         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19804
19805 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19806
19807         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19808
19809 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19810
19811         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19812         files.
19813
19814         * message.el (message-generate-headers-first): Don't quote nil
19815         and t in docstrings.
19816
19817         * imap.el (imap-id): do.
19818
19819         * gnus-agent.el (gnus-agent-consider-all-articles)
19820         (gnus-agent-queue-mail): do.
19821
19822 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * spam-report.el (spam-report-process-queue): New function.
19825         Process requests from `spam-report-requests-file'.
19826         (spam-report-process-queue): Doc fix.
19827
19828 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19829
19830         * spam.el (spam-register-routine)
19831         (spam-log-processing-to-registry, spam-log-registered-p)
19832         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19833         Change "check" to "spam-check" for semi-clarity.
19834
19835 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19836
19837         * pop3.el: Require nnheader.
19838
19839         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19840
19841         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19842
19843         * gnus-picon.el: Require cl.
19844
19845         * gnus-fun.el: Require gnus-ems and gnus-util.
19846
19847         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19848
19849         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19850
19851         * gnus-art.el (gnus-article-edit-mode): Define before first
19852         reference.
19853
19854 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19855
19856         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19857         (gnus-uu-post-encoded): Use point-at-bol.
19858
19859         * gnus-topic.el (gnus-group-active-topic-p): do.
19860
19861         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19862
19863         * gnus-group.el (gnus-group-kill-region): do.
19864
19865         * gnus-art.el (article-date-ut): do.
19866
19867         * message.el (message-fetch-field): Remove redundant
19868         case-fold-search binding.
19869         (message-narrow-to-field): Simplify.
19870
19871 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * spam.el (spam-directory): Derive from `gnus-directory'.
19874
19875         * spam-report.el (spam-report-url-to-file)
19876         (spam-report-requests-file): New function and variable for offline
19877         reporting.
19878         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19879         and user defined function.
19880         (spam-report-url-ping-mm-url): Remove doubled slash.
19881
19882 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19883
19884         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19885
19886 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19887
19888         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19889         Fix format string mismatch.
19890
19891         * sieve.el (sieve-deactivate-all): do.
19892
19893         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19894
19895         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19896
19897         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19898
19899         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19900
19901 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19902
19903         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19904         the list of checks.
19905
19906 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19907
19908         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19909         padding.
19910
19911 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19912
19913         * mm-view.el (mm-fill-flowed): New variable.
19914         (mm-inline-text): Use it.
19915
19916 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19917
19918         * spam.el (spam-spamassassin-register-ham-routine)
19919         (spam-spamassassin-register-spam-routine): Fix function names.
19920
19921 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus.el (gnus-tmp-grouplens): Remove.
19924         (gnus-summary-line-format): Remove grouplens.
19925
19926         * gnus-group.el (gnus-group-line-format): Ditto.
19927
19928         * gnus-spec.el (gnus-format-specs): Ditto.
19929         (gnus-update-format-specifications): Flush the group format spec
19930         cache if there's the grouplens stuff.
19931         (gnus-parse-simple-format): Replace %l with the empty string.
19932
19933 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19934
19935         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19936         omission.
19937
19938 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19941         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19942
19943 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19944
19945         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19946         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19947         New macros and functions.
19948         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19949         Handle > NLINK_MAX messages.
19950         * nnmaildir.el (nnmaildir-request-set-mark):
19951         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19952
19953 2004-01-25  Alex Schroeder  <alex@gnu.org>
19954
19955         * spam-stat.el (spam-stat-process-directory-age): New option.
19956         (spam-stat-process-directory): Use it.
19957
19958 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19959
19960         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19961         (spam-stat-save): Accept prefix argument.
19962
19963 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19964
19965         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19966         links" error.
19967
19968 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19971         the rest of the and/or forms.
19972
19973 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19976         compatibility with old .newsrc.eld files.
19977
19978         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19979
19980         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19981
19982         * gnus-start.el (gnus-1): do.
19983
19984         * gnus-group.el (gnus-group-line-format-alist): do.
19985
19986         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19987
19988         * gnus-gl.el: Remove.
19989
19990 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19991
19992         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19993         marks consisting of a single range {for example, (3 . 5)} rather
19994         than a list of a single range { ((3 . 5)) }.
19995
19996 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19997
19998         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19999         Use with-current-buffer.
20000         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20001         avoid consing a string.
20002
20003         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20004         Remove obsolete entries for big5 and gb2312.
20005
20006 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20007
20008         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20009         uncompressed list.
20010
20011 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20012
20013         * spam-stat.el (spam-stat-strip-xref): New function.
20014         (spam-stat-process-directory): Use it.
20015
20016         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20017         here -- it's done in message-fetch-field.
20018
20019 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20020
20021         * gnus-agent.el (gnus-agent-queue-mail)
20022         (gnus-agent-prompt-send-queue): New variables.
20023         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20024         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20025         "nndraft:queue" along to gnus-draft-send.
20026         Use gnus-agent-prompt-send-queue.
20027         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20028         is "nndraft:queue".  Suggested by Gaute Strokkenes
20029         <gs234@srcf.ucam.org>
20030
20031         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20032         (agent-enable-undownloaded-faces): Add.
20033         (gnus-agent-cat-groups): Use eval-and-compile, not
20034         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20035         method of gnus-agent-cat-groups even when the buffer has been
20036         evaled.
20037         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20038         delete gnus-agent-save-active-1.
20039         (gnus-agent-save-groups): Delete.  Identical to
20040         gnus-agent-save-active.
20041         (gnus-agent-write-active): No longer adjust agent's copy of active
20042         file as agent's adjustments are now stored in their own
20043         file.  Remove optional parameter.
20044         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20045         servers.  Add use of min/max range limits from server's local
20046         file.
20047         (gnus-agent-save-alist): Remove unused optional argument.
20048         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20049         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20050         (gnus-agent-set-local): A per-server file that keeps min/max range
20051         limits for articles known to the agent.  Provides a fast mechanism
20052         for altering many active ranges.
20053         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20054         active file (local makes it unnecessary).
20055         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20056
20057         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20058         (agent-enable-undownloaded-faces): Add.
20059
20060         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20061         disable it when sending to "nndraft:queue".
20062         (gnus-group-send-queue): Add safety check to avoid sending queue
20063         when unplugged.
20064
20065         * gnus-group.el (gnus-group-catchup): Use new
20066         gnus-sequence-of-unread-articles, not
20067         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20068         numbers of articles.  Use gnus-range-map to avoid having to
20069         uncompress the unread list.
20070         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20071         Fix invalid ange-ftp reference.
20072
20073         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20074         (gnus-sorted-range-intersection): Intersection of two ranges
20075         without requiring that they first be uncompressed.
20076
20077         * gnus-start.el (gnus-activate-group): Unless blocked by the
20078         caller, possibly expand the active range to include both cached
20079         and agentized articles.
20080         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20081         multiple version-dependent converters.
20082         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20083         gnus-agent-save-active.
20084         (gnus-save-newsrc-file): Save dirty agent range limits.
20085
20086         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20087         gnus-agent-possibly-alter-active.
20088         (gnus-adjust-marked-articles): Faster handling of simple lists.
20089
20090 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20091
20092         * spam-stat.el (spam-stat-test-directory): New optional argument
20093         displays a list of files detected.  Suggested by Andrew Cohen
20094         <cohen@andy.bu.edu>.
20095         (spam-stat-buffer-words-with-scores): Don't narrow and change
20096         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20097
20098 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20099
20100         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20101         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20102         (spam-spamassassin-arguments)
20103         (spam-spamassassin-spam-flag-header)
20104         (spam-spamassassin-positive-spam-flag-header)
20105         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20106         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20107         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20108         (spam-list-of-processors, spam-list-of-checks)
20109         (spam-list-of-statistical-checks, spam-registration-functions)
20110         (spam-check-spamassassin-headers, spam-check-spamassassin)
20111         (spam-spamassassin-score)
20112         (spam-spamassassin-register-with-sa-learn)
20113         (spam-spamassassin-register-spam-routine)
20114         (spam-spamassassin-register-ham-routine)
20115         (spam-assassin-register-spam-routine)
20116         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20117         (spam-bogofilter-score): Fix to show article before scoring.
20118
20119 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20120
20121         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20122         default scoring function.
20123         (spam-generic-score): Call spam-spamassassin-score if
20124         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20125         spam-bogofilter-score otherwise.
20126
20127         * gnus.el (spam-process, spam-autodetect-methods):
20128         Add spamassassin and spamassassin-headers.
20129
20130 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20131
20132         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20133         Suppress unnecessary messages.
20134
20135 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20136
20137         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20138         make-hash-table.
20139
20140 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * canlock.el (base64-encode-string): Don't autoload it.
20143
20144 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * run-at-time.el: Remove useless (require 'itimer),
20147         eval-and-compile and (featurep 'xemacs).
20148
20149 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20150
20151         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20152         GROUP is a virtual group.
20153
20154 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20155
20156         * gnus.el: Autoload `message-y-or-n-p'.
20157
20158 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20159
20160         * pgg-parse.el: Remove unnecessary (require 'custom).
20161
20162         * pgg-def.el: do.
20163
20164         * nnmail.el: do.
20165
20166         * gnus-undo.el: do.
20167
20168         * gnus-picon.el: do.
20169
20170         * gnus-util.el: do.
20171
20172 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20173
20174         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20175
20176 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20179         handle, as well as a list.
20180
20181         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20182         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20183         (mm-w3m-cid-retrieve): Simplify.
20184
20185 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20186
20187         * message.el (message-kill-to-signature): Allow prefix arg to
20188         specify number of lines to keep before signature.
20189
20190 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20191
20192         * message.el (message-kill-to-signature): Change docstring.
20193
20194 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20195
20196         * canlock.el: Always require sha1-el.
20197         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20198
20199         * message.el: Autoload sha1 only when compiling.
20200
20201         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20202         eudc-expand-inline for XEmacs.
20203
20204 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * message.el (message-canlock-generate): Require sha1-el.
20207
20208 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20209
20210         * message.el (message-expand-name): Silence the byte compiler.
20211
20212         * lpath.el: Add detect-coding-system.
20213
20214         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20215         cus-edit.
20216
20217 2004-01-13  Simon Josefsson  <jas@extundo.com>
20218
20219         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20220         Invoke gnus-score-mode.
20221         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20222
20223         * gnus-range.el (gnus-compress-sequence): Doc fix.
20224         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20225
20226 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20227
20228         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20229
20230 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20231
20232         * spam.el (spam-get-article-as-string): Update to use
20233         gnus-request-article-this-buffer, much simpler.
20234         (spam-get-article-as-buffer): Remove.
20235
20236 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20237
20238         * message.el (message-expand-name): Use EUDC if the user uses that.
20239
20240 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20241
20242         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20243         character for the encoding to avoid consing a string.
20244
20245         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20246         unnecessarily.
20247
20248         * mm-util.el (mm-replace-chars-in-string): Remove.
20249
20250         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20251         of mm-replace-chars-in-string.
20252
20253 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20256
20257         * mm-util.el (mm-subst-char-in-string): Support inplace.
20258
20259         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20260         a new string in every iteration.  Use shy groups.
20261
20262 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20265         * gnus-soup.el (gnus-soup-group-brew):
20266         * gnus-msg.el (gnus-put-message):
20267         * gnus-move.el (gnus-group-move-group-to-server):
20268         * gnus-kill.el (gnus-batch-score):
20269         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20270         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20271         (gnus-group-update-group, gnus-group-read-group)
20272         (gnus-group-make-group, gnus-group-make-help-group)
20273         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20274         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20275         (gnus-group-sort-by-unread, gnus-group-catchup)
20276         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20277         (gnus-group-yank-group, gnus-group-set-info)
20278         (gnus-group-list-groups):
20279         * gnus.el (gnus-generate-new-group-name):
20280         * gnus-delay.el (gnus-delay-send-queue):
20281         * nnvirtual.el (nnvirtual-catchup-group):
20282         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20283         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20284         (gnus-group-prepare-topics, gnus-topic-check-topology):
20285         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20286         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20287         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20288         (gnus-group-make-articles-read):
20289         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20290         (gnus-group-change-level, gnus-kill-newsgroup)
20291         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20292         (gnus-get-unread-articles, gnus-make-articles-unread)
20293         (gnus-make-ascending-articles-unread): Use accessor
20294         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20295         to get group information for improved readability.
20296
20297
20298 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20299
20300         * gnus-art.el (article-decode-mime-words, article-babel)
20301         (gnus-article-highlight-signature, gnus-article-add-buttons)
20302         (gnus-signature-toggle): Use gnus-with-article-buffer.
20303
20304         * gnus-art.el (gnus-article-highlight-headers)
20305         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20306
20307         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20308         (gnus-article-set-globals, gnus-request-article-this-buffer)
20309         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20310         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20311         (gnus-mime-display-alternative): Use with-current-buffer.
20312
20313 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20314
20315         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20316         also under 80 char limit, and call gnus-error if needed.
20317         (spam-fetch-article-header): Fix - it was a
20318         buffer-local variable (gnus-newsgroup-data).
20319         (spam-find-spam): Use spam-generate-fake-headers, forget about
20320         spam-insert-fake-headers.
20321         (spam-insert-fake-headers): Remove.
20322
20323 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20324
20325         * deuglify.el (gnus-article-outlook-unwrap-lines)
20326         (gnus-outlook-rearrange-article)
20327         (gnus-outlook-repair-attribution-outlook)
20328         (gnus-outlook-repair-attribution-block)
20329         (gnus-outlook-repair-attribution-other): Remove redundant
20330         save-excursion.
20331
20332 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20333
20334         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20335         (spam-fetch-field-subject-fast)
20336         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20337         (spam-fetch-article-header): Add functions to deal with Gnus
20338         internals for fast retrieval of article header data.
20339         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20340
20341 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * pop3.el (pop3-md5): Remove.
20344         (pop3-apop): Replace pop3-md5 with md5.
20345
20346         * mm-bodies.el: base64 is always built-in.
20347
20348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20349         Use with-current-buffer.
20350
20351 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * canlock.el (canlock-insert-header): Remove excessive grouping in
20354         regexp.
20355
20356         * gnus-sum.el (gnus-summary-read-document): Ditto.
20357
20358         * gnus-uu.el (gnus-uu-part-number): Ditto.
20359
20360         * html2text.el (html2text-remove-tags): Ditto.
20361         (html2text-format-tags): Ditto.
20362         (html2text-format-single-elements): Ditto.
20363
20364         * mml.el (mml-parse-1): Ditto.
20365
20366 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20367
20368         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20369
20370         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20371
20372         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20373
20374         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20375
20376 2003-11-15  Simon Josefsson  <jas@extundo.com>
20377
20378         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20379         (pgg-gpg-lookup-key): Use regexp match instead of
20380         split-string (split-string is different between emacs 21.2 and
20381         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20382
20383 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20384
20385         * gnus-art.el (gnus-mime-view-all-parts)
20386         (gnus-article-part-wrapper, gnus-article-view-part):
20387         Use with-current-buffer.
20388
20389 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20390
20391         * spam.el (spam-disable-spam-split-during-ham-respool)
20392         (spam-spamoracle-database, spam-cache-lookups)
20393         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20394         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20395         (spam-group-ham-marks, spam-group-spam-marks)
20396         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20397         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20398         also add spam-use-blackholes to the statistical checks.
20399         (spam-fetch-field-fast): Add interface to fetching fields, may
20400         become a macro.
20401         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20402         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20403         (spam-insert-fake-headers): Fake an article when needed.
20404         (spam-find-spam): Fake article when possible.
20405         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20406         (spam-check-bogofilter-headers): Use message-fetch-field instead
20407         of nnmail-fetch-field.
20408
20409 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20410
20411         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20412
20413 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20414
20415         * spam.el (spam-split): Do not require spam-use-CHECK to be
20416         enabled if that check is passed to spam-split explicitly; also
20417         fix so 'spam doesn't get converted to spam-split-group when
20418         spam-split-symbolic-return is t.
20419         (spam-find-spam): Find registrations of the article and use those
20420         instead of re-running spam-split to find the spam/ham
20421         classification of the article.
20422         (spam-log-processing-to-registry, spam-log-registered-p)
20423         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20424         Use gnus-error instead of gnus-message.
20425         (spam-log-registration-type): Add function to determine the
20426         classification of a message based on registry entries; will
20427         return nil if both 'spam and 'ham are found.
20428         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20429         a reasonably fast local cache without the loading errors.
20430         (spam-cache-lookups): Set to t by default.
20431         (spam-find-spam): Don't try to guess spam-cache-lookups.
20432         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20433         spam-caches entry.
20434         (spam-filelist-build-cache, spam-filelist-check-cache):
20435         Fix caching of whitelist/blacklist entries.
20436         (spam-check-whitelist, spam-check-blacklist):
20437         Invoke spam-from-listed-p with a type, not a cache variable.
20438         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20439
20440 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20441
20442         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20443
20444         * nnmail.el (nnmail-split-fancy): do.
20445
20446         * mml.el (mml-parse): do.
20447
20448         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20449         (gnus-score-adaptive): do.
20450
20451 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20452
20453         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20454         (gnus-mime-button-map): Don't set keymap parent.
20455         (gnus-button-ctan-directory-regexp): Use shy grouping.
20456         (gnus-prev-page-map): Don't set keymap parent.
20457         (gnus-prev-page-map): Remove duplicated one.
20458         (gnus-next-page-map): Don't set keymap parent.
20459         (gnus-mime-security-button-map): Ditto.
20460
20461         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20462         version number.
20463
20464         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20465
20466 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * canlock.el (canlock-sha1-function): Remove.
20469         (canlock-sha1-function-for-verify): Remove.
20470         (canlock-openssl-program): Remove.
20471         (canlock-openssl-args): Remove.
20472         (canlock-ignore-errors): Remove.
20473         (canlock-sha1-with-openssl): Remove.
20474         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20475         (canlock-verify): Don't use canlock-ignore-errors.
20476
20477         * sha1-el.el (sha1-string-external): Make it can return a string
20478         in binary form.
20479         (sha1-region-external): Ditto.
20480         (sha1-string-internal): Ditto.
20481         (sha1-region-internal): Ditto.
20482         (sha1-region): Ditto.
20483         (sha1-string): Ditto.
20484         (sha1): Ditto.
20485
20486 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20487
20488         * spam.el (spam-report-articles-gmane): New command.
20489
20490 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20491
20492         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20493
20494         * run-at-time.el (run-at-time-saved): Remove.
20495         (run-at-time): Doc fix.
20496
20497 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20498
20499         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20500         (gnus-summary-limit-map): Add it.
20501         (gnus-summary-make-menu-bar): do.
20502
20503 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20504
20505         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20506         Make attempt at some caching support (done for BBDB only now).
20507         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20508         addresses to be checked.
20509         (spam-clear-cache-BBDB): Add function, to be invoked by
20510         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20511         (spam-check-BBDB): Check and use the caches, if
20512         spam-cache-lookups is on, remove superfluous (provide).
20513
20514 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20515
20516         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20517
20518 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20519
20520         * run-at-time.el (run-at-time-saved): Move to after the definition
20521         of `run-at-time'.
20522
20523         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20524
20525 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20528         mm-w3m-local-map-property.
20529
20530         * mm-view.el (mm-w3m-mode-map): Remove.
20531         (mm-w3m-local-map-property): Remove.
20532         (mm-inline-text-html-render-with-w3m): Don't use
20533         mm-w3m-local-map-property.
20534
20535 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20536
20537         * run-at-time.el: New file.
20538
20539         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20540         under Emacs.
20541
20542         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20543         of gnus-set-text-properties.
20544
20545         * gnus-uu.el (gnus-uu-save-article): Ditto.
20546
20547         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20548
20549         * gnus-cite.el (gnus-cite-parse): Ditto.
20550
20551         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20552         of gnus-.
20553
20554         * gnus-xmas.el (run-at-time): Require run-at-time.
20555
20556         * gnus.el: Change calls to nnheader-run-at-time and
20557         password-run-at-time throughout to use run-at-time directly.
20558
20559         * password.el: Remove definition of run-at-time.
20560
20561         * nnheaderxm.el: Remove definition of run-at-time.
20562
20563 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20564
20565         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20566         in prompt.
20567
20568 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20569
20570         * messagexmas.el (message-xmas-redefine): Alias
20571         `message-make-caesar-translation-table' to
20572         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20573         version.
20574
20575         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20576         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20577         `gnus-xmas-set-text-properties'.
20578         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20579         `gnus-xmas-completing-read'.
20580         (gnus-xmas-completing-read): Removed.
20581         (gnus-xmas-open-network-stream): Removed.
20582
20583         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20584         XEmacs version.
20585
20586         * dns.el (dns-make-network-process): Use `open-network-stream'
20587         instead of `gnus-xmas-open-network-stream'.
20588
20589         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20590
20591         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20592
20593 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20594
20595         * gnus-art.el (gnus-mime-display-alternative)
20596         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20597         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20598         Don't use gnus-local-map-property.
20599
20600         * gnus-util.el (gnus-local-map-property): Remove.
20601
20602         * mm-view.el (mm-view-pkcs7-decrypt):
20603         Replace gnus-completing-read-maybe-default with completing-read.
20604
20605         * gnus-util.el (gnus-completing-read): do.
20606         (gnus-completing-read-maybe-default): Remove.
20607
20608 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20609
20610         * password.el: Only autoload `run-at-time' if not XEmacs.
20611         Only autoload the itimer functions if XEmacs.
20612
20613 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20616         XEmacsen.
20617
20618         * dgnushack.el: Autoload executable-find for XEmacs.
20619
20620 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20621
20622         * gnus-art.el (gnus-read-string): Remove.
20623         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20624         read-string.
20625
20626 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20627
20628         * netrc.el: Autoload password-read.
20629         (netrc): Add configuration group.
20630         (netrc-encoding-method, netrc-openssl-path):
20631         Add variables for encoding and decoding of files with symmetric
20632         ciphers.
20633         (netrc-encode): Add assistant function to encode a file with
20634         netrc-encoding-method.
20635         (netrc-parse): Add interactive parameter, added optional
20636         decoding if netrc-encoding-method is non-nil but otherwise
20637         behavior is standard.
20638         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20639         Do s/encode/encrypt/ everywhere.
20640
20641         * spam.el: Remove executable-find autoload.
20642
20643 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20644
20645         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20646
20647         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20648
20649 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * gnus-art.el (gnus-treat-ansi-sequences)
20652         (article-treat-ansi-sequences): New variable and function.
20653         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20654
20655         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20656         Use it.
20657
20658 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20659
20660         * mm-util.el (mm-quote-arg): Remove.
20661
20662         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20663         shell-quote-argument.
20664
20665         * gnus-uu.el (gnus-uu-command): do.
20666
20667         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20668
20669         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20670         with make-char.
20671
20672         * mm-util.el (mm-make-char): Remove.
20673
20674         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20675         add-minor-mode.
20676
20677         * gnus-undo.el (gnus-undo-mode): do.
20678
20679         * gnus-topic.el (gnus-topic-mode): do.
20680
20681         * gnus-sum.el (gnus-dead-summary-mode): do.
20682
20683         * gnus-start.el (gnus-slave-mode): do.
20684
20685         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20686
20687         * gnus-ml.el (gnus-mailing-list-mode): do.
20688
20689         * gnus-gl.el (gnus-grouplens-mode): do.
20690
20691         * gnus-draft.el (gnus-draft-mode): do.
20692
20693         * gnus-dired.el (gnus-dired-mode): do.
20694
20695         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20703         Replace gnus-char-width with char-width.
20704
20705         * gnus-ems.el (gnus-char-width): Remove.
20706
20707         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20708         definition.
20709         Remove Emacs 20 hash table compatibility code.
20710
20711         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20712         20 compatibility code.
20713
20714         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20715
20716         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20717
20718         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20719         Replace with point-at-{eol,bol}.
20720
20721         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20722
20723         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20724
20725         * flow-fill.el (fill-flowed-point-at-bol)
20726         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20727
20728         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20729         Replace with point-at-{eol,bol} throughout all files.
20730
20731 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20732
20733         * ntlm.el (ntlm-string-as-unibyte): New macro.
20734         (ntlm-build-auth-response): Use it.
20735
20736         Remove Emacs 20 stuff:
20737         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20738         (butlast, mapc, remove): Remove the compiler macros.
20739         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20740         of delq and copy-sequence.
20741         * gnus-art.el (popup-menu): Remove the compiler macro.
20742         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20743         Emacs 20.
20744
20745 2004-01-05  Simon Josefsson  <jas@extundo.com>
20746
20747         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20748         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20749         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20750         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20751         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20752         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20753         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20754         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20755         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20756         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20757         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20758         string-xor into ntlm-string-xor.
20759         Suggested by Jesper Harder <harder@myrealbox.com>.
20760
20761         * ntlm.el: Don't include poem.
20762
20763         * md4.el (print-int32, print-string-hexa): Remove.
20764         Suggested by Jesper Harder <harder@myrealbox.com>.
20765
20766         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20767
20768         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20769         probably breaks emacs with DL patch, but do we care? Is anyone
20770         still using the DL stuff?)
20771
20772         * sieve-manage.el: Use the password package.
20773         (sieve-manage-read-passwd): Remove.
20774         (sieve-manage-interactive-login): Use password.  Re-add
20775         condition-case around loop.
20776
20777         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20778         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20779         Use the password package.
20780
20781 2003-02-19  Simon Josefsson  <jas@extundo.com>
20782
20783         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20784         token.
20785
20786 2002-08-07  Simon Josefsson  <jas@extundo.com>
20787
20788         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20789         (sieve-manage-authenticators):
20790         (sieve-manage-authenticator-alist): Add some SASL mechs.
20791         (sieve-sasl-auth): New function.
20792         (sieve-manage-cram-md5-auth):
20793         (sieve-manage-plain-auth): Rewrite using SASL library.
20794         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20795         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20796         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20797         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20798
20799 2004-01-05  Simon Josefsson  <jas@extundo.com>
20800
20801         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20802         New files.
20803
20804 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20805
20806         * gnus-group.el (gnus-no-groups-message): Update.
20807
20808         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20809
20810 2003-11-09  Simon Josefsson  <jas@extundo.com>
20811
20812         * imap.el: Support for ID IMAP extension (RFC 2971).
20813         (imap-local-variables): Add imap-id.
20814         (imap-id): New variable.
20815         (imap-id): New function.
20816         (imap-parse-response): Parse untagged ID response.
20817         * nnimap.el (nnimap-id): New variable.
20818         (nnimap-open-connection): Use it.
20819
20820 2003-12-28  Simon Josefsson  <jas@extundo.com>
20821
20822         * gnus-score.el (gnus-score-edit-all-score): New.
20823         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20824
20825 2004-01-04  Simon Josefsson  <jas@extundo.com>
20826
20827         * password.el: Add.
20828
20829 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20830
20831         * dns.el (dns-query-types): Fix typo.
20832         (dns-query-types): New function.
20833         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20834         PTR and SOA replies, see RFC 1035.
20835
20836 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20837
20838         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20839
20840         * Move to Changelog.2.
20841
20842 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20843
20844         * gnus.el (gnus-version-number): Bump version.
20845
20846 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20847
20848         * gnus.el: No Gnus v0.1 is released.
20849
20850 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20851
20852         * gnus.el: No Gnus v0.0 is released.
20853
20854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855
20856         * gnus.el (gnus-version-number): Bump.
20857         (gnus-version): No.
20858
20859 See ChangeLog.2 for earlier changes.
20860
20861   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20862
20863   This file is part of GNU Emacs.
20864
20865   GNU Emacs is free software: you can redistribute it and/or modify
20866   it under the terms of the GNU General Public License as published by
20867   the Free Software Foundation, either version 3 of the License, or
20868   (at your option) any later version.
20869
20870   GNU Emacs is distributed in the hope that it will be useful,
20871   but WITHOUT ANY WARRANTY; without even the implied warranty of
20872   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20873   GNU General Public License for more details.
20874
20875   You should have received a copy of the GNU General Public License
20876   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20877
20878 ;; Local Variables:
20879 ;; coding: utf-8
20880 ;; fill-column: 79
20881 ;; add-log-time-zone-rule: t
20882 ;; End: