(message-reply): Take an optional switch-buffer parameter so that Gnus window confs...
[gnus] / lisp / ChangeLog
1 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-reply): Take an optional switch-buffer parameter
4         so that Gnus window confs are respected better.
5
6 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
9         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
10         docstring.
11         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
12         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
13         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
14         Login collection is "Login" and not "login".
15
16 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
19         multiple headers.
20
21         * nnimap.el (nnimap-inhibit-logging): New variable.
22         (nnimap-log-command): Don't log login commands.
23
24         * auth-source.el (auth-source-netrc-search): The asserts seem to want
25         to have more parameters.
26
27         * nnimap.el (nnimap-send-command): Mark the command time for each
28         command, so that we don't get NOOPs stepping on our toes.
29
30         * gnus-art.el (article-date-ut): Get the date from the Date header on
31         `t'.
32
33 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * auth-source.el (auth-source-search): Use copy-sequence instead of
36         the cl.el copy-list.
37
38 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * imap.el: Bring it back (revert
41         84d800cd31de3064f0ed39617d725709a2f8f42f).
42
43 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
44
45         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
46         Improve prompt.
47
48 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-art.el (gnus-article-mode-line-format): Remove the article
51         washing status from the default format.  It isn't very informative.
52
53 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
54
55         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
56         Gcc processing on imap.
57
58 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * imap.el: Remove file.  All the functionality is in nnimap.el.
61
62 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
63
64         * message.el (message-bury): Don't pop up a new window when selected
65         window is dedicated.
66
67 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
68
69         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
70
71 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * sieve-manage.el: Autoload `auth-source-search'.
74         (sieve-sasl-auth): Use it.
75
76 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
77
78         * nnimap.el: Autoload `auth-source-forget+'.
79         (nnimap-open-connection-1): Use it if the connection fails.
80
81         * auth-source.el: Require `password-cache'.
82         (auth-source-hide-passwords, auth-source-cache): Remove and mark
83         obsolete.
84         (auth-source-magic): Marker for `password-cache' keys.
85         (auth-source-do-cache): Update docstring.
86         (auth-source-search): Use and check cache.
87         (auth-source-forget-all-cached, auth-source-remember)
88         (auth-source-recall, auth-source-forget, auth-source-forget+)
89         (auth-source-specmatchp): Caching support functions.
90         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
91         Remove and obsolete.
92         (auth-source-user-or-password): Remove caching to further discourage
93         using it.  Always hide passwords.
94
95         * password-cache.el (password-cache-remove): Accept secrets that are
96         not strings.
97
98 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
99
100         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
101         code for now, since it doesn't work for all users.
102
103 2011-02-09  Julien Danjou  <julien@danjou.info>
104
105         * message.el (message-options): Make message-options really buffer
106         local.
107
108 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * mail-source.el: Autoload `auth-source-search'.
111         (mail-source-keyword-map): Note order matters.
112         (mail-source-set-1): Get all the mail-source source values and
113         defaults and search auth-source on those if needed.  This can all
114         probably be simplified.
115
116         * nnimap.el: Autoload `auth-source-search'.
117         (nnimap-credentials): Use it.
118         (nnimap-open-connection-1): Ask for the virtual server and physical
119         address in one shot.
120
121         * nntp.el: Autoload `auth-source-search'.
122         (nntp-send-authinfo): Use it.  Note TODO.
123
124 2011-02-08  Julien Danjou  <julien@danjou.info>
125
126         * shr.el (shr-tag-body): Add support for text attribute in body
127         markups.
128
129         * message.el (message-options): Make message-options a local variable.
130
131 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * auth-source.el (auth-source-secrets-search)
134         (auth-source-user-or-password): Use `append' instead of `nconc'.
135         (auth-source-user-or-password): Build return list better and protect
136         against nil :secret.
137
138 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
139
140         * nnimap.el (nnimap-update-info): Refactor slightly.
141         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
142         (nnimap-update-info): Clean up slightly.
143         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
144         characters.
145         (nnimap-process-quirk): Rename function to avoid collision.
146         (nnimap-update-info): Fix macrology bug-out.
147         (nnimap-update-info): Simplify split history test.
148
149 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
150
151         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
152         `secrets-get-attributes' instead of `secrets-get-attribute'.
153         (auth-source-secrets-search): Limit search when `max' is greater than
154         number of results.
155
156 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
157
158         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
159         part not returning any data.
160
161         * proto-stream.el (open-protocol-stream): Document the return value.
162
163 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * auth-source.el (auth-source-secrets-search): Add examples.
166
167 2011-02-06  Julien Danjou  <julien@danjou.info>
168
169         * message.el (message-setup-1): Handle message-generate-headers-first
170         set to t.
171
172 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
175         API with a string "secrets:collection-name" and with 'default.
176         (auth-source-backend-parse): Parse "secrets:collection-name" and
177         'default.  Recurse on parses instead of repeating code.  Use the
178         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
179         message when ignoring a source.
180         (auth-source-search): List ignored search keys at the top level.
181         (auth-source-netrc-create): Use `case' instead of `cond'.
182         (auth-source-secrets-search): Created with TODOs.
183         (auth-source-secrets-create): Created with TODOs.
184         (auth-source-retrieve, auth-source-create, auth-source-delete)
185         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
186         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
187         (auth-source-user-or-password-sftp)
188         (auth-source-user-or-password-smtp): Removed.
189         (auth-source-user-or-password): Deprecated and modified to be a wrapper
190         around `auth-source-search'.  Not tested thoroughly.
191
192 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * auth-source.el: Bring in assoc and eioeio libraries.
195         (secrets-enabled): New variable to track the status of the Secrets API.
196         (auth-source-backend): New EIOEIO class to represent a backend.
197         (auth-source-creation-defaults): New variable to set prompt defaults
198         during token creation (see the `auth-source-search' docstring for
199         details).
200         (auth-sources): Simplify to allow a simple string as a netrc backend
201         spec.
202         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
203         (auth-source-backend-parse-parameters): Fill in the backend parameters.
204         (auth-source-search): Main auth-source API entry point.
205         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
206         (auth-source-search-collection): Helper function for searching.
207         (auth-source-netrc-parse, auth-source-netrc-normalize)
208         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
209         Supports search, create, and delete.
210         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
211         backend stubs.
212         (auth-source-user-or-password): Call `auth-source-search' but it's not
213         ready yet.
214
215 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
216
217         * message.el (message-setup-1): Remove the read-only stuff, since it
218         doesn't work under XEmacs, for some reason.
219
220         * gnus-sum.el (gnus-user-date): Rename back from
221         gnus-summary-user-date since user code refers to it.
222
223         * shr.el (shr-render-td): Store the actual background colour used.
224
225         * message.el (message-setup-1): Don't bind the constant
226         -forbidden-properties.
227         (message-setup-1): Revert previous change, since it needs to bind the
228         props to insert them.
229         (message-resend): Allow removing the read-only separator line.
230
231 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * nnimap.el (nnimap-request-accept-article): Give an error message if
234         the APPEND wasn't successful.
235
236 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
237
238         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
239         that have no groups.
240
241 2011-02-03  Julien Danjou  <julien@danjou.info>
242
243         * gnus-draft.el: Remove progn around gnus-draft-setup.
244
245 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-start.el (gnus-read-active-for-groups): This function is never
248         called with a nil `infos', so clean that up.
249         (gnus-get-unread-articles): Request active files from primary/secondary
250         methods that have no groups (yet).
251
252 2011-02-03  Julien Danjou  <julien@danjou.info>
253
254         * message.el (message-setup-1): Always generate References first.
255         (message-mail): Return the return value of message-setup, not always t.
256         (message-setup-1): Insert mail-header-separator with read-only and
257         intangible properties set.
258
259         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
260         user-date in docstring.
261
262         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
263
264         * gnus.el (gnus-summary-line-format): Mention &user-date format in
265         docstring.
266
267         * gnus.el (gnus-user-date-format-alist): Change default value. Use
268         defcustom, with type and group. Move from gnus-util.el. Rename to
269         gnus-summary-user-date-format-alist.
270
271 2011-02-03  Glenn Morris  <rgm@gnu.org>
272
273         * nnimap.el (gnus-fetch-headers): Declare.
274
275         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
276
277 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
278
279         * message.el (message-forward-make-body-digest-plain)
280         (message-followup, message-reply): Clean up things noted by Stefan.
281
282         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
283         gnus-article-update-date-headers is nil.
284         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
285         it didn't really work with defcustom.
286         (article-update-date-lapsed): Make sure the window start doesn't move,
287         either.
288
289 2011-02-01  Julien Danjou  <julien@danjou.info>
290
291         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
292         format.
293
294         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
295         standard in Emacs nowadays.
296
297         * color.el (color-gradient): Add a color-gradient function.
298
299 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
300
301         * message.el (message-expand-name): Don't trust the return value of
302         bbdb-complete-name.
303         (message-check-news-header-syntax): Remove unused var `start'.
304         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
305         (message-inhibit-body-encoding): Move to before first use.
306         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
307         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
308         (Organization, Message-ID, Date, mh-previous-window-config):
309         Defvar the vars using dynamic scoping.
310
311 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
312
313         * shr.el (shr-render-td): Only do colours at the final rendering.
314         Should be slightly faster.
315         (shr-insert-table): Fix up TD background colours when doing the
316         vertical padding.
317
318         * gnus-art.el (article-date-ut): Protect against articles with no Date
319         header.
320         (article-update-date-lapsed): Don't use current-column to find the
321         horizontal position.  It's fragile in the presence of \003 characters.
322
323         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
324
325 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
326
327         * gnus-art.el (article-transform-date): Rewrite to still work when
328         there are several rfc2822 parts.
329         (article-transform-date): Fix infinite recursion.
330         (article-date-ut): Replace infinitely many Date headers with a single
331         one when called interactively.
332
333         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
334         secure manner.
335
336         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
337         move around by not using save-window-excursion.  It seems to work...
338
339 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-art.el (article-make-date-line): Work for user-defined format.
342
343 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
344
345         * nntp.el (nntp-retrieve-group-data-early)
346         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
347         fetching functions.
348
349         * gnus-start.el (gnus-read-active-for-groups): Read the active files
350         thoroughly for all backends that have no known groups.  This should
351         allow new nnml methods to retrieve mail.
352
353         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
354         that Gnus doesn't know exists again.
355
356         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
357         (gnus-treat-date-ut): Ditto.
358         (gnus-article-update-date-header): Renamed.
359         (gnus-treat-date-local): Removed.
360         (gnus-treat-date-english): Removed.
361         (gnus-treat-date-lapsed): Removed.
362         (gnus-treat-date-combined-lapsed): Removed.
363         (gnus-treat-date-original): Removed.
364         (gnus-treat-date-iso8601): Removed.
365         (gnus-treat-date-user-defined): Removed.
366         (gnus-article-date-headers): New variable to control all the date
367         header options.
368         (article-date-ut): Rewrite to allow using the new way to format date
369         headers(s).
370
371 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * nnmail.el (nnmail-article-group): Check for a direct fancy split
374         method.
375         (nnmail-article-group): A better test for fanciness.
376
377         * nnimap.el (nnimap-request-head): Protect against not finding the
378         article by Message-ID.
379
380 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-art.el (article-update-date-lapsed): Try a better way to really
383         keep point at the "same place".
384
385 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
388         data if the group is unactivated.
389
390 2011-01-28  Julien Danjou  <julien@danjou.info>
391
392         * gnus-win.el: Remove dead function gnus-window-configuration-element.
393         (gnus-all-windows-visible-p): Remove old compatibility code.
394         (gnus-window-top-edge): Add docstring.
395
396         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
397
398 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
401         older request-update-info.
402
403         * gnus-art.el (article-make-date-line): Limit the length a bit more.
404
405 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
406
407         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
408         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
409
410 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
413         groups.  This makes the nndraft:queue group pop up if it's not already
414         there.
415
416         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
417         messages" logic, which was reversed.
418
419         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
420         the "same place" even if point is on the line being replaced.
421         (article-update-date-lapsed): Allow updating both the combined lapsed
422         and the lapsed headers.
423         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
424         (article-make-date-line): Limit the number of segments dynamically to
425         avoid too-long lines.
426
427 2011-01-27  Julien Danjou  <julien@danjou.info>
428
429         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
430         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
431
432 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
435         Use plist-get instead of the cl function getf.
436
437 2011-01-27  Glenn Morris  <rgm@gnu.org>
438
439         * gnus-util.el (float-time): Get rid of compiler warning, again.
440
441 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
442
443         * shr.el (shr-put-color): Special-case background colours: Do put them
444         at the blank parts at the front of the lines.
445
446         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
447         exit hook to nix out all data on readedness on group exit.
448
449         * gnus-util.el (float-time): If float-time is bound, always use it on
450         all Emacsen.  It's unclear why the subrp check was there.
451         (time-date): Require to make some autoload issues on XEmacs go away.
452
453         * shr.el (shr-put-color): Don't do the box padding in tables, since
454         they're already padded.
455
456 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus-art.el (gnus-article-next-page): When the last line of the
459         article is displayed, scroll down once more instead of going to the
460         next article at once.
461         (article-lapsed-string): Refactor out and allow specifying how many
462         segments you want.
463         (gnus-article-setup-buffer): Start updating the lapsed header directly.
464         (gnus-article-update-lapsed-header): New variable.
465
466         * shr.el: Revert change that made headings use different-sized faces.
467         The Emacs display engine isn't advanced enough that, for instance,
468         tables can comfortably use differntly-sized faces.
469
470 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
473         used.
474         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
475         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
476         we're using an encrypted connection.
477
478         * proto-stream.el: Alter the interface functions to also return the
479         actual stream type used: network or tls.
480
481 2011-01-25  Julien Danjou  <julien@danjou.info>
482
483         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
484         (mm-display-javascript-inline): New function.
485
486         * mm-decode.el (mm-inline-media-tests): Add application/javascript
487         viewing function.
488
489 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * shr.el (shr-expand-newlines): Fix variable name.
492
493 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
494
495         * shr.el (shr-expand-newlines): Make nested boxes work.
496
497 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
498
499         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
500         backgrounds.
501         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
502         in a more sensible manner.
503
504 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
505
506         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
507         if EPG is loaded.
508
509 2011-01-24  Julien Danjou  <julien@danjou.info>
510
511         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
512         tags.
513
514 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
517         commands.
518
519         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
520         in the article buffer.
521         (gnus-gravatar-insert): Use blank space from the current buffer to
522         avoid breaking text properties.  This makes X-Sent updating work again.
523
524         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
525
526 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
529         fix the bug in url-http.el instead.
530
531         * shr.el (shr-image-fetched): Ditto.
532
533         * shr.el (shr-image-fetched): Avoid having point move in the article
534         buffer.
535
536         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
537         buffer after being called.  It's apparently being killed by url.el, and
538         killing it made point move to end-of-buffer in a random buffer.
539
540         * shr.el (shr-image-fetched): Ditto.
541
542 2011-01-23  Julien Danjou  <julien@danjou.info>
543
544         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
545
546         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
547         text/x-org.
548
549 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-sum.el (gnus-summary-move-article): Protect against backends
552         (i.e., nnimap) returning nil as the article number.
553
554 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
555
556         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
557         "DelSp" parameter in RFC3676.
558
559 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * message.el (message-check-recipients): Display the encoded version of
562         the bogus address if they differ.
563
564         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
565         after sending.
566
567         * gnus-agent.el (gnus-agent-send-mail): Ditto.
568
569         * gnus-group.el (gnus-group-refresh-group): New convenience function.
570
571         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
572         group buffer after sending the queue.
573
574         * gnus-agent.el (gnus-agent-send-mail): Ditto.
575
576 2011-01-22  Julien Danjou  <julien@danjou.info>
577
578         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
579
580 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
581
582         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
583         nested related parts.
584
585         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
586         unexpired articles.  This fixes the regression that led expiry marks to
587         disappear from nnfolder groups.
588
589 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
590
591         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
592         Don't confuse the "ret" of "retrograde" with RET.
593
594 2011-01-21  Julien Danjou  <julien@danjou.info>
595
596         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
597         than mm-insert-inline.
598
599 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
602         Widen article buffer.
603
604 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
605
606         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
607         the temp buffer.
608         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
609
610 2011-01-20  Julien Danjou  <julien@danjou.info>
611
612         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
613
614         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
615         than mm-insert-inline to insert inline part: this respect
616         mm-inline-media-tests displayers.
617
618         * mm-view.el (mm-display-shell-script-inline): New function.
619
620         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
621
622         * mm-uu.el (mm-uu-type-alist): Add org block.
623         (mm-uu-org-src-code-block-extract): New function.
624
625         * mm-view.el (mm-display-org-inline): New function.
626
627         * mm-decode.el (mm-automatic-display): Add text/org.
628
629         * mailcap.el (mailcap-mime-extensions): Add .org.
630
631 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * gnus-art.el (gnus-article-highlight): Remove argument passed to
634         gnus-article-add-buttons.
635
636 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
637
638         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
639         From header with a date and "nobody" as the sender.
640
641 2011-01-19  Julien Danjou  <julien@danjou.info>
642
643         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
644         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
645         if you have the same regexp several times.
646         (gnus-button-push): Fix matching when regexp is symbol.
647
648 2011-01-15  Glenn Morris  <rgm@gnu.org>
649
650         * message.el (message-mail): A compose-mail function should
651         accept headers as strings.
652
653 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
654
655         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
656         Add :vert-only tags.
657         (message-mail): New arg RETURN-ACTION.
658         (message-return-action): New var.
659         (message-bury): Use it.
660         (message-mode): Make it buffer-local.
661         (message-send-and-exit): Always call message-bury.
662
663         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
664         message-mail.
665
666 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-convert-partial-article): Protect against
669         zero-length body parts.
670
671         * mm-decode.el (mm-preferred-alternative-precedence):
672         Discourage showing empty parts.
673
674         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
675         and stuff if the backend didn't return the article number.  This fixes
676         an Exchange-related nnimap bug.
677
678         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
679         group window, because it does the wrong thing when a separate frame
680         displays the group buffer.
681
682         * proto-stream.el (open-protocol-stream): Protect against the low-level
683         transport functions returning nil.
684
685 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
686
687         * mml2015.el (epg-sub-key-fingerprint): Autoload.
688         (mml2015-epg-find-usable-secret-key): New function.
689         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
690         mml2015-epg-find-usable-key (Bug#7797).
691         (mml2015-epg-encrypt): Ditto.
692
693 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * dgnushack.el (rot13-string): Fix the way to get the argument.
696
697 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
700
701 2011-01-03  Glenn Morris  <rgm@gnu.org>
702
703         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
704
705         * sieve.el (sieve-open-server): Give a more explicit error if
706         sieve-manage-open returns nil.  (Bug#7720)
707
708 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
709
710         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
711
712 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
715         This avoids sending passwords in plain text over non-encrypted
716         channels.
717
718         * shr.el (shr-rescale-image): Display all GIF images as animated images.
719
720         * nnimap.el (nnimap-login): Refactored out into own function, and
721         implement CRAM-MD5.
722         (nnimap-wait-for-line): Refactored out.
723
724         * mm-view.el (mml-smime): Require.
725
726 2010-12-20  David Engster  <deng@eml.cc>
727
728         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
729         use EPG to decrypt S/MIME messages instead of openssl.
730
731 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
734
735         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
736         status is the group clearly is unreachable.
737
738         * auth-source.el (auth-source-create): Add the optional second
739         parameter to `local-variable-p' to be compatible with XEmacs.
740
741 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
742
743         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
744         work when using a compressed nnml folder.
745
746 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
749         backends after sanitising on entry, because this never makes sense:
750         If the articles have gone missing, then the data no longer exists on
751         the backend, and if they haven't, then Gnus is wrong, and shouldn't
752         overwrite anything anyway.
753
754         * shr.el (shr-insert-document): Bind shr-width dynamically to
755         window-width if it's nil.
756
757 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
758
759         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
760         with the meaning of using the full emacs window width for rendering.
761
762 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
763
764         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
765         case when sender is not given.
766
767 2010-12-23  Julien Danjou  <julien@danjou.info>
768
769         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
770         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
771         the addresses, otherwise we might misplaced the gravatar.
772
773 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
774
775         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
776         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
777         obsolete in Emacs.
778
779 2010-12-20  Julien Danjou  <julien@danjou.info>
780
781         * gnus-util.el (gnus-rescale-image): Revert last change.
782
783 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
784
785         * binhex.el: Improve commentary (Bug#7482).
786
787 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-group.el (gnus-group-delete-articles): New command.
790
791 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
792
793         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
794
795 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
798         here, since it's up to the backends to do CRLF removal if their
799         protocol has it.
800
801         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
802
803 2010-12-17  Julien Danjou  <julien@danjou.info>
804
805         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
806         they are from file. Can also scale up.
807
808 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
809
810         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
811         gnus-use-agent.
812         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
813
814         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
815
816 2010-12-17  Julien Danjou  <julien@danjou.info>
817
818         * gravatar.el (gravatar-retrieve-synchronously): New function.
819         (gravatar-get-data): Make more robust.
820
821 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
824
825 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
828         to really consider the last line.
829
830 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
831
832         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
833         list of recipient keys, or use symmetric encryption if not a list.
834         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
835         EPA override, replacing the call to `netrc-store-data'.
836
837 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
838
839         * gnus-srvr.el: Avoid passing nil regexp argument to
840         delete-matching-lines.
841
842 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
845         fetching stops when Gnus exits.
846
847         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
848         function.
849         (nnfolder-request-expire-articles): Save all the buffers after doing
850         expiry.
851
852         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
853         the last article", since that led to serious performance regressions
854         when expiring nnml groups.
855
856 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
857
858         * nnir.el: Improve customizations.
859
860 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
863
864         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
865         group has been killed.
866         (gnus-group-yank-group): Ditto.
867
868         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
869
870         * nnimap.el (nnimap-request-update-group-status): New function.
871
872         * gnus-int.el (gnus-request-update-group-status): New interface
873         function.
874
875         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
876         copying read-ness to the backends.
877
878         * nnimap.el (nnimap-quirk): New function.
879         (nnimap-retrieve-group-data-early): Use it.
880         (nnimap-quirks): New alist.
881
882 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * shr.el (shr-insert): Set shr-start after deleting trailing space;
885         don't delete it within indentation.
886
887 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
890         previous line.
891
892 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
895         QRESYNC command by deleting a superfluous space which broke Cyrus
896         servers.  This change will break other servers that are buggy the other
897         way around.
898
899 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * spam.el: Reindent and fix long lines.
902         (spam-copy-or-move-routine): Exclude invalid move destinations.
903
904 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
905
906         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
907         installed the registry.
908
909 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
912
913 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
916         groupname doesn't contain "gmane".
917
918 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
921         and netrc-bound-and-true-p bindings.
922         (netrc-parse): Cache the netrc contents.
923
924         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
925         (gnus-1): Don't create the nndrafts group twice.
926         (gnus-setup-news): There's no need to read the active file here, since
927         that's done again later on a per-backend basis.
928         (gnus-start-draft-setup): Make sure that the new group is started out
929         empty.
930
931         * gnus-agent.el (gnus-agentize): Don't create the queue group
932         automatically on startup.  It'll be created later, if needed.
933
934         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
935         of automatically subscribed groups.
936         (gnus-auto-subscribed-categories): New variable.
937         (gnus-matches-options-n): Use it.
938         (gnus-default-subscribed-newsgroups): Remove unused variable.
939         (gnus-start-draft-setup): Message a bit less.
940
941 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
942
943         * nnir.el (nnir-run-imap): Return article list in order of increasing
944         UID.
945
946 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-sum.el (gnus-summary-enter-digest-group):
949         Mention gnus-auto-select-on-ephemeral-exit.
950
951         * proto-stream.el (proto-stream-open-network-only): Fix the calling
952         convention of the network-only option.
953
954 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * proto-stream.el (proto-stream-open-network-only): New function to
957         have a way to specify non-STARTTLS upgrade connections.
958
959 2010-12-10  Julien Danjou  <julien@danjou.info>
960
961         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
962         email address is nil.
963
964         * message.el (message-bogus-recipient-p): Set address to "" if nil.
965
966 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
967
968         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
969         deletion.
970         (nnir-run-imap): Only need to parse list once.
971
972 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * shr.el (shr-tag-script): Ignore <script>.
975         (shr-tag-label): Add <label> support.
976
977 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
980
981         * shr.el (shr-image-displayer): Work for images lined side by side.
982
983 2010-12-08  Robert Pluim  <rpluim@gmail.com>
984
985         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
986         parameter, since XEmacs doesn't accept t as a parameter.
987
988 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
989
990         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
991         ids.
992         (nnir-run-gmane): Simplify groupspec formatting.
993         (nnir-request-expire-articles): New function.
994
995 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
998         overflow, possibly.
999
1000         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1001         (shr-render-td): Handle td style="" better.
1002         (shr-tag-table): Use the color from the style sheet.
1003         (shr-render-td): Make sure we copy over all the overlays, too.
1004
1005 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1006
1007         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1008         (nnir-request-article): Improve article retrieval.
1009
1010 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * mm-util.el (mm-extra-numeric-entities): New variable.
1013
1014         * mm-url.el (mm-url-decode-entities):
1015         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1016
1017         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1018
1019 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1020
1021         * message.el: Use completion-at-point.
1022         (message-completion-function): New fun, extracted from message-tab.
1023         (message-mode): Use it for completion-at-point-functions.
1024         (message-tab): Use it and completion-at-point.
1025
1026 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1029         character if a non-breakable character follows.
1030
1031 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1034         any stream.
1035
1036         * shr.el (shr-tag-font): Colorize the region.
1037         (shr-tag-body): Ditto.
1038         (shr-tag-font): Actually let the styles be inherited instead of
1039         overwriting them.
1040         (shr-tag-font): Get the background color right.
1041         (shr-tag-style): Ignore all <style> tags for the moment.
1042
1043         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1044         a Message-ID to avoid having nnimap depend on gnus-sum.
1045
1046         * shr.el (shr-descend): Only colorize something if we have a node that
1047         sets colors.
1048
1049 2010-12-06  Julien Danjou  <julien@danjou.info>
1050
1051         * shr.el (shr-render-td): Render td content with shr-descend, so style
1052         will be applied to <td> too.
1053         (shr-colorize-region): Colorize region even if we only have a background.
1054         (shr-tag-body): Fix color and background color inheritance.
1055         Do not recolorize after shr-generic.
1056         (shr-tag-font): Let shr-generic colorize via inheritance.
1057
1058 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1061
1062 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1063
1064         * nnir.el (nnir-request-move-article): Remove obsolete code.
1065
1066 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1069
1070 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-sum.el (gnus-summary-respool-article): The completion function
1073         expects a list instead of an alist.
1074
1075         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1076         string as the parameter.
1077
1078         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1079
1080         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1081         styles.
1082         (shr-colorize-region): New function.
1083         (shr-insert-background-overlay): Remove.
1084         (shr-render-td): Background setting should be taken care of on a higher
1085         level.
1086         (shr-tag-body): Use post-hoc colorizations.
1087         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1088         (shr-put-color-1): Don't overwrite old colors.
1089         (shr-colorize-region): When the background color isn't explicit, use
1090         a fixed background.
1091
1092         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1093         nnmail variables.
1094
1095 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1096
1097         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1098         unless necessary.
1099
1100 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1101
1102         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1103         server.
1104
1105 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1108         so that TAB works.
1109
1110         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1111         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1112
1113         * shr.el (shr-urlify): Show the URL before the title to avoid
1114         misleading URLs.
1115
1116 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1117
1118         * shr.el (shr-urlify): Display the title in <a> tags.
1119
1120 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1121
1122         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1123
1124 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1125
1126         * nnir.el: Rearrange code to allow macros to be autoloaded by
1127         gnus-sum.el.
1128         (nnir-retrieve-headers-override-function): Make this variable
1129         customizable.
1130         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1131
1132         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1133         from nnir.el.
1134
1135 2010-12-03  Julien Danjou  <julien@danjou.info>
1136
1137         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1138
1139 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1142         allow optional argument `environment'.
1143
1144 2010-12-03  Glenn Morris  <rgm@gnu.org>
1145
1146         * mm-extern.el (message-goto-body): Update declaration.
1147
1148 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-util.el (gnus-macroexpand-all): New function.
1151
1152         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1153         instead of macroexpand-all that is unavailable in XEmacs.
1154
1155 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1156
1157         * nnir.el (nnir-summary-line-format): New variable.
1158         (nnir-mode): Use it.
1159         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1160         (nnir-article-ids): Reimplement as defsubst.
1161         (nnir-retrieve-headers): Don't mangle the subject header.
1162         (nnir-run-imap): Use 100 as RSV score.
1163         (nnir-run-find-grep): Fix for full server searching.
1164         (nnir-run-gmane): Better restriction to gmane groups.
1165
1166         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1167         summary buffers.
1168
1169 2010-12-02  Julien Danjou  <julien@danjou.info>
1170
1171         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1172
1173         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1174
1175         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1176         support.
1177
1178 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1179
1180         * nnir.el: Update to handle the registry better.
1181         (autoload): Silence byte-compiler.
1182         (nnir-open-server): Add a hook for nnir groups.
1183         (nnir-request-move-article): Don't mangle the header. Better to use
1184         formating variables (which will be added in the future).
1185         (nnir-registry-action): Update the registry using the original article
1186         group name.
1187         (nnir-mode): Install nnir-specific hooks for updating the registry.
1188
1189         * gnus-sum.el
1190         (gnus-article-original-subject,gnus-newsgroup-original-name):
1191         Remove obsolete variables.
1192         (gnus-summary-move-article): Remove use of obsolete variables.
1193         (gnus-summary-local-variables): Make move and delete hooks local to
1194         summary buffers.
1195
1196 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * rtree.el: New file.
1199
1200 2010-12-01  Julien Danjou  <julien@danjou.info>
1201
1202         * message.el (message-user-organization): Do not use
1203         gnus-local-organization.
1204
1205         * gnus.el: Remove gnus-local-organization.
1206
1207         * gnus-msg.el: Remove nastygram thing.
1208
1209 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1212         funcall.
1213
1214 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1217         names.
1218
1219         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1220         characters.
1221
1222         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1223         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1224         Suggested by Štěpán Němec <stepnem@gmail.com>.
1225         (gnus-gravatar-transform-address): Use mail-extract-address-components
1226         that supports non-ASCII names rather than mail-header-parse-addresses.
1227
1228 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * proto-stream.el (open-protocol-stream): All starttls connections are
1231         handled by the network handler.
1232
1233 2010-11-30  Julien Danjou  <julien@danjou.info>
1234
1235         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1236         (nnimap-open-connection-1): Fix PREAUTH.
1237
1238         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1239
1240 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1243         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1244         (shr-insert): Use them.
1245         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1246
1247 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1248
1249         * nnir.el (nnir-request-move-article): Bail out if original group
1250         doesn't support article moves.
1251         (nnir-get-active): Improve active list retrieval.
1252
1253 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1256
1257 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1258
1259         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1260         seem to accept strings-with-numbers as port numbers,
1261
1262 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1263
1264         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1265         change the registry.
1266
1267 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1270         delete-dups that is not available in XEmacs 21.4.
1271
1272         * mm-util.el (mm-delete-duplicates): Add comment.
1273
1274 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1275
1276         * nnir.el (nnir-ignored-newsgroups): New variable.
1277         (nnir-get-active): Use it.
1278
1279 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * proto-stream.el (proto-stream-open-network): Add some comments.
1282
1283         * nntp.el (nntp-open-connection): Provide a :success condition.
1284
1285         * nnimap.el (nnimap-open-connection-1): Ditto.
1286
1287         * proto-stream.el (proto-stream-open-network): See what the response to
1288         the STARTTLS command is.
1289
1290         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1291         backwards compatibility).
1292         (nnimap-open-connection-1): Really respect nnimap-server-port.
1293
1294         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1295         TLS upgrades we don't really care about the identity of the peer.
1296         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1297         that what we've checked for.
1298         (proto-stream-always-use-starttls): Only default to t if
1299         open-gnutls-stream exists.
1300         (proto-stream-open-network): If STARTTLS failed, then just open a
1301         normal connection.
1302         (proto-stream-open-network): Wait until the greeting before doing
1303         STARTTLS.
1304
1305         * nntp.el (nntp-open-connection): Report what the connection error is.
1306
1307         * proto-stream.el (open-protocol-stream): Rename from
1308         open-proto-stream.
1309
1310 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-stream): Change default to `undecided'.
1313         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1314         first, and then network.
1315         (nnimap-open-connection-1): Respect nnimap-server-port.
1316         (nnimap-open-connection): Be more backwards-compatible.
1317
1318         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1319         (proto-stream-open-starttls): De-duplicate the starttls code.
1320         (proto-stream-open-starttls): Folded back into the main function.
1321         (proto-stream-open-network): Fix typo in the gnutls path.
1322         (proto-stream-command): Refactor out.
1323
1324         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1325
1326         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1327         starttls.el STARTTLS.
1328
1329         * color.el (color-lab->srgb): Fix function call name.
1330
1331         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1332         if we're using tls.el.
1333         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1334         built in, then don't try to establish a STARTTLS connection.
1335
1336         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1337         servers.
1338
1339         * proto-stream.el (open-proto-stream): Use network, not stream.
1340         (open-proto-stream): Add a way to specify what the end of a command is.
1341
1342         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1343         connections types.
1344         (nntp-open-network-stream): Remove.
1345         (nntp-open-ssl-stream): Remove.
1346         (nntp-open-tls-stream): Remove.
1347         (nntp-ssl-program): Remove.
1348
1349         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1350
1351 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1352
1353         * nnir.el: Fix typos.
1354         (nnir-retrieve-headers-override-function): Rename variable to reflect
1355         new semantics.
1356         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1357         macros.
1358         (nnir-request-article, nnir-request-move-article): Use them.
1359         (nnir-categorize): New function.
1360         (nnir-run-query): Use it.
1361         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1362         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1363         sorted.
1364         (nnir-group-full-name): Use gnus-group-full-name instead.
1365         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1366         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1367
1368 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1371
1372         * proto-stream.el: New library to provide protocol-specific
1373         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1374         protocols.
1375         (open-proto-stream): Complete the documentation.
1376         (proto-stream-open-network): Fix some typos.
1377
1378         * nnimap.el (nnimap-open-connection): Use it.
1379
1380 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1381
1382         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1383         negotiation.
1384
1385 2010-11-26  Julien Danjou  <julien@danjou.info>
1386
1387         * color.el: Rename various rgb functions to srgb.
1388
1389 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1392         names.
1393
1394 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * shr.el (shr-insert): Revert last change.
1397         (shr-find-fill-point): Never leave point being at bol;
1398         relax the kinsoku limitation when rendering tables.
1399
1400 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1403         results from -accept-article.
1404
1405         * shr-color.el: Require cl when compiling.
1406
1407         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1408         checkin.
1409
1410         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1411
1412         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1413
1414         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1415         'add and 'delete to set backend marks.
1416
1417         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1418
1419         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1420
1421         * nntp.el (nntp-request-set-mark): Use it.
1422
1423         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1424
1425         * nnml.el (nnml-request-set-mark): Ditto.
1426
1427         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1428         introduces regressions in article selection.
1429         (nnimap-find-uid-response): New function.
1430         (nnimap-request-accept-article): Use the UID returned, if any.
1431         (nnimap-request-move-article): Use the UID returned, if any.
1432         (nnimap-get-groups): Reimplement to work with folded lines.
1433         (nnimap-find-uid-response): The UID is the last element in the list.
1434         (nnimap-request-set-mark): Extend syntax with 'set.
1435
1436         * nnml.el (nnml-request-set-mark): Ditto.
1437
1438         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1439
1440         * nntp.el (nntp-request-set-mark): Ditto.
1441
1442 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * message.el (message-called-interactively-p): A temporary macro.
1445         (message-goto-body): Use it temporarily.
1446
1447 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1450         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1451         (nnimap-last-response-string): Fix last unfolding fix.
1452
1453 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * shr.el (shr-insert): Fix the way to fold lines.
1456
1457 2010-11-25  Julien Danjou  <julien@danjou.info>
1458
1459         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1460
1461         * color.el: Rename from color-lab.el
1462         (color-rgb->hex): Add.
1463         (color-complement): Add.
1464         (color-complement-hex): Add.
1465
1466         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1467
1468 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1471         don't exist.
1472
1473 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1476         assuming that article displaying or another mml-preview may be
1477         interrupted for an error or for the like.
1478
1479         * shr.el (shr-get-background): Fix argument name.
1480
1481 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1484
1485         * gnus-sum.el (gnus-summary-include-articles): New function.
1486
1487         * message.el (message-goto-body): called-interactively-p needs a
1488         parameter, so use `any'.
1489
1490         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1491         clear marks before moving, since they're synced from the Gnus side
1492         first.
1493
1494         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1495         (gnus-summary-move-article): Copy over all marks before moving, so that
1496         IMAP doesn't think a new article has arrived.
1497
1498 2010-11-24  Julien Danjou  <julien@danjou.info>
1499
1500         * shr.el (shr-insert-background-overlay): Fix typo.
1501         (shr-render-td): Copy the background before rendering.
1502
1503         * shr-color.el (shr-color-visible): Fix docstring.
1504
1505         * shr.el (shr-tag-table): Add bgcolor support.
1506         (shr-render-td): Add bgcolor support.
1507         (shr-get-background): Add.
1508         (shr-insert-foreground-overlay): Use shr-get-background.
1509
1510         * message.el (message-goto-body): Use called-interactively-p.
1511         (message-in-body-p): message-goto-body returns point.
1512
1513 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1516         Fixes something or other in Emacs 23, and is backwards compatible.
1517
1518         * message.el (message-goto-body): Remove the <#secure special-casing,
1519         which is too special.
1520
1521         * shr.el (shr-parse-style): Drop !important from styles.
1522
1523 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1524
1525         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1526         this function to return incorrect results when calling it with an
1527         explicit article argument different from
1528         (gnus-summary-article-number).
1529
1530 2010-11-24  Julien Danjou  <julien@danjou.info>
1531
1532         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1533         (shr-tag-body): Add background support.
1534         (shr-descend): Add background support.
1535         (shr-tag-title): Add.
1536
1537         * shr-color.el (shr-color-visible): Really return original background
1538         if fixed.
1539
1540 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * shr.el (shr-color-check): Protect against non-existant colour names.
1543
1544 2010-11-24  Julien Danjou  <julien@danjou.info>
1545
1546         * color-lab.el: Require 'cl when compiling.
1547
1548         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1549
1550         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1551         matched part.
1552
1553         * color-lab.el: Fix all expt calls to use float type.
1554
1555 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1558         expression to shr-color-check as is.
1559
1560         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1561
1562         * color-lab.el: Add coding cookie.
1563         (float-pi): Use eval-and-compile.
1564
1565         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1566         compiled for Emacsen having no `libxml-parse-html-region' support.
1567
1568 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * shr.el (shr-insert-color-overlay): Split stuff like
1571         "#444444 !important" to find the real colour.
1572         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1573         parse <font color="red"> entries.
1574
1575 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1576
1577         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1578         point when parsing headers.
1579
1580         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1581         is positioned properly when parsing headers.
1582
1583 2010-11-23  Julien Danjou  <julien@danjou.info>
1584
1585         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1586
1587         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1588
1589         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1590
1591         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1592         Use shr-color-hue-to-rgb.
1593         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1594
1595 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el (shr-color->hexadecimal): Autoload.
1598         (shr-descend): Add color to all tags.
1599
1600 2010-11-22  Julien Danjou  <julien@danjou.info>
1601
1602         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1603         shr-color->hexadecimal.
1604
1605         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1606         RGB() or HSL() color representation.
1607
1608         * shr.el (shr-tag-font): Add.
1609         (shr-tag-color-check): New function to get better colors.
1610         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1611         tag-span.
1612
1613         * shr-color.el: New file.
1614
1615         * color-lab.el: New file.
1616
1617         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1618
1619 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1620
1621         * nnir.el: Fix typo in comments.
1622         (nnir-run-imap): Simplify code. No need to reverse artlist.
1623         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1624
1625 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1628
1629         * nnimap.el (nnimap-get-capabilities): Refactor out.
1630         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1631
1632 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1633
1634         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1635         appearing when `mm-uu-hide-markers' is nil.
1636
1637 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * nnimap.el (nnimap-unselect-group): Make into its own function.
1640         (nnimap-request-rename-group): Unselect group before renaming.
1641         This had gotten lost somewhere.
1642         (nnimap-request-accept-article): Keep track of examined groups, and
1643         unselect the group before APPENDing to read-only groups.
1644         (nnimap-request-move-article): Clear flags before moving so that they
1645         can be re-set later.
1646
1647 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1650         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1651
1652 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-art.el (gnus-mime-display-single)
1655         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1656         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1657         parameter.
1658
1659 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1662         (shr-table-vertical-line): New variable.
1663         (shr-insert-table): Use it.
1664
1665 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-html.el (gnus-html-wash-images): Don't display images if
1668         gnus-inhibit-images is non-nil; register displayer for cid images.
1669         (gnus-html-display-image): Work for cid image.
1670         (gnus-html-insert-image): Allow arguments.
1671         (gnus-html-put-image): Inhibit read-only.
1672         (gnus-html-prefetch-images): Don't prefetch images if
1673         gnus-inhibit-images is non-nil.
1674
1675 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * shr.el (shr-put-image): Break lines when inserting big pictures.
1678
1679 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1680
1681         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1682         sender, thanks Katsumi Yamaoka.
1683
1684 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1685
1686         * nnir.el (nnir-run-imap): Reverse the article list for each group
1687         rather than the whole list.
1688
1689 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * shr.el (shr-image-displayer): Protect function against non-existent
1692         image source.
1693
1694         * gnus-art.el (gnus-inhibit-images): New user option.
1695         (gnus-mime-display-single): Don't display image if it is non-nil.
1696
1697         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1698         gnus-inhibit-images.
1699
1700         * shr.el (shr-image-displayer): New function.
1701         (shr-tag-img): Use it.
1702
1703 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1704
1705         * mml2015.el (mml2015-epg-sign): Use From header.
1706
1707 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1710
1711         * gnus-util.el (gnus-find-text-property-region): Return markers.
1712
1713         * shr.el (shr-tag-img): Put a displayer in the text property.
1714
1715         * gnus-util.el (gnus-find-text-property-region): New utility function.
1716
1717         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1718         (gnus-html-show-images): Remove.
1719
1720         * gnus-art.el (gnus-article-show-images): New, more general function.
1721
1722         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1723         image url text properties.
1724
1725         * shr.el: Ditto.
1726
1727         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1728         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1729
1730 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1733         work for two or more articles.
1734
1735 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1738         divide an image that's in an html article to two or more when washing
1739         non-ASCII characters in alt text of it.
1740
1741 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1744         smime-decrypt-region using function argument.
1745         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1746
1747         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1748
1749         * smime.el (smime-decrypt-region): Catch it.
1750
1751 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1752
1753         * smime.el (smime-mode-map): Move initialization into declaration.
1754         (gnus-run-mode-hooks): Don't autoload.
1755         (smime-mode): Use define-derived-mode.
1756
1757 2010-11-11  Glenn Morris  <rgm@gnu.org>
1758
1759         * smime.el (from): Restrict declaration to XEmacs.
1760
1761         * nnir.el (gnus-group-topic-name): Autoload.
1762
1763 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * shr.el (shr-insert): Don't break long line if it is because of
1766         kinsoku-bol characters in the line end.
1767
1768 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1769
1770         * nnir.el (nnir-request-move-article): Fix to provide original group
1771         and subject.
1772         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1773         been retrieved.
1774
1775         * gnus-sum.el (gnus-summary-move-article): Use original group and
1776         subject for virtual articles such as those in an nnir summary buffer.
1777
1778 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1781         least 21.5).
1782
1783         * smime.el (from): Declare it again for XEmacs.
1784
1785 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * message.el (message-resend): Don't disable encoding unless it's
1788         already encoded.
1789
1790         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1791         low-numbered articles.
1792
1793 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * rfc2047.el (rfc2047-syntax-table): Simplify.
1796
1797         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1798
1799         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1800         set-char-table-range for XEmacs.
1801
1802 2010-11-10  Glenn Morris  <rgm@gnu.org>
1803
1804         * time-date.el (time-to-seconds): Always an alias on Emacs,
1805         never a real function.
1806         (with-no-warnings): Remove compat stub, now unused.
1807         (time-less-p): Doc fix.
1808         (time-to-number-of-days): Simplify.
1809
1810         * smime.el (from): Remove unused declaration.
1811
1812         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1813         (gnus-float-time): On Emacs, always an alias.
1814
1815         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1816         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1817
1818 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * dgnushack.el: Don't use ignore-errors in the top level form since it
1821         is unavailable in XEmacs even if cl is loaded.
1822
1823         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1824
1825 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * shr.el (browse-url-mailto): Autoload.
1828
1829         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1830
1831         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1832         regexp doesn't need quoting.
1833
1834 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1835
1836         * message.el (message-subject-trailing-was-ask-regexp)
1837         (message-subject-trailing-was-regexp): Match was: in addition to was.
1838
1839 2010-11-09  Glenn Morris  <rgm@gnu.org>
1840
1841         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1842         (nnbabyl-check-mbox): Use point-at-bol.
1843
1844 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1847
1848         * message.el (message-mailto): New function.
1849         (message-mailto): Should accept other parameters.
1850         (message-mailto): Remove since it duplicates browse-url-mailto
1851         functionality.
1852
1853 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1856         methods.
1857         (gnus-read-active-file): Ditto.
1858
1859         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1860         ": " from the prompt.
1861         (gnus-group-make-group): Ditto.
1862
1863 2010-11-07  Glenn Morris  <rgm@gnu.org>
1864
1865         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1866         (gnus-bookmark-kill-line): Use point-at-eol.
1867
1868 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1871         asterisks in From header.
1872
1873 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1876         string to avoid making the From headers syntactically invalid.
1877
1878         * message.el (message-send-mail): Don't insert courtesy messages if the
1879         message already has List-Post and List-ID messages.
1880
1881 2010-11-06  Glenn Morris  <rgm@gnu.org>
1882
1883         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1884         `condition', `type', `length' a prefix.
1885         (gnus-treat-predicate): Update for above name changes.
1886
1887 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1888
1889         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1890         binding.  Handled by `gnus-summary-refer-thread' instead.
1891         (nnir-warp-to-article): New backend function.
1892
1893         * nnimap.el (nnimap-request-thread): Force dependency updating.
1894
1895         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1896         (gnus-summary-refer-thread): Rework to improve thread-referral.
1897
1898         * gnus-int.el (gnus-warp-to-article): New function.
1899
1900         * gnus-sum.el (gnus-summary-article-map): Bind it.
1901
1902 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1903
1904         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1905         gnus-summary-refer-thread.
1906
1907         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1908         headers.
1909         (gnus-summary-limit-include-thread): Prevent articles in thread from
1910         being cut in gnus-cut-threads.
1911         (gnus-summary-refer-thread): Limit retrieved headers to those in
1912         thread.
1913
1914 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * message.el (message-send-mail): Use the value of
1917         message-courtesy-message from the message buffer.
1918
1919         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1920
1921         * shr.el (shr-browse-url): Implement mailto: URLs.
1922
1923         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1924         "raw".
1925
1926         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1927         if it's already selected.
1928
1929         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1930
1931 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1934         to measure the length and truncate alt text.
1935
1936 2010-11-03  Glenn Morris  <rgm@gnu.org>
1937
1938         * nndiary.el (nndiary-generate-nov-databases-1)
1939         (nndiary-generate-active-info): Rename dynamic variable `files' to
1940         something less generic.
1941
1942 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1943
1944         * nnir.el (nnir-request-move-article): Call the underlying backend to
1945         move articles from nnir.
1946
1947 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1950
1951 2010-11-02  Julien Danjou  <julien@danjou.info>
1952
1953         * nnir.el: Remove wais support.
1954
1955 2010-11-02  Glenn Morris  <rgm@gnu.org>
1956
1957         * gnus-html.el: Reorder requirements to quieten compiler.
1958
1959 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1962         properly for XEmacs as well.
1963         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1964         (gnus-article-natural-long-line-p): Use window-width rather than
1965         frame-width.
1966
1967 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1970         (nnir-read-parms): Don't modify query.
1971         (nnir-run-query): Add ability to search topic on current line.
1972         (nnir-get-active): Clean up.
1973
1974 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1977         degenerate articles.
1978
1979         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1980         (gnus-print-buffer): Just print the buffer as is, without any copying
1981         to a buffer and then re-highlighting.
1982
1983         * nnimap.el (nnimap-request-group): Store the new updated info.
1984         (nnimap-request-group): Select the group when we don't know whether it
1985         exists or not.
1986
1987         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1988         groups.
1989
1990         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1991         groups.
1992
1993         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1994         groups.
1995
1996         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1997         long-lines case by only filling the long lines.
1998
1999         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2000         (bug #7311).
2001
2002 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * shr.el: No need to declare `declare-function' since shr.el is for
2005         only Emacsen that provide `libxml-parse-html-region'.
2006
2007         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2008         effective only in a file it is referred to.
2009
2010 2010-11-01  Glenn Morris  <rgm@gnu.org>
2011
2012         * mm-util.el (gnus-completing-read): Autoload.
2013         (mm-read-coding-system): Simplify Emacs definition.
2014
2015         * nnmail.el (gnus-activate-group):
2016         * nnimap.el (gnutls-negotiate):
2017         * nntp.el (netrc-parse): Fix declarations.
2018
2019 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2022         string-match-p in Emacs >=23.
2023
2024         * gnus-msg.el (gnus-configure-posting-styles)
2025         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2026
2027 2010-11-01  Glenn Morris  <rgm@gnu.org>
2028
2029         * nnir.el (declare-function): Add compat stub.
2030         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2031         (nnir-run-gmane): Require 'mm-url.
2032
2033         * mm-util.el (mm-string-to-multibyte): Simplify.
2034
2035         * shr.el (declare-function): Add compat stub.
2036         (url-cache-create-filename): Declare.
2037         (mm-disable-multibyte, widget-convert-button): Autoload.
2038
2039         * smime.el (ldap-search): Declare.
2040         (smime-cert-by-ldap-1): Require ldap on Emacs.
2041
2042         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2043         (nnimap-keepalive): Use gnus-float-time.
2044
2045         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2046         (mail-source-delete-crash-box): Use gnus-float-time.
2047
2048         * gnus-dired.el (gnus-completing-read): Autoload.
2049
2050         * mm-view.el (gnus-rescale-image): Autoload.
2051
2052         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2053
2054         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2055
2056         * sieve-manage.el: Require 'cl when compiling.
2057
2058         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2059         (gnus-iswitchb-completing-read): Require iswitchb.
2060         (gnus-select-frame-set-input-focus): Silence compiler.
2061
2062 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * message.el (message-subject-trailing-was-query): Change default to t,
2065         since I think that's what most people want.
2066
2067         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2068         appending for easier debugging.
2069         (nnimap-wait-for-connection): Take a regexp.
2070         (nnimap-request-accept-article): Wait for the continuation line before
2071         sending anything unless we're streaming.
2072
2073         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2074         leave the header washing to take place.
2075
2076 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2077
2078         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2079         regular expression match and replace in posting styles.
2080
2081 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2082
2083         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2084         an entire server.
2085         (nnir-get-active): New function.
2086         (nnir-run-imap): Use it.
2087         (nnir-run-gmane): Who knew, gmane search returns an article score!
2088
2089         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2090         server on the current line with nnir.
2091
2092 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2095         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2096         left edge.
2097         (gnus-article-foldable-buffer): Skip past the prefix when determining
2098         raggedness.
2099
2100         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2101         the raw article, and change `C-u g' to show the article without doing
2102         treatments.
2103
2104         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2105         on to `gnus-treat-article'.
2106         (gnus-inhibit-article-treatments): New variable.
2107
2108         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2109
2110         * gnus-art.el (gnus-treatment-function-alist): Have
2111         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2112         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2113         sections.
2114
2115         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2116         parameter.
2117         (gnus-article-fill-cited-long-lines): New function.
2118         (gnus-article-fill-cited-article): Allow filling only long sections.
2119
2120         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2121         and non-punctuation (like after the apostrophe in "'We").
2122
2123         * gnus-sum.el (gnus-summary-select-article): Make sure
2124         gnus-original-article-buffer is alive.
2125
2126         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2127         reflect the order they're in in the digest.
2128
2129         * gnus.el (gnus-group-startup-message): Move point to the start of the
2130         buffer.
2131
2132         * nnimap.el (nnimap-capability): New function.
2133         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2134         is set.
2135
2136 2010-10-31  David Engster  <dengste@eml.cc>
2137
2138         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2139         conform with changes to gnus-completing-read.
2140
2141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2144
2145 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * nnir.el: Move defvar, defcustom around to keep file organized
2148         and keep byte-compiler quiet.
2149         (nnir-read-parms): Accept search-engine as arg.
2150         (nnir-run-query): Pass search-engine as arg.
2151         (nnir-search-engine): Remove.
2152
2153 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * shr.el (shr-generic): The text nodes should be text, not :text.
2156
2157         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2158         later in the file.
2159
2160 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2161
2162         * nnir.el: General clean up.  Allow searching with multiple engines.
2163         Allow separate extra-parameters for each engine.
2164         Batch queries when possible.
2165         (nnir-imap-default-search-key,nnir-method-default-engines):
2166         Add customize interface.
2167         (nnir-run-gmane): New engine.
2168         (nnir-engines): Use it.  Qualify all prompts with engine name.
2169         (nnir-search-engine): Remove global variable.
2170         (nnir-run-hyrex): Restore for now.
2171         (nnir-extra-parms,nnir-search-history): New variables.
2172         (gnus-group-make-nnir-group): Use them.
2173         (nnir-group-server): Remove in favor of gnus-group-server.
2174         (nnir-request-group): Avoid searching twice.
2175         (nnir-sort-groups-by-server): New function.
2176
2177 2010-10-30  Julien Danjou  <julien@danjou.info>
2178
2179         * gnus-group.el: Remove gnus-group-fetch-control.
2180
2181         * gnus-start.el (gnus-find-new-newsgroups):
2182         Remove gnus-check-first-time-used.
2183
2184         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2185
2186 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2187
2188         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2189         set on groups that don't have \* permanentflags.
2190
2191 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2194         control the background color.
2195         (shr-tag-img): Ignore very small web bug type images.
2196         (shr-put-image): Add help-echo alt texts to the images.
2197         (shr-tag-video): Show the video poster image.
2198
2199 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * shr.el (shr-table-depth): New variable.
2202         (shr-tag-table-1): Only insert the images after the top-level table.
2203
2204         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2205
2206         * gnus-util.el (gnus-list-memq-of-list): New function.
2207
2208         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2209         selected.
2210         (nnimap-unsplittable-articles): New slot.
2211         (nnimap-new-articles): Use it.
2212
2213 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2214
2215         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2216         move to the previous line on `M-g'.
2217
2218 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2221         *-request-group, which seems unnecessary.
2222
2223         * nnimap.el (nnimap-quote-specials): Function copied over from
2224         imap.el.
2225         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2226         they support that.  Suggested by Tom Regner.
2227
2228 2010-10-29  Julien Danjou  <julien@danjou.info>
2229
2230         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2231         defalias.
2232         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2233
2234         * gnus.el: Remove `gnus-nntp-service' variable.
2235         (gnus-secondary-servers): Make obsolete.
2236         (gnus-nntp-server): Make obsolete.
2237
2238         * gnus-start.el (gnus-1): Remove x-splash calls.
2239
2240         * gnus-ems.el (gnus-x-splash): Remove.
2241
2242         * gnus.el (gnus-group-startup-message): Simplify/update code.
2243
2244         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2245         definition.
2246
2247         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2248         capability before doing anything.
2249         (gnus-group-insert-group-line): Remove useless
2250         gnus-group-remove-excess-properties.
2251
2252 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2255
2256 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2259         config after reselecting.
2260
2261 2010-10-28  Julien Danjou  <julien@danjou.info>
2262
2263         * shr.el (shr-put-image): Use point even if only inserting text.
2264         (shr-put-image): Save excursion when inserting alt text on non-graphic
2265         display, so the behaviour is the same when we are on a graphic display.
2266
2267         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2268
2269 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2272         (gnus-mime-copy-part): Check coding system, not charset.
2273         (gnus-mime-view-part-externally): Never remove part.
2274         (gnus-mime-view-part-internally): Don't remove part here.
2275         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2276         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2277         multipart/alternative.
2278
2279         * mm-decode.el (mm-display-part): Take optional arg `force'.
2280
2281 2010-10-26  Julien Danjou  <julien@danjou.info>
2282
2283         * gnus-group.el (gnus-group-default-list-level): Add this function to
2284         compute the default list level.
2285         (gnus-group-default-list-level): Add possibility to use a function.
2286
2287 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2290
2291         * gnus-group.el (gnus-group-completing-read)
2292         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2293         gnus-replace-in-string.
2294
2295 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * shr.el (shr-tag-div): Add.
2298
2299         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2300
2301 2010-10-25  Julien Danjou  <julien@danjou.info>
2302
2303         * gnus-util.el: Remove `gnus-with-local-quit'.
2304
2305         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2306
2307 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2310         the original article buffer.
2311
2312 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnimap.el (nnimap-request-head): New function.
2315         (nnimap-request-move-article): Try to be slighly faster by not
2316         requesting the entire message when moving.
2317         (nnimap-transform-headers): Don't bug out on bodiless articles.
2318         (nnimap-send-command): Have no outstanding messages if the IMAP server
2319         doesn't support streaming.
2320         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2321
2322 2010-10-24  Julien Danjou  <julien@danjou.info>
2323
2324         * message.el (message-default-headers): Fix type.
2325
2326 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2329         prefetching images.
2330
2331         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2332         backend for unknown groups.  This is mainly useful for nnimap groups.
2333
2334         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2335         group isn't covered by the agent.
2336
2337 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2338
2339         * nnir.el (nnir-method-default-engines): New variable.
2340         (nnir-run-query): Use it.
2341         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2342         (gnus-summary-nnir-goto-thread): Change group if needed.
2343
2344         * gnus-group.el (gnus-group-group-map): Add key binding for
2345         gnus-group-make-nnir-group.
2346
2347 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * shr.el (shr-tag-object): Add.
2350
2351         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2352         original article buffer live.
2353         (gnus-summary-select-article-buffer):
2354         Mention gnus-widen-article-buffer.
2355
2356 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * shr.el (shr-tag-strong): Add.
2359
2360 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2363         group names.  They mess up the group buffer badly.
2364
2365         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2366
2367         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2368         instead of the summary one.
2369
2370 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * mml.el (mml-preview): Work properly when editing article.
2373
2374         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2375         gnus-have-read-active-file if it's already been in.
2376
2377 2010-10-22  Tom Tromey  <tromey@redhat.com>
2378
2379         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2380         gnus-group-completing-read.
2381
2382 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * message.el (message-mode-map): Don't bind M-; to comment region, to
2385         allow the global comment-dwim to work.
2386
2387 2010-10-21  Julien Danjou  <julien@danjou.info>
2388
2389         * message.el (message-setup-1): Allow message-default-headers to be a
2390         function.
2391
2392 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * shr.el (shr-tag-table): Simplify.
2395
2396 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2399         to avoid trying to snarf invalid stuff.
2400
2401         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2402
2403         * gnus.el (gnus-message-archive-group): Quote value.
2404         (gnus-message-archive-group): Mark as changed.
2405
2406         * shr.el (shr-add-font): Don't put the font properties on the newline
2407         or the indentation.
2408
2409         * message.el (message-fix-before-sending): Change options when sending
2410         non-printable characters.
2411
2412         * gnus.el (gnus-message-archive-method): Change the default to
2413         monthly outgoing groups.
2414
2415         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2416         that have gotten new numbers.
2417
2418         * nnimap.el (nnimap-request-replace-article): New function.
2419
2420 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2423         (nnrss-request-article): Don't use special html washing code.
2424
2425 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * shr.el (shr-tag-table): Remove useless nconc.
2428
2429 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-art.el (article-wash-html): Simplify and remove the charset
2432         stuff.  Use the normal html rendering code instead of the special html
2433         washing code.
2434
2435         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2436         `gnus-w3m' symbols.
2437         (mm-text-html-washer-alist): Remove.
2438
2439         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2440         (mm-inline-media-tests): Remove use.
2441         (mm-text-html-renderer): Change default to the `shr' symbol.
2442
2443         * mm-view.el (mm-inline-text-html): Remove use.
2444
2445         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2446         `gnus-blocked-images' to be a function.
2447         (gnus-article-wash-function): Remove.
2448
2449 2010-10-20  Julien Danjou  <julien@danjou.info>
2450
2451         * spam.el (spam-list-of-processors): Mark as obsolete.
2452
2453         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2454         (nnimap-insert-partial-structure): Fix boundary detection.
2455
2456 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2457
2458         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2459         run file-truename on remote files.  This can be expensive and even
2460         prevent one from editing drafts if some unrelated buffer has a stale
2461         connection.
2462
2463 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2466         kinsoku-eol regardless of shr-kinsoku-shorten.
2467         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2468         (shr-tag-table): Support caption, thead, and tfoot.
2469
2470 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2473         lines.
2474         (shr-save-contents): New command and keystroke.
2475
2476         * nndoc.el (nndoc-type-alist): Add git support.
2477         (nndoc-git-type-p): New function.
2478         (nndoc-transform-git-article): Ditto.
2479         (nndoc-transform-git-headers): Ditto.
2480         (nndoc-transform-git-headers): Generate Subject headers.
2481
2482         * shr.el (shr-parse-style): New function.
2483         (shr-tag-span): Ditto.
2484
2485         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2486         to `G G' to avoid collisions.
2487
2488 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * shr.el: Load kinsoku if necessary.
2491         (shr-kinsoku-shorten): New internal variable.
2492         (shr-find-fill-point): Make kinsoku shorten text line if
2493         shr-kinsoku-shorten is bound to non-nil.
2494         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2495         shr-indentation too when testing if table is wider than frame width.
2496         (shr-insert-table): Use `string-width' instead of `length' to measure
2497         text width.
2498         (shr-insert-table-ruler): Make sure indentation is done at bol.
2499
2500 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2501
2502         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2503         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2504         undecoded network data.
2505
2506 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2509         name in the mode line spec so that the mode line menu works
2510         (bug #2431).
2511
2512         * message.el (message-get-reply-headers): If we're fed `to-address',
2513         then always use that.
2514
2515         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2516         aren't so wide as to need to switch off the edit menu.
2517
2518         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2519         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2520
2521         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2522         `M-g'.
2523         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2524         the permanent marks.
2525
2526 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2527
2528         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2529         Splitting according to references/in-reply-to obeys the ignore-groups
2530         variable, while splitting by sender and subject do not.
2531
2532 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2535         alist, so that we can look for non-Unicode chars.
2536         (article-translate-strings): Allow both character and string maps.
2537
2538 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * shr.el (shr-insert): Don't insert space behind a wide character
2541         categorized as kinsoku-bol, or between characters both categorized as
2542         nospace.
2543
2544 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2545
2546         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2547         headers to gnus-newsgroup-headers.
2548
2549 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-tag-img): Don't align images -- since we're not
2552         rescaling, this often leads to ugly displays.
2553
2554 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2555
2556         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2557         duplicates.
2558
2559 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2560
2561         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2562         call.
2563
2564 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus.el: Autoload gnus-html-show-images.
2567
2568         * nnimap.el: Use nnheader-message throughout.
2569
2570         * shr.el (shr-tag-img): Ignore images with no data.
2571
2572 2010-10-15  Julien Danjou  <julien@danjou.info>
2573
2574         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2575         a possibility to disable format=flow encoding when using hard newlines.
2576
2577 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * shr.el (shr-insert): Remove space inserted before or after a
2580         breakable character or at the beginning or the end of a line.
2581         (shr-find-fill-point): Do kinsoku; find the second best point or give
2582         it up if there's no breakable point.
2583
2584 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * nnimap.el (nnimap-open-connection): Message when opening connection
2587         for debugging purposes.
2588
2589         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2590         on every setup buffer call to allow this to change from article to
2591         article.
2592
2593         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2594         buffers where we have a wide table.
2595
2596 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2597
2598         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2599         uses *-request-thread.
2600
2601 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2604         incantation, which is no longer valid.
2605
2606 2010-10-14  Julien Danjou  <julien@danjou.info>
2607
2608         * shr.el: Fix defcustom type (char -> character).
2609
2610 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2613         programs.
2614
2615 2010-10-14  Julien Danjou  <julien@danjou.info>
2616
2617         * shr.el (shr-tag-a): Use url-link as widget type.
2618
2619         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2620         `gnus-group-get-icon'.
2621
2622 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2625         This should make server editing work better.
2626
2627         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2628
2629         * tls.el (tls-program): Remove spurious %s from openssl.
2630
2631         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2632         (nnimap-parse-flags): Fix regexp.
2633
2634         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2635         probably work for CJVK text, too.
2636
2637         * nnimap.el (nnimap-extend-tls-programs): Remove.
2638         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2639
2640         * tls.el (tls-starttls-switches): Remove starttls hack.
2641         (open-tls-stream): Ditto.
2642         (tls-find-starttls-argument): Ditto.
2643
2644 2010-10-13  Julien Danjou  <julien@danjou.info>
2645
2646         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2647         responses.
2648
2649 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2652
2653         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2654         anything in Emacs.
2655
2656         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2657
2658 2010-10-13  Julien Danjou  <julien@danjou.info>
2659
2660         * shr.el (shr-width): Make shr-width a defcustom with default to
2661         fill-column.
2662         (shr-tag-img): Use shr-width rather than fill-column.
2663
2664 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * dgnushack.el (byte-optimize-apply)
2667         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2668
2669         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2670         position when (X-)Faces exist.
2671         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2672         avatars when called interactively.
2673
2674 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2677         gnus-article-x-face-too-ugly is bound.
2678
2679 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2682
2683         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2684         mailbox that doesn't exist.
2685
2686 2010-10-12  Julien Danjou  <julien@danjou.info>
2687
2688         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2689         (shr-get-image-data): Encode URL properly when fetching from cache.
2690         (shr-tag-img): Use aligned-to spaces to align correctly images.
2691
2692         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2693         before inserting the Gravatar.
2694
2695         * shr.el (shr-tag-img): Add align attribute support for <img>.
2696
2697 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-gravatar.el (gnus-art): Require.
2700
2701         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2702         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2703         Remove long obsoleted functions.
2704
2705 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2708
2709         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2710
2711         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2712         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2713         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2714         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2715         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2716         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2717         * sieve-manage.el, smime.el, spam.el:
2718         Fix comment for declare-function.
2719
2720 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-request-rename-group): Select group read-only
2723         before renaming it.
2724
2725         * shr.el (shr-insert): Fix up the white space only regexp.
2726
2727         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2728         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2729
2730         * shr.el (shr-current-column): New function.
2731         (shr-find-fill-point): New function.
2732
2733 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2734
2735         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2736         numbers.
2737
2738 2010-10-11  Julien Danjou  <julien@danjou.info>
2739
2740         * shr.el (shr-hr-line): Add.
2741         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2742         display hr lines.
2743         (shr-max-columns): Do not change state to nil if we just inserting
2744         spaces.
2745
2746 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2749         select the last group.
2750
2751 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2752
2753         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2754
2755 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2756
2757         * dig.el (dig-mode-map): Declare and define in one step.
2758
2759 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2762         for Gnus.
2763         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2764         (nnimap-update-qresync-info): Mark \Seen articles as read.
2765
2766         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2767         non-variable, too.
2768
2769         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2770         available.
2771         (nnimap-update-info): Rely more on the current active than the param
2772         active to avoid marking articles as read too much.
2773
2774         * auth-source.el (auth-source-create): Use (user-login-name) for the
2775         user name default.
2776
2777         * nnimap.el (nnimap-update-info): If the server doesn't return any
2778         useful info, just use the previous info.
2779         (nnimap-update-info): Prefer old info over start-article.
2780         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2781
2782 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2783
2784         * nnir.el (autoload): Clean up autoloads.
2785         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2786         Use key rather than value.
2787         (nnir-imap-search-other): New variable.
2788         (nnir-read-parm): Use it.
2789         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2790         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2791
2792 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2793
2794         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2795         the process, too.
2796
2797 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * spam.el (gnus-summary-mode-map): Bind to "$".
2800         Suggested by Russ Allbery.
2801
2802         * shr.el: Rework the way things are indented by <li> slightly.
2803
2804         * gnus.el (gnus-group-set-parameter): Fix typo.
2805
2806         * nnimap.el: Start implementing QRESYNC support.
2807
2808 2010-10-09  Julien Danjou  <julien@danjou.info>
2809
2810         * nnir.el (nnir-engines): Fix too many arguments.
2811
2812 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2815         group is the "last", so that the backends like nnfolder actually save
2816         their folders.
2817
2818         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2819         try to use that for the tls stream.
2820         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2821         UIDVALIDITY and find out which groups are read-only and not.
2822         (nnimap-get-flags): Use the same marks parsing code as the rest of
2823         nnimap.
2824
2825 2010-10-09  Julien Danjou  <julien@danjou.info>
2826
2827         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2828
2829         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2830         retrieving gravatars.
2831
2832         * shr.el (shr-table-corner): Add.
2833         (shr-table-line): Add.
2834         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2835
2836 2010-10-08  Julien Danjou  <julien@danjou.info>
2837
2838         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2839
2840 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2841
2842         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2843
2844         * gnus-sum.el (gnus-mark-article-as-unread)
2845         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2846         (gnus-summary-set-bookmark): Use it.
2847
2848         * gnus-msg.el (gnus-setup-message): Use it.
2849
2850         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2851
2852         * gnus.el (gnus-group-remove-parameter): Use it.
2853
2854         * gnus-group.el (gnus-group-make-web-group): Use it.
2855
2856         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2857
2858         * nnregistry.el: Update docs to mention manual.
2859
2860         * gnus-registry.el: Update docs to mention nnregistry.el.
2861         (gnus-registry-initialize): Don't install nnregistry refer method
2862         automatically.
2863         (gnus-registry-install-nnregistry): Remove it.
2864
2865 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * shr.el (shr-insert): Don't insert double spaces.
2868
2869 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-gravatar.el (gnus-treat-from-gravatar)
2872         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2873         called interactively.
2874
2875         * gnus-art.el (gnus-mime-view-part-externally)
2876         (gnus-mime-view-part-internally): Make predicate function passed to
2877         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2878         of a mime type.
2879
2880         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2881
2882 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * shr.el (require): Require cl when compiling.
2885         (shr-tag-hr): New function.
2886
2887         * nnimap.el (nnimap-update-info): Remove double setting of high.
2888         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2889         This makes nnimap work properly on Courier again.
2890
2891         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2892         the variable for backwards compatability.
2893
2894         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2895         the file name before using to avoid setting mm-default-directory to
2896         nil.
2897
2898         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2899         bidning gnus-agent variables.
2900
2901         * shr.el (shr-render-td): Use a cache for the table rendering function
2902         to avoid getting an exponential rendering behaviour in nested tables.
2903         (shr-insert): Rework the line-breaking algorithm.
2904         (shr-insert): Don't leave trailing spaces.
2905         (shr-insert-table): Also insert empty TDs.
2906         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2907
2908 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * gnus-sum.el (gnus-number): Rename from `number'.
2911         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2912         (gnus-summary-limit-children): Update uses correspondingly.
2913
2914 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2917         (gnus-gravatar-transform-address): Don't show avatars of people of
2918         which mail addresses match gnus-gravatar-too-ugly.
2919
2920 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * shr.el (shr-table-widths): Expand TD elements to fill available
2923         space.
2924
2925 2010-10-07  Julien Danjou  <julien@danjou.info>
2926
2927         * nnimap.el (nnimap-request-rename-group): Add this method.
2928
2929 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2932         name from XEmacs' function-arglist.
2933
2934         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2935         gravatar under XEmacs.
2936
2937 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         * auth-source.el: Update docs with TODO items.
2940
2941         * gnus-sync.el: Update docs to explain state and plans.
2942
2943         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2944         Hooks for mark updates.
2945         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2946
2947         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2948         hooks with arguments, which is needed for mark update hooks.
2949
2950 2010-10-06  Julien Danjou  <julien@danjou.info>
2951
2952         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2953         was matched.
2954
2955         * sieve-manage.el: Update example in `Commentary'.
2956
2957         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2958
2959         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2960         not 2000.
2961         (sieve-manage-authenticate): Re-add function.
2962
2963 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * shr.el (shr-insert): Get 'space transition right.
2966         (shr-render-td): Only delete space at the end of the TD.
2967
2968         * nnimap.el (nnimap-open-connection): Prepare to support
2969         open-gnutls-stream.
2970
2971         * shr.el: Rearrange function order to be more logical.
2972
2973 2010-10-06  Julien Danjou  <julien@danjou.info>
2974
2975         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2976         (nnrss-discover-feed): Remove 404 URL in docstring.
2977
2978         * nnir.el: Fix Swish-E URL.
2979         Fix Namazu URL.
2980
2981         * message.el (message-change-subject): Remove 404 URL in a comment.
2982
2983 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2986         called interactively.
2987
2988         * gnus-util.el (gnus-remove-if): Allow hash table.
2989         (gnus-remove-if-not): New function.
2990
2991         * gnus-art.el (gnus-mime-view-part-as-type)
2992         * gnus-score.el (gnus-summary-score-effect)
2993         * gnus-sum.el (gnus-read-move-group-name):
2994         Replace remove-if-not with gnus-remove-if-not.
2995
2996         * gnus-group.el (gnus-group-completing-read):
2997         Regard collection as a hash table if it is not a list.
2998
2999 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3002
3003         * shr.el: Document the table-rendering algorithm.
3004
3005 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3008         for Emacsen having no `libxml-parse-html-region' support.
3009
3010 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3013         invalid URLs.
3014
3015         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3016         line-broken.
3017         (shr-tag-img): Ignore image fetching errors.
3018         (shr-overlays-in-region): Compute overlay positions correctly.
3019
3020         * mm-decode.el (mm-shr): Require shr.
3021
3022         * gnus-art.el (gnus-blocked-images): Move variable here.
3023
3024         * shr.el (shr-insert-table): Bind free variable.
3025
3026         * mm-decode.el (mm-shr): Bind shr-content-function.
3027
3028         * shr.el (shr-content-function): New variable.
3029
3030         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3031         added for symmetry.
3032
3033         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3034
3035         * gnus-group.el (gnus-group-make-group): Doc fix.
3036
3037         * nnimap.el (nnimap-request-newgroups): Return success.
3038
3039         * shr.el (shr-find-elements): New function.
3040         (shr-tag-table): Put all the images after the table.
3041         (shr-tag-table): Really inhibit images inside the table.
3042         (shr-collect-overlays): Copy over overlays from the TD elements to the
3043         main document.
3044
3045         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3046         gnus-blocked-images.
3047
3048 2010-10-05  Julien Danjou  <julien@danjou.info>
3049
3050         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3051
3052         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3053         (gnus-html-maximum-image-size): Add this function.
3054         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3055
3056         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3057         server-value of the capability is nil.
3058
3059 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * shr.el (shr-tag-em): Add <EM> tag.
3062
3063 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3064
3065         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3066         customizable.
3067
3068         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3069         handing broken links to browse-url.
3070
3071 2010-10-05  Julien Danjou  <julien@danjou.info>
3072
3073         * gnus-util.el (gnus-emacs-completing-read)
3074         (gnus-iswitchb-completing-read): Use autoload rather than require.
3075
3076 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3079         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3080         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3081         iswitchb-temp-buflist for XEmacs.
3082
3083         * gnus-util.el (gnus-completing-read-function): Exclude
3084         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3085         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3086         XEmacs.
3087
3088         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3089         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3090
3091         * gnus-html.el: Don't require help-fns under XEmacs.
3092         (gnus-html-schedule-image-fetching): Work for XEmacs.
3093
3094         * mm-decode.el (mm-shr): Decode contents by charset.
3095
3096 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3099         unknown.
3100
3101         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3102         (shr-get-image-data): Ensure against the cache file missing.
3103
3104         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3105         for data.
3106
3107         * spam-report.el (spam-report-url-ping-plain): Don't query about
3108         killing the process.
3109
3110         * shr.el (shr-render-td): Protect against too-wide text.
3111
3112 2010-10-04  Julien Danjou  <julien@danjou.info>
3113
3114         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3115         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3116
3117         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3118         retrieved.
3119
3120 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * shr.el (browse-url): Require.
3123         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3124         lines.
3125         (shr-show-alt-text, shr-browse-image): New commands.
3126         (shr-browse-url, shr-copy-url): New commands.
3127
3128         * gnus-sum.el (gnus-widen-article-window): New variable.
3129         (gnus-summary-select-article-buffer): Use it.
3130
3131         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3132         without @ signs.
3133
3134 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3135
3136         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3137
3138 2010-10-04  Julien Danjou  <julien@danjou.info>
3139
3140         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3141         for XEmacs.
3142
3143 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3146
3147         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3148         (nnimap-close-server): Implement.
3149
3150         * dgnushack.el (iswitchb): Require to shut up the compiler.
3151
3152         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3153         (shr-insert): Tweak line breaking.
3154         (shr-insert): Handle <pre> better.
3155         (shr-tag-li): Get <li> indentation right.
3156         (shr-tag-li): Get <li> indentation even righter.
3157         (shr-tag-blockquote): Ensure paragraph start.
3158         (shr-make-table): Tweak table generation.
3159         (shr-make-table): Fix typo.
3160
3161         * shr.el: Implement table rendering.
3162
3163 2010-10-04  Julien Danjou  <julien@danjou.info>
3164
3165         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3166
3167 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * shr.el (shr-insert): Use string anchors instead of line anchors.
3170
3171 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * shr.el: Add headings.
3174         (shr-ensure-paragraph): Actually work.
3175         (shr-tag-li): Make <ul> prettier.
3176         (shr-insert): Get white space at the beginning/end of elements right.
3177         (shr-tag-p): Collapse subsequent <p>s.
3178         (shr-ensure-paragraph): Don't insert double line feeds after blank
3179         lines.
3180         (shr-insert): \t is also space.
3181         (shr-tag-s): Fix "s" tag name function.
3182         (shr-tag-s): Fix face prop name.
3183
3184 2010-10-03  Julien Danjou  <julien@danjou.info>
3185
3186         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3187
3188         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3189         gnus-window-inside-pixel-edges.
3190
3191         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3192         gnus-ems.
3193
3194         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3195
3196         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3197         function.
3198
3199         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3200         resize choice.
3201
3202 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3205         beginning of the buffer.
3206
3207         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3208         article buffer again.
3209
3210         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3211
3212         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3213         when it's at the start of the buffer.
3214
3215         * shr.el (shr-tag-blockquote): Convert name.
3216         (shr-rescale-image): Use the right image-size variant.
3217
3218         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3219         buffer isn't shown, then select the current article first instead of
3220         bugging out.
3221         (gnus-summary-select-article-buffer): Show both the article and summary
3222         buffers again.
3223
3224         * shr.el (shr-fontize-cont): Protect against regions with no text.
3225         Rename tag functions to shr-tag-* for enhanced security.
3226         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3227
3228 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3229
3230         * shr.el (shr-insert):
3231         * pop3.el (pop3-movemail):
3232         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3233         loaded.
3234
3235 2010-10-03  Glenn Morris  <rgm@gnu.org>
3236
3237         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3238
3239         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3240
3241         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3242
3243         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3244
3245         * gnus-util.el (gnus-make-local-hook): Simplify.
3246
3247 2010-10-02  Julien Danjou  <julien@danjou.info>
3248
3249         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3250         (gnus-ido-completing-read): New function.
3251         (gnus-emacs-completing-read): New function.
3252         (gnus-completing-read): Use gnus-completing-read-function.
3253         Add gnus-completing-read-function.
3254
3255 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * shr.el (shr-insert-document): Autoload.
3258         (shr-img): Be silent.
3259         (shr-insert): Add a newline after every picture before text.
3260         (shr-add-font): Use overlays for combining faces.
3261         (shr-insert): Pass upwards the text start point.
3262
3263         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3264         possible.
3265         (mm-shr): New function.
3266
3267 2010-10-02  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3270         should go backward.
3271
3272 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * shr.el (shr): Fix typo in provide call.
3275
3276 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * shr.el: New file.
3279
3280         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3281
3282         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3283         completing read.
3284
3285 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3288         we're being queried about.  Suggested by Dan Jacobson.
3289
3290         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3291         Suggested by Jason Eisner.
3292
3293         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3294         table, too.  Suggested by Stefan Wiens.
3295         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3296         the table unnecessary.  Suggested by Stefan Wiens.
3297
3298         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3299         longer needed, and probably doesn't work either, as pointed out by
3300         Stefan Wiens.
3301         (gnus-summary-exit): Remove call to the clearing function.
3302         (gnus-summary-exit-no-update): Ditto.
3303
3304         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3305         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3306         Reported by Stefan Monnier.
3307         (gnus-summary-save-in-rmail): Ditto.
3308
3309         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3310         article buffer, instead of both the article buffer and the summary
3311         buffer.  Sort of suggested by Dan Jacobson.
3312
3313         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3314
3315         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3316         Suggested by Dan Jacobson.
3317
3318         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3319         documentation clearer.
3320
3321         * message.el (message-shorten-references): Comment on the number "21".
3322         Suggested by Stefan Monnier.
3323
3324         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3325         Suggested by Dan Jacobson.
3326
3327         * gnus.el (gnus-large-newsgroup):
3328         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3329
3330         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3331         externalize attachments.  Bug reported by Steve Wen.
3332
3333         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3334         really message anything to the user.
3335
3336         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3337         directly.
3338
3339         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3340         messages in empty groups.
3341
3342 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3343
3344         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3345         non-UIDNEXT group.
3346
3347 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3350         not the value from the collection.
3351
3352         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3353         values.  This sometimes happens on some groups that have no info.
3354         (nnimap-request-newgroups): New function.
3355
3356 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3357
3358         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3359         check into `gnus-registry-initialize'.
3360         (gnus-registry-initialize): Ditto.
3361         Fix and extend header docs.
3362
3363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3366         regexp backtrace overflows.
3367
3368         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3369         for starttls that tls.el implements; i.e. openssl.
3370
3371         * tls.el (tls-starttls-switches): Give up on using starttls with
3372         gnutls-cli.
3373         (tls-program): Add --insecure to be consistent with the defaults from
3374         openssl s_client.  Now all three commands are insecure.
3375
3376 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * lpath.el: Bind completion-styles-alist for XEmacs.
3379
3380         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3381         (gravatar-create-image): New function that's an alias to
3382         gnus-xmas-create-image, gnus-create-image, or create-image.
3383         (gravatar-data->image): Use it.
3384
3385 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3388         install the nnregistry refer method.
3389         (gnus-registry-install-hooks): Use it.
3390         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3391         unfollowed groups.
3392
3393 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3394
3395         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3396         expanding threads.
3397
3398 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * nnir.el: Use the server names without suffixes (bug #7009).
3401
3402         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3403         unencrypted to STARTTLS, if possible.
3404
3405 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3406
3407         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3408         headers before superseding.
3409
3410 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * nnrss.el (nnrss-use-local): Add documentation.
3413
3414         * nnimap.el (nnimap-extend-tls-programs): New function.
3415         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3416         (nnimap-wait-for-connection): Accept the greeting from the stupid
3417         output from openssl s_client -starttls, too.
3418
3419         * tls.el (tls-starttls-switches): New variable.
3420         (tls-find-starttls-argument): Use it.
3421         (open-tls-stream): Ditto.
3422
3423         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3424         (netrc-machine): Ditto.
3425
3426         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3427         article number.
3428         (nnimap-split-fancy): New variable.
3429         (nnimap-split-incoming-mail): Use it.
3430
3431         * nntp.el (nntp-server-list-active-group): Document.
3432
3433         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3434         SELECT to get the message-id.
3435
3436         * mail-source.el (mail-sources): Remove webmail support.
3437         (defvar): Ditto.
3438         (mail-source-fetcher-alist): Ditto.
3439         (mail-source-fetch-webmail): Remove.
3440
3441         * webmail.el: Remove -- doesn't seem relevant any more.
3442
3443         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3444
3445         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3446         the \r.
3447
3448 2010-09-30  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-agent.el (gnus-agent-add-group): Fix call to
3451         gnus-completing-read.
3452
3453 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * nndoc.el (nndoc-retrieve-groups): New function.
3456
3457         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3458         `default', use nnmail-split-methods.
3459         (nnimap-request-article): Downcase the NILs so that they are nil.
3460
3461         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3462         symbol.
3463
3464         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3465         code, since if the user has requested network, that's what they ought
3466         to get.
3467         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3468         (nnimap-split-rule): Mark as obsolete.
3469
3470         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3471         New variable.
3472
3473         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3474         correct slot, too.
3475
3476 2010-09-29  Julien Danjou  <julien@danjou.info>
3477
3478         * gnus.el (gnus-local-domain): Declare variable obsolete.
3479
3480         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3481         Fix history computing.
3482         (gnus-ido-completing-read): Require ido.
3483
3484 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3487         build Gnus.
3488
3489         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3490         when interpreting the structures.
3491         (nnimap-request-accept-article): Add \r\n to the lines to make this
3492         work with Cyrus.
3493
3494         * nndraft.el (nndraft-request-expire-articles): Use the group name
3495         instead if "nndraft".  Fix found by Nils Ackermann.
3496
3497 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3498
3499         * nnregistry.el: Add.
3500
3501 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3502
3503         * nnmail.el (group, group-art-list, group-art):
3504         Remove unneeded directives.
3505
3506 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3509         (mm-mime-charset)
3510         * rfc2047.el (rfc2047-syntax-table)
3511         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3512
3513         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3514         rather than `insert-file-contents' and `eval-region'.
3515
3516         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3517         construction.
3518
3519         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3520
3521         * time-date.el: No need to require cl for Emacs 21.
3522
3523 2010-09-29  Julien Danjou  <julien@danjou.info>
3524
3525         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3526         replacement of `gnus-gravatar-relief' to mimic
3527         `gnus-faces-properties-alist'.
3528         Add :version property.
3529
3530 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * mail-source.el (mail-source-report-new-mail)
3533         * message.el (message-default-mail-headers)
3534         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3535
3536         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3537
3538 2010-09-28  Julien Danjou  <julien@danjou.info>
3539
3540         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3541         mail-address contains the same string as real-name.
3542
3543         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3544         non-blank in header, otherwise it'll get stripped.
3545
3546         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3547         real-name, and then for mail address rather than doing : or , search.
3548
3549 2010-09-27  Julien Danjou  <julien@danjou.info>
3550
3551         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3552         right completing-read function.
3553         (gnus-use-ido): New variable
3554         (gnus-completing-read-with-default): Remove.
3555         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3556         (gnus-agent-add-group):
3557         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3558         * mm-view.el (mm-view-pkcs7-decrypt):
3559         * mm-util.el (mm-codepage-setup):
3560         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3561         * mml-smime.el (mml-smime-openssl-sign-query):
3562         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3563         (mml-insert-multipart):
3564         * gnus-msg.el (gnus-summary-yank-message):
3565         * gnus-int.el (gnus-start-news-server):
3566         * mm-decode.el (mm-interactively-view-part):
3567         * gnus-dired.el (gnus-dired-attach):
3568         * gnus.el (gnus-read-method):
3569         * gnus-bookmark.el (gnus-bookmark-jump):
3570         * gnus-art.el (gnus-mime-view-part-as-type)
3571         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3572         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3573         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3574         * nnmairix.el (nnmairix-create-server-and-default-group)
3575         (nnmairix-update-groups, nnmairix-get-server)
3576         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3577         (nnmairix-get-group-from-file-path):
3578         * nnrss.el (nnrss-find-rss-via-syndic8):
3579         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3580         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3581         (gnus-group-browse-foreign-server):
3582         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3583         (gnus-summary-execute-command, gnus-summary-respool-article)
3584         (gnus-read-move-group-name):
3585         * gnus-score.el (gnus-summary-increase-score)
3586         (gnus-summary-score-effect):
3587         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3588
3589 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3592         x-focus-frame.
3593
3594         * nnimap.el (auth-source-forget-user-or-password)
3595         (auth-source-user-or-password): Autoload.
3596
3597         * message.el (message-from-style, message-interactive)
3598         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3599         (message-yank-prefix, message-indentation-spaces, message-signature)
3600         (message-signature-file): Add comment.
3601
3602 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3605         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3606         new articles.
3607
3608         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3609         parts.
3610         (nnimap-request-article): Work with the t setting, too.
3611
3612         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3613         that you don't get flashes of other buffers.
3614         (gnus-summary-show-complete-article): Intern before setting.
3615
3616 2010-09-27  David Engster  <dengste@eml.cc>
3617
3618         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3619         well as HEADERS.
3620         (nnmairix-retrieve-headers): Provide new argument for the above.
3621
3622 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-sum.el (gnus-summary-move-article): Don't alter
3625         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3626         group.
3627
3628         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3629
3630         * message.el (message-cite-prefix-regexp): Revert my last edit.
3631
3632         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3633         variable instead of the Gnus variable.
3634
3635         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3636
3637         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3638
3639         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3640         since some servers don't like it.
3641         (nnimap-open-connection): Forget credentials if the server says the
3642         password was wrong.
3643         (nnimap-parse-line): Protect against invalid data.
3644
3645         * gnus-sum.el (gnus-summary-move-article): Add comment.
3646         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3647         nothing alters it while scanning for new messages.
3648
3649         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3650         which may or may not help.
3651         (nnimap-open-connection): If we're doing a stream connection, and then
3652         discover we're on a STARTTLS-capable server, then open a STARTTLS
3653         connection instead.
3654
3655 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * nnimap.el (utf7): Require.
3658
3659         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3660         prefix.
3661
3662 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3663
3664         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3665
3666 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * nnimap.el (nnimap-request-accept-article): Message the error on
3669         error.
3670
3671 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3674
3675 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * nndoc.el (nndoc-request-list): Return success always.
3678
3679         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3680         `fetch-old' -- we only want to fetch the articles we've requested.
3681         The rest are in the agent, probably.
3682         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3683         disappeared server" to something low.  It's not important.
3684
3685         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3686         arrived before the FETCH data.
3687
3688         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3689         target here, because we don't know the Gnus name of the group.
3690
3691         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3692         for the correct group.
3693
3694         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3695
3696         * gnus.el (gnus): Give a final warning after startup.
3697
3698         * gnus-util.el (gnus-action-message-log): New variable.
3699         (gnus-message): Use it.
3700         (gnus-final-warning): New function.
3701
3702         * nnimap.el (nnimap-open-connection): Record the greeting.
3703         (nnimap): Add greeting.
3704
3705 2010-09-26  Julien Danjou  <julien@danjou.info>
3706
3707         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3708         arguments.
3709         (gnus-html-wash-images): Fix spec computing to include start/end.
3710
3711         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3712
3713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3716         deletion.
3717         (nnimap-retrieve-headers): Don't select the group, because that's
3718         already done by nnimap-possibly-change-group.
3719
3720         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3721         (gnus-picon-transform-address): Use it.
3722
3723         * mail-source.el (mail-source-value): Revert previous patch.
3724
3725         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3726         on failure.
3727         (nnimap-open-connection): Look up both virtual and physical server name
3728         credentials.
3729
3730         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3731
3732 2009-02-07  Dave Love  <fx@gnu.org>
3733
3734         * tls.el (open-tls-stream): Don't query killing process.
3735
3736 2009-02-08  Dave Love  <fx@gnu.org>
3737
3738         * gnus-win.el (gnus-window-to-buffer-helper)
3739         (gnus-all-windows-visible-p): Function needn't be a symbol.
3740
3741         * mail-source.el (mail-source-value): Function needn't be a symbol.
3742
3743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * message.el (message-cite-prefix-regexp): Remove } from the cite
3746         prefix.
3747
3748         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3749         highlight again, so that the highlight is correct.
3750
3751         * gnus-picon.el (gnus-picon): Remove again.
3752         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3753
3754         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3755         doing the header highlightling, so that the background colour of the
3756         picon is correct.
3757
3758         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3759         (gnus-picon): Ditto.
3760         (gnus-picon): Reinstate.  The background colour for picons is white.
3761         (gnus-picon-insert-glyph): Make the background white.
3762
3763         * nnml.el (nnml-open-nov): Don't return dead buffers.
3764
3765         * auth-source.el (auth-source-create): Query the user for whether to
3766         store the credentials.
3767
3768         * netrc.el (netrc-store-data): New function.
3769
3770         * auth-source.el (auth-source-user-or-password): Use the existing auth
3771         sources, if any, for creation.
3772
3773         * gnus.el (gnus-group-fast-parameter): Return the last matching
3774         parameter instead of the first matching parameter.
3775
3776 2010-09-26  Julien Danjou  <julien@danjou.info>
3777
3778         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3779
3780 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * mml2015.el (mml2015-use): Remove gpg support.
3783
3784         * mml1991.el (mml1991-function-alist): Remove gpg function.
3785         (mml1991-gpg-sign): Remove.
3786
3787 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3788
3789         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3790         (gnus-browse-unsubscribe-current-group): Document it.
3791         (gnus-browse-unsubscribe-group): Use it.
3792
3793 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3796         address to the To list for easier response.
3797
3798         * gnus.el (gnus-play-startup-jingle): Remove.
3799         (gnus-splash): Don't play jingle.
3800         (gnus): Silence gnus-load message.
3801
3802         * gnus-art.el (gnus-treat-play-sounds): Remove.
3803
3804         * gnus.el (gnus-play-jingle): Remove audio support.
3805
3806         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3807
3808         * earcon.el: Remove -- no users.
3809
3810         * gnus-audio.el: Remove -- no users of this package.
3811
3812         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3813
3814         * gnus-start.el (gnus-setup-news): Remove nocem support.
3815
3816         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3817
3818         * gnus.el (gnus-use-nocem): Remove.
3819
3820         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3821         Remove.
3822
3823         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3824         uses NoCeM any more.
3825
3826         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3827         (gnus-button-ctan-handler): Ditto.
3828         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3829         (gnus-button-ctan-directory-regexp): Ditto.
3830         (gnus-button-handle-ctan): Ditto.
3831         (gnus-button-tex-level): Ditto.
3832         (gnus-button-alist): Remove CTAN stuff.
3833
3834 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3837         nnimap-streaming test.
3838
3839         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3840         servers twice.
3841
3842         * nnimap.el (nnimap-open-connection): Add more error reporting when
3843         nnimap fails early.
3844
3845         * nnheader.el (nnheader-get-report-string): New function.
3846         (nnheader-get-report): Use it.
3847
3848         * gnus-int.el (gnus-check-server): Say what the error was when opening
3849         failed.
3850
3851         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3852         using streaming.
3853
3854 2010-09-25  Julien Danjou  <julien@danjou.info>
3855
3856         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3857         gnus-window-inside-pixel-edges.
3858
3859 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3862
3863         * mm-decode.el (mm-save-part): Allow saving to other directories the
3864         normal Emacs way.
3865
3866         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3867         Suggested by Jay Berkenbilt.
3868
3869         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3870         there isn't a single byte.
3871
3872         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3873         just do it.  It doesn't really seem to matter what the user responds
3874         here, I think, so it's just a confusing question.
3875
3876         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3877         non-streaming case.
3878
3879         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3880         (gnus-article-encrypt-body): Use it.
3881
3882         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3883         keystroke.
3884
3885         * nnimap.el (nnimap-find-wanted-parts-1):
3886         Use gnus-fetch-partial-articles.
3887
3888         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3889
3890         * nnimap.el (nnimap-insert-partial-structure): New function.
3891         (nnimap-get-partial-article): New function.
3892         (nnimap-request-article): Use it.
3893         (nnimap-wait-for-response): Return whether the wait was successful.
3894         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3895         retrieval wasn't successful.
3896         (nnimap-retrieve-group-data-early): Allow throttling servers.
3897         (nnimap-streaming): New variable.
3898         (nnimap-fetch-partial-articles): Remove.
3899
3900         * mm-decode.el (mm-with-part): Protect against killed buffers.
3901
3902         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3903         for prettier summary display.
3904
3905 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3906
3907         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3908
3909 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3912         apparently third-party libraries depend on it.
3913
3914         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3915         before starting negotiation.
3916
3917         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3918         privacy reasons.
3919         (gnus-treat-mail-gravatar): Ditto.
3920
3921         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3922         buffer when inserting images.  Inserting text into the headers, for
3923         instance, can make them invalid.
3924
3925 2010-09-25  Julien Danjou  <julien@danjou.info>
3926
3927         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3928         variables.
3929
3930         * nnheader.el: Remove useless variables news-reply-yank-from and
3931         news-reply-yank-message-id.
3932
3933         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3934         variables.
3935
3936         * mml1991.el: Remove useless mml1991-verbose.
3937
3938         * gnus.el: Remove useless variable gnus-use-generic-from.
3939         Remove obsolete variable gnus-topic-indentation.
3940
3941         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3942
3943         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3944
3945         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3946
3947         * gnus-group.el: Remove useless gnus-group-icon-cache.
3948         Remove useless gnus-ephemeral-group-server.
3949
3950         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3951
3952         * mml2015.el: Remove useless mml2015-verbose.
3953
3954         * mml-smime.el: Remove useless mml-smime-verbose.
3955
3956         * gnus.el: Remove useless gnus-local-domain.
3957
3958         * gnus-gravatar.el (gnus-gravatar-transform-address):
3959         Use gnus-gravatar-size.
3960
3961         * gnus-art.el: Remove useless gnus-treat-translate.
3962
3963 2010-09-24  Julien Danjou  <julien@danjou.info>
3964
3965         * gnus-sum.el: Add support for Gravatars.
3966
3967         * gnus-art.el: Add support for Gravatars.
3968
3969         * gnus-gravatar.el: Add this file.
3970
3971         * gravatar.el: Add this file.
3972
3973 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3976
3977         * gnus-group.el (gnus-group-fetch-faq): Remove.
3978
3979         * gnus.el (gnus-group-faq-directory): Remove.
3980
3981         * gnus-group.el (gnus-group-fetch-charter): Remove.
3982
3983         * gnus.el (gnus-group-charter-alist): Remove.
3984
3985         * gnus-group.el (gnus-group-archive-directory): Remove.
3986         (gnus-group-recent-archive-directory): Ditto.
3987         (gnus-group-make-archive-group): Remove.
3988
3989         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3990
3991         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3992         use the same article number for all the cached articles.
3993
3994         * nnimap.el (nnimap-command): Register the last command time so
3995         that we can use it for idling NOOPs.
3996         (nnimap-open-connection): Start the keeplive timer.
3997         (nnimap-make-process-buffer): Store all the process buffers.
3998         (nnimap-keepalive): New function.
3999
4000         * starttls.el (starttls-open-stream): Add autoload cookie.
4001
4002 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4003
4004         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4005         handling.
4006
4007 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4010         its data structures.
4011
4012         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4013         instead of the cl.el copy-list.
4014         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4015         equalp.
4016
4017 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4020         and tool-bar-local-item-from-menu.
4021
4022         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4023         mode-line-highlight face for Emacs.
4024
4025         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4026         loading gnus-sum.elc; fix comment for canlock-verify.
4027         (gnus-article-jump-to-part): Use read-number.
4028         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4029         Remove Emacs pre-21 compatible code for help-echo.
4030         (gnus-article-next-page-1): No need to adjust the number of lines.
4031         (gnus-article-describe-bindings): Always use help-buffer.
4032
4033         * gnus-audio.el (gnus-audio-inline-sound)
4034         * gnus-cus.el (gnus-custom-mode)
4035         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4036
4037         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4038
4039         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4040         compatible code.
4041
4042 2010-09-24  Glenn Morris  <rgm@gnu.org>
4043
4044         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4045         visiting the fcc file in rmail-mode.
4046
4047         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4048
4049 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * nnir.el: Silence the byte compiler.
4052
4053         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4054         alias to browse-url-url-encode-chars if any.
4055         (gnus-html-encode-url): Use it.
4056
4057 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-start.el (gnus-use-backend-marks): New variable.
4060         (gnus-get-unread-articles-in-group): Use it.
4061
4062         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4063         makeover.
4064
4065 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4066
4067         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4068
4069 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4072         Remove.
4073         (gnus-setup-news-hook):
4074         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4075
4076         * gnus-int.el (gnus-request-update-info): Protect against backends not
4077         having the function.
4078
4079         * nnimap.el (nnimap-stream): Mention starttls.
4080         (nnimap-open-connection): Add starttls support.
4081
4082 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4083
4084         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4085
4086 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4089         BODYSTRUCTUREs.
4090         (nnimap-transform-headers): Unfold quoted {42} headers.
4091
4092         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4093         the info.
4094         (gnus-get-unread-articles): Only call updatep on backends that support
4095         it.
4096
4097         * nnweb.el (nnweb-request-update-info): NOOP.
4098
4099         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4100
4101         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4102         since it only deals with marks.
4103
4104         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4105         gnus-request-marks, and make a new gnus-request-update-info.
4106
4107         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4108         the active instead of the high number, which is usually too low.
4109
4110 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4111
4112         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4113         * encrypt.el: Remove.
4114
4115 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4118         server in symbolic form.
4119
4120         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4121
4122 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4125         (nnimap-update-info): Fix up code slightly.
4126
4127         * gnus-int.el (gnus-open-server): Add tracing for performance
4128         debugging.
4129
4130         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4131         (gnus-group-insert-group-line): Pass the real group name so that it
4132         gets the right data.
4133
4134         * gnus-start.el (gnus-get-unread-articles): Don't have
4135         `gnus-get-unread-articles-in-group' update info, since that can be
4136         really slow and doesn't seem to be needed?
4137
4138 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4139
4140         * time-date.el (date-to-time): Try using parse-time-string first before
4141         using the slower timezone-make-date-arpa-standard.
4142
4143 2010-09-22  Julien Danjou  <julien@danjou.info>
4144
4145         * gnus-group.el (gnus-group-insert-group-line):
4146         Call gnus-group-highlight-line.
4147         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4148         default hook list.
4149         (gnus-group-update-eval-form): Add new function.
4150         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4151         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4152
4153 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4156         immediate, then expire all articles.
4157         (nnimap-update-info): Fix off-by-one errors.
4158         (nnimap-flags-to-marks): Would return no marks lists for group with no
4159         flags.  Instead return the other data.
4160
4161 2010-09-22  Julien Danjou  <julien@danjou.info>
4162
4163         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4164         Only return an icon.
4165         (gnus-group-insert-group-line): Compute icon to return.
4166
4167         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4168         (gnus-html-image-fetched): Only cache if
4169         gnus-html-image-automatic-caching is set.
4170         (gnus-html-image-fetched): Check for errors.
4171
4172 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4175         once per method on `g'.  This ensures that backends like nnfolder don't
4176         open all their folders.
4177
4178         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4179         (nnimap-request-list): Nix out group in the correct buffer.
4180         (nnimap-parse-flags): Implement by using `read' instead of
4181         hand-parsing.
4182         (nnimap-flags-to-marks): Pass on permanent-flags.
4183         (nnimap-make-process-buffer): Record the server name.
4184         (nnimap-parse-flags): Fix typo.
4185         (nnimap-request-scan): Run split on the server in general, not just a
4186         single group.
4187
4188         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4189         parameter, and propagate this downwards.
4190
4191         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4192         since EXAMINE changes it on the server.
4193
4194         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4195         this command might take a while.
4196
4197 2010-09-22  Julien Danjou  <julien@danjou.info>
4198
4199         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4200         harmful if you have 2 images side-by-side, they can't be properly
4201         update on text deletion.  Using text-property is safer here.
4202         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4203         data.
4204
4205 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * nnimap.el (nnimap-expunge-inbox): Remove.
4208         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4209         (nnimap-expunge): Flip default to t.
4210
4211         * gnus.el (gnus-method-to-server): Don't push things to the cache
4212         unless it's unique.
4213         (gnus-server-to-method): Ditto.
4214
4215 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4218
4219 2010-09-22  Julien Danjou  <julien@danjou.info>
4220
4221         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4222         get the start of data.
4223         (gnus-html-encode-url): Add this function to encode special chars in
4224         URL.
4225         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4226         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4227
4228         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4229         default.
4230         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4231
4232         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4233         images alt-text.
4234         (gnus-html-put-image): Put alt-text as help-echo.
4235
4236 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4239         * mm-util.el (mm-decompress-buffer)
4240         * nnir.el (nnir-run-find-grep)
4241         * pop3.el (pop3-list): Use 3rd arg of split-string.
4242
4243         * time-date.el (format-seconds): Comment fix.
4244
4245         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4246         and byte-optimize-form-code-walker.
4247         (dgnushack-make-auto-load): Don't advise make-autoload.
4248
4249         * lpath.el: Remove Emacs 21 stuff.
4250
4251 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4254         outside the active range.  Suggested by Dan Christensen.
4255
4256         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4257         slightly later to avoid double-getting it.
4258
4259         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4260         previous patch.
4261
4262         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4263
4264 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4265
4266         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4267
4268 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-int.el (gnus-open-server): Give a better error message in the
4271         "go offline" case.
4272
4273         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4274         marks for nnimap, which is seldom the right thing to do.
4275
4276         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4277         (gnus-same-method-different-name): New function.
4278
4279         * nnimap.el (parse-time): Require.
4280
4281         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4282         method in the presence of many similar methods.
4283
4284         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4285
4286         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4287         nnml-inhibit-expiry.
4288
4289         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4290         find out whether methods are equal.
4291
4292         * nnimap.el (nnimap-find-expired-articles): New function.
4293         (nnimap-process-expiry-targets): New function.
4294         (nnimap-request-move-article): Request the article before looking at
4295         what the Message-ID is.  Fix found by Andrew Cohen.
4296         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4297
4298         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4299         for oldness in addition to being a predicate.
4300
4301         * nnimap.el (nnimap-request-group): When we have zero articles, return
4302         the right data to Gnus.
4303         (nnimap-request-expire-articles): Only delete articles immediately if
4304         the target is 'delete.
4305
4306         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4307         method, this would bug out.
4308
4309         * gnus-group.el (gnus-group-expunge-group): Rename from
4310         gnus-group-nnimap-expunge, and implemented as a normal interface
4311         function.
4312
4313         * gnus-int.el (gnus-request-expunge-group): New function.
4314
4315         * nnimap.el (nnimap-request-create-group): Implement.
4316         (nnimap-request-expunge-group): New function.
4317
4318 2010-09-21  Julien Danjou  <julien@danjou.info>
4319
4320         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4321         (gnus-html-cache-expired): Add new function.
4322         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4323         wethever we should display image for fetch it.
4324         Compute alt-text earlier to pass it to the fetching function too.
4325         (gnus-html-schedule-image-fetching): Change function argument to only
4326         get one image at a time, not a list.
4327         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4328         cache.
4329         (gnus-html-get-image-data): New function to retrieve image data from
4330         cache.
4331         (gnus-html-put-image): Change buffer argument to use image data rather
4332         than file, and place image above region rather than inserting a new
4333         one.  Do not take alt-text as argument, since it's useless now: we place
4334         the image above alt-text.
4335         (gnus-html-prune-cache): Remove.
4336         (gnus-html-show-images): Start to fetch image when we find one, do not
4337         push into a temporary list.
4338         (gnus-html-prefetch-images): Only fetch image if they have expired.
4339         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4340         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4341
4342 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4345
4346 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4349         spec inser "*" if the group isn't active instead of 0.
4350
4351         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4352         opening the server.
4353         (nnimap-request-delete-group): Implement group deletion.
4354         (nnimap-transform-headers): Return the size of the entire message in
4355         the Bytes header, not just the size of the first part.
4356         (nnimap-request-move-article): When moving an article from nnimap,
4357         request the article first so the accepting form has an article to
4358         accept.  Reported by Dan Christensen.
4359         (nnimap-command): Make sure that the error message doesn't error out.
4360
4361 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4362
4363         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4364         we haven't requested anything.
4365
4366 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4369         "".  Fix found by Andrew Cohen.
4370
4371         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4372         instead of -encode-string.
4373
4374 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4377
4378         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4379         by mm-subst-char-in-string.
4380
4381 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4384         waiting for the connection string.
4385
4386         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4387         arriving.
4388
4389         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4390         bogus characters.  This allows selecting certain Gmail groups.
4391
4392         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4393         (nnimap-fetch-partial-articles): New variable.
4394         (nnimap-open-connection): When looking for credentials, also use the
4395         nnimap-server-port.
4396         (nnimap-request-article): Return the group/article number, so that Gnus
4397         `^' works as expected.
4398         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4399
4400         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4401         comments.
4402         (gnus-methods-sloppily-equal): New function.
4403         (gnus): When using the development version of Gnus, load the gnus-load
4404         file.
4405
4406         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4407         `gnus-open-server' on each method before trying to scan them etc.
4408         This ensures that all the backend parameters are set correctly.
4409
4410         * nnimap.el (nnimap-authenticator): New variable.
4411         (nnimap-open-connection): Allow anonymous login.
4412         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4413         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4414
4415         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4416         patch, found by Knut Anders Hatlen.
4417
4418 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4419
4420         * gnus-agent.el (gnus-agent-batch-confirmation)
4421         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4422         to gnus-message.
4423         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4424         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4425         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4426         * gnus-int.el (gnus-open-server): Likewise.
4427         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4428         (gnus-score-check-syntax): Likewise.
4429         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4430         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4431         Likewise.
4432         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4433
4434 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4437         calling conventions so that prefetch doesn't bug out.
4438
4439 2010-09-19  Julien Danjou  <julien@danjou.info>
4440
4441         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4442         rather than `subst-char-in-region' in order to be able to replace ASCII
4443         char by UTF-8 ones.
4444
4445         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4446         than curl.
4447         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4448         the right URL and ALT text on images.
4449         (gnus-html-wash-tags): Fix tag case.
4450         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4451         (gnus-article-html): Add -o display_ins_del=2 option.
4452         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4453
4454 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4457         the extra mail headers, which sometimes seem to happen for unknown
4458         reasons.
4459
4460         * mail-parse.el (mail-header-encode-parameter): Define as
4461         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4462         (or most, perhaps?) mail readers don't understand the latter, but do
4463         understand the former.
4464
4465         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4466         to nil, so that no methods are automatically agentized.  I think this
4467         is probably what most users want.
4468
4469         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4470         from url-retrieve, for instance about invalid URLs.
4471
4472         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4473         groups that have no articles.
4474         (nnimap-request-article): Check that we really got an article when we
4475         requested one.
4476
4477         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4478         doesn't exist.
4479
4480         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4481         nntp buffer so the agent can save it.
4482         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4483         that CRLF doesn't get translated to \n.
4484         (nnimap-open-connection): Don't make 'shell commands only send \n.
4485
4486 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4489         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4490         Update var name.
4491         (nnml-generate-nov-file): Use dolist.
4492         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4493         Use with-current-buffer.
4494
4495 2010-09-18  Julien Danjou  <julien@danjou.info>
4496
4497         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4498         parallel.
4499
4500 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4503         the range update right.
4504         (nnimap-request-group): Don't make `M-g' bug out on group with no
4505         marks.
4506         (nnoo): Require, so that other packages can require nnimap.
4507         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4508         command we're looking for.  This helps when the server sends more
4509         responses after we've gotten everything we expected.
4510         (nnimap): Add a `newlinep' field to keep track of end-of-line
4511         conventions.
4512         Don't send CRLF to things that don't want it.
4513         (nnimap-request-accept-article): Ditto.
4514
4515 2010-09-18  Julien Danjou  <julien@danjou.info>
4516
4517         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4518         than curl to retrieve images.
4519
4520 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4523         the marks.
4524         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4525         (nnimap-wait-for-connection): New function.
4526         (nnimap-open-connection): If we have PREAUTH, don't query for login
4527         credentials.
4528         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4529         when doing a partial update.
4530
4531 2010-09-18  Julien Danjou  <julien@danjou.info>
4532
4533         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4534         tags.
4535
4536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * nnimap.el (nnimap-credentials): New function.
4539         (nnimap-open-connection): Use the new function to look for credentials
4540         also on the numeric equivalents of "imap" and "imaps".
4541
4542         * gnus-start.el (gnus-activate-group): Send the info to
4543         gnus-request-group.
4544
4545         * nnimap.el (nnimap-request-group): Have the "check" version of the
4546         function parse flags and update the info, so that a `M-g' get a total
4547         resync of all flags from the group.
4548
4549         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4550         to allow backends to alter the info on group selection.  Also alter all
4551         the backend -request-group functions to take the parameter.
4552
4553         * nnimap.el (nnimap-store-info): New function.
4554         (nnimap-update-info): Store the info for later usage.
4555         (nnimap-request-group): Use the stored info for the dont-check case, so
4556         that we don't retrieve all marks when we enter a group.
4557
4558         * nnimap.el: Use deffoo instead of defun for interface functions.
4559
4560         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4561         update the group info.  This makes the nndraft groups, for instance, go
4562         back to their old behaviour.
4563
4564         * gnus-sum.el (gnus-select-newsgroup): Indent.
4565
4566         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4567         in.
4568         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4569         nothing.
4570
4571         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4572         from methods that are denied.
4573
4574         * gnus-int.el (gnus-method-denied-p): New function.
4575
4576         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4577         store the password instead of netrc.
4578         (nnimap-open-connection): Don't error out when we can't make a
4579         connections.
4580
4581         * auth-source.el (auth-source-create): In the password prompt, say what
4582         we're querying for.  Also prompt for user name if that hasn't been
4583         given.
4584
4585         * nnimap.el (nnimap-with-process-buffer): Remove.
4586
4587 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4590         method when we're reading from the agent.
4591
4592         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4593
4594         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4595         that's probably most useful for users.
4596
4597         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4598         "failed" all the time.
4599
4600         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4601         ...)) with (with-current-buffer ... ).
4602
4603         * nntp.el (nntp-open-server): Return whether the open was successful or
4604         not.
4605
4606         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4607         select an unread unseen article first.
4608
4609         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4610         /etc/services, supply some sensible port defaults.
4611
4612         * dgnushack.el: Define netrc-credentials.
4613
4614 2010-09-17  Julien Danjou  <julien@danjou.info>
4615
4616         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4617
4618 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4619
4620         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4621         doesn't have any parameters.
4622
4623 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4626         only upcased checks.
4627
4628         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4629
4630         * nnimap.el (nnimap-open-shell-stream): New function.
4631         (nnimap-open-connection): Use it.
4632         (nnimap-transform-headers): Get the number of lines in each message.
4633         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4634         number of lines.
4635         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4636         problem.
4637
4638         * utf7.el (utf7-encode): Autoload.
4639
4640         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4641         to allow the mail splitting to not return a default group.  This is
4642         useful for nnimap, which will leave unmatched mail in the inbox.
4643
4644         * nnimap.el: Rewritten.
4645
4646         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4647         nnimap usage.
4648
4649         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4650         if the move is internal, so that nnimap can do fast internal moves.
4651
4652         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4653         data.
4654         (gnus-read-active-for-groups): Support finishing the early retrieval of
4655         data.
4656
4657         * gnus-range.el (gnus-range-nconcat): New function.
4658
4659         * gnus-int.el (gnus-finish-retrieve-group-infos)
4660         (gnus-retrieve-group-data-early): New functions.
4661
4662 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4663
4664         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4665         (nnrss-retrieve-groups):
4666         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4667         (pop3-quit): Use with-current-buffer.
4668
4669 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4672         instead of nnheader-accept-process-output.
4673
4674         * dgnushack.el (dgnushack-compile): Add comment.
4675
4676         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4677
4678         * gnus-html.el (gnus-html-schedule-image-fetching)
4679         (gnus-html-prefetch-images): Replace process-kill-without-query by
4680         gnus-set-process-query-on-exit-flag.
4681
4682 2010-09-16  Romain Francoise  <romain@orebokech.com>
4683
4684         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4685
4686 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4689         parameter to unintern is mandatory-ish in Emacs 24.
4690
4691         * gnus-html.el (gnus-html-schedule-image-fetching)
4692         (gnus-html-prefetch-images): Check for curl before using it.
4693
4694         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4695         depend on curl, which isn't essential.
4696
4697         * imap.el: Revert back to version
4698         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4699         seem problematic.
4700
4701 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4702
4703         * gnus-registry.el (gnus-registry-install-shortcuts):
4704         Explicitly pass `obarray' to `unintern' to avoid a warning.
4705
4706 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4709         change.
4710
4711         * nnrss.el (nnrss-request-list): Remove this function and related
4712         functions, including the moreover stuff.
4713
4714 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * nnrss.el (nnrss-retrieve-groups): New function.
4717
4718 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4719
4720         * .dir-locals.el: Add no-byte-compile cookie.
4721
4722 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * time-date.el (format-seconds): Comment fix.
4725
4726         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4727         for back end that doesn't support request-scan.
4728
4729 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4732         then do request scans from the backends.
4733
4734         * netrc.el (netrc-credentials): New conveniency function.
4735
4736         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4737         avoid running a hook per line, since this takes a lot of time,
4738         profiling shows.
4739         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4740         directly if gnus-visual-p is true.
4741
4742 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4745         groups; replace mapcar with dolist which is a bit faster; pass groups
4746         info to gnus-read-active-file-1.
4747         (gnus-read-active-file-1): Scan only specified groups if the new
4748         optional arg `infos' is given.
4749
4750 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4753
4754         * pop3.el (pop3-movemail): Remove.
4755         (pop3-streaming-movemail): Rename to pop3-movemail.
4756
4757         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4758         don't restrict end-tag searches to the end of the line.
4759
4760 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4763         articles of every unchecked group to t, which means unknown since the
4764         server has never been opened.
4765
4766 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-html.el (gnus-html-show-alt-text): New command.
4769         (gnus-html-browse-image): Ditto.
4770         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4771         to browse the image directly.
4772         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4773         better.
4774
4775         * gnus-async.el (gnus-async-article-callback):
4776         Call `gnus-html-prefetch-images' unconditionally.
4777
4778         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4779         before feeding URLs to curl.
4780
4781 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4784         internal images as deletable by `W D D'.
4785
4786         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4787         (gnus-async-article-callback): Fix typo.
4788
4789 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4792         current line to work around bugs in the output from w3m.
4793
4794         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4795         for groups that want that.
4796
4797         * nntp.el (nntp-wait-for-string): Supply a timeout for
4798         accept-process-output to ensure progress.
4799
4800         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4801         level to get unread articles from, then use that for foreign groups,
4802         too.
4803
4804         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4805         confuses the rest of the function.
4806
4807         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4808         for the methods that support -retrieve-groups, too.
4809
4810         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4811
4812 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4815         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4816
4817         * pop3.el: Require cl when compiling.
4818         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4819
4820 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4823         that aren't going to be activated.
4824         (gnus-get-unread-articles): Fix up the last commit.
4825
4826         * gnus-html.el (gnus-article-html): Allow calling without specifying
4827         the handle.  In that case, dissect the buffer first.
4828
4829         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4830
4831         * nnimap.el (nnimap-open-connection): Revert the change that would look
4832         into authinfo for imaps instead of imap.
4833
4834         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4835         say that you don't want to call gnus-request-group with don-check, but
4836         do check the reponse.  This is for virtual groups only.
4837         (gnus-get-unread-articles): Count the archive groups as secondary, so
4838         that they're activated the same way as before.
4839
4840         * imap.el (imap-message-map): Removed optional buffer parameter, since
4841         no callers use it.
4842         (imap-message-get): Ditto.
4843         (imap-message-put): Ditto.
4844         (imap-mailbox-map): Ditto.
4845         (imap-mailbox-put): Ditto.
4846         (imap-mailbox-get): Ditto.
4847         (imap-mailbox-get): Revert last change for this function.
4848
4849         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4850         case-insensitively.
4851         (nnimap-debug): Remove.
4852
4853         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4854         to use `imap-fetch' instead.  According to the comments, this should be
4855         safe, since all other IMAP clients use the 1:* syntax.
4856         (imap-enable-exchange-bug-workaround): Removed.
4857         (imap-debug): Removed -- doesn't seem very useful.
4858
4859         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4860         mail from a file, and the file doesn't exist.
4861
4862         * imap.el (imap-log): New convenience function used throughout instead
4863         of repeating the same code all over the place.
4864
4865         * pop3.el (pop3-streaming-movemail): Return t for success.
4866
4867         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4868         .authinfo if we're using ssl connection.
4869
4870         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4871         already have if we're in a main Gnus `g' run.
4872
4873         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4874
4875 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4878
4879         * nnmh.el (nnmh-request-list-1): Bind `file'.
4880
4881         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4882         alias to set-process-query-on-exit-flag or process-kill-without-query.
4883         (pop3-open-server): Use it.
4884
4885 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4888         box to the Incoming file.  Fixes mistake in previous checkin.
4889
4890         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4891         request loop (for debugging purposes) removed.
4892
4893         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4894         culprit is more visible.
4895         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4896         (nnml-add-incremental-nov): New functions to do "incremental" nov
4897         updates, where we just append to the end of the existing nov files
4898         without reading/writing them in full.
4899
4900         * mail-source.el (mail-source-delete-crash-box): Really only check the
4901         incoming files once in a while.
4902
4903         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4904
4905         * mail-source.el (mail-source-delete-crash-box): Only check the
4906         incoming files for deletion once per day to save a lot of file
4907         accesses.
4908
4909         * pop3.el (pop3-logon): Fix up unbound variable typo.
4910
4911         * mail-source.el (pop3-streaming-movemail): Autoload.
4912
4913         * pop3.el (pop3-streaming-movemail):
4914         Respect pop3-leave-mail-on-server.
4915
4916         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4917         retrieval.
4918
4919         * pop3.el (pop3-process-filter): Remove unused function.
4920         (pop3-streaming-movemail, pop3-send-streaming-command)
4921         (pop3-wait-for-messages, pop3-write-to-file)
4922         (pop3-number-of-responses): New functions for streaming pop3
4923         retrieval.
4924
4925         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4926         come from no known methods.
4927         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4928         list.
4929
4930         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4931         message sizes.
4932         (pop3-movemail): Use erase-buffer instead of looping and deleting
4933         regions, which seems rather odd.
4934
4935         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4936         file once per `g' run.
4937
4938         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4939         directories.  This makes the draft queue directory work.
4940
4941         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4942         data from the backends, so that we only request the list of groups from
4943         each method once.  This should speed things up considerably.
4944
4945         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4946         detect that it's not implemented.
4947
4948         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4949         we actually do recurse down into the tree, but don't stat all leaf
4950         nodes.
4951
4952         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4953         then say so instead of bugging out.
4954
4955         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4956         files exist before trying to read them.
4957
4958         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4959         around <pre_int>.
4960
4961         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4962
4963         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4964
4965 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * mm-util.el (mm-image-load-path): Just return the image directories,
4968         not all directories in the path in addition to the image directories.
4969         (mm-image-load-path): Maintain a cache of the image directories so that
4970         the `g' command in Gnus doesn't have to stat dozens of directories each
4971         time.
4972
4973         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4974         (gnus-html-wash-tags): Add a new `i' command to insert images.
4975         (gnus-html-insert-image): New command and keystroke.
4976         (gnus-html-redisplay-with-images): New command and keystroke.
4977         (gnus-html-show-images): Rename command.
4978         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4979         spacers.
4980         (gnus-html-wash-tags): Decode entities at the end, so that entities
4981         inside the tags don't mess up the rest of the "parsing".
4982
4983         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4984         so that nnimap methods aren't agentized by default.  There's apparently
4985         many problems related to agent/imap behaviour.
4986
4987         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4988
4989         * gnus-html.el: Doc fix.
4990
4991 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4994         specifier-spec-list for Emacs 21.
4995
4996         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4997         glyph-width and glyph-height instead of display-graphic-p and
4998         image-size; make avoidance of displaying small images work for XEmacs.
4999
5000         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5001         for XEmacs.
5002
5003         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5004         of symbol that holds plist data.
5005         (gnus-process-plist): Remove plist of process after getting it.
5006
5007 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * message.el (message-generate-hashcash): Change default to
5010         'opportunistic if hashcash is installed.
5011
5012         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5013         (gnus-html-put-image): Only call image-size once, since it's somewhat
5014         time-consuming on remote X servers.
5015
5016 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5019         type on data, not a file name.
5020
5021         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5022         window-pixel-edges for Emacs 21.
5023
5024         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5025         decoded contents.
5026         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5027
5028 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5031         group line format, since it isn't very interesting.
5032
5033         * gnus-agent.el (gnus-agent-short-article),
5034         (gnus-agent-long-article): Increase values for these two variables,
5035         since most people are likely to have more network connection and
5036         storage than before.
5037
5038         * gnus.el (gnus-refer-article-method): Change default to 'current.
5039         When referring an article, the common behaviour is to refer it from the
5040         current select method, not the native select method.  The chances of
5041         the native select method having the message in question is rather slim
5042         these days.
5043
5044         * gnus-sum.el (gnus-auto-select-subject): Change default to
5045         `unseen-or-unread'.  I think it's likely that most people want to
5046         select an unseen article over a previously seen, but unread one.
5047
5048         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5049         means that in the article buffer none of the minor mode elements will
5050         be shown, usually, and this is not desirable in most cases.
5051
5052         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5053         that commands like `d' (and the like) go to the next line in the
5054         buffer, instead of the next unread article.  I think this is the
5055         behaviour that is most natural for most users.
5056         (gnus-single-article-buffer): Change default to nil, so that people can
5057         have as many article buffers open as they have summary buffer.  I think
5058         this is the most natural way for the groups to behave.
5059
5060         * message.el (message-generate-new-buffers): Change default to
5061         `unsent', so that all new message buffers start their names with the
5062         string "*unsent", and it's easier to find the buffers if you move from
5063         them.
5064
5065 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5068         small.  They're probably tracking images.
5069         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5070         (gnus-html-rescale-image): Yet another try at getting the image sizing
5071         right.
5072
5073         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5074         nntp-marks-file-name is nil.
5075
5076 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * gnus-html.el (gnus-html-wash-tags)
5079         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5080         Better logging.
5081
5082 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5085
5086         * gnus-html.el (gnus-html-wash-tags): Check the value of
5087         gnus-blocked-images in the summary buffer.
5088
5089 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5092
5093 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5096         like "a", it seems like.
5097         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5098         since it needs to be picked from the correct buffer.
5099
5100         * nnwfm.el: Remove.
5101
5102         * nnlistserv.el: Remove.
5103
5104 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5107         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5108
5109 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * nnkiboze.el: Remove.
5112
5113         * nndb.el: Remove.
5114
5115         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5116         alt text.
5117         (gnus-html-rescale-image): Try to get the rescaling logic right for
5118         images that are just wide and not tall.
5119
5120         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5121         overshadow variable bindings.
5122
5123 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * gnus-html.el (gnus-html-wash-tags)
5126         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5127         Add extra logging.
5128
5129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5132         (gnus-max-image-proportion): New variable.
5133         (gnus-html-rescale-image): New function.
5134         (gnus-html-put-image): Rescale images.
5135
5136 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         Fix up some byte-compiler warnings.
5139         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5140         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5141         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5142         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5143         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5144         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5145         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5146
5147 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-html.el (gnus-article-html): Decode contents by charset.
5150
5151 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5154         (gnus-html-frame-width, gnus-blocked-images)
5155         * message.el (message-prune-recipient-rules): Add custom version.
5156         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5157
5158         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5159         functions.
5160
5161         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5162         gnus-process-get.
5163
5164 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5165
5166         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5167         instead of lsub directly.
5168
5169 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnwarchive.el: Remove.
5172
5173         * gnus-soup.el: Remove.
5174
5175         * nnsoup.el: Remove.
5176
5177         * nnultimate.el: Remove.
5178
5179         * gnus-html.el (gnus-blocked-images): New variable.
5180
5181         * message.el (message-prune-recipients): New function.
5182         (message-prune-recipient-rules): New variable.
5183
5184         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5185         guess whether a long line is natural text or not.
5186
5187         * gnus-html.el (gnus-html-schedule-image-fetching):
5188         Use gnus-process-plist and friends for compatibility.
5189
5190 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * gnus-html.el: Require packages that define macros used in this file.
5193         (gnus-article-mouse-face): Declare to silence byte-compiler.
5194         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5195         process-get.
5196         (gnus-html-put-image): Use plist-get to avoid getf.
5197         (gnus-html-prefetch-images): Use with-current-buffer.
5198
5199 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-ems.el: Provide compatibility functions for
5202         gnus-set-process-plist.
5203
5204         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5205         header-line-format for XEmacs 21.4.
5206
5207         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5208         * gnus.el (gnus-valid-select-methods)
5209         * message.el (message-send-mail-partially-limit)
5210         * mm-decode.el (mm-text-html-renderer)
5211         * mml.el (mml-insert-mime-headers-always)
5212         * smiley.el (smiley-regexp-alist): Bump custom version.
5213
5214 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * gnus-html.el: require mm-url.
5217         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5218         with the url to `url'.
5219         (gnus-html-wash-tags): Support cid: URLs/images.
5220
5221 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5224         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5225         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5226
5227         * gnus-move.el: Remove file, since it doesn't really work.
5228
5229         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5230         UTF-8.  This seems to fix problems with some German web feeds.
5231
5232         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5233         at the top so that the proper colours are applied.
5234
5235         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5236         don't have dots in their names.
5237
5238         * gnus-art.el (gnus-article-view-part): Doc fix.
5239
5240         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5241         XEmacs-compatible.
5242         (gnus-html-put-image): Don't do images on non-graphic displays.
5243
5244         * nnslashdot.el: Remove this unused backend.
5245
5246         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5247         actions.
5248         (gnus-undo-register-1): Revert last change.
5249
5250         * gnus-group.el (gnus-group-completing-read): Protect against not
5251         having completion-styles bound.
5252
5253         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5254         make broken recipients happier.
5255
5256         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5257
5258         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5259         point parameter.
5260
5261         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5262
5263         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5264         completion-styles for group selection.
5265
5266 2009-02-04  Andreas Schwab  <schwab@suse.de>
5267
5268         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5269         headers and regexp-quote the match if necessary.
5270
5271 2009-03-24  Miles Bader  <miles@gnu.org>
5272
5273         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5274         the blinking smiley.
5275
5276 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5277
5278         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5279         blink smiley.
5280
5281 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5284         where the dribbel file lives exists.
5285
5286         * message.el (message-send-mail-partially-limit): Change the default to
5287         nil, since most people don't want this.
5288
5289         * mm-url.el (mm-url-decode-entities): Also decode entities like
5290         &#x3212.
5291
5292 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5293
5294         * gnus-sum.el (gnus-summary-idna-message):
5295         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5296         Hyperlink urls in docstrings with URL `...'.
5297
5298 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5299
5300         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5301         functions.
5302
5303 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5306         say what the mouseover text should be.
5307
5308         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5309         version of the mm-w3m-safe-url-regexp variable to only download images
5310         in the groups where we want that to happen.
5311
5312         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5313
5314         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5315         easier debugging.
5316         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5317         big pictures in the article buffer.
5318
5319         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5320         gnus-article-html.
5321         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5322         w3m.
5323
5324         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5325
5326 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5329         which doesn't exist.
5330
5331         * message.el (message-inhibit-ecomplete): New variable to allow some
5332         function to inhibit ecomplete address storage.
5333         (message-resend): Disable ecomplete message storage when resending
5334         messages.
5335
5336         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5337
5338 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5341         Save excursion while copying, moving, and deleting articles in order to
5342         prevent the cursor from jumping to unforeseen place.
5343
5344 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * lpath.el: No need to bind bookmark-current-buffer,
5347         bookmark-yank-point and bookmark-make-record-function.
5348
5349 2010-08-17  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-sync.el: Require gnus components whose functions are used.
5352
5353         * gnus-art.el (bookmark-make-record-function):
5354         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5355         Declare for compiler.
5356
5357         * mm-url.el (mml-compute-boundary): Autoload.
5358
5359 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5362
5363 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         Typo fix "hoo4a" -> "hook".
5366
5367         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5368
5369 2010-08-14  Glenn Morris  <rgm@gnu.org>
5370
5371         * gnus-sync.el (gnus-sync): Fix defgroup version.
5372
5373 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5376
5377         * gnus-sync.el: Fix docs.
5378         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5379         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5380
5381 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         Optimizations for gnus-sync.el.
5384
5385         * gnus-sync.el: Add docs about gnus-sync-backend
5386         possibilities.
5387         (gnus-sync-save): Remove unnecessary message.
5388         (gnus-sync-read): Optimize and show what groups were skipped.
5389
5390 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         Minor bug fixes for gnus-sync.el.
5393
5394         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5395         Don't read the sync on get-new-news.
5396
5397         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5398         quiet.
5399
5400         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5401         (fix typo).
5402
5403 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5404
5405         Make saving and restoring of hidden threads work with overlays.
5406         Patch applied by Ted Zlatanov.
5407
5408         * gnus-sum.el (gnus-hidden-threads-configuration)
5409         (gnus-restore-hidden-threads-configuration): Update to deal with text
5410         properties, rather than searching for a magic character.
5411
5412 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         New gnus-sync.el library for synchronization of marks.
5415
5416         * gnus-sync.el: New library for synchronization of marks.
5417
5418         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5419         renamed from `gnus-registry-grep-in-list'.
5420
5421         * gnus-registry.el (gnus-registry-follow-group-p):
5422         Use `gnus-grep-in-list'.
5423
5424         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5425
5426 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5429         determining charset of text fails.
5430
5431 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * nnmail.el (nnmail-get-new-mail-1): Revert.
5434
5435         * nnml.el (nnml-active-number): Make sure names of newly created groups
5436         in nnml-group-alist are encoded.
5437
5438 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5441         containing non-ASCII characters in active file for nnml back end.
5442
5443 2010-07-24  David Engster  <dengste@eml.cc>
5444
5445         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5446         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5447
5448 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5449
5450         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5451         tag (Bug#6654).
5452
5453 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5456         the article buffer, not the summary buffer.
5457
5458 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5461         Emacs 23 as well.
5462
5463 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5466         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5467
5468 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5469
5470         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5471         Patch applied by Karl Fogel.
5472
5473         * gnus-sum.el (gnus-summary-bookmark-make-record):
5474         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5475
5476 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5477
5478         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5479         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5480         C-w still not working correctly from Article buffers; Thierry's
5481         patch to fix that will be applied after this.
5482
5483         * gnus-art.el (bookmark-make-record-function): New local variable.
5484
5485         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5486         article buffer.
5487         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5488
5489 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5490
5491         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5492         on changes in bookmark.el.
5493
5494 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5497         `no-log' instead of message not to log prompt string.
5498
5499 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5500
5501         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5502         the *other* type of HTML form submission.
5503
5504 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5505
5506         * auth-source.el (auth-source-pick): If choice does not contain a
5507         questioned keyword, set the check to t.
5508
5509 2010-06-12  Romain Francoise  <romain@orebokech.com>
5510
5511         * gnus-util.el (gnus-date-get-time): Move up before first use.
5512
5513 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5516         (gnus-article-edit-part): Bind it to make last part that is substituted
5517         or deleted visible.
5518         (gnus-mime-display-single): Buttonize part of which id equals to
5519         gnus-mime-buttonized-part-id.
5520
5521 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5522
5523         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5524         (gnus-dd-mmm): Use gnus-date-get-time.
5525         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5526         simplify logic.
5527         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5528         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5529
5530 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5531
5532         * auth-source.el (top): Autoload `secrets-list-collections',
5533         `secrets-create-item', `secrets-delete-item'.
5534         (auth-sources): Fix tag string.
5535         (auth-get-source, auth-source-retrieve, auth-source-create)
5536         (auth-source-delete): New defuns.
5537         (auth-source-pick): Rewrite in order to avoid 2 passes.
5538         (auth-source-forget-user-or-password): New parameter USERNAME.
5539         (auth-source-user-or-password): New parameters CREATE-MISSING and
5540         DELETE-EXISTING.  Retrieve password interactively, if needed.
5541
5542 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5543
5544         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5545         deleting unused directories when gnus-expert-user is t.
5546
5547 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5550         for each temp file when gnus-article-browse-delete-temp is ask.
5551
5552 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5555         Lisp calls to delete-backward-char by calls to delete-char.
5556
5557 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5558
5559         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5560
5561 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5562
5563         * password-cache.el (password-cache-remove): Fix docstring.
5564
5565 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5568         article unless decoding article to be saved.
5569
5570 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5573         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5574         generated within the mm-with-unibyte-current-buffer macro.
5575
5576 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5579         to nil when we're in a mml-preview buffer and no group is selected.
5580
5581 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5582
5583         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5584         when catching the `C-g'.  Reported by "Leo".
5585
5586 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * message.el (message-forward-make-body-plain)
5589         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5590         multibyte-string-p.
5591
5592         * lpath.el: Revert.
5593
5594 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * message.el (message-forward-make-body-mml): Assume original message
5597         is multibyte string; error on unibyte.
5598         (message-forward-make-body-plain): Ditto; don't add excessive newline
5599         in body end.
5600
5601         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5602
5603 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5604
5605         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5606         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5607
5608 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * mm-extern.el (mm-extern-url): Don't use
5611         mm-with-unibyte-current-buffer.
5612         (mm-extern-cache-contents): Use with-current-buffer instead of
5613         save-excursion + set-buffer.
5614
5615 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * mm-util.el (mm-emacs-mule): Remove.
5618
5619 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5620
5621         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5622         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5623         change.
5624
5625 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5628         bind the default value of enable-multibyte-characters to nil.
5629
5630 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * message.el (message-forward-make-body-plain)
5633         (message-forward-make-body-mml):
5634         Don't use mm-with-unibyte-current-buffer.
5635
5636 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5637
5638         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5639
5640 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5641
5642         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5643         (Bug#5592).
5644
5645 2010-05-07  Julien Danjou  <julien@danjou.info>
5646
5647         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5648         it to mm-pipe-part.
5649
5650         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5651         it is given.
5652
5653 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * binhex.el (binhex-decode-region-internal)
5656         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5657         (dns-query)
5658         * nnweb.el (nnweb-gmane-search)
5659         * pgg-parse.el (pgg-parse-armor)
5660         * pgg.el (pgg-verify-region)
5661         * sha1.el (sha1-string-external)
5662         * uudecode.el (uudecode-decode-region-internal)
5663         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5664         XEmacs.
5665
5666         * gnus-art.el (gnus-article-browse-html-parts)
5667         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5668         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5669         make-temp-file.
5670
5671         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5672         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5673         compiling.
5674
5675         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5676         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5677         XEmacs when compiling.
5678
5679         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5680         gnus-pick-mode-off-hook for XEmacs when compiling.
5681         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5682         gnus-binary-mode-off-hook for XEmacs when compiling.
5683
5684         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5685         Return nil if char-charset is not available.
5686
5687         * imap.el (imap-disable-multibyte)
5688         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5689         macros.
5690
5691         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5692         instead of encode-coding-string.
5693
5694         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5695         'xemacs) instead of mm-emacs-mule to switch function definitions.
5696         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5697
5698         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5699         bind temporary-file-directory for XEmacs;
5700         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5701         timer-set-function for XEmacs 21.4 and SXEmacs;
5702         bind timer-list for XEmacs 21.4 and SXEmacs;
5703         fbind char-charset and find-charset-region for non-Mule XEmacs;
5704         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5705         encode-coding-region and encode-coding-string for XEmacs having no
5706         file-coding feature.
5707
5708 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5709
5710         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5711
5712 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5715         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5716
5717 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5718
5719         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5720         alias `jka-compr-delete-temp-file' no longer exists.
5721
5722 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         Use define-minor-mode in Gnus where applicable.
5725         * mml.el (mml-mode): Use define-minor-mode.
5726         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5727         (gnus-undo-mode): Use define-minor-mode.
5728         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5729         (gnus-dead-summary-mode): Use define-minor-mode.
5730         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5731         Initialize in declaration.
5732         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5733         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5734         (gnus-mailing-list-mode): Use define-minor-mode.
5735         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5736         (gnus-draft-mode): Use define-minor-mode.
5737         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5738         (gnus-dired-mode): Use define-minor-mode.
5739
5740 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5741
5742         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5743         handles on recursive mml-to-mime translation and check them for
5744         boundary delimiter collisions.  Reported by Greg Troxel.
5745
5746 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5749
5750 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5751
5752         * mm-util.el (mm-find-buffer-file-coding-system):
5753         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5754
5755 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5756
5757         * message.el (message-generate-headers): Record insertion of optional
5758         headers as well.  Otherwise the check to prevent repeated insertion of
5759         optional headers is a no-op.
5760
5761 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * smime.el: Don't mention CVS.
5764
5765         * nnrss.el (nnrss-fetch): Don't mention CVS.
5766
5767         * nnir.el: Don't mention CVS.
5768
5769 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5770
5771         * gnus-sum.el (gnus-summary-bookmark-make-record):
5772         Add `location' field.
5773
5774 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * lpath.el: Fbind bookmark-default-handler,
5777         bookmark-get-bookmark-record, bookmark-make-record-default,
5778         bookmark-prop-get for Emacs <23 and XEmacs.
5779
5780 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5783         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5784         Use with-current-buffer to silence the byte-compiler.
5785         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5786         bother to require `gnus'.
5787         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5788
5789 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5790
5791         * gnus-sum.el (gnus-summary-bookmark-make-record)
5792         (gnus-summary-bookmark-jump): New functions.
5793         (gnus-summary-mode): Setup bookmark support.
5794
5795 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5796
5797         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5798         if set.
5799
5800 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5803         gnus-article-browse-html-save-cid-image; make it work recursively for
5804         forwarded messages as well.
5805         (gnus-article-browse-html-parts): Work when prefix arg is given.
5806         (gnus-article-browse-html-article): Doc fix.
5807
5808 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5809
5810         * message.el (message-default-mail-headers):
5811         (message-default-headers): Carry the value mail-default-headers over
5812         into message-default-mail-headers, rather than message-default-headers.
5813
5814 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5815
5816         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5817         charset.
5818
5819         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5820         charset into the <meta> tag when the article is encoded to utf-8.
5821
5822 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-art.el (gnus-article-browse-delete-temp-files):
5825         Delete directories as well.
5826         (gnus-article-browse-html-parts): Work for images that do not specify
5827         file names; delete temp directory when quitting; insert header at the
5828         right place; use file: scheme for image files.
5829
5830 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5831
5832         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5833         (gnus-article-browse-html-parts): Use it to make temporary cid image
5834         files in addition to html file so that browser may display them.
5835
5836 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5839
5840 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5843
5844 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * auth-source.el (auth-sources): Change default to be simpler.
5847         Explain about Secret Service API sources.  Improve Customize options.
5848         (auth-source-pick): Change to accept any number of search parameters.
5849         Implement fallbacks iteratively, not recursively.  Add scoring on the
5850         second pass and sort by score.  Call Secret Service API when needed.
5851         (auth-source-user-or-password): Use it.  Call Secret Service API
5852         directly when needed to get the user name and the password.
5853
5854 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5855
5856         * message.el (message-interactive): Doc fix.
5857         (message-qmail-inject-args): Reflow.
5858         (message-kill-to-signature): Fix typo in docstring.
5859
5860         * smiley.el (smiley-buffer): Fix typo in docstring.
5861
5862 2010-03-24  Glenn Morris  <rgm@gnu.org>
5863
5864         * mail-source.el (gnus-message): Declare.
5865         (mail-source-delete-old-incoming): Require gnus-util.
5866
5867 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5870
5871         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5872
5873         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5874         password-cache's default if it is not bound.
5875         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5876         password-cache-expiry's default if it is not bound.
5877
5878         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5879         available in Emacs 21.
5880
5881         * lpath.el: Suppress compiler warnings for:
5882         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5883         XEmacs;
5884         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5885         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5886         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5887
5888 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * auth-source.el (auth-sources): Fix up definition so extra parameters
5891         are always inline.
5892
5893 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5894
5895         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5896         wasn't updated after mismatch.  Clear cached mailbox info correctly
5897         when uidvalidity changes.
5898         (nnimap-group-prefixed-name): New function to avoid some code
5899         duplication.
5900         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5901         (nnimap-request-group): Use it.
5902         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5903         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5904         with many imap folders.  This is done by caching the group status from
5905         the imap server persistently in a group parameter `imap-status'.  (This
5906         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5907         but not persistently, so every Gnus startup was still very slow.)
5908
5909 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5912         delete the extra newline.  Otherwise editing of :string and :number
5913         types don't work.
5914
5915 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5916
5917         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5918         secrets.el dependency.
5919         (auth-sources): Add optional user name.  Add secrets.el configuration
5920         choice (unused right now).
5921
5922 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         * gnus-sum.el (gnus-summary-make-menu-bar):
5925         Let `gnus-registry-install-shortcuts' fill in the functions.
5926
5927         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5928         warnings.
5929         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5930         (gnus-registry-install-shortcuts): Populate and use it in a
5931         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5932
5933 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5934
5935         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5936         In-place substitutions for the group name encoding/decoding.
5937         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5938         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5939         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5940         (nnimap-update-unseen, nnimap-request-list)
5941         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5942         (nnimap-request-set-mark, nnimap-split-to-groups)
5943         (nnimap-split-articles, nnimap-request-newgroups)
5944         (nnimap-request-create-group, nnimap-request-accept-article)
5945         (nnimap-request-delete-group, nnimap-request-rename-group)
5946         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5947         `encoded-mbx' for consistency.
5948         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5949         variable `imap-current-mailbox'.
5950
5951         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5952         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5953
5954 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5955
5956         * pop3.el (pop3-display-message-size-flag): Display message size byte
5957         counts during POP3 download.
5958         (pop3-movemail): Use it.
5959         (pop3-list): Implement listing of available messages.
5960
5961 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5962
5963         * nnir.el (nnir-get-article-nov-override-function): New function to
5964         override the normal NOV retrieval.
5965         (nnir-retrieve-headers): Use it.
5966
5967 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5968
5969         * auth-source.el (netrc-machine-user-or-password): Autoload.
5970
5971 2010-03-19  Glenn Morris  <rgm@gnu.org>
5972
5973         Stop message.el from loading about 40 libraries it doesn't always need.
5974         The general approach is to autoload rather than require, and to
5975         require in the specific functions rather than the file.  (Bug#5642)
5976
5977         * gmm-utils.el: Don't require wid-edit.
5978         (widget-create-child-value, widget-convert, widget-default-get):
5979         Autoload.
5980
5981         * gnus-util.el: Don't require time-date, netrc.
5982         (message-fetch-field, gnus-group-name-decode): Declare rather than
5983         autoloading.
5984         (gnus-fetch-field): Require message.
5985         (gnus-decode-newsgroups): Require gnus-group.
5986
5987         * ietf-drums.el: Don't require time-date.
5988
5989         * message.el: Don't require hashcash, canlock, ecomplete.
5990         Do require mail-utils.  Require nnheader only when compiling.
5991         (smtpmail-default-smtp-server): Remove declaration.
5992         (message-send-mail-function): Check smtpmail-default-smtp-server
5993         is bound rather than requiring smtpmail.
5994         (message-auto-save-directory, message-insert-signature):
5995         Use expand-file-name rather than nnheader-concat.
5996         (nnheader-insert-file-contents): Autoload.
5997         (hashcash-wait-async): Declare.
5998         (message-send-mail): Only call gnus-setup-posting-charset if
5999         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6000         (message-send-mail-with-sendmail): Require sendmail.
6001         (canlock-password, canlock-password-for-verify): Declare.
6002         (message-canlock-password): Require canlock.
6003         (nnheader-get-report): Autoload.
6004         (gnus-setup-posting-charset): Declare.
6005         (message-send-news): Require gnus-msg.
6006         (message-make-references, message-make-in-reply-to): Use mail-header-id
6007         rather than the alias mail-header-message-id.
6008         (ecomplete-add-item, ecomplete-save): Declare.
6009         (message-put-addresses-in-ecomplete): Require ecomplete.
6010         (ecomplete-display-matches): Autoload.
6011
6012         * mm-decode.el: Don't require mailcap, gnus-util.
6013         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6014         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6015         Autoload.
6016         (mailcap-mime-extensions): Declare.
6017
6018         * mm-encode.el: Don't require mailcap.
6019         (mailcap-extension-to-mime): Autoload.
6020
6021         * mml-sec.el: Don't require password-cache.
6022
6023         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6024         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6025         (mml-minibuffer-read-type): Require mailcap.
6026         (mml-preview): Require gnus-msg.
6027
6028         * mml1991.el: Require password-cache.
6029         (password-cache-expiry): Remove declaration.
6030
6031         * mml2015.el: Require password-cache.
6032         (password-cache-expiry): Remove declaration.
6033
6034         * nneething.el (mailcap): Require mailcap.
6035
6036         * nnheader.el (declare-function): Add compatibility stub.
6037         (message-remove-header): Declare rather than autoload.
6038         (nnheader-replace-header): Require message.
6039
6040         * nnimap.el (declare-function): Add compatibility stub.
6041         (netrc-parse, netrc-machine-user-or-password): Declare.
6042         (nnimap-open-connection): Require netrc.
6043
6044         * nntp.el (declare-function): Add compatibility stub.
6045         (netrc-parse, netrc-machine, netrc-get): Declare.
6046         (nntp-send-authinfo): Require netrc.
6047
6048         * rfc2047.el: Don't require qp.
6049         (quoted-printable-encode-region, quoted-printable-decode-string):
6050         Autoload.
6051
6052         * sieve-mode.el: Don't require easymenu.
6053         (easy-menu-add-item): Autoload it.
6054
6055         * spam-stat.el (time-to-number-of-days): Autoload it.
6056
6057 2010-03-19  Glenn Morris  <rgm@gnu.org>
6058
6059         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6060
6061 2010-03-18  Glenn Morris  <rgm@gnu.org>
6062
6063         * hashcash.el (declare-function): Remove duplicate definition.
6064
6065 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6066
6067         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6068         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6069         value if any backslash escapes).
6070
6071 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6074         if it is available.  (bug#5647)
6075
6076         * lpath.el: Suppress compiler warning for coding-system-from-name for
6077         Emacs 21 and XEmacs.
6078
6079 2010-03-14  Juri Linkov  <juri@jurta.org>
6080
6081         * hmac-def.el:
6082         * hmac-md5.el:
6083         * netrc.el: Fix keywords.
6084
6085 2010-02-26  Glenn Morris  <rgm@gnu.org>
6086
6087         * message.el (message-send-mail-function): Change the default, so that
6088         it inherits from a customized send-mail-function.  (Bug#5643)
6089
6090 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6093         shell-command-to-string signals an error (bug#5299).
6094
6095 2010-02-24  Glenn Morris  <rgm@gnu.org>
6096
6097         * message.el (message-smtpmail-send-it)
6098         (message-send-mail-with-mailclient): Doc fixes.
6099
6100 2010-02-16  Glenn Morris  <rgm@gnu.org>
6101
6102         * message.el (message-default-mail-headers): Change the default value
6103         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6104
6105 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6108         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6109
6110 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6111
6112         * time-date.el (date-to-time): Doc fix (Bug#5408).
6113
6114 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6115
6116         * message.el (message-mail): Just pass yank-action on to message-setup.
6117         (message-setup): Handle (FUN . ARGS) form of yank-action.
6118         (message-with-reply-buffer, message-widen-reply)
6119         (message-yank-original): Handle non-buffer values of
6120         message-reply-buffer (Bug#4080).
6121         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6122
6123 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6124
6125         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6126         Fix typo in docstring.
6127
6128 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6129
6130         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6131         response.
6132
6133 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6136
6137         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6138
6139         * message.el (message-check-news-header-syntax): Protect against a
6140         string that `rfc822-addresses' returns when parsing fails.
6141
6142 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6145         (gnus-previous-char-property-change): New functions.
6146
6147         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6148
6149 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6150
6151         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6152         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6153
6154 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6155
6156         * message.el (message-exchange-point-and-mark): Rework last change to
6157         avoid using optional arg of exchange-point-and-mark, for backward
6158         compatibility.
6159
6160 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6161
6162         * message.el (message-exchange-point-and-mark):
6163         Call exchange-point-and-mark with an argument rather than setting
6164         mark-active by hand (Bug#5175).
6165
6166 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * nntp.el (nntp-service-to-port): Work for service expressed with
6169         numeric string; replace [:digit:] with [0-9] for XEmacs.
6170
6171 2009-12-17  Glenn Morris  <rgm@gnu.org>
6172
6173         * gnus-group.el (gnus-bug-group-download-format-alist):
6174         Change emacs entry to debbugs.gnu.org.  Bump :version.
6175
6176 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6179
6180 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * message.el (message-info): Explain why we use `Info-goto-node'.
6183
6184 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6187
6188 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * message.el (message-completion-in-region): New compatibility function.
6191         (message-expand-group): Use it.
6192
6193 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6196         with no unread article should be listed if the 2nd arg `predicate' is
6197         given.
6198
6199 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6202
6203 2009-11-29  Juri Linkov  <juri@jurta.org>
6204
6205         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6206         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6207         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6208
6209 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6210
6211         * sha1.el (sha1-string-external): default-directory "/" in case
6212         otherwise non-existent.  process-connection-type pipe for touch of
6213         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6214
6215 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6216
6217         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6218         it's comms related and sgml-mode.el has "comm" on that basis too.
6219
6220 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6223         containing tspecial characters if they have been already quoted.
6224
6225 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6226
6227         * dns-mode.el (auto-mode-alist): Purecopy string.
6228
6229 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6230
6231         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6232
6233 2009-10-24  Glenn Morris  <rgm@gnu.org>
6234
6235         * gnus-art.el (help-xref-stack-item): Define for compiler.
6236
6237 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6238
6239         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6240
6241 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6244
6245 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6248         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6249
6250 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6253         (gnus-overlays-in): New alias to overlays-in.
6254
6255         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6256         gnus-overlay-get, and gnus-delete-overlay.
6257         (gnus-summary-show-thread): Make it work as well for systems in which
6258         next-single-char-property-change is not available.
6259         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6260
6261         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6262         (gnus-overlay-get): New alias to extent-property.
6263         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6264
6265         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6266         SXEmacs.
6267
6268         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6269         SXEmacs.
6270
6271 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6274
6275 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6276
6277         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6278         and XEmacs that don't have `remove-overlays'.
6279
6280 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6283         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6284         selective display.  Use overlays instead.
6285
6286 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6287
6288         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6289
6290 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6291
6292         * spam-stat.el (spam-stat-load): Fix typo in message.
6293
6294 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6295
6296         * dig.el (dig-invoke): Fix typo in docstring.
6297         (query-dig): Reflow docstring.
6298
6299 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6300
6301         * gnus-art.el (gnus-article-encrypt-body):
6302         * message.el (message-check-recipients):
6303         * mm-util.el (mm-codepage-setup):
6304         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6305         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6306
6307 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6308
6309         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6310         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6311         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6312         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6313         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6314
6315 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6316
6317         * dig.el: Add "Keywords: comm", as per net-utils.el.
6318
6319 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6320
6321         * dig.el (dig-mode): Use define-derived-mode.
6322
6323 2009-09-19  Glenn Morris  <rgm@gnu.org>
6324
6325         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6326
6327 2009-09-18  Glenn Morris  <rgm@gnu.org>
6328
6329         * gnus-diary.el (gnus-diary-check-message):
6330         * message.el (message-insert-formatted-citation-line):
6331         * nnbabyl.el (top-level):
6332         * nndiary.el (nndiary-schedule):
6333         Fix typos in condition-case handlers.
6334
6335 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6338         configuration that provides the sole article window in a frame;
6339         position point correctly after deleting a part.
6340
6341 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6342
6343         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6344         (spam-resolve-registrations-routine): Use it to unregister articles
6345         that change status.
6346
6347 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6350         with XEmacs.
6351         (parse-time-string-chars): Use it.
6352
6353 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * imap.el (imap-interactive-login): Better messages.
6356         (imap-open): Fix bug with renamed buffer on reconnect.
6357         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6358         for easier debugging and cleaner code.  On successful (guessed based on
6359         server capabilities) secondary authentication, set imap-state
6360         correctly.
6361         (imap-last-authenticator): Define imap-last-authenticator as a variable
6362         to avoid warnings.
6363
6364 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nnrss.el (nnrss-request-article): Remove binding of
6367         default-enable-multibyte-characters that has gotten needless by
6368         the 2007-07-13 change in rfc2047-encode-message-header.
6369
6370         * mml.el (mml-insert-multipart): Error on the message header.
6371         (mml-insert-part): Error on the message header; position point at
6372         the end of a MIME tag.
6373
6374 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * time-date.el (autoload): Expand define-obsolete-function-alias into
6377         defalias and make-obsolete for old Emacsen that Gnus supports.
6378         (with-no-warnings): Define it for old Emacsen.
6379         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6380         is available.
6381         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6382         float-time is available; suppress compile warning for time-to-seconds.
6383
6384         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6385         (gnus-float-time): Alias to float-time if it exists.
6386
6387         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6388         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6389         float-time is available; suppress compile warning for time-to-seconds.
6390
6391         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6392         XEmacs.
6393
6394 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * imap.el (imap-message-map): Docstring fix.
6397
6398 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6401         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6402         Add the optional argument `encoding' that overrides the default.
6403
6404         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6405         mm-encode-buffer.
6406
6407 2009-09-04  Glenn Morris  <rgm@gnu.org>
6408
6409         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6410         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6411         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6412         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6413         * mm-util.el (mm-with-unibyte-current-buffer)
6414         (mm-find-buffer-file-coding-system):
6415         * yenc.el (yenc-decode-region): Use default-value rather than
6416         default-enable-multibyte-characters.
6417
6418 2009-09-03  Glenn Morris  <rgm@gnu.org>
6419
6420         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6421         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6422         than default-enable-multibyte-characters.
6423
6424 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6425
6426         * gnus-art.el (gnus-article-read-summary-keys):
6427         Fix gnus-buffer-configuration's value temporarily used.
6428
6429 2009-09-02  Glenn Morris  <rgm@gnu.org>
6430
6431         * gnus-util.el (gnus-float-time): New function.
6432         * gnus-delay.el (gnus-delay-article):
6433         * gnus-sum.el (gnus-thread-latest-date):
6434         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6435         * nnspool.el (nnspool-request-newgroups):
6436         Use gnus-float-time rather than time-to-seconds.
6437         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6438
6439         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6440         (gnus-header-subject-face, gnus-header-newsgroups-face)
6441         (gnus-header-name-face, gnus-header-content-face):
6442         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6443         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6444         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6445         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6446         (gnus-cite-face-11):
6447         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6448         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6449         (gnus-server-closed-face, gnus-server-denied-face)
6450         (gnus-server-offline-face):
6451         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6452         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6453         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6454         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6455         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6456         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6457         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6458         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6459         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6460         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6461         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6462         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6463         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6464         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6465         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6466         (gnus-summary-high-undownloaded-face)
6467         (gnus-summary-low-undownloaded-face)
6468         (gnus-summary-normal-undownloaded-face)
6469         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6470         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6471         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6472         (gnus-splash-face):
6473         * message.el (message-header-to-face, message-header-cc-face)
6474         (message-header-subject-face, message-header-newsgroups-face)
6475         (message-header-other-face, message-header-name-face)
6476         (message-header-xheader-face, message-separator-face)
6477         (message-cited-text-face, message-mml-face):
6478         * sieve-mode.el (sieve-control-commands-face)
6479         (sieve-action-commands-face, sieve-test-commands-face)
6480         (sieve-tagged-arguments-face):
6481         * spam.el (spam-face):
6482         Mark face aliases with "-face" in the name as obsolete.
6483
6484 2009-09-01  Glenn Morris  <rgm@gnu.org>
6485
6486         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6487         than goto-line.
6488
6489 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6492         Don't move point if the command is invoked inside the message header.
6493
6494 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6495
6496         * imap.el (imap-send-command): Simplify.
6497         (imap-wait-for-tag): point-max -> buffer-size.
6498
6499 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6500
6501         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6502         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6503         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6504         * nnir.el (nnir-swish-e-index-file):
6505         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6506         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6507         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6508         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6509         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6510         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6511
6512 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6515         Don't save excursion.
6516
6517 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6518
6519         * nnheader.el (nnheader-find-file-noselect):
6520         * mm-util.el (mm-insert-file-contents):
6521         Use (default-value 'major-mode) instead of default-major-mode.
6522
6523 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6524
6525         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6526
6527 2009-08-26  Glenn Morris  <rgm@gnu.org>
6528
6529         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6530         than placing in files.el.
6531
6532 2009-08-25  Glenn Morris  <rgm@gnu.org>
6533
6534         * nnir.el (top-level): Don't require cl at run-time.
6535         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6536         Replace cl-function substitute with gnus-replace-in-string.
6537         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6538         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6539         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6540         simplified expansions.
6541
6542 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6543
6544         * dig.el (dig): Add autoload cookie.
6545
6546 2009-08-22  Glenn Morris  <rgm@gnu.org>
6547
6548         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6549         goto-line.
6550
6551 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6552
6553         * parse-time.el (parse-time-string-chars): Save match data.
6554
6555 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6556
6557         * parse-time.el (parse-time-string-chars): Compute using character
6558         classes, to handle non-ascii characters (Bug#3190).
6559
6560 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6563
6564         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6565         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6566         (gnus-mm-display-part, gnus-mime-display-single)
6567         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6568         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6569
6570         * gnus-sum.el
6571         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6572         (gnus-summary-move-article): Add expirable mark to articles copied or
6573         moved to group that has auto-expire turned on if the option is non-nil.
6574
6575 2009-07-24  Glenn Morris  <rgm@gnu.org>
6576
6577         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6578         Fix typo.  (Bug#3903)
6579
6580 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6583         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6584         that should not be used for draft articles.
6585         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6586         that has no concern in minor mode keys.
6587         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6588         Abolish.
6589
6590 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6593         article without making inquiry to a user for unknown encoding.
6594
6595         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6596         (nnmaildir--scan): Assume i-node and device number that file-attributes
6597         returns might be cons-cell.
6598
6599         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6600
6601         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6602
6603 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * auth-source.el: Remove docs now in auth.texi.  Don't use
6606         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6607         `auth-source-hide-passwords' and use them.
6608
6609 2009-07-15  Glenn Morris  <rgm@gnu.org>
6610
6611         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6612
6613 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6616         excessive whitespace from the default values of title and description.
6617
6618 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6621         mail-fetch-field to fetch Content-Description header in order to
6622         exclude newlines.
6623
6624 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6625
6626         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6627         format used by GnuPG 2.0.11.
6628
6629 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6632         to deleted part.
6633
6634 2009-05-30  David Engster  <dengste@eml.cc>
6635
6636         * nnmairix.el: Remove old documentation in the commentary block.
6637         (nnmairix-request-group): Do not update active file for nnml back ends.
6638         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6639         end so that overview files are ignored.
6640         (nnmairix-update-groups): Make updating the groups more robust by using
6641         marks.
6642         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6643         with dollar characters in message-id.
6644
6645 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6648         2008-12-25 in dns.el.
6649
6650 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6651
6652         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6653         could happen if the text is only composed of spaces and/or tabs.
6654
6655 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6656
6657         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6658         when sending a queued message to avoid extra mml tags.
6659
6660 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6663
6664 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6667         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6668         rmail-toggle-header for XEmacs;
6669         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6670
6671 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-dired.el: Remove autoload for gnus-setup-message.
6674         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6675         displaying Gnus logo; always use compose-mail.
6676
6677 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6680
6681 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6684         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6685         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6686         available.
6687         (gnus-nocem-epg-verify): New function.
6688
6689 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6692
6693 2009-02-15  Glenn Morris  <rgm@gnu.org>
6694
6695         * gnus-util.el (rmail-insert-rmail-file-header)
6696         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6697         autoloads.
6698         (rmail-default-rmail-file): Remove unnecessary declaration.
6699         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6700
6701 2009-02-14  Glenn Morris  <rgm@gnu.org>
6702
6703         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6704         variable (only used in gnus-util, which declares it anyway).
6705         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6706         which was only needed by gnus-art (changed to not use it any more).
6707         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6708         only used in gnus-util, which autoloads it itself.
6709         (rmail-update-summary): Fix autoload.
6710
6711         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6712         rather than rmail-output-to-rmail-file.
6713
6714 2009-02-07  Glenn Morris  <rgm@gnu.org>
6715
6716         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6717         autoload of function that no longer exists.
6718         (rmail-toggle-header): Declare.
6719         (message-forward-rmail-make-body): Handle mbox Rmail.
6720
6721 2009-01-31  Glenn Morris  <rgm@gnu.org>
6722
6723         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6724         2009-01-09 change.
6725
6726 2009-01-31  Dave Love  <fx@gnu.org>
6727
6728         * imap.el (imap-fetch-safe): Bind debug-on-error.
6729         (imap-debug): Add imap-fetch-safe.
6730
6731 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6732
6733         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6734         (auth-source-forget-all-cached): New convenience function.
6735         (auth-source-user-or-password): Accept list of modes or a single mode.
6736
6737         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6738         auth-source modes.
6739
6740         * netrc.el (netrc-machine-user-or-password): Use list of
6741         auth-source modes.
6742
6743         * nnimap.el (nnimap-open-connection): Use list of
6744         auth-source modes.
6745
6746         * nntp.el (nntp-send-authinfo): Use list of
6747         auth-source modes.
6748
6749 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6752         now.
6753
6754 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6757         coding system in XEmacs; add a workaround for XEmacs.
6758
6759         * lpath.el: Fbind coding-system-aliasee.
6760
6761 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6764         of current-language-environment.
6765
6766 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6769         available at runtime.
6770
6771 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6774
6775 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6776
6777         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6778         the greatest positive fixnum value doesn't work under an XEmacs with
6779         bignum support; use the most-positive-fixnum constant instead,
6780         available since Emacs 21.1 with cl and XEmacs 21.1.
6781
6782 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6785         XEmacs gets not to work.
6786
6787 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * mm-util.el (mm-coding-system-priorities): Allow the value like
6790         "Japanese (UTF-8)" of current-language-environment.
6791
6792 2009-01-09  Glenn Morris  <rgm@gnu.org>
6793
6794         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6795         with last-command-event.
6796
6797 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6800         in the doc string.
6801
6802         * message.el (message-fix-before-sending): Amend comment.
6803
6804 2009-01-08  Dave Love  <fx@gnu.org>
6805
6806         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6807
6808 2009-01-07  David Engster  <dengste@eml.cc>
6809
6810         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6811         simplified server definitions by converting it via
6812         gnus-server-to-method.
6813
6814 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6817         parameter's operands.
6818
6819 2009-01-06  David Engster  <dengste@eml.cc>
6820
6821         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6822         primary select method (for gnus-group-mark-article-as-read).
6823
6824 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6825
6826         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6827         `(gnus)Face', not `(gnus)X-Face'.
6828
6829 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * mm-util.el (mm-ucs-to-char): New function.
6832
6833         * mm-url.el (mm-url-decode-entities): Use it.
6834
6835         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6836         unicode-to-char.
6837
6838 2009-01-05  Dave Love  <fx@gnu.org>
6839
6840         * time-date.el: Require cl for `declare'.
6841
6842 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6845         Dave Love.
6846
6847 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * message.el (message-fix-before-sending): Add `eight-bit' to
6850         illegible-text check.
6851
6852 2009-01-03  Michael Olson  <mwolson@gnu.org>
6853
6854         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6855         `headers' is nil.  This can occur if the IMAP server does not have
6856         permissions to read messages from a folder, but can write new messages
6857         to the folder.
6858         (nnimap-request-article-part): Do not insert `data' if it is nil.
6859
6860         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6861         characters which will confuse `read', so skip past them.
6862
6863 2009-01-01  Dave Love  <fx@gnu.org>
6864
6865         * imap.el (imap-string-to-integer): Fix typo.
6866         (imap-fetch-safe): New function.
6867         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6868
6869         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6870
6871         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6872         (imap-parse-greeting): Fix doc strings.
6873         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6874         (imap-parse-flag-list): Make messages unique.
6875         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6876
6877         * nnimap.el: Fix author email.
6878         (nnimap-split-rule): Add FIXME comment.
6879         (nnimap-debug): Fix doc string.
6880
6881 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6884
6885 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6888         nslookup if resolv.conf isn't available.
6889         (dns-query): Rename from query-dns.
6890         (dns-query-cached): Rename from query-dns-cached.
6891
6892 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6895         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6896         to check if those variables exist (first appeared in Emacs 18.50).
6897
6898 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * mm-util.el (mm-line-number-at-pos): New function.
6901
6902         * spam-report.el (spam-report-process-queue): Use it.
6903
6904 2008-12-24  David Engster  <dengste@eml.cc>
6905
6906         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6907         parameters that haven't existed as variables as buffer-local variables.
6908
6909 2008-12-23  Dave Love  <fx@gnu.org>
6910
6911         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6912         cadar.
6913
6914         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6915         imap-starttls-p.
6916         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6917
6918 2008-12-22  Dave Love  <fx@gnu.org>
6919
6920         * imap.el: Fix author email.  Doc fixes.
6921         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6922         reply.
6923
6924 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * spam-report.el (spam-report-gmane-max-requests): New constant.
6927         (spam-report-gmane-wait): New variable.
6928         (spam-report-gmane-ham, spam-report-gmane-spam)
6929         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6930         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6931         the server.
6932
6933         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6934         Add explanations.
6935
6936         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6937         nnheader-accept-process-output and nnheader-read-timeout if available.
6938         (pop3-movemail): Use it.
6939
6940         * message.el (message-check-news-body-syntax): Fix signature check if
6941         there's an attachment.
6942
6943 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * mm-util.el: Add comments to the mm- emulating functions.
6946
6947 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6950         Reported by Stephen Berman <stephen.berman@gmx.net>.
6951
6952 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * mm-util.el (mm-substring-no-properties): New function.
6955         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6956         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6957         (mm-string-to-multibyte): Doc fix.
6958
6959         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6960
6961 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * mml.el (mml-attach-file): Strip text properties from file name.
6964         (Bug#1574)
6965
6966 2008-12-16  Glenn Morris  <rgm@gnu.org>
6967
6968         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6969
6970 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6973         knows since the charset specified might be a bogus alias that
6974         mm-charset-synonym-alist provides.
6975
6976 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6979         "ISO_8859-1".
6980
6981         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6982
6983 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mm-util.el (mm-charset-eval-alist):
6986         Define it before mm-charset-to-coding-system.
6987         (mm-charset-to-coding-system): Add optional argument `silent';
6988         define it before mm-charset-override-alist.
6989         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6990         default value if it can be used in Emacs currently running;
6991         silence mm-charset-to-coding-system.
6992
6993 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6996         `allow-override' which says whether to use `mm-charset-override-alist'.
6997         (rfc2047-decode-encoded-words): Use it.
6998
6999         * mm-util.el (mm-charset-override-alist): Fix custom type;
7000         add `(gb2312 . gbk)' to choices.
7001
7002 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7005         fast.
7006
7007         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7008
7009         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7010
7011 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7012
7013         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7014         on links.
7015
7016         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7017
7018 2008-12-03  Lute Kamstra  <lute@gnu.org>
7019
7020         * sha1.el: Remove leading * from docstrings of defcustoms,
7021         deffaces, defconsts and defuns.
7022
7023 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7026         users' addresses that don't have domain parts.
7027         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7028         rather than message-narrow-to-head since there will be the message
7029         header separator.
7030
7031 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7032
7033         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7034         since the result is inserted in a unibyte buffer anyway.
7035         (nnimap-demule-use-string-to-multibyte): Remove.
7036         (nnimap-demule): Alias it to mm-string-to-multibyte.
7037
7038 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7041         variable for debugging bug#464 and bug#1174.
7042         (nnimap-demule): Use it.
7043
7044 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7047         score calculation correctly.
7048
7049 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7050
7051         * message.el (message-send-mail): Just set the buffer to unibyte
7052         rather than use mm-with-unibyte-current-buffer which does a lot more.
7053         (message-send-mail-partially): Don't bother with
7054         mm-with-unibyte-current-buffer since it's already been made unibyte by
7055         message-send-mail.
7056
7057 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7060
7061 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7062
7063         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7064
7065 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7068         require itself and to remove `with-no-warnings'.
7069
7070 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * starttls.el (starttls-any-program-available): Get the name of the
7073         available TLS layer program.
7074         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7075         well as the host name in the "opening" message.
7076
7077         * auth-source.el (auth-source-cache, auth-source-do-cache)
7078         (auth-source-user-or-password): Cache passwords and logins by default,
7079         allow override with `auth-source-do-cache'.
7080         (auth-source-forget-user-or-password): Allow users to remove cache
7081         entries if needed.
7082
7083 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7084
7085         * md4.el (md4-buffer): Fix typo in docstring.
7086         (md4, md4-64): Doc fixes.
7087         (md4-pack-int32): Reflow docstring.
7088
7089 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7092         condition-case to only the forward-sexp call.
7093
7094 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7097         quotes contained.  Make it more robust regardless by an extra
7098         condition-case wrapper.
7099
7100 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7103
7104 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * nnml.el (nnml-request-expire-articles): Check if the function set to
7107         `nnmail-expiry-target' returns the symbol `delete'.
7108
7109         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7110
7111         * nnmail.el (nnmail-expiry-target): Fix custom type.
7112
7113 2008-10-02  Glenn Morris  <rgm@gnu.org>
7114
7115         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7116         Silence compiler warning.
7117
7118 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7119
7120         * tls.el (open-tls-stream): Show the actual command being
7121         executed, instead of the format string.
7122
7123 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * lpath.el: Fbind codepage-setup for Emacs 23.
7126
7127 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7128
7129         * mml.el (mml-menu): Don't assume mml2015 is bound.
7130
7131 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7134         exists.
7135
7136 2008-09-27  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-util.el (mail-header-remove-comments): Autoload it.
7139
7140 2008-09-27  Andreas Schwab  <schwab@suse.de>
7141
7142         * gnus-util.el (gnus-split-references): Strip comments.
7143         (gnus-parent-id): Likewise.
7144
7145 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * message.el (message-confirm-send): Fix version.
7148
7149 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * message.el (message-idna-to-ascii-rhs-1): Use
7152         mail-extract-address-components rather than mail-header-parse-addresses
7153         that is an alias by default to ietf-drums-parse-addresses that does not
7154         support non-ASCII names in headers' contents.
7155
7156 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7157
7158         * message.el (message-confirm-send): Fix variable documentation to
7159         avoid the "y/n" wording.
7160
7161 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7162
7163         * message.el (message-set-auto-save-file-name): Save to a different
7164         filename so multiple messages (especially drafts) can be recovered.
7165
7166 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * message.el (message-confirm-send): Add appropriate version.
7169
7170 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7173         defvar.
7174
7175 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7176
7177         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7178         (mm-pkcs7-enveloped-magic): Ditto.
7179
7180 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7181
7182         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7183         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7184
7185 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7188         default, it's better.
7189
7190 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7191
7192         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7193         summary line gnus-number property and ignore them (with a warning
7194         message).
7195
7196 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7199         macro caddr in the interactive form since it won't be expanded.
7200
7201 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7204         `charset'; fix name of function called recursively.
7205         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7206
7207 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7210         (gnus-mime-set-charset-parameters): New function.
7211         (gnus-mime-view-part-as-charset): Use it to correctly display part
7212         specifying wrong charset.
7213
7214 2008-09-08  David Engster  <dengste@eml.cc>
7215
7216         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7217         in completing-read for back end server.
7218
7219 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * message.el (message-confirm-send): New variable to confirm sending a
7222         message.
7223         (message-send): Use it.
7224
7225 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7228
7229 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7232
7233 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7236         prevent tracking too many groups.
7237         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7238         Use it.
7239
7240 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7241
7242         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7243         moving point to the bottom of the window in order to avoid recentering.
7244
7245 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7248
7249         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7250         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7251         (gnus-article-beginning-of-window): Fix calculation.
7252
7253 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-msg.el (gnus-summary-supersede-article)
7256         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7257         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7258         message header.
7259
7260 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7261
7262         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7263         pending output coming after the status change.
7264
7265 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7266
7267         * message.el:
7268         * gnus-start.el:
7269         * gnus-registry.el: Remove VMS support.
7270
7271 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7274         macro.
7275         (rfc2104-hash): Use it.
7276
7277 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7280         (gnus-summary-sort-by-most-recent-date): New commands.
7281         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7282         and menu entries.
7283
7284 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7287         don't redisplay article for raw contents; remove plural articles stuff.
7288
7289         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7290         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7291         on gnus-summary-save-article; display results properly.
7292
7293 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * lpath.el: No need to fbind ns-focus-frame.
7296
7297 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7300
7301 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-summary-save-in-pipe):
7304         Consider gnus-save-all-headers.
7305
7306 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7307
7308         * gnus-util.el (ns-focus-frame): Remove declaration.
7309         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7310         like x.
7311
7312 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7313
7314         * rfc2104.el (rfc2104-zero): Delete defconst.
7315         (rfc2104-hex-alist): Likewise.
7316         (rfc2104-hex-to-int): Delete func.
7317         (rfc2104-hexstring-to-bitstring): Likewise.
7318         (rfc2104-nybbles): New defconst.
7319         (rfc2104-hash): Rewrite for speed.
7320
7321 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * tls.el (open-tls-stream): Make it work with the 2nd argument
7324         BUFFER that is a string but does not exist as a buffer object, as
7325         mentioned in the doc-string.
7326
7327 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7330         SXEmacs.
7331
7332 2008-07-16  Glenn Morris  <rgm@gnu.org>
7333
7334         * gnus-util.el (ns-focus-frame): Declare for compiler.
7335
7336 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7339         set as a group parameter.
7340         (gnus-summary-save-in-pipe): Work when it is called independently.
7341         (gnus-summary-pipe-to-muttprint): Don't modify
7342         gnus-summary-pipe-output-default-command.
7343
7344 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7345
7346         * message.el (message-send-mail-with-sendmail):
7347         Display the error message.
7348
7349 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-art.el (gnus-default-article-saver):
7352         Add gnus-summary-save-in-pipe to choices.
7353         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7354         gnus-summary-pipe-output-default-command as the default command.
7355         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7356         instead of gnus-last-shell-command.
7357
7358         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7359         New user option.
7360         (gnus-summary-muttprint-program): Mention the value will be changed.
7361         (gnus-summary-save-article): Force showing of all headers.
7362         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7363
7364 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7365
7366         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7367
7368 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7369
7370         * nnimap.el (nnimap-id):
7371         * sieve-manage.el (sieve-manage-open): Doc fixes.
7372
7373 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7374
7375         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7376         if available.
7377
7378 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7379
7380         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7381
7382         * nnkiboze.el (nnkiboze-generate-group):
7383         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7384
7385         * nnmairix.el: Require CL.
7386
7387 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * dgnushack.el: Autoload get-display-table and put-display-table for
7390         XEmacs 21.5.
7391
7392         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7393         21.4 and SXEmacs.
7394
7395 2008-06-15  David Engster  <dengste@eml.cc>
7396
7397         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7398
7399 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7400
7401         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7402         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7403         runtime choice under XEmacs.
7404
7405         * gnus-sum.el (gnus-summary-set-display-table):
7406         Use `gnus-put-display-table', `gnus-get-display-table',
7407         `gnus-set-display-table' for the display table, instead of `aset'.
7408
7409         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7410         Use `gnus-put-display-table', `gnus-get-display-table',
7411         `gnus-set-display-table' for the display table.
7412
7413 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * nnmairix.el: Add autoloads.
7416
7417 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * nnmairix.el (nnmairix-delete-recreate-group)
7420         (nnmairix-update-and-clear-marks): Fix error messages.
7421
7422 2008-06-14  David Engster  <dengste@eml.cc>
7423
7424         * nnmairix.el: Upgrade to version 0.6.
7425         (nnmairix-group-toggle-propmarks-this-group)
7426         (nnmairix-group-toggle-readmarks-this-group)
7427         (nnmairix-group-delete-recreate-this-group)
7428         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7429         (nnmairix-remove-tick-mark-original-article): New commands.
7430         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7431         (nnmairix-propagate-marks-to-nnmairix-groups)
7432         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7433         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7434         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7435         functions needed for marks propagation and manipulation of read marks.
7436         (nnmairix-update-groups): New function.
7437         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7438         (nnmairix-determine-original-group-from-registry)
7439         (nnmairix-determine-original-group-from-path)
7440         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7441         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7442         New helper functions.
7443         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7444         keystrokes for new commands.
7445         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7446         (nnmairix-request-group): Check allow-fast group parameter.
7447         (nnmairix-request-create-group): Set allow-fast group parameter if
7448         nnmairix-allowfast-default is set.
7449         (nnmairix-close-group): Propagate marks upon closing if needed.
7450         (nnmairix-group-toggle-threads-this-group): Use new.
7451         nnmairix-group-toggle-parameter helper function.
7452         (nnmairix-search): Better check for empty search result.
7453         (nnmairix-goto-original-article): Use new helper functions for
7454         determining original article.
7455         (nnmairix-show-original-article): Make sure message-id is in brackets.
7456         (nnmairix-call-mairix-binary): Change variable name.
7457         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7458         helper function.
7459         (nnmairix-widget-toggle-activate): Fix doc string.
7460
7461 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * nnir.el: Require edmacro when compiling with XEmacs.
7464         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7465         available in Emacs 21.
7466
7467 2008-06-11  Glenn Morris  <rgm@gnu.org>
7468
7469         * gnus-util.el (x-focus-frame):
7470         * gnus.el (image-size):
7471         * mm-decode.el (image-size): Declare.
7472
7473         * gnus-picon.el (declare-function): Add compat definition.
7474         (image-size): Declare.
7475
7476         * gnus-group.el (tool-bar-map):
7477         * gnus-sum.el (tool-bar-map): Define for compiler.
7478
7479         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7480
7481         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7482
7483         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7484         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7485         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7486         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7487         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7488         * sieve-manage.el, spam-report.el, spam.el:
7489         Remove unnecessary eval-and-compile of autoloads.
7490
7491 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7492
7493         * auth-source.el: Precise Tramp doc.
7494
7495 2008-06-07  Glenn Morris  <rgm@gnu.org>
7496
7497         * nnmairix.el: Remove unnecessary eval-when-compile.
7498
7499 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * lpath.el: Fbind propertize for XEmacs 21.4.
7502
7503 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * nnir.el: Move here from ../contrib.
7506
7507 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7508
7509         * gnus-util.el (gnus-read-shell-command): New function.
7510         * mm-decode.el (mm-pipe-part):
7511         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7512
7513 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7516
7517 2008-06-03  Glenn Morris  <rgm@gnu.org>
7518
7519         * pop3.el (nnheader-accept-process-output): Autoload it.
7520
7521 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7524         are not 2-digit hexadecimal characters that follow `%'s.
7525
7526 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * message.el (message-bogus-recipient-p): Fix type in doc string.
7529         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7530         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7531         Improve custom options.
7532         (message-bogus-recipient-p): Adjust accordingly.
7533
7534 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7535
7536         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7537         long-form month and day names.
7538
7539 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * dgnushack.el: Autoload debug, eudc-expand-inline and
7542         pgg-snarf-keys-region for XEmacs.
7543
7544         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7545
7546         * nnmairix.el: Require edmacro when compiling with XEmacs.
7547
7548 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7551         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7552
7553 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * auth-source.el: Add more docs.
7556
7557         * netrc.el (netrc-machine): Always match if the port is not given.
7558
7559 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560
7561         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7562         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7563         retrieval faster in some cases, but might make CPU usage larger.
7564         If this has any bad side effects, we might revert this change.
7565
7566         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7567         seems to make mail retrieval much, much faster.
7568         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7569         unconditionally.
7570
7571         * gnus-draft.el (gnus-group-send-queue):
7572         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7573
7574 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7577
7578         * message.el (message-bogus-address-regexp): Fix and improve custom
7579         type.
7580         (message-setup-hook): Add message-check-recipients as custom option.
7581
7582 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * message.el (message-cite-function): Remove bogus autoload which crept
7585         in during merge from v5-10.
7586
7587 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7590
7591         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7592
7593         * auth-source.el: Preliminary Tramp docs.
7594         (auth-sources): Change the default auth-sources to use
7595         EPA .gpg files.
7596
7597 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7598
7599         * nntp.el: Autoload `auth-source-user-or-password'.
7600         (nntp-send-authinfo): Use it.
7601
7602         * nnimap.el: Autoload `auth-source-user-or-password'.
7603         (nnimap-open-connection): Use it.
7604
7605         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7606         for the gnus-message function.
7607         (auth-source-user-or-password): Use it.
7608
7609 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7610
7611         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7612         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7613         (rfc2104-hash): Use it.
7614
7615 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7616
7617         * gnus-art.el (gnus-article-toggle-truncate-lines):
7618         Don't use `iff' in docstring.
7619
7620 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7623
7624         * gnus-util.el (gnus-extract-address-component-name)
7625         (gnus-extract-address-component-email): Convenience functions around
7626         `gnus-extract-address-components'.
7627
7628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7629         Use `gnus-extract-address-component-email' to fix bug of comparing full
7630         sender name to `user-mail-address'.
7631
7632 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7633
7634         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7635         catch/throw to optimize.
7636         (gnus-registry-find-keywords): Just use member to find a keyword.
7637
7638 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7639
7640         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7641         is current before calling gnus-server-prepare.
7642         (gnus-server-setup-buffer, gnus-server-update-server)
7643         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7644
7645 2008-05-04  Juri Linkov  <juri@jurta.org>
7646
7647         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7648         (mailcap-file-default-commands): Use mailcap-replace-in-string
7649         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7650         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7651
7652 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7653
7654         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7655
7656 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7657
7658         * gnus.el: Bump version to 0.11.
7659
7660 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7661
7662         * gnus.el: No Gnus v0.10 is released.
7663
7664 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7667         hooks.
7668         (gnus-update-read-articles): Speed up non-marks-using users.
7669         (gnus-use-marks): Define gnus-use-marks.
7670         (gnus-propagate-marks): Rename variable to something more sensible.
7671
7672 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7673
7674         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7675         (gmm-image-load-path-for-library): Fix typos in docstrings.
7676         (gmm-message): Reflow docstring.
7677
7678 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7679
7680         * mail-source.el (mail-source-set-1, mail-source-bind):
7681         Move auth-source code out of the macro to clean it up and fix bugs.
7682
7683 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7684
7685         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7686         by sender if it's equal to user-mail-address, it's likely to be
7687         useless.
7688
7689         * mail-source.el (mail-source-bind): Don't use user or password if they
7690         are not bound.  Unintern them if they are nil.  Don't use server unless
7691         it's bound, and default it to empty string otherwise.
7692
7693 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * mail-source.el: Load auth-source.el.
7696         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7697         get user name or password, if auth-sources is set up.
7698
7699         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7700         strategy of splitting with parent.
7701         (gnus-registry-split-fancy-with-parent)
7702         (gnus-registry-post-process-groups): Use it and fix prior
7703         bug (returning a list as the split result).
7704
7705         * auth-source.el (auth-sources): Remove server parameter.
7706         (auth-source-pick, auth-source-user-or-password)
7707         (auth-source-user-or-password-imap)
7708         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7709         (auth-source-user-or-password-sftp)
7710         (auth-source-user-or-password-smtp): Remove server parameter.
7711
7712 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7713
7714         * smime.el (smime-sign-region, smime-encrypt-region)
7715         (smime-decrypt-region):
7716         Remove redundant calls to `generate-new-buffer-name'.
7717
7718 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7719
7720         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7721         Don't use QP for message/rfc822.
7722         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7723
7724 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7725
7726         * sieve-manage.el (sieve-string-bytes): Remove.
7727         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7728         correct byte-length only if the process's coding-system is the same as
7729         the one used internally by Emacs to represent strings.
7730
7731 2008-04-22  Juri Linkov  <juri@jurta.org>
7732
7733         * mailcap.el (mailcap-file-default-commands): New function.
7734
7735 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * message.el (message-signature-separator, message-cite-function):
7738         Change custom version.
7739
7740 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7741
7742         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7743         commands.
7744         (tls-checktrust): Ditto.
7745
7746 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * mm-decode.el (mm-display-external): Make temp file read-only.
7749
7750 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7753         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7754         `C-c C-f d'.
7755
7756 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7757
7758         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7759
7760 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus.el: Bump version to 0.9.
7763
7764 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus.el: No Gnus v0.8 is released.
7767
7768 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7769
7770         * mail-source.el (mail-source-value):
7771         Prefer fboundp to functionp so it works with macros as well.
7772
7773 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7776         Fix last change in case the element is not even a symbol.
7777
7778 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7779
7780         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7781         Prefer fboundp to functionp so it works with macros as well.
7782
7783 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7784
7785         * auth-source.el: Add docs.
7786         (auth-sources): Modify format to support server.
7787         (auth-source-pick, auth-source-user-or-password)
7788         (auth-source-user-or-password-imap)
7789         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7790         (auth-source-user-or-password-sftp)
7791         (auth-source-user-or-password-smtp): Add server parameter.
7792
7793 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7794
7795         * gnus-registry.el: Initialize the registry when gnus-registry-install
7796         is t.
7797
7798 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * compface.el (uncompface): Make buffer unibyte.
7801
7802 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7803
7804         * mail-source.el (mail-source-value):
7805         Prefer fboundp to functionp so it works with macros as well.
7806
7807 2008-04-05  Glenn Morris  <rgm@gnu.org>
7808
7809         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7810
7811 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7812
7813         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7814         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7815
7816         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7817         multibyteness after rather than before erasing it.
7818
7819         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7820         mm-with-multibyte.
7821         (gnus-request-article-this-buffer): Make sure the proper decoding is
7822         used if gnus-original-article-buffer happens to be unibyte.
7823
7824         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7825         default-enable-multibyte-characters.
7826
7827         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7828         default-enable-multibyte-characters.
7829
7830         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7831
7832         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7833
7834 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7835
7836         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7837         Fix last change in case the element is not even a symbol.
7838
7839 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7840
7841         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7842         (imap-message-copyuid-1): Use it.
7843         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7844         J. Williams in
7845         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7846
7847         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7848         imap-enable-exchange-bug-workaround.
7849         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7850
7851 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7852
7853         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7854         a 100 byte status-checks into a 2-3MB transfer for each group.
7855         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7856         to enable bug workaround or not.
7857         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7858
7859 2008-03-31  Glenn Morris  <rgm@gnu.org>
7860
7861         * message.el (mml2015-use): Declare for compiler.
7862         (message-info): Require mml2015 when appropriate.
7863
7864 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7867         whitespace.
7868
7869 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7870
7871         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7872         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7873         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7874         (nntp-service-to-port): New function.
7875         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7876         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7877         (nntp-open-netcat-stream): New function.
7878         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7879
7880 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7881
7882         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7883
7884 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7887
7888 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7889
7890         * dns.el (dns-write): Use set-buffer-multibyte.
7891
7892 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7893
7894         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7895
7896 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-signature-separator): Change default.
7899         Improve custom type.
7900         (message-cite-function): Change default to
7901         message-cite-original-without-signature.
7902
7903         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7904         toggle.
7905
7906         * message.el (message-check-news-body-syntax): Fix signature check.
7907         (message-setup-1): Mark buffer as unmodified _after_ running
7908         message-setup-hook and handling message-alternative-emails.
7909         (message-shorten-references): Be more strict when building list of
7910         valid references to comply with GNKSA.
7911
7912         * gnus-group.el (gnus-read-ephemeral-bug-group)
7913         (gnus-read-ephemeral-debian-bug-group)
7914         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7915
7916         * message.el (message-info): Don't use booleanp which isn't supported
7917         in Emacs 21 and XEmacs.
7918
7919 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7922         gnus-group-gmane-group-download-format.
7923         (gnus-group-read-ephemeral-gmane-group): Rename from
7924         gnus-group-read-ephemeral-gmane-group.
7925         (gnus-read-ephemeral-gmane-group-url): Rename from
7926         gnus-group-read-ephemeral-gmane-group-url.
7927         (gnus-bug-group-download-format-alist): New variable.
7928         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7929         (gnus-read-ephemeral-emacs-bug-group): New commands.
7930
7931 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7934         (gnus-visible-headers): Improve custom type.
7935
7936 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * mml.el (mml-menu): Add workarounds for XEmacs.
7939
7940         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7941         X-Boundary header.
7942
7943         * message.el (message-simplify-recipients): Fix previous commit.
7944
7945 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7946
7947         * mm-util.el (mm-set-buffer-multibyte): New function.
7948         * mm-decode.el (mm-copy-to-buffer): Use it.
7949
7950         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7951         Prefer fboundp to functionp so it works with macros as well.
7952
7953 2008-03-19  Glenn Morris  <rgm@gnu.org>
7954
7955         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7956         Accidentally removed in the sync process with Emacs.
7957
7958 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * message.el (message-alter-recipients-discard-bogus-full-name):
7961         New function.
7962         (message-alter-recipients-function): New variable.
7963         (message-get-reply-headers): Use it.
7964         (message-replace-header): New helper function.
7965         (message-recipients-without-full-name): New variable.
7966         (message-simplify-recipients): New command.
7967
7968         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7969
7970         * message.el (message-info): Handle EasyPG manual.
7971
7972         * mml.el (mml-menu): Add entry for EasyPG.
7973
7974 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7975
7976         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7977         parameter.
7978
7979         * message.el (message-disassociate-draft): Specify drafts group name
7980         fully.
7981
7982 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7985         Eliminate unnecessary duplicates from the match list.
7986
7987 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7990
7991         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7992
7993         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7994         args of `how-many' of which the XEmacs version doesn't take; declare
7995         Info-index-next as function.
7996
7997 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-score.el (gnus-score-headers): Fix handling of
8000         gnus-inhibit-slow-scoring.
8001
8002         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8003         string.
8004         (gnus-button-url-regexp): Improve handling of parenthesis.
8005         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8006         (gnus-button-handle-info-keystrokes): Handle index entries.
8007
8008 2008-03-15  Glenn Morris  <rgm@gnu.org>
8009
8010         * parse-time.el (parse-time-string): Simplify.
8011
8012 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8015         Incoming* files.
8016
8017 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8018
8019         * auth-source.el (auth-sources): Rename from auth-source-choices.
8020         (auth-source-pick): Use it.
8021
8022 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8023
8024         * binhex.el (binhex-decode-region-internal):
8025         * uudecode.el (uudecode-decode-region-internal):
8026         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8027         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8028         setting default-enable-multibyte-characters.
8029
8030 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * auth-source.el (auth-source-protocols)
8033         (auth-source-protocols-customize, auth-source-choices): Add and
8034         modified variable customizations and defaults.
8035         (auth-source-pick, auth-source-user-or-password)
8036         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8037         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8038         (auth-source-user-or-password-sftp)
8039         (auth-source-user-or-password-smtp): Use new variables and provide an
8040         interface to netrc.el.
8041
8042 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8045         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8046         Make sure the nntp port to specify is a string.
8047
8048 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8049
8050         * nntp.el: Use with-current-buffer.
8051         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8052         dubious mm-with-unibyte-current-buffer.
8053         (nntp-with-open-group-function): New function extracted from
8054         nntp-with-open-group macro.
8055         (nntp-with-open-group): Use the function, so it's easier to debug.
8056         Add indentation and debugging info.
8057         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8058         Recommend the use of the netcat alternatives.
8059
8060         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8061         Avoid mm-string-as-multibyte as well.
8062
8063         * nnweb.el (nnweb-insert-html):
8064         Remove use of nnheader-string-as-multibyte.
8065
8066         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8067         (nnheader-string-as-multibyte): Remove.
8068
8069         * mm-view.el: Use inhibit-read-only.
8070         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8071         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8072         or unibyte-string.
8073
8074         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8075         (mm-uu-yenc-extract): Use with-current-buffer.
8076
8077         * gnus-soup.el (gnus-soup-send-packet): Don't use
8078         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8079
8080         * nnmh.el: Use with-current-buffer.
8081         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8082         mm-string-as-multibyte on the output of mm-encode-coding-string.
8083
8084         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8085         (nnimap-request-move-article): Use with-current-buffer.
8086
8087         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8088         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8089         conversion uses string-make-unibyte rather than string-as-unibyte.
8090
8091         * gnus-msg.el: Use with-current-buffer.
8092
8093         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8094
8095 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8096
8097         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8098         string for caching if it is 'PIN.
8099
8100 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * lpath.el: Consider the case without Emacs/W3.
8103
8104 2008-03-08  Glenn Morris  <rgm@gnu.org>
8105
8106         * time-date.el (date-to-time, time-subtract, time-add)
8107         (safe-date-to-time): Doc fixes.
8108
8109 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * mail-source.el (mail-source-delete-old-incoming-confirm):
8112         Change default to nil.
8113         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8114
8115 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * lpath.el: Rearrange.
8118
8119         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8120         (gnus-article-goto-prev-page): Work for articles having ^L's.
8121
8122         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8123
8124         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8125
8126 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8127
8128         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8129         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8130         (gnus-bookmark-jump): Adjust some variable names.
8131
8132 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8133
8134         * auth-source.el: New package.
8135         (auth-source-choices): Add customization entry point variable.
8136
8137         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8138         bug.
8139
8140 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8141
8142         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8143         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8144         (gnus-registry-install-shortcuts): Rename from
8145         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8146         the `gnus-registry-mark-map' keymap dynamically from
8147         `gnus-registry-marks'.  The generated functions update the summary line
8148         when a registry mark is added or deleted, and will call
8149         `gnus-registry-install-p' (see the comments in the code).
8150         (gnus-registry-user-format-function-M): Use concat intelligently.
8151
8152         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8153         the registry mark functions.
8154
8155 2008-03-05  Glenn Morris  <rgm@gnu.org>
8156
8157         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8158         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8159         gnus-art.
8160         (top-level): No need to load own source when compiling.
8161
8162 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8165         Suggested by <chris.anderton@zetnet.co.uk>.
8166
8167 2008-03-04  Glenn Morris  <rgm@gnu.org>
8168
8169         * gnus-sum.el (top-level): No need to require gnus when compiling,
8170         since unconditionally required near start of file.
8171         (gnus-summary-display-while-building): Move definition before use.
8172
8173 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * gnus-registry.el (gnus-registry-user-format-function-M):
8176         Add formatting function.
8177
8178 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8179
8180         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8181         with plists.
8182         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8183         Use new format.
8184
8185 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8188         `where-is-internal' that returns a range of key sequences.
8189
8190 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8191
8192         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8193
8194         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8195         (gnus-summary-jump-to-group): Consider windows on other displayed
8196         frames as well.  Similar changes might be needed elsewhere, but that's
8197         the one I've bumped into during my use.
8198
8199         * nndoc.el (nndoc-oe-dbx-type-p):
8200         * gnus-msg.el (gnus-debug):
8201         * gnus-group.el (gnus-update-group-mark-positions):
8202         Use mm-string-to-multibyte.
8203
8204 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8207         doesn't handle NotDashEscaped.
8208
8209         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8210         (mml-dnd-attach-options): Fix typo in custom choice.
8211
8212         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8213         Change nndoc-article-type to mbox.
8214         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8215
8216         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8217         to nil, instead of html2text.
8218
8219         * imap.el (imap-debug): Add `imap-ping-server'.
8220
8221         * gnus-bookmark.el: Add FIXMEs.
8222
8223         * message.el (message-form-letter-separator)
8224         (message-send-form-letter-delay): New variables.
8225         (message-send-form-letter): Use them.  New command to send form
8226         letters.  Requested by Uwe Siart.
8227         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8228
8229 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * Update copyright years.
8232
8233 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         Sync from EMACS_22_BASE.
8236
8237         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8238
8239 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8240
8241         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8242         empty author.
8243
8244 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8245
8246         * gnus-registry.el (gnus-registry-marks): Add variable for
8247         customization of marks and their appearance.
8248         (gnus-registry-read-mark): Use it.
8249         (gnus-registry-do-marks): Add utility function to loop through
8250         `gnus-registry-marks'.
8251         (gnus-registry-install-shortcuts-and-menus): Add function to install
8252         shortcuts and menus.
8253         (gnus-registry-initialize): Use it.
8254         (gnus-registry-default-mark): Clarify documentation.
8255
8256 2008-02-29  Glenn Morris  <rgm@gnu.org>
8257
8258         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8259         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8260         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8261         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8262         Change defcustom :version from 23.0 to 23.1.
8263
8264 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el (gnus-registry-follow-group-p)
8267         (gnus-registry-post-process-groups): Add functions to aid registry
8268         splitting and improve logging.  Clarify behavior in function
8269         documentation.
8270         (gnus-registry-split-fancy-with-parent): Use them.
8271
8272 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8273
8274         * gnus-art.el: Use with-current-buffer.
8275
8276 2008-02-27  David Engster  <dengste@eml.cc>
8277
8278         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8279         Express real group name in the response.
8280
8281 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8284         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8285         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8286         autoload gnus-registry-fetch-group when compiling.
8287         (nnmairix-request-group-with-article-number-correction):
8288         Remove unreferenced argument passed to nnmairix-call-backend.
8289
8290 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8293         (mm-uu-extract): Improve face for low color ttys.
8294         Reported by Sascha Wilde.
8295
8296 2008-02-27  Glenn Morris  <rgm@gnu.org>
8297
8298         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8299         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8300         variables to defconsts.  Convert comments to doc-strings.
8301         (nnmairix-last-server, nnmairix-current-server): Convert from free
8302         variables to defvars.  Convert comments to doc-strings.
8303         (gnus-registry-fetch-group): Autoload.
8304         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8305         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8306         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8307         caddr.
8308         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8309         nnmairix-request-group-with-article-number-correction call.
8310         (nnmairix-fast, nnmairix-group): New, less general names, for free
8311         variables passed from nnmairix-request-group to
8312         nnmairix-request-group-with-article-number-correction.  Declare.
8313         (nnmairix-request-group-with-article-number-correction):
8314         Use nnmairix-fast, nnmairix-group rather than fast, group.
8315
8316 2008-02-26  David Engster  <dengste@eml.cc>
8317
8318         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8319         version 0.5.
8320
8321 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8322
8323         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8324         instead of making an extra function call.  Don't add the current group
8325         to articles only when they have the group.  Use
8326         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8327         Reported by David <de_bb@arcor.de>.
8328
8329 2008-02-24  Miles Bader  <miles@gnu.org>
8330
8331         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8332         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8333         (mm-find-mime-charset-region):
8334         * mm-bodies.el (mm-encode-body):
8335         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8336
8337 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8340         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8341
8342 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * mail-source.el (mail-source-delete-incoming): Change default.
8345         Supplement doc string.
8346
8347         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8348
8349 2008-02-14  Glenn Morris  <rgm@gnu.org>
8350
8351         * time-date.el (format-seconds): New function.
8352
8353 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * nnmail.el (nnmail-message-id-cache-file): Derive from
8356         `gnus-home-directory'.
8357
8358 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8361         Document negative prefix.
8362
8363         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8364
8365 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * message.el (message-unsent-separator): Add the Exim bounce
8368         separator.
8369
8370 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8371
8372         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8373         list.
8374         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8375         recipient/signer list.
8376
8377 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * Makefile.in (datarootdir): Define.
8380         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8381         name that might contain whitespace.
8382
8383 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8386         fbound (Emacs 23 unicode), signal an error.
8387
8388 2008-02-08  Glenn Morris  <rgm@gnu.org>
8389
8390         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8391
8392 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8393
8394         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8395         ports to the calls to `netrc-machine-user-or-password' in addition to
8396         "imap" and "imaps".
8397
8398 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8399
8400         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8401
8402         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8403
8404 2008-02-01  Kenichi Handa  <handa@m17n.org>
8405
8406         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8407         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8408         (rfc2104-hash): Convert the result of concat to unibyte string.
8409
8410 2008-02-01  Dave Love  <fx@gnu.org>
8411
8412         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8413         coding-system-for-read.
8414         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8415
8416 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8419         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8420         <hanche@math.ntnu.no>.
8421
8422 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8425
8426         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8427
8428 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8429
8430         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8431         * message.el (message-beginning-of-line): Use featurep instead of bound
8432         tests in order to resolve conditionals at compile time.
8433
8434 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8435
8436         * mail-source.el (mail-sources): Add `group' choice.
8437
8438         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8439         parameter `in-group' to control into which group the articles go.
8440         Add treatment of `group' mail-source.
8441
8442 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8445
8446         * mm-decode.el (mm-dissect-buffer): Decode description.
8447
8448         * mml.el (mml-to-mime): Encode message header first.
8449
8450 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8453         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8454
8455         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8456         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8457
8458 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8459
8460         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8461
8462 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8465         prefix keys.
8466         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8467         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8468         gnus-xmas.el.
8469
8470         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8471         (gnus-xmas-article-describe-bindings): New function.
8472         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8473         gnus-xmas-article-describe-bindings.
8474
8475         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8476
8477 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8478
8479         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8480         Add new variables for article mark management.
8481         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8482         list of extra data entries which, when present, will indicate that the
8483         article ID should not be trimmed from the registry.
8484         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8485         functions.
8486         (gnus-registry-read-mark): New function to read a mark name from the
8487         user.
8488         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8489         (gnus-registry-set-article-mark-internal): New functions to add and
8490         remove marks.
8491         (gnus-registry-get-article-marks): New function to show the marks for
8492         an article, or retrieve them for further use.
8493
8494 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8497         keys when no argument is given.
8498
8499 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * imap.el (imap-ping-server): New variable.
8502         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8503         (imap-ping-server): Minor doc string fixes.
8504
8505 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8506
8507         * imap.el (imap-ping-server): New function.
8508         (imap-opened): Call imap-ping-server.
8509
8510 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-sum.el (gnus-article-sort-by-random)
8513         (gnus-thread-sort-by-random): Fix doc strings.
8514         Reported by jidanni@jidanni.org.
8515
8516 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-art.el (gnus-article-describe-bindings): New function.
8519         (gnus-article-read-summary-keys): Use it.
8520         (gnus-article-mode-map): Bind `C-h b' to it.
8521
8522 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8525         XEmacs.
8526         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8527         Protect against non-character events.
8528
8529         * lpath.el: Fbind map-keymap for Emacs 21.
8530
8531 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8534         New command.
8535         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8536         instead of END.  Change name of the temp file.
8537         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8538         customizable.
8539
8540 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8543         bind `S W' to gnus-article-wide-reply-with-original; set default
8544         binding to gnus-article-read-summary-send-keys.
8545         (gnus-article-read-summary-keys): Fix the order of keys; display
8546         continuation keys correctly in the echo area; describe bindings
8547         correctly when keys end with `C-h'.
8548         (gnus-article-read-summary-send-keys): New function.
8549         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8550         Work for gnus-article-read-summary-send-keys; display continuation keys
8551         correctly in the echo area.
8552         (gnus-article-reply-with-original): Ignore prefix argument.
8553         (gnus-article-wide-reply-with-original): New function.
8554
8555         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8556         Emacs 21.
8557
8558 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8561         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8562
8563 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8566         (gnus-group-read-ephemeral-gmane-group): New command.
8567
8568 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8569
8570         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8571
8572 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * message.el (message-send-mail-function): Increase custom version.
8575
8576         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8577         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8578
8579 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8582         for the cases where imap-authenticate is called with a nil buffer
8583         parameter.
8584
8585 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8588         html parts correctly; support forwarded messages.
8589         (gnus-article-browse-html-article): Remove work buffers.
8590
8591         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8592         compiling.
8593         (netrc-bound-and-true-p): New macro.
8594         (netrc-parse): Use it instead of bound-and-true-p that is not available
8595         in XEmacs 21.4.
8596
8597 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8598
8599         * gnus-registry.el (gnus-registry-mark-article)
8600         (gnus-registry-article-marks): Add functionality to mark articles
8601         through the Gnus registry.
8602
8603         * encrypt.el: Clarify documentation for the new pgg method.
8604         (encrypt-file-alist): Add PGG option.
8605         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8606         functionality.  Abstract password key and messaging to external
8607         functions.
8608         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8609         (encrypt-message-method-and-cipher): Add new convenience external
8610         functions.
8611         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8612         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8613
8614         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8615         (netrc-parse): Use encrypt-file-alist to determine if
8616         encrypt-find-model or encrypt-insert-file-contents should be used.
8617
8618         * encrypt.el: Clarify documentation.  Load password-cache or
8619         password, whichever one is found first, instead of autoloading.
8620
8621 2007-12-19  Glenn Morris  <rgm@gnu.org>
8622
8623         * mml.el (message-options-set, message-narrow-to-head)
8624         (message-in-body-p, message-mail-p, message-encode-message-body):
8625         Autoload.
8626         (message-remove-header, message-narrow-to-headers-or-head)
8627         (message-subscribed-p, message-make-mail-followup-to)
8628         (message-position-on-field, message-news-p)
8629         (message-options-set-recipient, message-generate-headers)
8630         (message-sort-headers): Declare as functions.
8631
8632 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8635         convention in doc string.
8636
8637 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8640         title to html parts.
8641         (gnus-article-browse-html-article): Pass message header to it.
8642
8643         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8644
8645 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8648         or password compatible with XEmacs.
8649
8650 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8653         format document.
8654         (gnus-mime-delete-part): Don't write description line if empty.
8655         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8656
8657 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8658
8659         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8660         (gnus-summary-mark-read-and-unread-as-read)
8661         (gnus-summary-mark-current-read-and-unread-as-read)
8662         (gnus-summary-mark-unread-as-ticked): Doc fix.
8663         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8664
8665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8668         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8669
8670 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8673         yes-or-no-p.
8674
8675 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * mm-decode.el (mm-add-meta-html-tag): New function.
8678         (mm-save-part-to-file, mm-pipe-part): Use it.
8679
8680         * gnus-art.el (gnus-article-browse-delete-temp-files):
8681         Use gnus-y-or-n-p instead of y-or-n-p.
8682         (gnus-article-browse-html-parts): Work with message/external-body; use
8683         mm-add-meta-html-tag.
8684
8685 2007-12-11  Glenn Morris  <rgm@gnu.org>
8686
8687         * gnus-cache.el: Require gnus-sum not just when compiling.
8688
8689         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8690
8691         * gnus-int.el (gnus-server-opened, gnus-status-message):
8692         Move definitions before use.
8693
8694         * mm-decode.el: Require gnus-util.
8695         (mm-remove-part): Only call delete-annotation on XEmacs.
8696
8697         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8698
8699         * nnmail.el: Require gnus-int.
8700
8701         * spam.el: Move `require's before `eval-when-compile's.
8702
8703         * gnus-ems.el (gnus-alive-p):
8704         * gnus-fun.el (message-goto-eoh):
8705         * gnus-util.el (gnus-group-name-decode):
8706         * mail-source.el (gnus-compress-sequence):
8707         * message.el (Info-goto-node, format-spec):
8708         * mm-bodies.el (message-options-get):
8709         * mm-decode.el (mm-view-pkcs7):
8710         * mm-util.el (gmm-write-region):
8711         * mml-smime.el (mml-compute-boundary)
8712         (gnus-completing-read-with-default):
8713         * mml.el (widget-button-press, gnus-make-hashtable):
8714         * mml1991.el (mm-decode-content-transfer-encoding)
8715         (mm-encode-content-transfer-encoding)
8716         (message-options-get, message-options-set):
8717         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8718         * nnfolder.el (gnus-request-group):
8719         * nnheader.el (ietf-drums-unfold-fws):
8720         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8721         * smime.el (gnus-run-mode-hooks):
8722         * spam-stat.el (gnus-message): Autoload.
8723
8724         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8725         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8726         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8727         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8728         Add declare-function compatibility definition.
8729
8730         * gnus-cache.el (nnvirtual-find-group-art):
8731         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8732         (gnus-add-image, gnus-add-wash-type):
8733         * gnus-group.el (nnkiboze-score-file):
8734         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8735         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8736         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8737         (message-tokenize-header, gnus-get-buffer-create)
8738         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8739         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8740         * gnus.el (gnus-group-decoded-name):
8741         * mail-source.el (imap-capability):
8742         * mm-bodies.el (message-options-set):
8743         * mm-decode.el (gnus-configure-windows):
8744         * mm-extern.el (message-goto-body):
8745         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8746         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8747         (epg-sub-key-validity, message-options-set):
8748         * mml.el (widget-event-point, gnus-configure-windows):
8749         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8750         * mml2015.el (epg-check-configuration, epg-configuration)
8751         (message-options-set):
8752         * nndb.el (nndb-request-article):
8753         * nnfolder.el (gnus-request-create-group):
8754         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8755         * nnmaildir.el (gnus-group-mark-article-read):
8756         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8757         * rfc1843.el (message-fetch-field):
8758         * spam.el (gnus-extract-address-components):
8759         Declare as functions.
8760
8761 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8764
8765         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8766
8767         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8768         bind show-trailing-whitespace for XEmacs.
8769
8770 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8773         new no-op macro for backward compatibility.
8774
8775         * imap.el (imap-string-to-integer): New function.
8776
8777 2007-12-09  Glenn Morris  <rgm@gnu.org>
8778
8779         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8780
8781         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8782         * message.el, mm-view.el, sieve-manage.el, smime.el:
8783         Add declare-function compatibility definition.
8784
8785         * gnus-art.el (w3-region, w3m-region, Info-menu):
8786         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8787         * gnus-sum.el (gnus-get-predicate):
8788         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8789         * message.el (mail-abbrev-in-expansion-header-p):
8790         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8791         (w3m-detect-meta-charset, w3m-region):
8792         * sieve-manage.el (password-read, password-cache-add)
8793         (password-cache-remove):
8794         * smime.el (password-read-and-add): Declare as functions.
8795
8796 2007-12-08  David Kastrup  <dak@gnu.org>
8797
8798         * gnus-sum.el (gnus-summary-simplify-subject-query):
8799         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8800         `message'.
8801
8802 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8805         it to bind idna-program, installation-directory, defined-colors, and
8806         face-attribute for XEmacs of the version that compiles defcustom forms.
8807
8808 2007-12-07  Glenn Morris  <rgm@gnu.org>
8809
8810         * gnus-art.el (article-make-date-line): Revert previous change.
8811
8812 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8815
8816 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8817
8818         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8819         Call gnus-add-to-range ranges only once with a prepared article-list.
8820
8821 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8822
8823         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8824         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8825         group names with backslashes.
8826         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8827
8828 2007-12-06  Deepak Goel  <deego3@gmail.com>
8829
8830         * gnus-art.el (article-make-date-line):
8831         * gnus-start.el (gnus-load):
8832         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8833
8834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-art.el (gnus-use-idna)
8837         * gnus-start.el (gnus-site-init-file)
8838         * message.el (message-use-idna)
8839         * mm-uu.el (mm-uu-hide-markers)
8840         * smiley.el (smiley-style): Revert changes that suppress warnings.
8841
8842 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8845         specify charset to html source.
8846         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8847
8848 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8851         idna-program in order to suppress byte compile warning issued by XEmacs
8852         that came to byte compile the default value section of defcustom forms
8853         recently.
8854
8855         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8856         value of installation-directory.
8857
8858         * message.el (message-use-idna): Don't directly refer to the value of
8859         idna-program.
8860
8861         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8862
8863         * smiley.el (smiley-style): Don't directly call face-attribute.
8864
8865 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8868
8869         * gnus-dired.el: Reduce Gnus dependencies.
8870         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8871         Don't require.  Use autoloads instead.
8872         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8873         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8874         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8875         (gnus-dired-mode): Adjust doc string.
8876         (gnus-dired-mail-mode): New variable.
8877         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8878         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8879         (gnus-dired-mail-buffers): New function.  Return mail or message
8880         composition buffers.
8881         (gnus-dired-attach): Use it.
8882         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8883         NO-DECODE.
8884         (gnus-dired-print): Use `gnus-print-buffer' depending on
8885         `gnus-dired-mail-mode'.
8886
8887 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * rfc2047.el (rfc2047-encoded-word-regexp)
8890         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8891         explaining what regexp patterns are for.
8892
8893 2007-12-04  Glenn Morris  <rgm@gnu.org>
8894
8895         * password.el: Move to password-cache.el.
8896
8897         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8898         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8899         * mml-smime.el (password-read, password-cache-add)
8900         (password-cache-remove):
8901         No need to autoload, since mml-sec requires password.
8902
8903         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8904         * message.el (gnus-extract-address-components):
8905         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8906
8907         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8908         password.
8909
8910 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * mailcap.el: Reduce dependencies.
8913         (mail-header-parse-content-type): Autoload.
8914         (mailcap-delete-duplicates): New alias.
8915         (mailcap-mime-info): Add optional argument NO-DECODE.
8916         (mailcap-mime-types): Use mailcap-delete-duplicates.
8917
8918         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8919
8920 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8921
8922         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8923         (imap-parse-status): Upcase status-att for servers that sends them
8924         lower-case (e.g., MS Exchange 2007).
8925
8926 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8929         function.
8930
8931         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8932         (gnus-uu-yenc-article): New function.
8933
8934         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8935
8936         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8937
8938 2007-12-02  Glenn Morris  <rgm@gnu.org>
8939
8940         * binhex.el (binhex): New custom group.
8941         (binhex-decoder-program, binhex-decoder-switches)
8942         (binhex-use-external): Move to the binhex custom group.
8943
8944         * uudecode.el (uudecode): New custom group.
8945         (uudecode-decoder-program, uudecode-decoder-switches)
8946         (uudecode-use-external): Move to the uudecode custom group.
8947
8948         * netrc.el (top-level): Don't load `encrypt' features.
8949         (netrc-parse): Don't use encrypt.
8950         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8951
8952         * encrypt.el: Remove file.
8953
8954 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8957         matches on patches.
8958
8959         * gnus-art.el (gnus-article-browse-html-article):
8960         Mention `mm-text-html-renderer' in the doc string.
8961
8962         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8963         string.  Add comments.
8964
8965         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8966         if rhs is ASCII.
8967
8968 2007-12-01  Glenn Morris  <rgm@gnu.org>
8969
8970         * mail-source.el (top-level): Require format-spec before
8971         eval-when-compile.
8972
8973 2007-11-30  Glenn Morris  <rgm@gnu.org>
8974
8975         * encrypt.el: Require password, rather than autoloading password-read.
8976
8977 2007-11-29  Glenn Morris  <rgm@gnu.org>
8978
8979         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8980         (sasl-make-client, sasl-next-step, sasl-step-data)
8981         (sasl-step-set-data): Declare as functions.
8982
8983 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8986
8987 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8988
8989         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8990         certs should be verified and what is to be done in the event of a
8991         verification failure.
8992
8993         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8994         caller can indicate whether the cache should be disregarded for this
8995         call.  This way the result of the call is reproducible at all times and
8996         can be considered a canonical server name for the supplied method.
8997         (gnus-agent-method-p): Canonicalize server names by pushing their
8998         method through `gnus-method-to-server' using the no-cache argument.
8999
9000         * gnus-srvr.el (gnus-server-insert-server-line):
9001         Call `gnus-method-to-server' with `no-cache' argument.
9002
9003         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9004         gnus-agent-possibly-synchronize-flags as this should be called when the
9005         server is actually being opened.
9006         (gnus-agent-possibly-synchronize-flags)
9007         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9008         flags file of an agentized server to the latter function.
9009
9010         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9011         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9012         after a connection has been established successfully.
9013
9014 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-art.el (article-display-face): Force to display face if called
9017         interactively; check if gnus-article-x-face-too-ugly matches author.
9018         (article-display-x-face): Display face even if From header is missing
9019         as article-display-face does.
9020
9021 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9022
9023         * hashcash.el (message-narrow-to-headers-or-head)
9024         (message-fetch-field, message-goto-eoh)
9025         (message-narrow-to-headers): Declare as functions.
9026
9027 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * mail-source.el (mail-sources): Default to fetch from file for
9030         compatibility with default of nnmail-spool-file.
9031
9032 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9035         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9036         to look for encoded word that should be encoded again.
9037         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9038         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9039         encoding pattern.
9040         (rfc2047-decode-region): Switch strict regexp and loose one according
9041         to rfc2047-allow-irregular-q-encoded-words.
9042
9043 2007-11-25  Romain Francoise  <romain@orebokech.com>
9044
9045         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9046
9047 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * tls.el (tls-program): Provide more custom choices from
9050         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9051         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9052
9053 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9056         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9057
9058         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9059         `nnmail-spool-file'.
9060
9061         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9062         `nnmail-spool-file'.
9063
9064         * gnus-move.el (gnus-change-server): Ditto.
9065
9066         * gnus-kill.el (gnus-batch-score): Ditto.
9067
9068         * gnus-cache.el (gnus-jog-cache): Ditto.
9069
9070         * gnus-msg.el (gnus-summary-reply):
9071         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9072
9073 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9076         version.  Minor improvement to doc strings.
9077         (tls-program): Add comment.
9078
9079 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9080
9081         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9082         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9083         mismatch between the hostname provided in the certificate and the name
9084         of the host connnecting to.
9085         (open-tls-stream): Use them.  Check certificates against trusted root
9086         certificates.
9087
9088 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * gnus-cache.el (gnus-cache-generate-nov-databases):
9091         Use nnml-generate-nov-databases-directory instead of
9092         nnml-generate-nov-databases-1.
9093
9094 2007-11-24  Glenn Morris  <rgm@gnu.org>
9095
9096         * message.el (message-tool-bar-retro): Update for rename
9097         mail_send.xpm->mail-send.xpm.
9098
9099 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9102         `smime-ldap-search' for Emacs 22 and up.
9103
9104 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9105
9106         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9107
9108         * message.el (message-send-mail-function): Fix error convention.
9109         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9110         (message-widen-reply, message-send-mail, message-talkative-question)
9111         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9112         (message-clone-locals, message-send-news): Use with-current-buffer.
9113         (message-insert-or-toggle-importance): Remove unused var `valid'.
9114         (message-make-references): Remove unused var `new-references'.
9115         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9116
9117 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9118
9119         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9120         (spam-split-symbolic-return-positive): Reflow docstring.
9121         (spam-backends, spam-summary-exit-behavior)
9122         (spam-mark-ham-unread-before-move-from-spam-group)
9123         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9124         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9125         (spam-clear-cache, spam-backend-check, spam-install-backend)
9126         (spam-install-statistical-backend, spam-list-of-processors)
9127         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9128         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9129         (spam-check-crm114, spam-initialize, spam-unload-hook):
9130         Fix typos in docstrings.
9131
9132 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9135         been checked if they have never been read and those group levels are
9136         higher than the one that a user specified.
9137
9138 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9141         foreign groups unless a group level is specified by a user.
9142         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9143
9144 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * message.el (message-send-mail-function): Require sendmail.
9147
9148 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * message.el (message-send-mail-function): Check for smtpmail too.
9151
9152         * utf7.el (utf7-encode, utf7-decode): Use coding system
9153         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9154
9155         * message.el (message-send-mail-function): New function.
9156         (message-send-mail-function): Set default using
9157         message-send-mail-function.  Adjust doc string.
9158         (message-send-mail-with-mailclient): New function.
9159
9160 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9161
9162         * smime.el (from):
9163         * rfc2047.el (message-posting-charset):
9164         * qp.el (mm-use-ultra-safe-encoding):
9165         * pop3.el (parse-time-months):
9166         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9167         * nnml.el (files):
9168         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9169         (jka-compr-compression-info-list, ange-ftp-path-format)
9170         (efs-path-regexp):
9171         * nndiary.el (files):
9172         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9173         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9174         (epg-digest-algorithm-alist, inhibit-redisplay)
9175         (password-cache-expiry):
9176         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9177         (pgg-output-buffer, password-cache-expiry):
9178         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9179         (efs-path-regexp):
9180         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9181         (inhibit-redisplay):
9182         * mm-uu.el (file-name, start-point, end-point, entry)
9183         (gnus-newsgroup-name, gnus-newsgroup-charset):
9184         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9185         (latin-unity-ucs-list):
9186         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9187         (mm-uu-binhex-decode-function):
9188         * message.el (gnus-message-group-art, gnus-list-identifiers)
9189         (rmail-enable-mime-composing, gnus-local-organization)
9190         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9191         (gnus-read-active-file, facemenu-add-face-function)
9192         (facemenu-remove-face-function, gnus-article-decoded-p)
9193         (tool-bar-mode):
9194         * mail-source.el (display-time-mail-function):
9195         * gnus-util.el (nnmail-pathname-coding-system)
9196         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9197         (gnus-original-article-buffer, gnus-user-agent)
9198         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9199         (xemacs-codename, sxemacs-codename, emacs-program-version):
9200         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9201         * gnus-start.el (gnus-agent-covered-methods)
9202         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9203         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9204         (gnus-newsgroup-headers, gnus-group-list-mode)
9205         (gnus-group-mark-positions, gnus-newsgroup-data)
9206         (gnus-newsgroup-unreads, nnoo-state-alist)
9207         (gnus-current-select-method, mail-sources)
9208         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9209         (nnmail-spool-file, gnus-cache-active-hashtb):
9210         * gnus-mh.el (mh-lib-progs):
9211         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9212         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9213         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9214         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9215         (gnus-group-buffer):
9216         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9217         (font-lock-set-defaults):
9218         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9219         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9220         (gnus-summary-post-menu, total-parts, type, condition, length):
9221         * gnus-agent.el (gnus-agent-read-agentview):
9222         * flow-fill.el (show-trailing-whitespace):
9223         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9224         eval-and-compile wrappers for byte compiler pacifiers.
9225
9226         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9227         (mm-display-inline-fontify): Check for featurep 'xemacs not
9228         extent-list.
9229
9230         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9231         itimer-list.
9232         (mm-create-image-xemacs): Only do something for XEmacs.
9233         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9234
9235         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9236
9237         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9238         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9239
9240 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9241
9242         * nnimap.el (nnimap-split-download-body):
9243         * gnus-demon.el (gnus-demon):
9244         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9245
9246 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9249         New macros.
9250         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9251         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9252         copy data from unibyte buffer to multibyte current buffer.
9253         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9254         to copy data from unibyte current buffer to multibyte buffer.
9255         (nntp-make-process-buffer): Make process buffer unibyte.
9256
9257         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9258
9259 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9260
9261         * pop3.el (pop3-open-server): Accept and process data more robustly at
9262         connexion start to avoid spurious "POP SSL connexion failed" errors.
9263
9264 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9267         read group names.
9268
9269 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9272
9273 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9276         (nnmail-save-active): Use a unibyte buffer when saving active file,
9277         which may contain non-ASCII group names.
9278
9279         * nnml.el (nnml-request-group): Decode group names in messages.
9280
9281 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * message.el (message-citation-line-function)
9284         (message-insert-formatted-citation-line): Fix spelling of
9285         `message-insert-formated-citation-line'.
9286
9287 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9290
9291 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9294         nnmail-pathname-coding-system.
9295
9296         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9297         that a user enters; decode group names in messages.
9298
9299         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9300
9301 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9304
9305         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9306
9307         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9308         risky local variable.
9309
9310         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9311
9312 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * encrypt.el: Improve documentation to fix function name typo.
9315         Reported by Daiki Ueno <ueno@unixuser.org>.
9316
9317 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9320         even if the point is not in the last page of an article.
9321         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9322         back to the previous page.
9323
9324 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9327
9328 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9331
9332 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9333
9334         * message.el (message-check-news-body-syntax):
9335         Avoid mm-string-as-multibyte.
9336         (message-hide-headers): Don't assume (point-min)==1.
9337
9338 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * message.el (message-remove-blank-cited-lines): Fix if remove is
9341         given.
9342         (message-bogus-address-regexp): New variable.
9343         (message-bogus-recipient-p): New function.
9344         (message-check-recipients): New command.
9345         (message-syntax-checks): Add `bogus-recipient'.
9346         (message-fix-before-sending): Add `bogus-recipient'.
9347
9348         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9349         (gnus-treat-body-boundary): Don't test window-system.
9350
9351 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9352
9353         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9354
9355 2007-10-28  Miles Bader  <miles@gnu.org>
9356
9357         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9358         at compile-time too.
9359
9360 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * gnus-msg.el (gnus-message-setup-hook):
9363         Add `message-remove-blank-cited-lines' to options.
9364
9365 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * message.el (message-remove-blank-cited-lines): New function.
9368         Suggested by Karl Plästerer.
9369
9370 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9373         mapc.
9374
9375         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9376         (top-level): Use mapc to set functions to be traced for debugging.
9377
9378         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9379         called for effect with while loop.
9380
9381         * message.el (message-talkative-question): Replace mapcar called for
9382         effect with mapc.
9383
9384         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9385         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9386         called for effect with dolist.
9387
9388         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9389
9390         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9391         gnus-extra-headers and nnmail-extra-headers.
9392
9393         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9394         called for effect with dolist.
9395         (top-level): Use mapc to set functions to be traced for debugging.
9396
9397         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9398         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9399         dolist.
9400
9401         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9402         Replace mapcar called for effect with mapc.
9403         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9404         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9405         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9406         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9407
9408         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9409         remove-if that's a cl function.
9410
9411         * webmail.el (webmail-debug): Replace mapcar called for effect with
9412         dolist.
9413
9414         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9415         with mapc.
9416
9417 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9420         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9421         with while loop.
9422
9423         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9424         functions from article-* functions.
9425         (gnus-multi-decode-header): Replace mapcar called for effect with
9426         dolist.
9427
9428         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9429         (gnus-bookmark-show-details): Replace mapcar called for effect with
9430         while loop.
9431
9432         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9433         called for effect with while loop.
9434
9435         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9436         with dolist.
9437
9438         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9439         Replace mapcar called for effect with dolist.
9440
9441         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9442
9443         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9444         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9445         Replace mapcar called for effect with dolist.
9446         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9447         mapc.
9448
9449         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9450         Replace mapcar called for effect with dolist.
9451         (gnus-topic-list): Replace mapcar called for effect with mapc.
9452
9453         * gnus.el: Use mapc instead of mapcar to add autoloads.
9454
9455 2007-10-23  Richard Stallman  <rms@gnu.org>
9456
9457         * gnus-group.el (gnus-group-highlight): Mark as risky.
9458
9459 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus.el (gnus-server-to-method): Return method found first in
9462         gnus-newsrc-alist.
9463
9464         * gnus-art.el (gnus-article-highlight-signature)
9465         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9466         button overlay without the front stickiness.
9467
9468 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9469
9470         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9471         overview buffer needed a catch to receive its throw.
9472         (gnus-agent-flush-cache): Declare as interactive to make this function
9473         easier to use.
9474
9475 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9478         `next-line'.
9479
9480 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9483         exclude address matching message-dont-reply-to-names.
9484
9485 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-util.el (gnus-string<): New function.
9488
9489         * gnus-sum.el (gnus-article-sort-by-author)
9490         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9491
9492 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9495         the frame-focus tag is set in gnus-buffer-configuration.
9496
9497 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9500         the front stickiness.
9501
9502 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9505         url pattern; remove duplicate one.
9506         (gnus-article-extend-url-button): New function.
9507         (gnus-article-add-buttons): Use it.
9508         (gnus-button-push): Use concatenated url that it makes.
9509
9510 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9511
9512         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9513
9514 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9515
9516         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9517         Don't hardcode point-min==1.
9518
9519 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9522         Fix comment about "iso8859-1".
9523
9524 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9525
9526         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9527         ones returned from the verify-function.
9528
9529         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9530         Call mml2015-extract-cleartext-signature if extraction failed.
9531
9532 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9535         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9536         failed.
9537
9538 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9541
9542 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9545         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9546         recommends to use EasyPG instead of PGG.
9547
9548         * pgg.el: Revert to revision 6.23.2.16.
9549
9550         * pgg-def.el: Revert to revision 6.6.2.14.
9551
9552         * pgg-gpg.el: Revert to revision 6.23.2.34.
9553
9554 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9555
9556         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9557         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9558         thread for both the null and zero (kill/expire thread) universal prefix
9559         cases.
9560         (gnus-summary-expire-thread): Add new function to expire a thread,
9561         using gnus-summary-kill-thread.
9562         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9563         shortcuts for gnus-summary-expire-thread.
9564         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9565         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9566
9567 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9568
9569         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9570         extras value, so an extras entry can be deleted.
9571         (gnus-registry-delete-extra-entry): Use it.
9572         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9573         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9574         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9575         storage through the gnus-registry, and provide an appropriate API for
9576         it.
9577
9578 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9581         Suggested by Leo <sdl.web@gmail.com>.
9582
9583         * gnus.el: Do.
9584
9585 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9588         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9589
9590         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9591
9592         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9593         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9594
9595 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9598         newline.
9599         (nnmbox-request-accept-article): Don't change article in source buffer;
9600         narrow to header to use message-fetch-field rather than
9601         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9602         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9603         as delimiters; make sure article ends with newline.
9604         (nnmbox-delete-mail): Correct last position of article to be deleted;
9605         ignore X-Gnus-Newsgroup header in article body.
9606         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9607         positions; make sure article ends with newline.
9608
9609         * message.el (message-display-abbrev): Don't infloop when a user
9610         inserts SPC in the beginning of header.
9611
9612         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9613         coding-system-for-read and coding-system-for-write for XEmacs having no
9614         file-coding feature.
9615
9616         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9617
9618 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9619
9620         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9621         list of groups not followed by default.  Fix type to be regexp.
9622         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9623
9624 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9625
9626         * hmac-def.el (define-hmac-function): Switch from old-style to
9627         new-style backquotes.
9628
9629         * md4.el (md4-make-step): Likewise.
9630
9631 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9634         raw-text coding system when saving .newsrc file, which may contain
9635         non-ASCII group names.
9636
9637 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-cus.el (gnus-score-extra): New widget.
9640         (gnus-score-extra-convert): New function.
9641         (gnus-score-customize): Use it for Extra.
9642
9643 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9644
9645         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9646         (mml2015-mailcrypt-clear-verify): Use it.
9647         (mml2015-gpg-clear-verify): Use it.
9648         (mml2015-pgg-clear-verify): Use it.
9649         (mml2015-epg-clear-verify): Replace the current part with the output
9650         from GnuPG; don't extract the plaintext by itself.
9651
9652         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9653         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9654         mml2015-clear-verify-function; don't touch the armor headers or
9655         dash-escaped text here.
9656
9657 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9660         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9661         parts, or application/octet-stream as a last resort.
9662         (gnus-mime-view-part-as-type): Don't toggle display.
9663         (gnus-mime-view-part-as-charset): Don't turn off display before
9664         querying charset.
9665
9666         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9667         stuff to undisplayer function in Emacs.
9668         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9669
9670         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9671         text/calendar parts.
9672
9673 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9676         decoding text/calendar parts.
9677
9678         * message.el (message-forward-make-body-mime): Always mark body as
9679         having no illegible text; remove signed-or-encrypted argument.
9680         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9681
9682         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9683         (mml-generate-mime-1): Don't encode body if it is specified to be in
9684         raw form; don't make buffer be unibyte when inserting multibyte string.
9685
9686 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9687
9688         * sha1.el: Fix up comment style.
9689         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9690         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9691
9692         * hex-util.el: Fix up comment style.
9693         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9694
9695         * gnus-salt.el: Use with-current-buffer.
9696         (gnus-pick-setup-message): Fix long-standing typo.
9697
9698 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * imap.el (imap-logout-timeout): New variable.
9701         (imap-logout, imap-logout-wait): New functions.
9702         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9703
9704         * nnimap.el (nnimap-logout-timeout): New server variable.
9705         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9706         nnimap-logout-timeout.
9707
9708         * gnus-art.el (gnus-article-summary-command-nosave)
9709         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9710
9711 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus.el (gnus-maximum-newsgroup): New variable.
9714
9715         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9716         according to gnus-maximum-newsgroup.
9717
9718         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9719         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9720         Limit the range of articles according to gnus-maximum-newsgroup.
9721
9722 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9723
9724         * gnus-art.el (gnus-sticky-article): Fix problems described in
9725         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9726         Don't perform gnus-configure-windows here; reuse existing sticky
9727         article buffer.
9728
9729         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9730         it doesn't exist in gnus-article-mode.
9731
9732 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9735         (gnus-agent-decoded-group-name): New function.
9736         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9737         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9738
9739 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9740
9741         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9742         Add binding for gnus-sticky-article.
9743         (gnus-summary-exit): Don't kill sticky article buffers.
9744
9745         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9746         article buffer.
9747         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9748         (gnus-kill-sticky-article-buffers): New commands.
9749
9750 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * nntp.el (nntp-xref-number-is-evil): New server variable.
9753         (nntp-find-group-and-number): If it is non-nil, don't trust article
9754         numbers in the Xref header.
9755
9756 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-agent.el (gnus-agent-read-group): New function.
9759         (gnus-agent-flush-group, gnus-agent-expire-group)
9760         (gnus-agent-regenerate-group): Use it.
9761         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9762         nnmail-pathname-coding-system.
9763
9764 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9767
9768         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9769         that are unread as unread, and also as selected so that information of
9770         marks having been changed by a user may be updated when exiting group.
9771
9772 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9775
9776 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9779         calculated ignoring signature parts to gnus-treat-article.
9780
9781 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9784         a point here in order to keep the window start.
9785         (gnus-insert-mime-security-button): Make a button overlay without the
9786         front stickiness.
9787         (gnus-mime-display-security): Goto the end of a button.
9788
9789         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9790
9791 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9794         group-name-at-point.
9795         (gnus-group-completing-read): New function that offers decoded
9796         non-ASCII group names for completion.
9797         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9798         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9799         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9800         (gnus-group-fetch-control): Use it.
9801         (gnus-fetch-group): Use group-name-at-point for the initial value
9802         rather than the default value; use gnus-alive-p.
9803
9804         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9805         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9806         (gnus-summary-post-news): Use gnus-group-completing-read.
9807
9808         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9809         (gnus-read-move-group-name): Decode group name for completion.
9810
9811 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9814         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9815         Yamaoka slightly modified the code).
9816
9817 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9820         (nnmail-split-incoming): Bind it.
9821
9822         * nnml.el (nnml-group-name-charset): New function.
9823         (nnml-decoded-group-name): Use it; don't decode group name if
9824         nnmail-group-names-not-encoded-p is non-nil.
9825         (nnml-encoded-group-name): New function.
9826         (nnml-group-pathname): Inline nnml-decoded-group-name.
9827         (nnml-request-expire-articles): Decode group name in message.
9828         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9829         nnmail-pathname-coding-system.
9830         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9831         not decoded ones according to nnmail-group-names-not-encoded-p.
9832         (nnml-generate-active-info): Use nnml-encoded-group-name.
9833
9834 2007-08-08  Glenn Morris  <rgm@gnu.org>
9835
9836         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9837         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9838         doc-strings and comments.
9839
9840 2007-07-25  Glenn Morris  <rgm@gnu.org>
9841
9842         * Relicense all FSF files to GPLv3 or later.
9843
9844 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-sum.el (gnus-summary-move-article):
9847         Make gnus-summary-respool-article work.
9848
9849 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9852         string.
9853
9854 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9855
9856         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9857         that should be ignored when comparing distant RSS articles with local
9858         ones.
9859         (nnrss-make-hash-index): New function.  Create a hash index according
9860         to the ignored fields.
9861         (nnrss-check-group): Use it.
9862
9863 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9866
9867         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9868
9869         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9870         the new optional argument ENCODED is non-nil.
9871         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9872         coding system for encoding group name.
9873         (gnus-group-make-rss-group): Pass un-encoded group name to
9874         gnus-group-make-group.
9875         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9876         encoded.
9877
9878         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9879         Encode group name to which articles are moved or copied.
9880         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9881         coding system for encoding Newsgroup, Followup-To and Xref headers.
9882
9883         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9884         marks; use nnheader-file-coding-system to write a file.
9885         (nnagent-retrieve-headers): Bind file-name-coding-system to
9886         nnmail-pathname-coding-system.
9887
9888         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9889
9890         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9891         (nnml-request-article, nnml-request-create-group)
9892         (nnml-request-rename-group, nnml-find-id)
9893         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9894         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9895         (nnml-save-marks): Use nnml-group-pathname instead of
9896         nnmail-group-pathname.
9897
9898         (nnml-request-create-group, nnml-request-expire-articles)
9899         (nnml-request-move-article, nnml-request-delete-group)
9900         (nnml-deletable-article-p, nnml-possibly-create-directory)
9901         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9902         (nnml-open-marks): Bind file-name-coding-system to
9903         nnmail-pathname-coding-system.
9904
9905         (nnml-request-article): Pass server argument to nnml-find-group-number.
9906         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9907         Pass server argument to nnml-possibly-create-directory.
9908         (nnml-request-accept-article): Pass server argument to
9909         nnml-active-number and nnml-save-mail.
9910         (nnml-find-group-number): Pass server argument to nnml-find-id.
9911         (nnml-request-update-info): Pass server argument to
9912         nnml-marks-changed-p.
9913
9914         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9915         (nnml-save-mail, nnml-active-number): Add server argument.
9916
9917         (nnml-request-delete-group): Warn if group is missing.
9918         (nnml-get-nov-buffer): Decode group name.
9919         (nnml-generate-active-info): Encode group name.
9920         (nnml-open-marks): Decode group name in messages.
9921
9922 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9925         if it is not specified.
9926         (gnus-article-pipe-part, gnus-article-save-part)
9927         (gnus-article-interactively-view-part, gnus-article-copy-part)
9928         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9929         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9930         (gnus-article-replace-part, gnus-article-delete-part)
9931         (gnus-article-view-part-as-type): Pass raw prefix argument to
9932         gnus-article-part-wrapper.
9933
9934 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-agent.el (gnus-agent-save-active):
9937         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9938
9939         * gnus-cache.el (gnus-cache-save-buffers)
9940         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9941         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9942         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9943         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9944         (gnus-cache-generate-active, gnus-cache-rename-group)
9945         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9946         (gnus-cache-update-overview-total-fetched-for):
9947         Bind file-name-coding-system to nnmail-pathname-coding-system.
9948         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9949         New variables.
9950         (gnus-cache-decoded-group-name): New function.
9951         (gnus-cache-file-name): Use it.
9952         (gnus-cache-generate-active): Use non-decoded group name for active.
9953
9954         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9955         right place.
9956         (gnus-write-active-file): Don't break non-ASCII group names.
9957
9958         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9959         nnmail-pathname-coding-system.
9960
9961         * lpath.el: Bind default-file-name-coding-system,
9962         file-name-coding-system and language-info-alist for XEmacs.
9963
9964         * gnus-uu.el (gnus-uu-decode-save): Typo.
9965
9966 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9969
9970 2007-07-14  David Kastrup  <dak@gnu.org>
9971
9972         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9973         finishing actions if we did not edit the article.
9974
9975 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9978         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9979         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9980         (gnus-agent-flush-group, gnus-agent-flush-cache)
9981         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9982         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9983         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9984         (gnus-agent-regenerate-group)
9985         (gnus-agent-update-files-total-fetched-for)
9986         (gnus-agent-update-view-total-fetched-for):
9987         Bind file-name-coding-system to nnmail-pathname-coding-system.
9988         (gnus-agent-group-pathname): Don't encode file names by
9989         nnmail-pathname-coding-system.
9990         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9991         coding-system-for-write instead of buffer-file-coding-system to
9992         gnus-agent-file-coding-system.
9993
9994         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9995         Decode group name.
9996
9997         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9998
9999         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10000         (gnus-read-newsrc-el-file): Make group names unibyte.
10001
10002         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10003         nnmail-pathname-coding-system.
10004
10005         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10006         (nnrss-request-delete-group): Bind file-name-coding-system to
10007         nnmail-pathname-coding-system.
10008         (nnrss-read-server-data, nnrss-read-group-data):
10009         Bind file-name-coding-system correctly.
10010         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10011
10012         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10013         (nntp-server-to-method-cache): New variable.
10014         (nntp-group-pathname): New function that decodes non-ASCII group names.
10015         (nntp-possibly-create-directory, nntp-marks-changed-p)
10016         (nntp-save-marks, nntp-open-marks): Use it.
10017         (nntp-possibly-create-directory, nntp-open-marks):
10018         Bind file-name-coding-system to nnmail-pathname-coding-system.
10019         (nntp-open-marks): Decode group names when bootstrapping marks.
10020
10021         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10022         Newsgroups and Folowup-To headers.
10023
10024 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10027         (gnus-server-closed-face, gnus-server-denied-face)
10028         (gnus-server-offline-face): Remove variable.
10029         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10030
10031         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10032         of modifying message-stack directly for XEmacs.
10033
10034         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10035         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10036         if the coding-system argument is nil for XEmacs.
10037
10038         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10039         mm-charset-override-alist.
10040
10041         * rfc2047.el: Don't require base64; require rfc2045 for the function
10042         rfc2045-encode-string.
10043         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10044         to quote the parameter value.
10045
10046 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10049         form in gnus-group-name-charset-method-alist.
10050
10051         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10052         overrides the default layout edit-form.
10053
10054         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10055
10056         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10057
10058 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10061         as unfetched articles.
10062
10063 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10066
10067 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10070         original back end that keeps marks in the local system.
10071
10072 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10075         arg of pop-to-buffer for XEmacs.
10076         (gnus-article-read-summary-keys): Ditto; don't restore window
10077         configuration if summary command ends up with neither article buffer
10078         nor summary buffer; describe bindings if summary keys end with C-h.
10079
10080 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * message.el (message-fix-before-sending): Skip raw message part to be
10083         forwarded while checking illegible text.
10084         (message-forward-make-body-mime, message-forward-make-body):
10085         Mark signed or encrypted raw message as having no illegible text.
10086
10087 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10090         (gnus-message-with-timestamp-1): New macro.
10091         (gnus-message-with-timestamp): New function.
10092         (gnus-message): Use them.
10093
10094         * nnheader.el (nnheader-message): Use them.
10095
10096 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10099         .newsrc.eld file.
10100
10101 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-agent.el (gnus-agent-fetch-headers)
10104         (gnus-agent-retrieve-headers):
10105         Bind gnus-decode-encoded-address-function to identity.
10106
10107         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10108         available also when the server returns simply a dot.
10109
10110         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10111
10112 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10115
10116 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-ems.el (gnus-x-splash): Make it work.
10119
10120         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10121         from being used.
10122
10123         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10124
10125 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10128         4th and the 5th arguments.
10129
10130         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10131         the front stickiness.
10132         (gnus-article-summary-command-nosave): Correct the order of the
10133         arguments passed to pop-to-buffer.
10134         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10135         summary command ends up with the article buffer.
10136
10137         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10138         the same faces.
10139
10140 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10141
10142         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10143
10144 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10145
10146         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10147         * gnus-sum.el (gnus-summary-highlight):
10148         * pgg.el (pgg-sign-region, pgg-sign):
10149         * mail-source.el (mail-source-delete-old-incoming-confirm):
10150         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10151
10152 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-mime-view-part-externally)
10155         (gnus-mime-view-part-internally): Fix predicate function passed to
10156         completing-read.
10157
10158         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10159
10160         * gnus.el (gnus-update-message-archive-method): Add :version.
10161
10162 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus.el (gnus-update-message-archive-method): New variable.
10165
10166         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10167         according to gnus-message-archive-method if
10168         gnus-update-message-archive-method is non-nil.
10169
10170 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10173         Suggested by Loic Dachary <loic@dachary.org>.
10174         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10175
10176 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * message.el (message-pop-to-buffer): Add switch-function argument.
10179         (message-mail): Pass switch-function argument to it.
10180
10181 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10184         Improve doc string.
10185
10186 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10189         (gnus-header-content)
10190         * gnus-cite.el (gnus-cite-10)
10191         * gnus-srvr.el (gnus-server-closed)
10192         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10193         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10194         (gnus-group-mail-3-empty, gnus-group-mail-low)
10195         (gnus-group-mail-low-empty, gnus-splash)
10196         * message.el (message-header-to, message-header-cc)
10197         (message-header-subject, message-header-other, message-header-name)
10198         (message-header-xheader, message-separator, message-cited-text)
10199         (message-mml): Lighten colors of faces used for dark background.
10200
10201 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10202
10203         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10204         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10205
10206 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * message.el (message-narrow-to-headers-or-head):
10209         Ignore mail-header-separator in the body.
10210
10211 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10214         same as window size.
10215
10216 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10217
10218         * message.el (message-font-lock-keywords): Use message-header-xheader
10219         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10220         ahead of the anything pattern, to get it recognised.
10221
10222 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10225         spam.el loads uses it in the compiled defadvice form.
10226
10227 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10228
10229         * gnus-sum.el (gnus-articles-to-read)
10230         (gnus-summary-insert-old-articles): Don't truncate group name for
10231         `read-string'.
10232
10233         * gnus-util.el (gnus-limit-string): Delete this function.
10234
10235         * gnus-sum.el (gnus-simplify-subject-fully):
10236         Use `truncate-string-to-width' instead.
10237
10238 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10239
10240         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10241         Tell if, on summary exit, the next group has to be selected.
10242         (gnus-summary-exit): Use it.
10243
10244 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10247         non-break space.
10248
10249 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10252         Check if group is not a directory.
10253         (nnfolder-request-expire-articles): Don't delete articles if the target
10254         group is not available.
10255
10256         * nnml.el (nnml-request-create-group): Properly check if group is not a
10257         file.
10258         (nnml-request-expire-articles): Don't delete articles if the target
10259         group is not available.
10260
10261         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10262         Don't quote characters that are within parentheses.
10263
10264 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10267         (gnus-handle-ephemeral-exit): Select article according to it.
10268
10269 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * message.el (message-insert-formated-citation-line): Remove newline.
10272         (message-citation-line-format): Add final \n here so that the user can
10273         avoid a blank line.
10274
10275 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10276
10277         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10278         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10279         Update lanl/arXiv support.
10280
10281 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * gnus.el: Bump version number.
10284
10285 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * gnus.el (gnus-version-number): Bump version.
10288
10289 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10290
10291         * gnus.el: No Gnus v0.6 is released.
10292
10293 2007-04-27  Didier Verna  <didier@xemacs.org>
10294
10295         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10296         * gmm-utils.el (gmm-regexp-concat): ... here.
10297         * message.el: Don't require 'gnus-util.
10298         (message-dont-reply-to-names): Handle name change above.
10299         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10300
10301 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10304         since the initial value varies according to the system.
10305
10306 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10309
10310 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10311
10312         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10313
10314 2007-04-24  Didier Verna  <didier@xemacs.org>
10315
10316         Improve the type of gnus-ignored-from-addresses.
10317         * gnus-util.el (gnus-orify-regexp): New function.
10318         * message.el (gnus-util): Require it.
10319         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10320         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10322
10323 2007-04-24  Didier Verna  <didier@xemacs.org>
10324
10325         * gnus-sum.el:
10326         * gnus-utils.el: Fix some trailing whitespaces.
10327
10328 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10331         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10332         article's Message-ID; refer parent article in summary buffer.
10333
10334         * message.el (message-bounce): Call mime-to-mml.
10335
10336         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10337         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10338         optimize and/or forms properly.
10339
10340 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10343         URL.
10344
10345 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10348
10349 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10352         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10353         displayed of multipart/alternative part if it is invoked from summary
10354         buffer.
10355
10356         * mm-view.el (mm-inline-text-html-render-with-w3m)
10357         (mm-inline-text-html-render-with-w3m-standalone)
10358         (mm-inline-render-with-function): Use mail-parse-charset by default.
10359
10360 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10361
10362         * parse-time.el (parse-time-string-chars): Check if CHAR
10363         is less than the length of parse-time-syntax.
10364
10365 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10368         from gnus-newsgroup-processable.
10369
10370 2007-04-16  Didier Verna  <didier@xemacs.org>
10371
10372         * gnus-msg.el (gnus-configure-posting-styles):
10373         Handle message-signature-directory properly with :file syntax.
10374         Reported by "Leo".
10375
10376 2007-04-11  Didier Verna  <didier@xemacs.org>
10377
10378         New user option: message-signature-directory.
10379         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10380         * message.el (message-insert-signature): Ditto.
10381         * message.el (message-signature-file): Doc update.
10382         * message.el (message-signature-directory): New.
10383
10384 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-msg.el (gnus-inews-yank-articles):
10387         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10388
10389 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * message.el (message-yank-original): Make sure cited text ends with
10392         newline; don't exchange point and mark.
10393
10394 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10395
10396         * tls.el (open-tls-stream): Properly handle case where there
10397         is no associated buffer.
10398
10399 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10400
10401         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10402         message-yank-original, make sure (< mark TEXT point).
10403
10404 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * message.el (message-fill-column): New variable.
10407         (message-mode): Use it.  Add comment on a possible new hook.
10408
10409         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10410         (nnmail-get-new-mail): Reformat.
10411
10412         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10413
10414         * gmm-utils.el: Fix Commentary.
10415         (gmm-tool-bar-from-list): Fix typo in doc string.
10416
10417 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10418
10419         * message.el (message-yank-original): Don't switch point and mark
10420         unnecessarily to put point and mark as documented.
10421
10422 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10425         from the message heads.
10426
10427 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10428
10429         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10430         article buffer does not have a window.  This may not be the best
10431         solution but is certainly better than setting the start of the null,
10432         that is the current, window.
10433
10434 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10437         (gnus-draft-setup): Run it.
10438
10439         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10440         gnus-score-fast-scoring.  Allow regexp.
10441         (gnus-score-headers): Use it.
10442
10443         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10444         XEmacs.
10445
10446         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10447         string.
10448         (gnus-button-alist): Also catch `<f1> k ...'.
10449         (gnus-treat-display-x-face): Fix doc string.
10450
10451 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10452
10453         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10454         evaluation of gnus-extended-version to ensure correct generation of the
10455         User-Agent header when message-generate-headers-first is used.
10456
10457 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10458
10459         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10460         hashcash-path is nil.  Don't call callback with incorrect number of
10461         parameters if val is 0.
10462
10463 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10464
10465         * message.el (message-required-news-headers):
10466         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10467
10468 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10469
10470         * tls.el (open-tls-stream): In handshake-waiting loop,
10471         don't wait more if there is output available to process.
10472
10473 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10474
10475         * tls.el (tls-program): Doc fix.
10476
10477 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * message.el (message-generate-new-buffers): Change the meaning of the
10480         nil value; add `standard' to the choices; treat t as `unique'; improve
10481         doc string.
10482         (gnus-select-frame-set-input-focus): Autoload.
10483         (message-buffer-name): Search for the existing message buffer if
10484         message-generate-new-buffers is nil or `standard'; treat the value t of
10485         message-generate-new-buffers as `unique'.
10486         (message-pop-to-buffer): Raise the frame already displaying the message
10487         buffer; clear the echo area after querying.
10488         (message-setup): Pass the `continue' argument to compose-mail.
10489         (message-mail): Prefer `switch-function' if it is given; search for the
10490         existing message buffer if the `continue' argument is non-nil; pass
10491         continue and switch-function arguments to compose-mail by way of
10492         message-setup.
10493         (message-mail-other-window): Adjust argument of message-setup.
10494         (message-mail-other-frame): Ditto.
10495
10496 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10499         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10500         to turn font-lock on when turning gnus-message-citation-mode on.
10501
10502 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10503
10504         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10505         (mml-smime-function-alist): New variable; add epg as the backend.
10506         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10507         mml-smime- functions instead.
10508         * mm-view.el: Require smime.
10509
10510 2007-03-05  Didier Verna  <didier@xemacs.org>
10511
10512         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10513         instead of just inheritance for posting styles.
10514         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10515
10516 2007-02-24  Chris Moore  <dooglus@gmail.com>
10517
10518         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10519         * pgg-pgp.el (pgg-pgp-encrypt-region):
10520         * pgg-gpg.el (pgg-gpg-encrypt-region):
10521         Check pgg-encrypt-for-me if no other recipients.
10522
10523 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10524
10525         * tls.el (tls-certtool-program): Fix custom type.
10526
10527 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10530         and point-at-eol instead of line-(beginning|end)-position.
10531
10532         * assistant.el (assistant-parse-buffer): Ditto.
10533
10534         * netrc.el (netrc-parse-services): Ditto.
10535
10536 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10537
10538         * mml2015.el (mml2015-epg-find-usable-key): New function.
10539         (mml2015-epg-sign): Use it.
10540         (mml2015-epg-encrypt): Use it.
10541
10542 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * message.el (message-make-in-reply-to): Quote name containing
10545         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10546         if there are special characters.  Reported by NAKAJI Hiroyuki
10547         <nakaji@jp.freebsd.org>.
10548
10549 2007-02-27  Didier Verna  <didier@xemacs.org>
10550
10551         Include the group parameters as well as the topic ones in the
10552         inheritance filter process.
10553         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10554         argument GROUP-PARAMS-LIST.
10555         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10556
10557 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * nntp.el (nntp-never-echoes-commands)
10560         (nntp-open-connection-functions-never-echo-commands): New variables.
10561         (nntp-send-command): Use them.
10562
10563 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10564
10565         * mml2015.el (mml2015-epg-verify): Simplify.
10566
10567 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * mml.el (mml-content-disposition-alist): New user option.
10570         (mml-content-disposition): New function.
10571         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10572         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10573
10574 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10575
10576         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10577         verification.
10578
10579 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10580
10581         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10582         articles posted in the last 24 hours.
10583
10584 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10585
10586         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10587
10588 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10589
10590         * nntp.el (nntp-send-command): Don't wait for echoes when
10591         nntp-open-ssl-stream is used.
10592
10593 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10596         (gnus-message-add-citation-keywords)
10597         (gnus-message-remove-citation-keywords): Remove.
10598         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10599         directly, make the variables in font-lock-defaults buffer-local, add
10600         gnus-message-citation-keywords to them and then update the value of
10601         font-lock-keywords.
10602
10603 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * message.el (message-cite-original-1): Don't call
10606         gnus-article-highlight-citation.
10607
10608         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10609         citations; fix line count.
10610
10611 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10614         (gnus-message-add-citation-keywords)
10615         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10616         versions of font-lock-add-keywords and font-lock-remove-keywords to
10617         work with XEmacs correctly.
10618
10619 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-cite.el (gnus-cite-face-list): Set the values of
10622         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10623         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10624         (gnus-message-cite-prefix-regexp): New variable.
10625         (gnus-message-search-citation-line): Use it; protect against long
10626         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10627         the 0th match data for Emacs.
10628         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10629         (gnus-message-add-citation-keywords): Append keywords rather than
10630         prepending; emulate font-lock-add-keywords if it is not available.
10631         (gnus-message-remove-citation-keywords):
10632         Emulate font-lock-remove-keywords if it is not available.
10633
10634         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10635
10636         * message.el (message-cite-prefix-regexp): Set the value of
10637         gnus-message-cite-prefix-regexp.
10638
10639 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10640
10641         * nnweb.el (nnweb-google-parse-1): Update parser.
10642
10643 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10644
10645         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10646
10647 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10648
10649         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10650         regexp.
10651
10652 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10655         string-to-multibyte.
10656         (uudecode-decode-region-internal): Use it.
10657
10658         * lpath.el: Fbind string-as-multibyte for XEmacs.
10659
10660 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10663         Fix custom choice.
10664
10665         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10666
10667 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10668
10669         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10670
10671         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10672         `write-region' to respect `mm-inhibit-file-name-handlers'.
10673
10674 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10677         Use gnus-home-directory instead of "~/" or "$HOME".
10678
10679 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10682         to mention filename.
10683         Add comments at beginning regarding usage.
10684         (encrypt-write-file-contents): Change interactive so a string is
10685         acceptable.  If the file has no associated model, show an error instead
10686         of a nonsense prompt.
10687
10688 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10689
10690         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10691         Thanks to Yoshihiko Yamada for kind notification of this typo.
10692
10693 2007-01-12  Kenichi Handa  <handa@m17n.org>
10694
10695         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10696         multibyte buffer.
10697
10698 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-score.el (gnus-score-fast-scoring): New variable.
10701         (gnus-score-headers): Use it.
10702
10703         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10704
10705         * message.el (message-cite-original-1):
10706         Call gnus-article-highlight-citation if requested.
10707         (message-make-from): Allow name and address as optional arguments.
10708
10709         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10710
10711         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10712         bugs to doc string.
10713         (gnus-button-alist): Add mid\\|message-id.
10714         (gnus-button-fetch-group): Extend for use in
10715         `browse-url-browser-function'.
10716         (gnus-button-url-regexp): Try to catch paired parentheses like in
10717         Wikipedia URLs.
10718
10719         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10720         Suggested by Simon Krahnke <overlord@gmx.li>.
10721
10722 2007-01-13  Romain Francoise  <romain@orebokech.com>
10723
10724         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10725         Update copyright.
10726
10727 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10728
10729         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10730
10731 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10732
10733         * gnus-registry.el (gnus-registry-unfollowed-groups)
10734         (gnus-registry-split-fancy-with-parent): Fix documentation.
10735
10736 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10739         from nnweb groups.
10740
10741 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10744         Xref urls.  Erase buffer before requesting head.
10745
10746         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10747
10748 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10751         customizable.
10752
10753 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10754
10755         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10756         no signing key is found.
10757         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10758         no encrypting and/or signing key is found.
10759
10760 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10763
10764 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10765
10766         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10767         headers read from disk with the ones newly found in the current search.
10768         This should no longer cause problems, because the article numbers in
10769         Gmane's `nov.php' output are ignored since the previous change.
10770
10771 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10772
10773         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10774
10775 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10778         replace-regexp-in-string; bind url-version; fbind display-images-p and
10779         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10780         find-face and set-itimer-function for Emacs; bind itimer-list for
10781         Emacs.
10782
10783         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10784
10785 2007-01-01  Romain Francoise  <romain@orebokech.com>
10786
10787         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10788
10789 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10790
10791         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10792         `define-minor-mode' macro definition expanded properly.
10793         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10794         exclude it there.
10795
10796         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10797         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10798         `fboundp' test.
10799         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10800         This is OK to autoload in (S)XEmacs now.
10801
10802 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10805         keystroke.
10806         (gnus-summary-limit-to-singletons): Fix typo.
10807
10808         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10809         else fails.
10810
10811 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10812
10813         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10814         docstring.
10815
10816         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10817         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10818         (gnus-summary-insert-dormant-articles): Fix typo in message.
10819
10820 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10823         nil for XEmacs.
10824         (gnus-message-citation-mode): Don't autoload in XEmacs.
10825
10826         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10827
10828 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10829
10830         * nnimap.el (nnimap-expunge-search-string):
10831         Mention nnimap-search-uids-not-since-is-evil in docstring.
10832
10833 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * spam.el: Revert to make-obsolete-variable because
10836         define-obsolete-variable-alias is not supported in Emacs 21.
10837
10838         * spam.el (spam-ifile-path, spam-ifile-database-path)
10839         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10840         make-obsolete-variable.
10841         (spam-bsfilter-path, spam-bsfilter-program)
10842         (spam-spamassassin-path, spam-spamassassin-program)
10843         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10844         Don't use "path" inappropriately.
10845         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10846         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10847         variable names.
10848
10849 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10850
10851         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10852         summary buffer.
10853
10854         * password.el (password-cache-remove): Use clear-string to burn
10855         password, if available.
10856
10857 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10860
10861         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10862
10863         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10864         (gnus-message-highlight-citation): Move defcustom here from
10865         gnus-cite.el.
10866         (gnus-message-citation-mode): Autoload.
10867
10868         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10869         checks to make it compile with XEmacs.
10870         (gnus-message-citation-mode): New minor mode.
10871         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10872         (gnus-message-highlight-citation): New variables.
10873         (gnus-message-search-citation-line)
10874         (gnus-message-add-citation-keywords)
10875         (gnus-message-remove-citation-keywords)
10876         (turn-on-gnus-message-citation-mode)
10877         (turn-off-gnus-message-citation-mode): New functions.
10878
10879 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10880
10881         * gnus-cite.el: Enable highlighting of different citation levels in
10882         message-mode.
10883
10884 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * message.el (message-make-fqdn): Fix comment.
10887         (message-bogus-system-names): Add ".local".
10888
10889         * spam.el (spam-ifile-path, spam-ifile-program)
10890         (spam-ifile-database-path, spam-ifile-database)
10891         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10892         Don't use "path" inappropriately.
10893         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10894         strings.
10895         (spam-check-ifile, spam-ifile-register-with-ifile)
10896         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10897         Use new variable names.
10898
10899         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10900         (gnus-treat-display-smileys): Simplify using
10901         gnus-image-type-available-p.
10902
10903         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10904         available.
10905
10906         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10907         Use `display-images-p' if available.
10908
10909 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10912         one after turning on the buffer's multibyteness instead of decoding
10913         them directly in the unibyte buffer that causes unexpected conversion
10914         in Emacs 23 (unicode).
10915
10916 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10917
10918         * message.el (message-generate-hashcash): Fix custom type.
10919
10920 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10923
10924 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10927         disconnect icons.  Add help text.
10928
10929 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10930
10931         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10932         negated to be consistent with the others we handle.
10933
10934 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10937         version of gnus-summary-buffer to something, so that we can use two
10938         article buffers at the same time.
10939
10940 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10941
10942         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10943         trigger all the extra headers.
10944         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10945         sorting.
10946
10947 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10948
10949         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10950         solid groups.
10951
10952 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10953
10954         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10955
10956 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * legacy-gnus-agent.el: Add Copyright notice.
10959
10960 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10961
10962         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10963
10964 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10965
10966         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10967
10968         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10969         to make it work reliably in CVS Emacs.
10970         (gnus-summary-limit-strange-charsets-predicate)
10971         (gnus-summary-limit-to-predicate): New functions.
10972
10973 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10974
10975         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10976         specifying array size.
10977         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10978         array if it is too small.
10979         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10980         (gnus-sort-threads-loop): New function.
10981
10982 2006-12-06  Chris Moore  <dooglus@gmail.com>
10983
10984         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10985         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10986
10987 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10988
10989         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10990         options.
10991
10992 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10995         DOS-ing the recipient.
10996
10997         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10998         the headers when creating the mapping to avoid mismappings.
10999         (nnweb-gmane-create-mapping): Always nix out old mapping.
11000
11001 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11004         and mm-verify-option to never.
11005
11006 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * message.el (message-signed-or-encrypted-p): New function.
11009         (message-forward-make-body): Use it.
11010
11011         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11012         Replace encode-coding-string with mm-encode-coding-string.
11013
11014 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * nneething.el (nneething-decode-file-name):
11017         Replace decode-coding-string with mm-decode-coding-string.
11018
11019         * gnus-int.el (gnus-open-server): Say failed server's name.
11020
11021 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11022
11023         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11024         strings to a single string.  Quote `errors-file-name'.
11025         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11026         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11027         Adjust calls.  Use `shell-quote-argument'.
11028
11029 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11030
11031         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11032         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11033
11034         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11035         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11036         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11037         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11038         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11039         (gnus-subscribe-newsgroup, gnus-1):
11040         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11041         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11042         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11043         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11044
11045 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11048         keystroke.
11049         (gnus-summary-limit-to-bodies): Implement headersp.
11050
11051 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11052
11053         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11054
11055 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11058
11059 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * message.el (message-generate-hashcash): Expand range of values to
11062         include `opportunistic'.
11063         (message-send-mail): Use it.
11064
11065 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11066
11067         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11068         and comment it.
11069
11070         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11071
11072 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * gnus-util.el (gnus-extract-address-components): Improve comment.
11075
11076 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-util.el (gnus-extract-address-components): Work with address in
11079         which the name portion contains @.
11080
11081         * lpath.el: Fbind custom-autoload.
11082
11083 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus.el (gnus-start): Move custom group up.
11086         (gnus-select-method): Don't autoload, but make it available for
11087         `customize-variable'.
11088         (gnus-getenv-nntpserver): Don't autoload.
11089
11090 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11091
11092         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11093
11094 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * message.el (message-sendmail-extra-arguments): New variable.
11097         (message-send-mail-with-sendmail): Use it.
11098
11099 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11102         mm-with-unibyte-current-buffer to make string unibyte.
11103
11104         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11105         mm-string-as-multibyte.
11106
11107 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11108
11109         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11110         Reported by Werner Koch <wk@gnupg.org>.
11111
11112 2006-11-14  Daiki Ueno  <ueno@p360>
11113
11114         * mml2015.el: Autoload epa-select-keys when compiling.
11115
11116 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11117
11118         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11119         message-options.
11120         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11121
11122 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11123
11124         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11125         EasyPG (< 0.0.6).
11126         (mml2015-always-trust): New user option.
11127         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11128         prompt.
11129
11130 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * nntp.el (nntp-authinfo-force): New variable.
11133         (nntp-send-authinfo): Use it.
11134
11135 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11138         decode encoded words.  Improve prompt.  Add comment about forwarding.
11139         (message-replacement-char): Move up.
11140
11141 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11142
11143         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11144         instead of gnus-intersection because arguments of gnus-sorted-nunion
11145         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11146
11147 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11150         (message-simplify-subject-functions):
11151         Enable message-strip-subject-encoded-words by default.
11152
11153 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * message.el (message-strip-subject-encoded-words): New function.
11156         (message-simplify-subject-functions): New variable.
11157         (message-simplify-subject): Use it.  Fix typo in doc string.
11158         Support message-strip-subject-encoded-words.
11159
11160 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11161
11162         * gnus-diary.el (gnus-diary-delay-format-function):
11163         * nndiary.el (nndiary-reminders):
11164         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11165
11166 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gnus-art.el (article-hide-boring-headers): Fetch date from
11169         gnus-original-article-buffer to avoid problems with localized date
11170         strings.
11171
11172 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11175
11176 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11179         New variables.
11180         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11181         (mm-charset-synonym-alist): Move some entries to
11182         mm-codepage-iso-8859-list.
11183         (mm-charset-synonym-alist, mm-charset-override-alist):
11184         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11185
11186 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11189
11190 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11193         with Emacs 21 and XEmacs.
11194
11195 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * spam.el (spam-parse-address): New function for better parsing,
11198         catching errors, etc.
11199         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11200
11201 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * mm-view.el: Add interactive arg to html2text autoload.
11204
11205 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11208
11209 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11212         New variables.
11213         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11214         (mm-charset-synonym-alist): Move some entries to
11215         mm-codepage-iso-8859-list.
11216
11217         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11218
11219 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * message.el (message-citation-line-format)
11222         (message-insert-formated-citation-line): Fix implementation of %E, %N
11223         and %n according to the doc string.
11224
11225 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11228         Use car-safe to avoid bad parses.
11229
11230 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11233         names.
11234
11235         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11236
11237 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11240         header.
11241
11242         * message.el (message-draft-headers): Add Date.
11243         (message-headers-to-generate): Fix typo in docstring.
11244
11245         * nndraft.el (nndraft-required-headers): New variable.
11246         (nndraft-generate-headers): Use it.
11247
11248         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11249
11250 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11251
11252         * gnus-registry.el (gnus-registry-wash-for-keywords)
11253         (gnus-registry-find-keywords): New functions to allow easy searching of
11254         articles that are in the registry.
11255
11256 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11259         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11260         Reported by Damien Elmes <damien@repose.cx>.
11261
11262 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus.el (gnus-mime): Remove unused custom group.
11265
11266 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11267
11268         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11269         "blank line" when searching for end of armor headers.
11270
11271 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gmm-utils.el (gmm-write-region): Fix variable name.
11274
11275 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * gmm-utils.el (gmm-write-region): New function based on compatibility
11278         code from `mm-make-temp-file'.
11279
11280         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11281
11282         * nnmaildir.el (nnmaildir--update-nov)
11283         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11284         Use `gmm-write-region'.
11285
11286 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11289         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11290
11291         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11292
11293         * message.el (message-replacement-char): New variable.
11294         (message-fix-before-sending): Use it.
11295         (message-simplify-subject): New function to remove duplicate code.
11296         (message-reply, message-followup): Use it.
11297
11298         * gnus-sum.el (gnus-summary-make-menu-bar):
11299         Clarify gnus-summary-limit-to-articles.
11300
11301 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-util.el (gnus-with-local-quit): New macro.
11304
11305         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11306
11307 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11308
11309         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11310         ignore non-string data.
11311
11312 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11313
11314         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11315         non-string data (needs to be done in the registry too).
11316
11317 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11318
11319         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11320         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11321         (gnus-registry-split-fancy-with-parent)
11322         (gnus-registry-fetch-simplified-message-subject-fast)
11323         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11324         Remove text properties on ingress into the registry and when it's saved.
11325         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11326         registry from entries with no groups.
11327
11328 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11329
11330         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11331         function to remove string properties.
11332
11333 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gmm-utils.el (gmm): Adjust custom version.
11336
11337         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11338         Adjust custom version.
11339
11340         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11341
11342 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus-art.el (gnus-insert-prev-page-button)
11345         (gnus-insert-next-page-button): Simplify.  Reformat.
11346
11347 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11348
11349         * gnus-art.el (gnus-insert-prev-page-button)
11350         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11351
11352 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11353
11354         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11355
11356 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11357
11358         * gnus-art.el (gnus-insert-mime-button)
11359         (gnus-insert-mime-security-button):
11360         Apply gnus-article-button-face to MIME and security buttons.
11361
11362 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11365         readable.
11366
11367 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11370
11371 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11372
11373         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11374         `browse-url-of-file' instead of `browse-url'.
11375
11376 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11377
11378         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11379         regexp.  Articles containing quotation were cut prematurely.
11380
11381 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * message.el (message-cite-original-1): Use nobody by default for the
11384         value of From header.
11385         (message-reply): Ditto.
11386
11387 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11388
11389         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11390         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11391         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11392
11393 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11396         mails in the doc string.  Add some URLs in comment.
11397         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11398
11399 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11402         backslashes handling and the way to find boundaries of quoted strings.
11403
11404 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11405
11406         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11407         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11408         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11409         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11410
11411 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11414         doc string.
11415         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11416
11417 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * lpath.el: Fbind epg-check-configuration.
11420
11421 2006-09-06  Simon Josefsson  <jas@extundo.com>
11422
11423         * mml2015.el (mml2015-use): Doc fix, mention epg.
11424
11425 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11426
11427         * mml2015.el (mml2015-use): Default to epg, if available.
11428
11429 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11432         message-sender.
11433         (mml1991-epg-encrypt): Ditto.
11434         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11435         message-sender.
11436         (mml2015-epg-encrypt): Ditto.
11437
11438 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11439
11440         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11441         several common directories.
11442
11443 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11444
11445         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11446         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11447
11448 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (article-decode-encoded-words): Make it fast.
11451
11452 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11455
11456         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11457         in quoted string into `\'.
11458
11459 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11462         Use standard-syntax-table.
11463
11464 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-art.el (gnus-decode-address-function): New variable.
11467         (article-decode-encoded-words): Use it to decode headers which are
11468         assumed to contain addresses.
11469         (gnus-mime-delete-part): Remove useless `or'.
11470
11471         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11472         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11473         (gnus-nov-parse-line): Use it to decode From header.
11474         (gnus-get-newsgroup-headers): Ditto.
11475         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11476
11477         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11478         (mail-decode-encoded-address-string): New alias.
11479
11480         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11481         New function.
11482         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11483         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11484         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11485         (rfc2047-decode-string): Ditto.
11486         (rfc2047-decode-address-region): New function.
11487         (rfc2047-decode-address-string): New function.
11488
11489 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * message.el (message-caesar-buffer-body): Allow rotating headers.
11492
11493         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11494
11495         * message.el (message-insert-formated-citation-line): Fix %f.
11496         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11497
11498 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11501         (gnus-bookmark-mouse-available-p): New macro.
11502         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11503         (gnus-bookmark-bmenu-show-infos): Use it.
11504         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11505         (gnus-bookmark-bmenu-hide-infos): Ditto.
11506         (gnus-bookmark-remove-properties): New function.
11507         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11508         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11509         (gnus-bookmark-write-file): Bind coding-system-for-write.
11510         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11511         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11512         group before selecting it.
11513         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11514         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11515         quit-window if it is not available; use gnus-mouse-2 and bind it to
11516         gnus-bookmark-bmenu-select-by-mouse.
11517         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11518         (gnus-bookmark-bmenu-select-by-mouse): New function.
11519
11520 2006-08-13  Romain Francoise  <romain@orebokech.com>
11521
11522         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11523         space.
11524
11525 2006-08-10  Romain Francoise  <romain@orebokech.com>
11526
11527         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11528         (dns-mode-soa-auto-increment-serial): New user option.
11529         (dns-mode-soa-maybe-increment-serial): New function.
11530         (dns-mode): Add the latter to `write-contents-functions'.
11531
11532 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * compface.el (uncompface): Use binary rather than raw-text-unix.
11535
11536 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * compface.el (uncompface): Make sure the eol conversion doesn't take
11539         place when communicating with the external programs.
11540         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11541
11542 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11545
11546 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11547
11548         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11549         Make it more robust by parsing author and date independently.
11550
11551 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11554
11555 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11556
11557         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11558         first matching secret key.
11559         (mml2015-epg-encrypt): Ditto.
11560
11561         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11562         first matching secret key.
11563         (mml1991-epg-encrypt): Ditto.
11564
11565         * mml2015.el (mml2015-encrypt-to-self): New user option.
11566         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11567         mml2015-epg-encrypt-to-self is set.
11568
11569         * mml1991.el (mml1991-encrypt-to-self): New variable.
11570         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11571         mml1991-epg-encrypt-to-self is set.
11572
11573         * mml2015.el (mml2015-signers): New user option.
11574         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11575         (mml2015-epg-encrypt): Allow to select signing keys.
11576
11577         * mml1991.el (mml1991-signers): New variable.
11578         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11579         (mml1991-epg-encrypt): Allow to select signing keys.
11580
11581 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * nnheader.el (nnheader-insert-head): Make it work even if the file
11584         uses CRLF for the line-break code.
11585
11586 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11587
11588         * mml2015.el: Require mml-sec instead of password.
11589         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11590         (mml2015-cache-passphrase): Inherit the default value from
11591         mml-secure-cache-passphrase.
11592         (mml2015-passphrase-cache-expiry): Inherit the default value from
11593         mml-secure-passphrase-cache-expiry.
11594
11595         * mml1991.el: Require mml-sec instead of password.
11596         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11597         (mml1991-cache-passphrase): Inherit the default value from
11598         mml-secure-cache-passphrase.
11599         (mml1991-passphrase-cache-expiry): Inherit the default value from
11600         mml-secure-passphrase-cache-expiry.
11601
11602         * mml-sec.el: Require password.
11603         (mml-secure-verbose): New user option.
11604         (mml-secure-cache-passphrase): New user option.
11605         (mml-secure-passphrase-cache-expiry): New user option.
11606
11607 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11608
11609         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11610         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11611         andreas@altroot.de (Andreas Vögele).
11612
11613         FIXME: Use `tiny change'?
11614
11615 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11616
11617         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11618         workaround for the url package included with Emacs.
11619
11620         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11621
11622 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11625         correctly.  This fixes a bug caused by the 2006-05-12 change.
11626
11627 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11628
11629         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11630         some information about the error when saying that the `bogus' mail
11631         group will be used.
11632
11633 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11636         string.
11637
11638 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11639
11640         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11641
11642 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11643
11644         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11645
11646 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11647
11648         * mml1991.el (mml1991-function-alist): Add epg.
11649         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11650         (mml1991-epg-encrypt): New functions.
11651
11652 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11653
11654         * mml2015.el (mml2015-verbose): New variable.
11655         (mml2015-cache-passphrase): Ditto.
11656         (mml2015-passphrase-cache-expiry): Ditto.
11657         (mml2015-function-alist): Add epg.
11658         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11659         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11660         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11661         New functions.
11662
11663 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11664
11665         * message.el (message-cite-original-1): Preserve region when removing
11666         quoted text due to X-No-Archive in order to avoid bogus attribution
11667         when citing multiple messages.
11668
11669 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11670
11671         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11672         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11673
11674 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-diary.el (gnus-user-format-function-d)
11677         (gnus-user-format-function-D): Autoload.
11678
11679         * imap.el (Commentary): Fix typo.
11680
11681         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11682         2006-04-22 contribution.
11683
11684 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11685
11686         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11687         It didn't really fix the bogosity I'm seeing with solid web groups.
11688
11689 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11690
11691         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11692         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11693         created using server names.  If we use the feature without declaring
11694         it, Gnus does not properly manage server and group state.
11695
11696         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11697         bound.
11698
11699 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11700
11701         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11702         looking up the method using GROUP's prefix before inventing a new one.
11703         It is used on killed/unknown groups in various places where returning
11704         an all-new method isn't expected by the caller.
11705
11706         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11707         and match semantics of gnus-group-real-prefix.
11708
11709 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * nnmail.el (nnmail-broken-references-mailers): New variable.
11712         (nnmail-ignore-broken-references): New function generalizing
11713         nnmail-fix-eudora-headers.
11714         (nnmail-fix-eudora-headers): Now obsolete.
11715
11716         * gnus-art.el (gnus-button-handle-custom):
11717         Support `customize-apropos*'.
11718
11719 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720
11721         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11722
11723         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11724         articles.
11725
11726 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * message.el (message-cite-reply-above): New variable.
11729         (message-yank-original): Use it.
11730
11731 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11734
11735 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11738         as read.
11739
11740         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11741
11742 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11745         (gnus-bookmark-default-file): Use gnus-directory.
11746         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11747         Remove "*" in doc string.
11748         (gnus-bookmark-write-file): Simplify.
11749         (gnus-bookmark-maybe-sort-alist): Use `when'.
11750         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11751         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11752         Add FIXME about Emacs 21 and XEmacs compatibility.
11753         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11754         compatibility.
11755         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11756         compatibility.
11757         (gnus-bookmark-menu-heading): Fix version.
11758
11759 2006-06-19  Bastien Guerry  <bzg@altern.org>
11760
11761         * gnus-bookmark.el: New file.
11762
11763 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * message.el (message-syntax-checks): Doc fix.
11766
11767 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11768
11769         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11770         unsubscribed groups as if they were killed ones.  It causes duplicate
11771         entries in gnus-newsrc-alist.
11772
11773 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * message.el (message-syntax-checks): Doc fix.
11776         (message-send-mail): Add check for continuation headers.
11777         (message-check-news-header-syntax): Fix regexp used to check for
11778         continuation headers.
11779
11780 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11783
11784 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11787
11788 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11791         default-truncate-lines.
11792
11793 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11796         to fill the utf-8 entry.
11797
11798         * lpath.el: Fbind unicode-precedence-list.
11799
11800 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11801
11802         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11803
11804 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11805
11806         * gnus-agent.el (directory-files-and-attributes): Move all the way
11807         forward (the third and final move).
11808         (gnus-agent-read-agentview): Trap reconstruction errors due to
11809         nonexistent directory.  Handle by returning nil.
11810
11811 2006-05-30  Didier Verna  <didier@xemacs.org>
11812
11813         * message.el (message-dont-reply-to-names): Update the custom type.
11814         * message.el (message-dont-reply-to-names): New defsubst: potentially
11815         convert a list of regexps into a single one.
11816         * message.el (message-get-reply-headers): Use it.
11817         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11818
11819 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-agent.el (directory-files-and-attributes): Move forward.
11822
11823 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-ml.el (gnus-mailing-list-subscribe)
11826         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11827         (gnus-mailing-list-message): Fix doc strings.
11828
11829 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11830
11831         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11832         of doing it manually.
11833
11834 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11837         comment.
11838
11839 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11840
11841         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11842         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11843         (gnus-agent-read-local): All symbols allocated in my-obarray.
11844         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11845         (gnus-agent-regenerate-group): Check numeric names to see if they are
11846         messages or groups.
11847         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11848         better way of do this...)
11849
11850         * gnus-cache.el (gnus-agent-total-fetched-for):
11851         Ignore 'dummy.group' (there should be a better way of do this...)
11852
11853 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11856         (gnus-saved-headers): Ditto.
11857         (gnus-default-article-saver): Mention functions may have properties.
11858         (gnus-article-save): Override gnus-save-all-headers and
11859         gnus-saved-headers by :headers property which saver function may have.
11860         (gnus-summary-save-in-file): Add :headers property.
11861         (gnus-summary-write-to-file): Ditto.
11862
11863         * gnus-sum.el (gnus-summary-save-article): Bind
11864         gnus-prompt-before-saving to t when saving many articles in a file;
11865         always show all headers.
11866
11867         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11868
11869 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11872         marks.
11873
11874         * message.el (message-indent-citation): Add optional arguments to allow
11875         using it outside of message buffers.
11876
11877         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11878         (gnus-article-treat-unfold-headers): Use it.
11879         (gnus-article-truncate-lines): New variable.
11880         (gnus-article-mode): Use it.
11881         (gnus-article-toggle-truncate-lines): New function.
11882
11883         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11884         Add gnus-article-toggle-truncate-lines.
11885
11886         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11887         coding system in XEmacs, use binary.
11888
11889 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11892         after-load-alist.
11893
11894         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11895         this function should save decoded articles.
11896         (gnus-summary-write-to-file): Use property to specify this function
11897         should save decoded articles and specify gnus-summary-save-in-file
11898         should be used to save articles other than the first one when saving
11899         many articles.
11900         (gnus-summary-save-body-in-file): Use property to specify this
11901         function should save decoded articles.
11902         (gnus-summary-write-body-to-file): Use property to specify this
11903         function should save decoded articles and specify
11904         gnus-summary-save-body-in-file should be used to save articles other
11905         than the first one when saving many articles.
11906
11907         * gnus-sum.el (gnus-summary-save-article): Simplify.
11908
11909 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-default-article-saver):
11912         Add gnus-summary-write-body-to-file.
11913         (gnus-article-save-coding-system): Don't use coding system object
11914         in XEmacs.
11915         (gnus-read-save-file-name): Add optional `dir-var' argument which
11916         specifies directory in which files are saved; work even if optional
11917         `variable' argument is not specified.
11918         (gnus-summary-write-to-file): Read file name.
11919         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11920         (gnus-summary-write-body-to-file): New function.
11921
11922         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11923         (gnus-summary-local-variables): Add it.
11924         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11925         (gnus-summary-save-article): Remove optional `decode' argument;
11926         determine whether to decode articles by the value of
11927         gnus-default-article-saver; when saving many files using
11928         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11929         it first and use gnus-summary-save-in-file or
11930         gnus-summary-save-body-in-file thereafter unless
11931         gnus-prompt-before-saving is always; move point to article which
11932         will be saved.
11933         (gnus-summary-save-article-file): Revert.
11934         (gnus-summary-write-article-file): Revert.
11935         (gnus-summary-save-article-body-file): Revert.
11936         (gnus-summary-write-article-body-file): New function.
11937
11938 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-art.el (gnus-default-article-saver): Doc fix.
11941         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11942         from gnus-summary-save-article-coding-system, and default to a
11943         certain coding system.
11944         (gnus-output-to-file): Add coding cookie and encode text according
11945         to gnus-article-save-coding-system; don't use mm-append-to-file.
11946
11947         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11948         gnus-art.el and rename to gnus-article-save-coding-system.
11949         (gnus-summary-save-article): Require gnus-art; don't show all
11950         headers if it decodes articles; don't add coding cookie here;
11951         don't bind mm-text-coding-system-for-write.
11952         (gnus-summary-save-article-file): Save decoded articles.
11953         (gnus-summary-write-article-file): When saving many files, use
11954         gnus-summary-write-to-file first and gnus-summary-save-in-file
11955         thereafter unless gnus-prompt-before-saving is always.
11956         (gnus-summary-save-article-body-file): Save decoded articles.
11957
11958         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11959
11960 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * nnrss.el (nnrss-check-group): Bind hash-index.
11963
11964 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11965
11966         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11967         its hash index.  Store this hash in `nnrss-group-data'.
11968         (nnrss-read-group-data): Update accordingly.
11969
11970 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11973         entry.
11974
11975         * gnus-sum.el (gnus-summary-make-menu-bar):
11976         Add gnus-article-browse-html-article.
11977
11978 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11979
11980         * gnus-sum.el (gnus-summary-mime-map):
11981         Add gnus-article-browse-html-article.
11982
11983         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11984
11985 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11988         suitable coding systems in customize.
11989
11990 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * mail-source.el (mail-sources): Fix custom type.
11993
11994 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11997         (gnus-summary-expire-articles-now): Shorten prompt.
11998
11999         * gmm-utils.el (wid-edit): Require.
12000         (defun-gmm): Rename from `gmm-defun-compat'.
12001         (gmm-image-search-load-path): Use it.
12002         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12003
12004 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-sum.el (gnus-summary-save-article-coding-system):
12007         New variable.
12008         (gnus-summary-save-article): Add optional `decode' argument.
12009         If it is set and gnus-summary-save-article-coding-system is non-nil,
12010         save decoded article.
12011         (gnus-summary-write-article-file): Save decoded article if
12012         gnus-summary-save-article-coding-system is non-nil.
12013
12014         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12015         type.
12016
12017 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12020
12021 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12024         first to test gnus-single-article-buffer which may be buffer-local.
12025
12026         * gnus-sum.el (gnus-summary-setup-buffer):
12027         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12028         group; make gnus-article-buffer, gnus-article-current, and
12029         gnus-original-article-buffer always buffer-local.
12030         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12031         group.
12032         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12033
12034 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * nnml.el (nnml-request-compact-group): Compressed files might not
12037         have .gz extension.
12038
12039 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12040
12041         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12042         (mm-copy-to-buffer): Use with-current-buffer.
12043         (mm-display-part): Simplify.
12044         (mm-inlinable-p): Add optional arg `type'.
12045
12046 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12047
12048         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12049         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12050         Try harder to show the attachment internally or externally using
12051         gnus-mime-view-part-as-type.
12052
12053 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * message.el (message-from-style, message-signature-separator)
12056         (message-user-organization-file, message-send-mail-function)
12057         (message-citation-line-function, message-yank-prefix)
12058         (message-indent-citation-function, message-signature)
12059         (message-signature-file, message-signature-insert-empty-line):
12060         Remove autoloads.
12061
12062         * gnus-art.el (gnus-buttonized-mime-types):
12063         Remove "multipart/signed".  Revert 2006-04-26 change.
12064
12065 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * gnus.el (gnus-version-number): Bump version.
12068
12069 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12070
12071         * gnus.el: No Gnus v0.5 is released.
12072
12073 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12074
12075         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12076         fetching articles by message-id.
12077
12078 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * message.el (hashcash): Require hashcash as normal.
12081
12082         * ecomplete.el (ecomplete-highlight-match-line):
12083         Use point-at-eol.
12084         (ecomplete-highlight-match-line): Use `highlight', because that
12085         face exists in both Emacs and XEmacs.
12086
12087         * message.el (message-display-abbrev): Use point-at-bol.
12088
12089         * mail-source.el: Don't require timer/timer-funcs.
12090
12091         * gnus-async.el: Ditto.
12092
12093         * password.el: Ditto.
12094
12095         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12096
12097         * mm-url.el: Ditto.
12098
12099         * gnus-xmas.el: Don't require timer-funcs.
12100
12101         * mm-util.el: Require timer/timer-funcs.
12102
12103 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12104
12105         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12106         Close.
12107
12108 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12111         unibyte after clear-decrypt function runs.
12112
12113         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12114         returns as a unibyte string.
12115
12116 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * lpath.el: Revert.
12119
12120         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12121         (pgg-gpg-process-sentinel): Revert.
12122
12123         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12124         (pgg-pgp-lookup-key): Revert.
12125
12126         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12127         (pgg-pgp5-lookup-key): Revert.
12128
12129         * pgg.el (pgg-fetch-key): Revert.
12130
12131 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * lpath.el: Fbind string-as-multibyte for XEmacs.
12134
12135         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12136         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12137         (mml1991-pgg-encrypt): Ditto.
12138
12139         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12140         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12141         a multibyte buffer.
12142
12143         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12144         (pgg-pgp-lookup-key): Ditto.
12145
12146         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12147         (pgg-pgp5-lookup-key): Ditto.
12148
12149         * pgg.el (pgg-fetch-key): Ditto.
12150
12151 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el (message-user-organization-file): Check several
12154         locations of the organization file.
12155
12156         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12157         Add gnus-article-view-part-as-type.
12158
12159         * gnus-art.el (gnus-article-view-part-as-type): New function.
12160
12161         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12162         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12163
12164         * mml.el: Simplify autoload.
12165         (mml-mode): defvar dnd-protocol-alist instead of using
12166         symbol-value.
12167         (mml-default-directory): New variable.
12168         (mml-minibuffer-read-file): Use it.
12169         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12170
12171         * message.el (message-citation-line-format): New variable.
12172         (message-insert-formated-citation-line): New function.
12173         (message-citation-line-function):
12174         Add `message-insert-formated-citation-line' to custom type.
12175
12176         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12177         to doc string.
12178
12179         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12180         depending on mm-verify-option.
12181
12182 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12185         binding pgg-* variables; reimplement the section which prevents
12186         MIME header from being signed.
12187         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12188         pgg-text-mode; remove a blank line at the top of body.
12189
12190         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12191         lines at the top of body; use gnus-newsgroup-charset if there's no
12192         Charset header.
12193
12194 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * message.el (message-self-insert-commands): Doc fix.
12197
12198         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12199         (mm-uu-pgp-encrypted-test): Ditto.
12200         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12201         between header and body; return application/pgp-encrypted handle
12202         if decryption failed; decode decrypted body by charset.
12203
12204         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12205         element match to application/pgp-*.
12206
12207 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12208
12209         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12210         HTML.
12211
12212 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * mail-source.el (mail-source-call-script): Message the error
12215         string.
12216
12217 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12218
12219         * gnus-util.el (gnus-byte-compile): Use it.
12220
12221 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12222
12223         * gnus-util.el (kill-empty-logs): New function.
12224
12225 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12226
12227         * message.el (message-mail-alias-type): Doc fix.
12228         (message-mail-alias-type-p): New function.
12229         (message-send): Use it.
12230         (message-mode): Ditto.
12231         (message-strip-forbidden-properties): Ditto.
12232
12233         * ecomplete.el (ecomplete-database-file-coding-system):
12234         New variable.
12235         (ecomplete-save): Use it.
12236         (ecomplete-setup): Use it.
12237
12238 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * message.el (message-self-insert-commands): New variable.
12241         (message-strip-forbidden-properties): Use it.
12242
12243 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12244
12245         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12246         that doesn't make XEmacs choke.
12247
12248 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gnus-util.el (gnus-replace-in-string):
12251         Prefer replace-regexp-in-string over of replace-in-string.
12252
12253 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-util.el (gnus-select-frame-set-input-focus):
12256         Use select-frame-set-input-focus if it is available in XEmacs; use
12257         definition defined in Emacs 22 for old Emacsen.
12258
12259         * dgnushack.el: Autoload unmorse-region for XEmacs.
12260
12261         * lpath.el: Bind cursor-in-non-selected-windows and
12262         select-frame-set-input-focus for XEmacs.
12263
12264 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12267
12268 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12269
12270         * gnus-registry.el (gnus-registry-cache-save): Remove text
12271         properties when saving via the temp buffer.
12272
12273 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * message.el (message-generate-hashcash): Honor custom type.
12276
12277 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12278
12279         * message.el (message-generate-hashcash): Default to non-nil when
12280         hashcash is found.
12281
12282         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12283         (gnus-refer-thread-limit): Increase default to 500.
12284
12285         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12286
12287         * flow-fill.el (fill-flowed): Allow delete-space.
12288
12289 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12292         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12293         Remove autoloads.
12294
12295 2006-04-18  Simon Josefsson  <jas@extundo.com>
12296
12297         * message.el (message-generate-hashcash): Default to.
12298
12299 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12302         concatenating segments rather than before concatenating them.
12303
12304 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12307
12308 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12311
12312         * message.el (message-forward-make-body-plain):
12313         Allow message-forward-ignored-headers to be a list.
12314         (message-remove-ignored-headers): Factor out into function.
12315         (message-forward-make-body-mml): Use it.
12316
12317         * imap.el (imap-quote-specials): New function.
12318         (imap-login-auth): Quote specials.
12319
12320         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12321         (rfc2231-parse-string): Allow concatanation of parameters that
12322         aren't contiguous.  The test case is
12323           (mail-header-parse-content-type "message/external-body;
12324             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12325             access-type=LOCAL-FILE;
12326             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12327
12328 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * nntp.el (nntp-accept-process-output): Return the value of
12331         `nnheader-accept-process-output'.
12332
12333 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334
12335         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12336         (gnus-button-alist): Recognize more diff formats.
12337         (gnus-button-patch): Strip directory.
12338
12339 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12342         Emacs 22 when setting focus.
12343
12344 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * gnus-art.el (gnus-article-treat-types): Do treatment of
12347         text/x-verbatim parts.
12348         (gnus-button-patch): New command.
12349
12350         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12351         addresses that contain invalid characters.
12352
12353 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * message.el (message-put-addresses-in-ecomplete):
12356         Use gnus-replace-in-string.
12357         (message-is-yours-p): Use the more correct
12358         mail-header-parse-address instead of
12359         mail-extract-address-components.
12360         (message-put-addresses-in-ecomplete): Fix typo.
12361
12362         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12363         keystroke.
12364
12365         * gnus-art.el (gnus-treatment-function-alist): Change order of
12366         newsgroups/generic header folding to avoid double-folding.
12367
12368         * message.el (message-hidden-headers): Add X-Draft-From.
12369
12370         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12371         New command.
12372         (gnus-summary-repeat-search-article-backward): New command.
12373
12374         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12375         groups in the parent topic.
12376
12377 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12378
12379         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12380         (spam-extra-header-to-number): Return the CRM114 number as a
12381         number instead of a string.
12382
12383 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12384
12385         * gnus-art.el (gnus-face-properties-alist): Move here from
12386         gnus-fun.
12387
12388         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12389
12390 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12391
12392         * message.el (message-strip-forbidden-properties): Only display on
12393         self-insert-command.
12394
12395         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12396         reindent.
12397         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12398
12399 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12400
12401         * smiley.el (smiley-style): Fix typo.
12402
12403 2006-03-23  Kenichi Handa  <handa@m17n.org>
12404
12405         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12406         instead of set-buffer-multibyte.
12407
12408 2006-03-23  Kenichi Handa  <handa@m17n.org>
12409
12410         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12411         buffer and then decode the buffer text if necessary.
12412         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12413         first, and after mm-encode-body, change the buffer to unibyte.
12414
12415 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12416
12417         * hashcash.el (hashcash-insert-payment-async-2):
12418         Use message-goto-eoh instead of doing it manually.
12419         (mail-add-payment): Use message-narrow-to-header instead of trying
12420         to do the same itself.
12421
12422         * message.el (message-hidden-headers): Add Face.
12423
12424         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12425         reparenting code.
12426         (gnus-summary-reparent-children): Refactored out code.
12427         (gnus-summary-thread-map): New keystroke.
12428         (gnus-summary-reparent-children): Make into command.
12429
12430         * smiley.el (smiley-style): Default to `medium' if using a large
12431         font.
12432
12433         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12434         does it itself.
12435
12436         * message.el (message-point-in-header-p): Simplify definition.
12437
12438 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12439
12440         * nnagent.el (nnagent-request-set-mark): Silence log file
12441         writing.
12442         (nnagent-request-set-mark): Use write-region instead of
12443         append-to-file.
12444
12445         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12446         strange select method.
12447
12448         * ecomplete.el (ecomplete-display-matches): Get highlightling
12449         right.
12450         (ecomplete-display-matches): Use literals.
12451         (ecomplete-display-matches): Disable message logging.
12452
12453         * message.el (message-display-abbrev): Small optimization.
12454
12455         * ecomplete.el (ecomplete-display-matches): Allow automatic
12456         display.
12457
12458         * message.el (message-strip-forbidden-properties):
12459         Display abbrevs.
12460         (message-display-abbrev): Get automatic display right.
12461
12462         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12463         keystrokes.
12464
12465 2006-04-13  Romain Francoise  <romain@orebokech.com>
12466
12467         TODO: Backport to v5-10!
12468
12469         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12470         Move here (and rename) from gnus-registry.el.
12471
12472         * gnus-registry.el: Require gnus-util.
12473         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12474
12475 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * gnus-group.el (gnus-group-catchup-current):
12478         Change if-then-else-if-then-else into cond.
12479         (gnus-group-catchup): Indent.
12480         (group-name-at-point): New function.
12481         (gnus-fetch-group): Provide default from thing at point.
12482
12483 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12484
12485         * message.el (message-display-abbrev): Fix regexp.
12486
12487         * ecomplete.el (ecomplete-highlight-match-line):
12488         Reimplement choosing.
12489         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12490         dead variables.
12491
12492         * message.el (message-newline-and-indent): Remove debugging.
12493         (message-display-abbrev): Use new implementation.
12494
12495 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * gnus-art.el (gnus-article-mode):
12498         Set cursor-in-non-selected-windows to nil.
12499
12500         * smiley.el: Revert previous change.
12501         (smiley-data-directory): defvar it before using it in the
12502         defcustom of `smiley-style'.
12503
12504 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * message.el (message-newline-and-indent): New function.
12507
12508         * ecomplete.el: Implement more bits.
12509
12510         * message.el (message-put-addresses-in-ecomplete): Clean up the
12511         string.
12512
12513         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12514
12515         * gnus-sum.el (gnus-summary-save-parts):
12516         Bind gnus-summary-save-parts-counter and use it to make unique file
12517         names.
12518
12519         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12520
12521         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12522         parameter to say whether to actually parse the individual
12523         addresses.
12524
12525         * message.el (message-put-addresses-in-ecomplete): New function.
12526         (ecomplete): Require.
12527         (message-mail-alias-type): Add ecomplete as an option.
12528
12529 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12530
12531         * flow-fill.el (fill-flowed): Remove trailing space from blank
12532         quoted lines.
12533
12534 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535
12536         * smiley.el (smiley-style): Move definition later to avoid a
12537         compilation warning.
12538
12539 2006-04-12  Kenichi Handa  <handa@m17n.org>
12540
12541         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12542         buffer and then decode the buffer text if necessary.
12543         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12544         first, and after mm-encode-body, change the buffer to unibyte.
12545         Use mm-disable-multibyte instead of set-buffer-multibyte.
12546
12547 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12550         Content-Type header instead of Content-Disposition header.
12551         (gnus-mime-inline-part): Ditto.
12552         (gnus-mime-view-part-as-charset): Ignore charset that the part
12553         specifies.
12554
12555         * mm-decode.el (mm-display-part): Work with external parts and
12556         usual parts similarly.
12557
12558         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12559         instead of gnus-display-mime.
12560
12561         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12562         instead of with-temp-buffer.
12563
12564         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12565         tag to summarized topics part in order to encode non-ASCII text.
12566
12567 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * smiley.el (smiley-style): New variable.
12570         (smiley-directory): New function.
12571         (smiley-data-directory): Derive from `smiley-style' using
12572         `smiley-directory'.
12573         (smiley-regexp-alist): Add new entries.
12574
12575         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12576         (gnus-article-browse-delete-temp): Add :version.
12577
12578 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12579
12580         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12581         the sieve region.
12582
12583 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12584
12585         * gnus.el (gnus-version-number): Bump version.
12586
12587 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus.el: No Gnus v0.4 is released.
12590
12591 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12594         layout.
12595
12596         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12597         unknown charset.
12598
12599         * message.el (message-header-synonyms): Add Original-To to the
12600         default.
12601
12602         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12603         optional parameter.
12604
12605 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-fun.el (gnus): Require it for gnus-directory.
12608
12609 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12612
12613 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12614
12615         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12616
12617 2006-04-05  Simon Josefsson  <jas@extundo.com>
12618
12619         * password.el (password-reset): New function.
12620
12621 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12622
12623         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12624         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12625
12626 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12627
12628         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12629         Some whitespace was matched into the url, which broke browsing hits
12630         > 100 when mm-url-use-external was nil.
12631
12632 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12635         Check gnus-extra-headers for 'Newsgroups.
12636
12637         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12638         bound.
12639
12640 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12641
12642         * pgg-gpg.el: Clean up process buffers every time gpg processes
12643         complete.
12644
12645 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12648         doc string.
12649
12650 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12651
12652         * pgg-gpg.el (pgg-gpg-process-filter)
12653         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12654
12655         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12656         lines, temporary fix.
12657
12658 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12661
12662 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12663
12664         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12665         default-enable-multibyte-characters.  This reverts the change from
12666         revision 6.17 which is no longer necessary because the passphrase
12667         is sent separately now.  GnuPG messages are unreadable under
12668         multibyte locales with default-enable-multibyte-characters set to
12669         nil.
12670
12671 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * message.el (message-tool-bar-gnome): Move "spell".
12674
12675 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12678         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12679         instead.
12680
12681 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12682
12683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12684         Improve newsgroups handling for NNTP overviews which don't include
12685         Newsgroups.
12686
12687 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12688
12689         * message.el (message-resend): Bind message-generate-hashcash to nil.
12690
12691 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12692
12693         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12694         when searching for already-paid recipients.
12695
12696 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12697
12698         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12699         passphrases when it is not needed.
12700         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12701         passphrase stuff from gpg, should only be necessary when you use
12702         gpg with a smartcard.
12703
12704 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * mml.el (mml-insert-mime): Ignore cached contents of
12707         message/external-body part.
12708
12709         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12710         (mm-insert-part): Ditto.
12711
12712 2006-03-23  Simon Josefsson  <jas@extundo.com>
12713
12714         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12715         Reiner.
12716         (pgg-gpg-use-agent-p): Use it again.
12717
12718 2006-03-23  Simon Josefsson  <jas@extundo.com>
12719
12720         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12721         older emacsen.
12722         (pgg-gpg-use-agent-p): Don't use it.
12723
12724 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12727         if we can.
12728
12729 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12730
12731         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12732         (pgg-gpg-update-agent): New function.
12733         (pgg-gpg-use-agent-p): New function.
12734         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12735         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12736         (pgg-gpg-sign-region): Use it.
12737
12738 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12741         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12742
12743 2006-03-21  Simon Josefsson  <jas@extundo.com>
12744
12745         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12746         <wilde@sha-bang.de>.
12747         (pgg-gpg-use-agent): New variable.
12748         (pgg-gpg-process-region): Use it.
12749         (pgg-gpg-encrypt-region): Likewise.
12750         (pgg-gpg-encrypt-symmetric-region): Likewise.
12751         (pgg-gpg-decrypt-region): Likewise.
12752         (pgg-gpg-sign-region): Likewise.
12753         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12754
12755 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12758
12759         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12760         Add comment on version.
12761
12762 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * smiley.el: Add missing test smiley.
12765
12766 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mm-decode.el (mm-with-part): New macro.
12769         (mm-get-part): Use it; work with message/external-body as well.
12770         (mm-save-part): Treat name and filename equally.
12771
12772         * mm-extern.el (mm-extern-cache-contents): New function.
12773         (mm-inline-external-body): Use it; force the part to be displayed;
12774         move undisplayer added to the cached handle to the parent.
12775
12776         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12777         (gnus-mime-view-part-as-type): Work with message/external-body.
12778
12779         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12780
12781 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12784         images in image-load-path.  [Sync with image.el, revision 1.60, in
12785         Emacs.]
12786
12787 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12790         path rather than symbol.  Always return list of directories.
12791         Guarantee that image directory comes first.  [Sync with image.el,
12792         revision 1.59, in Emacs.]
12793
12794         * message.el (message-make-tool-bar): Adjust to new API of
12795         `gmm-image-load-path-for-library'.
12796
12797         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12798
12799         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12800
12801 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12802
12803         * gnus-art.el (gnus-article-only-boring-p):
12804         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12805         intangible text.
12806         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12807
12808 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12811         Use `defun' instead of `gmm-defun-compat'.
12812
12813 2006-03-14  Simon Josefsson  <jas@extundo.com>
12814
12815         * message.el (message-unique-id): Don't use message-number-base36
12816         if (user-uid) is a float.
12817         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12818
12819 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12822
12823         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12824         empty line between a part and a message part.
12825
12826 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * smiley.el: Add more test smileys.
12829         (smiley-data-directory, smiley-regexp-alist)
12830         (gnus-smiley-file-types): Fix doc strings.
12831         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12832         adding new elements.
12833         (smiley-mouse-map): Unused code.  Make it a comment.
12834
12835 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12838         scan latest NoCeM messages instead of old ones.
12839         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12840         delimiters that are recently used.
12841         (gnus-nocem-load-cache): Add autoload cookie.
12842
12843         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12844
12845         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12846         level which is larger than gnus-use-nocem is specified.
12847
12848         * gnus-group.el (gnus-group-get-new-news): Ditto.
12849
12850 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * gnus-util.el (gnus-tool-bar-update): New function.
12853
12854         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12855         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12856
12857         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12858
12859         * gnus-group.el (gnus-group-redraw-when-idle)
12860         (gnus-group-redraw-check): Remove.
12861         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12862
12863 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12866         if optional last element is specified in splits (FIELD VALUE...).
12867
12868 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12871         to gmm-image-load-path-for-library.  Call with no-error argument.
12872         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12873
12874         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12875
12876         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12877
12878         * gmm-utils.el (gmm-image-load-path): Remove alias.
12879
12880 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gmm-utils.el (gmm-image-load-path): Add alias.
12883
12884         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12885         nnml-generate-nov-databases-1.
12886         (nnml-generate-nov-databases): Use it.
12887         (nnml-generate-nov-databases-directory): Document no-active
12888         argument.
12889
12890         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12891         directory if path is t.  Add no-error.
12892
12893         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12894         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12895
12896         * gnus-art.el (gnus-article-browse-delete-temp-files):
12897         Simplify resetting gnus-article-browse-html-temp-list.
12898
12899         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12900         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12901         Add example to docstring.  Rename local variables.  Move error
12902         checks to default case in cond and simplify.
12903
12904 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12907         handle is multipart when calling it recursively.
12908         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12909
12910 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12911
12912         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12913         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12914
12915 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12918         is loaded.
12919
12920         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12921         loaded.
12922
12923 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12926         to "Emacs 23 (unicode)" in doc string.
12927
12928         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12929         "Emacs 23 (unicode)" in comment.
12930
12931 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12934
12935         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12936         characters 160 through 255 in Emacs 23.
12937
12938 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12941         gnus-article-browse-html-temp.
12942         (gnus-article-browse-delete-temp): Make it customizable.
12943         Add `file'.  Adjust doc string.
12944         (gnus-article-browse-delete-temp-files): Add argument.
12945         Allow query for each file.  Adjust doc string.
12946         (gnus-article-browse-html-parts):
12947         Add `gnus-article-browse-delete-temp-files' to
12948         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12949
12950 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12951
12952         * gnus-art.el (gnus-article-browse-html-temp)
12953         (gnus-article-browse-delete-temp): New variables.
12954         (gnus-article-browse-delete-temp-files): New function.
12955         (gnus-article-browse-html-parts): Use it.
12956
12957 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12960
12961         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12962         string.
12963
12964         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12965         gnus-summary-insert-new-articles when unplugged.
12966         Remove gnus-summary-search-article-forward.
12967
12968         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12969         display-visual-class instead of display-color-cells.
12970
12971 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * dgnushack.el: Autoload customize-group for XEmacs.
12974
12975         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12976         message/* containing non-ASCII text properly.
12977
12978 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * message.el: Require gmm-utils, remove autoloads.
12981         (message-tool-bar): Set default based on
12982         gmm-tool-bar-style.
12983         (message-tool-bar-gnome): Add gmm-customize-mode.
12984
12985         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12986         gmm-tool-bar-style.
12987         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12988
12989         * gnus-group.el (gnus-group-tool-bar): Set default based on
12990         gmm-tool-bar-style.
12991         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12992
12993         * gmm-utils.el (gmm-image-directory): Rename variable from
12994         gmm-image-load-path.
12995         (gmm-image-load-path): Use gmm-image-directory.
12996         (gmm-customize-mode): New function.
12997         (gmm-tool-bar-style): New variable.
12998
12999         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13000         gnus-group-redraw-line-number.
13001         (gnus-group-redraw-check): Simplify.
13002         (gnus-group-tool-bar-update): Remove redraw check.
13003         (gnus-group-make-tool-bar): Add redraw check.
13004
13005 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13006
13007         * gnus-art.el (gnus-button): Add missing parentheses.
13008
13009 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * lpath.el: Fbind line-number-at-pos.
13012
13013 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13016
13017 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-art.el (gnus-button): New face.
13020         (gnus-article-button-face): Use it.
13021
13022         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13023         Add gnus-summary-next-page.  Re-order.
13024
13025         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13026         next-node are now included.
13027         (gnus-group-redraw-line-number): New internal variable.
13028         (gnus-group-redraw-check): Helper function for updating the tool
13029         bar.
13030         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13031
13032         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13033
13034         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13035         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13036         Use it to match format of Spamassassin 3.0 and later.
13037         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13038         (spam-check-bogofilter)
13039         (spam-bogofilter-register-with-bogofilter): Fix args of
13040         `gnus-error' calls.
13041
13042 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13045         unnecessary interaction when sending queued mails.
13046         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13047
13048 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13051         first or last are nil.
13052
13053 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13054
13055         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13056
13057 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13060
13061 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13062
13063         * dns.el (query-dns): Protect more against buggy tcp output.
13064
13065 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13068         nov.php.
13069
13070 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13071
13072         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13073         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13074         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13075         output on the server side.
13076         (nnweb-google-create-mapping): Update regexps and add some
13077         progress indication.
13078
13079 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * gnus-group.el (gnus-group-tool-bar-gnome):
13082         Fix gnus-agent-toggle-plugged.  Re-order icons.
13083         (gnus-group-tool-bar-gnome):
13084         Add gnus-group-{prev,next}-unread-group.
13085         (gnus-group-tool-bar-gnome): Re-order icons.
13086
13087         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13088         Move gnus-summary-insert-new-articles.
13089
13090         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13091         Fix comments.
13092
13093         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13094         also available in Emacs 21.3.
13095
13096         * message.el (message-fix-before-sending): Change "Emacs 22" to
13097         "Emacs 23 (unicode)" in comment.
13098
13099         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13100         "Emacs 23 (unicode)" in comment.
13101
13102         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13103         comment.
13104         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13105
13106         * mm-view.el (mm-fill-flowed): Add :version.
13107
13108 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13111         and load-path.
13112
13113 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13114
13115         * message.el: Autoload gmm-image-load-path.
13116         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13117         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13118         consitency.
13119
13120         * gmm-utils.el (gmm-image-load-path): Also search in
13121         "../etc/images".  Don't set gmm-image-load-path if we don't find
13122         the image.
13123
13124 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gmm-utils.el (gmm-image-load-path): Don't make
13127         `gmm-image-load-path' include subdirectories which the second arg
13128         `image' might specify.
13129
13130         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13131         subdirectory to icon file names.
13132
13133         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13134
13135 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13138         gmm-image-load-path calls.
13139
13140         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13141
13142         * message.el (message-make-tool-bar): Ditto.
13143
13144         * mml.el (mml-preview): Add comment concerning tool bar icons.
13145
13146         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13147         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13148
13149         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13150         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13151
13152         * message.el (message-tool-bar-gnome): Use new icon names.
13153         (message-make-tool-bar): Use `gmm-image-load-path'.
13154
13155         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13156         New functions from MH-E.
13157         (gmm-image-load-path): New variable from MH-E.
13158         (gmm-image-load-path): New function from MH-E.  Add arguments
13159         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13160         *-image-load-path-called-flag.
13161
13162 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13163
13164         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13165
13166 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13167
13168         * nnimap.el (nnimap-request-move-article): Change folder back to
13169         source group before deleting.
13170
13171 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13174
13175         * gnus-art.el (mm-url-insert-file-contents-external):
13176         Autoload mm-url.
13177
13178         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13179
13180 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13183         coding system which mm-charset-to-coding-system returns for a
13184         given charset is valid.
13185
13186 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13187
13188         * html2text.el (html2text-remove-tag-list):
13189         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13190
13191 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13192
13193         * gnus-cus.el: Revert 2005-10-17 change.
13194
13195 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (article-strip-banner):
13198         Call article-really-strip-banner only when the regexp match is made.
13199
13200 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * gnus-art.el (article-strip-banner):
13203         Use gnus-extract-address-components instead of
13204         mail-header-parse-addresses to make it work with non-ASCII text;
13205         remove mail-encode-encoded-word-string.
13206
13207         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13208         values which are surrounded with \"...\"; make it never cause a
13209         Lisp error; give up parsing of parameters if it failed in
13210         extracting type.
13211
13212 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13213
13214         * smime.el (smime-cert-by-ldap-1): Fix bug where
13215         `smime-ldap-search' returns results without userCertificates.
13216
13217 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13220
13221 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * spam.el (spam-check-spamassassin-headers): Adapt format for
13224         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13225         <ari@mbf.ocn.ne.jp>.
13226         (spam-list-of-processors): Add spam-use-gmane.
13227
13228 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13231         make-temp-file; make it work with XEmacs as well.
13232
13233         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13234         mm-make-temp-file.
13235
13236         * mm-decode.el (mm-display-external): Use the 3rd arg of
13237         mm-make-temp-file.
13238         (mm-create-image-xemacs): Ditto.
13239
13240 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13243         with message-narrow-to-headers.
13244         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13245         (gnus-draft-check-draft-articles): New function.
13246         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13247
13248 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * gnus-art.el (gnus-article-browse-html-parts):
13251         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13252         Don't use suffix argument for mm-make-temp-file for Emacs 21
13253         compatibility.  Remove useless `format'.
13254
13255 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13256
13257         * nnweb.el (nnweb-google-wash-article): Update regexps.
13258         (nnweb-group-alist): Use defvoo instead of defvar.
13259
13260 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13263         re-loading nn* modules.
13264
13265 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13268         for `tool-bar-mode' and don't check it's default-value.
13269
13270         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13271
13272         * message.el (message-make-tool-bar): Ditto.
13273
13274         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13275         `substring'.  Shorten tmp-file name.
13276
13277         * gnus.el: Remove bogus comment.
13278
13279 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13280
13281         * gnus-art.el (gnus-article-browse-html-parts): New function.
13282         (gnus-article-browse-html-article): New function for viewing html
13283         articles with a browser.
13284
13285 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13286
13287         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13288         in elisp.
13289         (pgg-gpg-encrypt-symmetric-region): Ditto.
13290         (pgg-gpg-sign-region): Ditto.
13291
13292         * pgg-def.el (pgg-text-mode): New variable.
13293
13294         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13295         (mml2015-pgg-encrypt): Ditto.
13296
13297         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13298         (mml1991-pgg-encrypt): Ditto.
13299
13300 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * nnfolder.el (nnfolder-insert-newsgroup-line):
13303         Use message-make-date instead of current-time-string.
13304
13305         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13306         to gnus-decoded which mm-uu might set.
13307
13308 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13311         don't decode quoted parameters; remove misimported Emacs code.
13312         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13313         (rfc2231-decode-encoded-string): Don't use split-string which
13314         behaves differently according to Emacs version; use
13315         mm-decode-coding-region to convert charset to coding-system.
13316         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13317         (rfc2231-encode-string): Remove misimported Emacs code.
13318
13319 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13322         when calling mail-header-parse-content-type.
13323         (article-de-quoted-unreadable): Ditto.
13324         (article-de-base64-unreadable): Ditto.
13325         (article-wash-html): Ditto.
13326
13327         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13328         calling mail-header-parse-content-type and
13329         mail-header-parse-content-disposition.
13330         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13331         mail-header-parse-content-type.
13332
13333         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13334         insert charset and format parameters; encode description after
13335         inserting it to buffer.
13336         (mml-insert-parameter): Fold lines properly even if a parameter is
13337         segmented into two or more lines; change the max column to 76.
13338
13339         * rfc1843.el (rfc1843-decode-article-body): Don't use
13340         ignore-errors when calling mail-header-parse-content-type.
13341
13342         * rfc2231.el (rfc2231-parse-string): Return at least type if
13343         possible; don't cause an error even if it fails in parsing of
13344         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13345         (rfc2231-encode-string): Don't break lines at the beginning, leave
13346         it to mml-insert-parameter.
13347
13348         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13349         calling mail-header-parse-content-type.
13350
13351 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * spam-report.el (spam-report-gmane-use-article-number):
13354         Improve doc string.
13355         (spam-report-gmane-internal): Check if a suitable header was found
13356         in the article.
13357
13358 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13361         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13362
13363 2006-02-05  Romain Francoise  <romain@orebokech.com>
13364
13365         Update copyright notices of all files in the gnus directory.
13366
13367 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13368
13369         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13370
13371 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13374         segmented lines of parameter value to cope with Thunderbird 1.5
13375         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13376         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13377         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13378
13379 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13380
13381         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13382         parts.
13383
13384 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13385
13386         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13387         there's only one active file for all servers.
13388         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13389         solid groups.  Gnus might have used a FAST request to select the group.
13390         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13391         and nnweb-search redundantly in the active file.
13392         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13393         (nnweb-request-create-group): Don't use ARGS.
13394         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13395         initialisations.  Let nnoo do the work.
13396
13397 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13400         Say the part has been decoded.
13401
13402         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13403
13404 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13405
13406         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13407         mailcap-viewer-test-cache when there's no 'test clause, since that
13408         will invert the meaning of a "nil" test previously determined by
13409         mailcap-mailcap-entry-passes-test.
13410
13411 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13414         compiling.
13415
13416         * gnus-sum.el: Ditto.
13417
13418         * message.el: Don't bind tool-bar-map when compiling.
13419
13420 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13423
13424 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13425
13426         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13427         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13428         current Google Groups.
13429
13430 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13433         and tool-bar-mode.
13434
13435         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13436         and tool-bar-mode.
13437
13438         * message.el (message-tool-bar-update): Simplify.
13439         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13440
13441         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13442         gnus-summary-buffer.
13443         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13444         gnus-summary-reply.
13445
13446         * gmm-utils.el (gmm): Add :version.
13447
13448 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * Makefile.in (clean): New rule.
13451         (distclean): Use it.
13452
13453 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13454
13455         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13456         Don't autoload.
13457
13458 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gmm-utils.el (gmm-verbose): Add :group.
13461
13462 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * message.el: Change some comments WRT tool-bars.
13465
13466         * gnus-sum.el (gnus-summary-tool-bar)
13467         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13468         (gnus-summary-tool-bar-zap-list): New variables.
13469         (gnus-summary-make-tool-bar): Complete rewrite using
13470         `gmm-tool-bar-from-list'.
13471
13472         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13473         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13474         New variables.
13475         (gnus-group-make-tool-bar): Complete rewrite using
13476         `gmm-tool-bar-from-list'.
13477         (gnus-group-tool-bar-update): New function.
13478
13479         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13480
13481 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13484         is dissected into a single part of which the type is the same as
13485         the given one; decode charset.
13486
13487 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13488
13489         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13490         into alists as symbol not string, since that's what
13491         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13492         look for.
13493
13494 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13497         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13498
13499         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13500
13501 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13504         (gnus-xmas-mime-security-button-menu): New function.
13505
13506         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13507         (gnus-mime-security-button-menu): New definition.
13508         (gnus-mime-security-button-map): Use them.
13509         (gnus-mime-security-button-menu): New function.
13510         (gnus-insert-mime-security-button): Addition to help echo.
13511         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13512         (gnus-mime-security-pipe-part): New functions.
13513
13514         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13515         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13516
13517         * mm-decode.el (mm-handle-set-disposition): Remove.
13518         (mm-handle-set-description): Remove.
13519
13520 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13523         (mm-w3m-standalone-supports-m17n-p): New function.
13524         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13525         w3m usage.
13526
13527         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13528         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13529
13530 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * message.el (message-tool-bar-zap-list):
13533         Use gmm-tool-bar-zap-list as custom type.
13534         (message-tool-bar-update): New function.
13535         (message-tool-bar, message-tool-bar-gnome)
13536         (message-tool-bar-retro): Add message-tool-bar-update.
13537         (message-tool-bar-gnome): Add flyspell-buffer.
13538
13539         * gnus-util.el (gnus-error): Describe `args'.
13540
13541         * gmm-utils.el (gmm-error): Describe `args'.
13542         (gmm-tool-bar-zap-list): New widget.
13543         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13544
13545 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13548         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13549         the number of recursive calls.
13550
13551         * mm-decode.el (mm-handle-set-disposition): New macro.
13552         (mm-handle-set-description): New macro.
13553
13554 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13557         encoding.
13558
13559 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * message.el (message-tool-bar-zap-list, message-tool-bar)
13562         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13563         (message-tool-bar-local-item-from-menu): Remove.
13564         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13565         (message-make-tool-bar): New function.
13566         (message-mode): Use `message-make-tool-bar'.
13567
13568         * gmm-utils.el: New file.
13569         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13570         (gmm-lazy): New widget copied from `nnmail.el'.
13571         (gmm-tool-bar-from-list): New function for creating customizable
13572         tool bars.
13573         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13574         output.
13575         (gmm): Add :prefix to defgroup.
13576
13577 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13578
13579         * gmm-utils.el (gmm-widget-p): New function.
13580
13581 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * mml.el (mml-attach-file): Describe `description' in doc string.
13584         (mml-menu): Add Emacs MIME manual and PGG manual.
13585
13586 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13587
13588         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13589
13590 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13591
13592         * nntp.el (nntp-end-of-line): Doc fix.
13593
13594 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13595
13596         * imap.el (imap-open): Handle case where buffer is a buffer
13597         object.
13598
13599 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13600
13601         * gnus-delay.el (gnus-delay): Don't autoload.
13602         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13603         to be re-loaded when customizing the `gnus-delay' group.
13604
13605 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13606
13607         * message.el (message-insert-citation-line): Use newlines.
13608
13609 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13610
13611         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13612         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13613         these routines, so the passphrase can be managed externally and
13614         passed in to the system.
13615         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13616         pgg-add-passphrase-to-cache function.
13617
13618         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13619         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13620         these routines, so the passphrase can be managed externally and
13621         passed in to the system.
13622         (pgg-pgp5-sign-region): Use new name of
13623         pgg-add-passphrase-to-cache function.
13624
13625 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13626
13627         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13628         part of the decoded armor to find the key-identifier.
13629         (pgg-gpg-lookup-key-owner): New function to return the
13630         human-readable identifier of a key owner.
13631         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13632         itself.
13633         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13634         the key value) if we have a key and can match it against a secret
13635         key.  Also, added a note pointing out fact that the prompt only
13636         indicates the first matching key.
13637
13638         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13639         pgg-decrypt-region.
13640         (pgg-add-passphrase-to-cache): Rename from
13641         `pgg-add-passphrase-cache' to reduce confusion (all callers
13642         changed).
13643         (pgg-remove-passphrase-from-cache): Rename from
13644         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13645         changed).
13646         (pgg-read-passphrase, pgg-add-passphrase-cache)
13647         (pgg-remove-passphrase-cache): Add informative docstrings.
13648         (pgg-decrypt): Convey provided passphrase in subordinate call to
13649         pgg-decrypt-region.
13650
13651 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13652
13653         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13654         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13655         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13656         'passphrase' argument, so the passphrase can be managed externally
13657         and then passed in to the system.
13658
13659         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13660         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13661         so the passphrase cache can be used reliably with identifiers
13662         besides a pgp packet's key id.
13663
13664         * pgg-gpg.el (pgg-gpg-encrypt-region)
13665         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13666         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13667         these routines, so the passphrase can be managed externally and
13668         passed in to the system.
13669
13670         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13671         'notruncate' argument, so the passphrase cache can be used
13672         reliably with identifiers besides a pgp packet's key id.
13673
13674 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13675
13676         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13677         symmetric encryption.
13678         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13679         encrypted session key.
13680         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13681         message ask for the passphrase in a proper way.
13682
13683         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13684         New user commands for symmetric encryption.
13685
13686 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13689
13690         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13691
13692 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13693
13694         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13695
13696 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * mm-decode.el (mm-inlined-types): Add application/pgp.
13699         (mm-automatic-display): Ditto.
13700
13701         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13702         part as text.
13703
13704 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * nnrss.el: Update copyright.
13707         (nnrss-opml-import): Query whether to subscribe to each entry.
13708
13709         * gnus-art.el:
13710         * gnus-sum.el:
13711         * gnus-xmas.el:
13712         * messagexmas.el:
13713         * mm-uu.el:
13714         * mm-view.el: Update copyright.
13715
13716 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * message.el (message-info): New function.
13719         (message-mode-menu): Add it.
13720         Update copyright.
13721
13722         * ChangeLog: Fix and update copyright.
13723
13724 2006-01-13  Romain Francoise  <romain@orebokech.com>
13725
13726         * message.el (message-forward-subject-name-subject): Prefer the
13727         address to 'nowhere' if the sender has no name.
13728         Fix typo.  Update copyright year.
13729
13730 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-art.el (article-wash-html):
13733         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13734         (gnus-article-wash-html-with-w3m-standalone): New function.
13735
13736         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13737         mm-inline-text-html-render-with-w3m-standalone.
13738         (mm-text-html-washer-alist): Map w3m-standalone to
13739         gnus-article-wash-html-with-w3m-standalone.
13740         (mm-inline-text-html-render-with-w3m-standalone): New function.
13741
13742 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13743
13744         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13745         Improve LaTeX.
13746
13747 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13750         (nnrss-request-article): Render text/plain parts as HTML.
13751
13752         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13753         the buffer.
13754
13755 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13758         custom definition of `gnus-posting-styles'.
13759
13760         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13761         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13762
13763 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13766         Use nntp for bug archive.
13767
13768 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13771         parts.
13772         (nnrss-normalize-date): New function converts ISO 8601 date into
13773         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13774         (nnrss-check-group): Use it.
13775
13776 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13779
13780         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13781         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13782         (nnrss-insert-w3): Ditto.
13783
13784 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13787         the articles to be forwarded including the case where neither a
13788         number of articles nor a region is specified.
13789
13790 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * nnrss.el (nnrss-request-article): Fix last change; fill
13793         text/plain parts.
13794
13795 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13798         in text/plain part.
13799         (nnrss-check-group): Don't add excessive newline to dc:subject.
13800
13801 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13802
13803         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13804         article.
13805
13806 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13809         (nnml-use-compressed-files, nnml-save-mail): Support other
13810         comression programs such as bzip2.
13811
13812 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * dns.el (query-dns): Make sure we check the buffer size before
13815         removing tcp headers.
13816
13817 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13820         remove MIME buttons associated with multipart/alternative parts.
13821         (gnus-mime-display-alternative): Tag buttons using `article-type'
13822         text property.
13823
13824         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13825         associated with multipart/alternative parts.
13826
13827         * gnus-art.el (gnus-signature-separator): Fix custom type.
13828
13829         * mm-decode.el (mm-inlined-types): Fix custom type.
13830         (mm-keep-viewer-alive-types): Ditto.
13831         (mm-automatic-display): Ditto.
13832         (mm-attachment-override-types): Ditto.
13833         (mm-inline-override-types): Ditto.
13834         (mm-automatic-external-display): Ditto.
13835
13836 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * spam-report.el (spam-report-user-mail-address)
13839         (spam-report-user-agent): New variables.
13840         (spam-report-url-ping-plain): Use spam-report-user-agent.
13841
13842 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13843
13844         * gnus-art.el (gnus-button-handle-custom): Do not just use
13845         `customize-apropos' for any "M-x customize-*" button but the
13846         function called for.  Accept both the function name and its
13847         argument in order to achieve this.
13848         (gnus-button-alist): Remove support for "custom:" URL's.
13849         Pass function name to `gnus-button-handle-custom' in case of "M-x
13850         customize-*" buttons.
13851
13852 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13855         multipart/alternative and add xref to mm-discouraged-alternatives
13856         in doc string.
13857
13858         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13859         gnus-buttonized-mime-types in doc string.
13860
13861 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13864         Suggest image/.* in the doc string.
13865
13866 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13869         message-marks (Debian bug #342521).
13870
13871 2005-12-12  Simon Josefsson  <jas@extundo.com>
13872
13873         * password.el (password-read-from-cache): Add.
13874         (password-read): Use it.
13875
13876 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * rfc2047.el (rfc2047-charset-to-coding-system):
13879         Recognize us-ascii as a MIME charset.
13880
13881         * mm-bodies.el (mm-decode-content-transfer-encoding):
13882         Protect against the case where the 2nd arg TYPE is nil.
13883
13884 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * pop3.el (pop3-stream-type): Fix custom version.
13887
13888         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13889
13890 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13891
13892         * mm-decode.el (mm-display-external): Add missing cdr.
13893
13894 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13897         RFC1524) if it is in mailcap or add a suffix according to
13898         mailcap-mime-extensions when generating a temp filename; postpone
13899         deleting a temp file for 2 seconds for some wrappers, shell
13900         scripts, and so on, which might exit right after having started a
13901         viewer command as a background job.
13902
13903 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * nntp.el (nntp-marks-directory): Fix custom group.
13906
13907         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13908         steps when < 10.
13909
13910         * gnus-start.el (gnus-no-server-1):
13911         Mention `gnus-level-default-subscribed' in doc string.
13912
13913 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13914
13915         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13916         parens.
13917
13918 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-xmas.el (gnus-use-toolbar): Revert.
13921         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13922         gnus-use-toolbar is default.
13923
13924         * messagexmas.el (message-use-toolbar): Revert.
13925         (message-setup-toolbar): Use global default-toolbar if
13926         message-use-toolbar is default.
13927
13928 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13931         according to default-toolbar-visible-p.
13932
13933         * messagexmas.el (message-use-toolbar): Ditto.
13934
13935 2005-11-26  Dave Love  <fx@gnu.org>
13936
13937         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13938         (tls-program, tls-success): Provide openssl alternative.
13939
13940         * starttls.el: Doc fixes.
13941         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13942         SERVICE to PORT.
13943
13944         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13945         port null or service name.
13946         (starttls-negotiate): Autoload.
13947
13948 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * message.el (message-kill-to-signature): Fix interactive spec.
13951
13952 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * pop3.el (pop3-open-server): Recognize a string as a service name.
13955
13956 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13957
13958         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13959
13960 2005-11-23  Dave Love  <fx@gnu.org>
13961
13962         Add pop3s, pop3/starttls.
13963
13964         * pop3.el (pop3-authentication-scheme): Clarify doc.
13965         (open-tls-stream, starttls-open-stream): Autoload.
13966         (pop3-stream-type): New.
13967         (pop3-open-server): Use it.
13968
13969         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13970         for POP.
13971         (mail-source-keyword-map): Add :stream for POP.
13972         (mail-source-fetch-pop): Use pop3-stream-type.
13973
13974 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13977         of current-time-string.
13978
13979 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13980
13981         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13982         date header.
13983
13984 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13985
13986         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13987         it can seriously impact performance as it bypasses the agent's
13988         local caches.
13989
13990 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13991
13992         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13993         must be explicitly online rather than "not explicitly offline" for
13994         its flags to be synchronized.
13995
13996         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13997         that gnus-uu-unmark-thread will function correctly.
13998
13999         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14000         1024K is instead displayed as 1M.
14001
14002 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14003
14004         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14005
14006 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14007
14008         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14009
14010 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14011
14012         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14013         error message to display actual error condition.
14014         (gnus-agent-save-local): Avoid saving symbols that are bound to
14015         nil as they simply result in a warning message in
14016         gnus-agent-read-local.
14017
14018 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14021         rather than make-variable-buffer-local for file-precious-flag.
14022
14023 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14024
14025         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14026         for duplicates which are removed.  The invalid sort check then
14027         triggers a rescan after the sort as sorting may have moved
14028         duplicate entries such that they can be cheaply detected.
14029
14030 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14033
14034 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14035
14036         * gnus-agent.el (gnus-agent-article-alist-save-format):
14037         Change internal variable to a custom variable.  Change default value
14038         from compressed(2) to uncompressed(1).
14039         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14040         support for uncompressed agentview files.  Taken together, reading
14041         the agentview file should now be 6-7 times faster.
14042
14043 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14044
14045         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14046         as a buffer-local variable.  This avoids creating truncated
14047         dribble files as a result of a hang up, eg.
14048
14049 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14050
14051         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14052         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14053         XEmacs.
14054
14055 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * gnus-start.el (gnus-start-draft-setup):
14058         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14059
14060         * gnus.el (gnus-splash): Change custom group.
14061         (gnus-group-get-parameter, gnus-group-parameter-value):
14062         Describe allow-list argument.
14063
14064         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14065         string.
14066
14067 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-art.el (gnus-default-article-saver): Add user-defined
14070         `function' to custom type.
14071
14072 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14073
14074         * imap.el (imap-open): Handle case where buffer is a buffer
14075         object.
14076
14077 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14080         long lines.
14081         (gnus-cache-delete-group): Wrap doc strings.
14082
14083         * gnus-agent.el (gnus-agent-rename-group)
14084         (gnus-agent-delete-group): Wrap doc strings.
14085
14086 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * messagexmas.el (message-use-toolbar): Change the valid values
14089         into default, top, bottom, left, and right.
14090         (message-toolbar-thickness): New variable.
14091         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14092         well.
14093         (message-setup-toolbar): Make it work.
14094
14095         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14096         (gnus-use-toolbar): Change the valid values into default, top,
14097         bottom, left, and right.
14098         (gnus-toolbar-thickness): New variable.
14099         (gnus-xmas-setup-toolbar): New function.
14100         (gnus-xmas-setup-group-toolbar): Use it.
14101         (gnus-xmas-setup-summary-toolbar): Use it.
14102
14103 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104
14105         * gnus-start.el (gnus-1): Add "native" to
14106         gnus-predefined-server-alist.
14107
14108         * gnus.el (gnus-method-to-server): Don't add "native" to the
14109         lists here, because that leads to problems when
14110         gnus-select-method is bound.
14111
14112 2005-11-09  Simon Josefsson  <jas@extundo.com>
14113
14114         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14115         use (not sort-by-date) instead.
14116
14117 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14118
14119         * gnus-delay.el (gnus-delay-group): Don't autoload.
14120         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14121         to be re-loaded when customizing the `gnus-delay' group.
14122
14123 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14124
14125         * message.el: Revert last changes.
14126         (message-insert-citation-line): Use newlines.
14127
14128 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14129
14130         * message.el (message-courtesy-message)
14131         (message-mark-insert-begin, message-mark-insert-end)
14132         (message-elide-ellipsis, message-cancel-message)
14133         (message-add-header, message-change-subject)
14134         (message-cross-post-followup-to-header)
14135         (message-cross-post-insert-note, message-reduce-to-to-cc)
14136         (message-widen-reply, message-delete-not-region)
14137         (message-kill-to-signature, message-insert-signature)
14138         (message-insert-importance-high, message-insert-importance-low)
14139         (message-insert-or-toggle-importance)
14140         (message-insert-disposition-notification-to)
14141         (message-indent-citation, message-yank-original)
14142         (message-cite-original-without-signature, message-cite-original)
14143         (message-insert-citation-line, message-position-on-field)
14144         (message-fix-before-sending, message-send-mail-partially)
14145         (message-send-mail, message-send-mail-with-sendmail)
14146         (message-send-mail-with-qmail, message-send-news)
14147         (message-check-news-header-syntax, message-generate-headers)
14148         (message-insert-courtesy-copy, message-fill-address)
14149         (message-fill-header, message-shorten-references)
14150         (message-setup-1, message-cancel-news)
14151         (message-forward-make-body-plain, message-forward-make-body-mime)
14152         (message-forward-make-body-mml, message-encode-message-body)
14153         (message-forward-make-body-digest-plain)
14154         (message-forward-make-body-digest-mime)
14155         (message-use-alternative-email-as-from): Insert `hard-newline'
14156         instead of ordinary newlines.
14157
14158 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * message.el (message-generate-headers): Downcase the argument
14161         given to message-check-element.
14162
14163 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14164
14165         * nntp.el (nntp-authinfo-rejected): New error condition.
14166         (nntp-wait-for): Use new error condition to signal authentication
14167         error.
14168         (nntp-retrieve-data): Rethrow new error condition to break out of
14169         recursive call to nntp-send-authinfo.
14170
14171 2005-11-08  Romain Francoise  <romain@orebokech.com>
14172
14173         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14174         (gnus-summary-exit-map): Bind to `Z p'.
14175         (gnus-summary-make-menu-bar): Add menu item.
14176
14177 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14180         (gnus-treat-*): Add `first' in all doc strings.
14181
14182         * gnus-group.el (gnus-group-compact-group): Fix typo.
14183
14184 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus.el (gnus-parameters-case-fold-search): New variable.
14187         (gnus-parameters-get-parameter): Use it.
14188
14189         * gnus-score.el (gnus-home-score-file): Doc fix.
14190
14191 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14192
14193         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14194
14195 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mm-util.el (mm-special-display-p): New function.
14198
14199         * mml.el (mml-preview): Use it; doc fix.
14200
14201 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14202
14203         * imap.el (imap-open): Handle case where buffer is a buffer object.
14204
14205 2005-10-29  Romain Francoise  <romain@orebokech.com>
14206
14207         * message.el (message-fix-before-sending): Fix comment.
14208
14209 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14210
14211         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14212
14213 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14214
14215         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14216         Used in gnus-score.el.
14217
14218 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14221
14222 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14225         whitespace removed in revision 7.8.  Use concatenated string to
14226         protect trailing whitespace.
14227
14228 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14229
14230         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14231         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14232         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14233         Courier IMAP ("some version from 2004").  Mostly based on similar
14234         code in the same function.
14235
14236 2005-10-26  Didier Verna  <didier@xemacs.org>
14237
14238         * gnus-group.el (gnus-group-compact-group): Invalidate original
14239         article buffer.
14240         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14241         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14242         NOV database and in article itself.
14243         Invalidate article backlog.
14244
14245 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14248
14249 2005-10-26  Simon Josefsson  <jas@extundo.com>
14250
14251         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14252         part of 2004-07-25 change.
14253
14254 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * message.el (message-display-completion-list): New function.
14257         (message-expand-group): Use it; make sure the Completions buffer
14258         is modifiable.
14259 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14260
14261         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14262         user-mail-name is an empty string.
14263
14264 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14267         depending on gnus-score-decay-constant.
14268
14269         * encrypt.el (encrypt-insert-file-contents)
14270         (encrypt-write-file-contents): Don't use `gnus-message'.
14271
14272         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14273         arguments.
14274         (mm-uu-type-alist): Add message-marks and insert-marks.
14275         Pass arguments to mm-uu-verbatim-marks-extract.
14276         (mm-uu-hide-markers): New variable.
14277         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14278
14279         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14280         (gnus-convert-image-to-face-command): Use "convert" by default to
14281         allow other input image formats.
14282         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14283         accordingly.
14284
14285 2005-10-23  Simon Josefsson  <jas@extundo.com>
14286
14287         * imap.el (imap-gssapi-program): Align command line parameters
14288         with latest GNU SASL.
14289         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14290
14291 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14294         HTML.
14295         (nnslashdot-request-article): Ditto.
14296
14297         * lpath.el (featurep): Add nobreak-char-display.
14298
14299 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14300
14301         * mail-source.el (mail-source-fetch-pop): Require pop3.
14302         (mail-source-check-pop): Ditto.
14303
14304 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14307         errors.
14308
14309 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14312         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14313
14314         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14315
14316         * mm-bodies.el (mm-decode-string):
14317         Call `mm-charset-to-coding-system' with allow-override argument.
14318
14319 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14322         (rfc2047-charset-to-coding-system): New function.
14323         (rfc2047-decode-encoded-words): New function.
14324         (rfc2047-decode-region): Use them.
14325         (rfc2047-decode-cte): Remove.
14326         (rfc2047-parse-and-decode): Remove.
14327         (rfc2047-decode): Remove.
14328
14329 2005-10-15  Kenichi Handa  <handa@m17n.org>
14330
14331         * rfc2047.el (rfc2047-decode-cte): New function.
14332         (rfc2047-decode-region): Change the way to decode successive
14333         encoded-words: decode B- or Q-encoding in each encoded-word,
14334         concatenate them, and decode it as charset.
14335
14336 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * lpath.el: Fbind codepage-setup for XEmacs.
14339
14340 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14341
14342         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14343         widget-move-and-invoke.
14344         (gnus-custom-mode): Use gnus-custom-map.
14345
14346 2005-10-15  Bill Wohler  <wohler@newt.com>
14347
14348         * message.el (message-tool-bar-map): Rename image file from
14349         mail_send to mail/send.
14350
14351 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14352
14353         * message.el (message-expand-group): Pass the common
14354         prefix substring of completion to `display-completion-list'.
14355
14356 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * mml-sec.el (mml-secure-method): New internal variable.
14359         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14360         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14361         New functions using mml-secure-method.
14362
14363         * mml.el (mml-mode-map): Add key bindings for those functions.
14364         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14365         Harder <harder@myrealbox.com>.
14366         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14367         Goto end of message if point is the headers of the message.
14368
14369         * message.el (message-in-body-p): New function.
14370
14371         * assistant.el: Autoload gnus-util and netrc.
14372
14373         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14374         Use `mm-charset-override-alist' only when decoding.
14375
14376         * mm-bodies.el (mm-decode-body):
14377         Call `mm-charset-to-coding-system' with allow-override argument.
14378
14379         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14380         `filename' from Content-Disposition if Content-Type doesn't
14381         provide `name'.
14382         (gnus-mime-view-part-as-type): Set default instead of
14383         initial-input.
14384
14385 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14386
14387         * format-spec.el (format-spec): Propagate text properties of % spec.
14388
14389 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-art.el (gnus-treat-predicate): Add `first'.
14392
14393 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14396         (mm-charset-override-alist): New variable.
14397         (mm-charset-to-coding-system): Use it.
14398         (mm-codepage-setup): New helper function.
14399         (mm-charset-eval-alist): New variable.
14400         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14401         Warn about unknown charsets.
14402
14403         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14404
14405 2005-10-04  David Hansen  <david.hansen@gmx.net>
14406
14407         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14408         (nnrss-check-group): Ditto.
14409
14410 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14413         Rename x-gnus-verbatim to x-verbatim.
14414         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14415
14416         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14417         x-verbatim.
14418
14419         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14420
14421         * gnus-util.el (gnus-remove-duplicates): Remove.
14422
14423         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14424         instead of gnus-remove-duplicates.
14425
14426         * message.el (message-remove-duplicates): Remove.
14427         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14428         message-remove-duplicates.
14429
14430         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14431         available, else use implementation from `delete-dups'.
14432
14433         * message.el (message-insert-expires): New function.
14434         (message-mode-map): Add key binding.
14435         (message-mode-field-menu): Add menu entry.
14436         (message-mode): Document it.
14437         (message-make-expires-date): Use `message-make-date'.
14438
14439 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14440
14441         * message.el (message-make-expires-date): New function.
14442
14443 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * Makefile.in (list-installed-shadows): New entry.
14446         (install): Use it.
14447         (remove-installed-shadows): New entry.
14448
14449         * dgnushack.el (dgnushack-default-load-path): New variable.
14450         (dgnushack-find-lisp-shadows): New function.
14451         (dgnushack-remove-lisp-shadows): New function.
14452
14453 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * Makefile.in (install-el-elc): New entry.
14456         (install): Use it so that .el files are necessarily installed.
14457
14458 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14461
14462 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14463
14464         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14465         function rather than the diff-mode.el package.
14466         (mm-display-external): Use with-current-buffer.
14467         (mm-viewer-completion-map, mm-viewer-completion-map):
14468         Move initialization inside declaration.
14469
14470 2005-09-29  Simon Josefsson  <jas@extundo.com>
14471
14472         * spam.el: Load hashcash when compiling, to avoid warnings.
14473         Don't autoload mail-check-payment.
14474         (spam-check-hashcash): Define unconditionally, since hashcash.el
14475         is part of Gnus now.  Ignore errors from payment checking.
14476
14477 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * message.el (message-bold-region, message-unbold-region):
14480         Rename from `bold-region' and `unbold-region'.
14481
14482         * message.el: Remove useless autoloads.
14483
14484 2005-09-28  Simon Josefsson  <jas@extundo.com>
14485
14486         * message.el (message-use-idna): Default to t.
14487         (message-use-idna): Test whether encoding works too.  Doc fix.
14488
14489 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * nntp.el (nntp-warn-about-losing-connection): Remove.
14492
14493 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14496         customizable.  Change default value.
14497         (mm-uu-diff-groups-regexp): Change default value.
14498         (mm-uu-type-alist): Add doc string.
14499         (mm-uu-configure): Add doc string.  Make it interactive.
14500         (mm-uu-tex-groups-regexp): New variable.
14501         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14502         (mm-uu-type-alist): Add LaTeX documents.
14503         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14504         of "text/verbatim".
14505         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14506
14507         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14508         instead of "text/verbatim".
14509
14510         * message.el (message-mark-inserted-region)
14511         (message-mark-insert-file): Use slrn style marks when called with
14512         prefix argument.
14513
14514 2005-09-27  Simon Josefsson  <jas@extundo.com>
14515
14516         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14517
14518 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14519
14520         * message.el (message-remove-duplicates): New function.
14521         Implementation borrowed from `gnus-remove-duplicates'.
14522         (message-idna-to-ascii-rhs): Also encode idna addresses in
14523         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14524         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14525         only ask about the same idna domain once per header and also tell
14526         in what header to replace the idna domain.
14527
14528         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14529         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14530         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14531         a header is decoded and not just the last one.
14532
14533 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14536         has been decoded.
14537
14538         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14539         (mm-insert-part): Don't modify text if it has been decoded.
14540
14541         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14542         decoded.
14543
14544         * mm-view.el (mm-inline-text): Don't strip text props unless
14545         decoding enriched or richtext parts.
14546
14547 2005-09-25  Romain Francoise  <romain@orebokech.com>
14548
14549         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14550         * gnus-start.el (gnus-subscribe-interactively):
14551         * gnus-uu.el (gnus-uu-grab-articles):
14552         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14553         space.
14554
14555 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14556
14557         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14558         * mm-view.el (mm-view-pkcs7-decrypt):
14559         * gnus-sum.el (gnus-summary-limit-to-extra)
14560         (gnus-summary-respool-article, gnus-read-move-group-name):
14561         * gnus-score.el (gnus-summary-increase-score):
14562         * gnus-util.el (gnus-completing-read-with-default):
14563         * gnus-art.el (gnus-read-save-file-name)
14564         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14565         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14566         * message.el (message-check-news-header-syntax):
14567         Follow convention for reading with the minibuffer.
14568
14569 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * spam-report.el (spam-report-url-ping-plain):
14572         Use gnus-extended-version as User-Agent.
14573
14574         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14575         default value is nil.
14576
14577         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14578         (mm-uu-verbatim-marks-extract): New function.
14579         (mm-uu-extract): New face.
14580         (mm-uu-copy-to-buffer): Use it.
14581
14582         * spam-report.el (spam-report-gmane-ham): Rename from
14583         `spam-report-gmane-unspam'.
14584         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14585         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14586
14587         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14588         Autoload.
14589         (spam-report-gmane-unregister-routine):
14590         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14591
14592 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14595         (spam-report-gmane-unregister-routine): Add support for gmane
14596         unregistration.
14597
14598         * spam-report.el (spam-report-gmane-unspam)
14599         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14600         (spam-report-gmane): Change to take a single article and do unspam
14601         registration.
14602
14603 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * mm-url.el (mm-url-decode-entities): Fix regexp.
14606
14607 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14608
14609         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14610         default to nil, to be able to use Gnus at all.  If the default
14611         switches to something else, then the function should be fixed not
14612         be exceedingly slow.
14613
14614 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14617         fail hard.
14618
14619         * spam-report.el: Add better Keywords line.
14620
14621         * spam.el: Add Maintainer and better Keywords line.
14622
14623 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-art.el (gnus-article-replace-part)
14626         (gnus-mime-replace-part): New functions.
14627         (gnus-mime-action-alist, gnus-mime-button-commands)
14628         (gnus-mime-save-part-and-strip): Add file argument.
14629         (gnus-article-part-wrapper): Add interactive argument.
14630
14631         * gnus-sum.el (gnus-summary-mime-map):
14632         Add `gnus-article-replace-part'.
14633
14634 2005-09-19  Didier Verna  <didier@xemacs.org>
14635
14636         The nnml compaction feature:
14637         * nnml.el (nnml-request-compact-group): New function.
14638         * nnml.el (nnml-request-compact): New function.
14639         * gnus-int.el (gnus-request-compact-group): New function.
14640         * gnus-int.el (gnus-request-compact): New function.
14641         * gnus-group.el (gnus-group-compact-group): New function.
14642         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14643         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14644         * gnus-srvr.el (gnus-server-compact-server): New function.
14645         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14646         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14647
14648 2005-09-18  Deepak Goel  <deego@gnufans.org>
14649
14650         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14651         format spec.
14652
14653 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14656
14657 2005-09-15  Romain Francoise  <romain@orebokech.com>
14658
14659         * message.el (message-fill-paragraph): Clarify docstring.
14660
14661 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (gnus-mime-display-part): Protect against broken
14664         MIME messages.
14665
14666 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14669         before parsing header.
14670
14671 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14672
14673         * html2text.el (html2text-replace-list): Add new entities.
14674
14675 2005-09-11  Romain Francoise  <romain@orebokech.com>
14676
14677         * message.el (message-alternative-emails): Improve docstring.
14678         (message-setup-1): Call `message-use-alternative-email-as-from'
14679         after `message-setup-hook' to give it precedence over posting
14680         styles, etc.
14681         (message-use-alternative-email-as-from): Add docstring.
14682         Remove the original From header if present.
14683
14684         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14685         (nnml-save-mail): Use it.
14686
14687         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14688         articles.  Add new argument `silent'.
14689         (gnus-uu-mark-all): Report the total number of marked articles.
14690
14691 2005-09-10  Romain Francoise  <romain@orebokech.com>
14692
14693         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14694         (gnus-uu-mark-series): Likewise.
14695
14696 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * spam-report.el (spam-report-gmane): Fix generation of spam
14699         report URL.
14700
14701 2005-09-10  Simon Josefsson  <jas@extundo.com>
14702
14703         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14704         t, based on discussion on the ding list with Robert Epprecht
14705         <epprecht@solnet.ch>.
14706
14707 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * spam-report.el (spam-report-gmane): Make it work without
14710         X-Report-Spam header.  Gmane now only provides Archived-At.
14711         This is only used if `spam-report-gmane-use-article-number' is nil.
14712         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14713
14714         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14715         make `gnus-summary-sort-by-recipient' work with threading.
14716
14717         * nnweb.el (nnweb-google-wash-article): Print a message if article
14718         is not available.
14719
14720 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14721
14722         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14723         change.  Decode text/* parts content before displaying.
14724
14725 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14728
14729 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14732
14733         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14734         url-package-name, url-package-version,
14735         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14736         w3m-display-inline-images, and w3m-minor-mode-map.
14737
14738 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * message.el (message-tab-body-function): Fix mismatched custom type.
14741
14742         * gnus.el (gnus-group-change-level-function): Ditto.
14743
14744         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14745
14746         * gnus-art.el (gnus-signature-limit)
14747         (gnus-article-mime-part-function): Ditto.
14748
14749 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mml.el (mml-mode): Silence the byte compiler.
14752
14753         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14754         using `(sit-for 0)' before moving the point to the specified part;
14755         skip unbuttonized parts.
14756         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14757         return to the summary window if gnus-auto-select-part is non-nil.
14758
14759 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14762         New variables.
14763         (mml-dnd-attach-file, mml-mode): Use them.
14764
14765         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14766         Make fetching article by MID work again for Google Groups.
14767         Add FIXME concerning gnus-group-make-web-group.
14768
14769         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14770         Don't depend on Gnus by using mail-extract-address-components if
14771         gnus-extract-address-components is not bound.
14772
14773 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774
14775         * gnus-art.el (gnus-mime-display-security): Don't display the
14776         signature, but only the signed part.
14777
14778 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14781
14782         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14783         list, not listp.
14784
14785 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14786
14787         * mm-encode.el (mm-encode-content-transfer-encoding):
14788         Likewise when encoding.
14789
14790         * mm-bodies.el (mm-decode-content-transfer-encoding):
14791         De-canonicalize CRLF for all text content types, not just
14792         text/plain.
14793
14794 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14797         valid article; point arrow and cursor at the MIME button.
14798
14799 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14802         Suggested by Dan Christensen <jdc@uwo.ca>.
14803
14804         * mm-decode.el (mm-save-part): Enable change of prompt.
14805
14806 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14807
14808         * gnus-msg.el (gnus-inews-add-send-actions):
14809         Make `message-post-method' lambda parameter ARG `&optional'.
14810
14811 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * gnus-sum.el (gnus-summary-mime-map):
14814         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14815         gnus-article-jump-to-part.
14816
14817         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14818         (gnus-article-edit-part): Use it.
14819         (gnus-article-part-wrapper): Add no-handle argument.
14820         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14821         New functions.
14822
14823 2005-08-29  Romain Francoise  <romain@orebokech.com>
14824
14825         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14826         docstring.
14827         (gnus-face-from-file): Likewise.
14828
14829 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14832         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14833         non-nil.
14834         (gnus-auto-select-part): New variable.
14835         (gnus-article-jump-to-part): New function.
14836         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14837         (gnus-mime-delete-part): Allow selecting specified part after
14838         deleting or stripping parts.
14839         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14840         part if argument is bogus.
14841
14842 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14843
14844         * gnus-art.el (w3m-minor-mode-map):
14845         * gnus-spec.el (gnus-newsrc-file-version):
14846         * gnus-util.el (nnmail-active-file-coding-system)
14847         (gnus-original-article-buffer, gnus-user-agent):
14848         * gnus.el (gnus-ham-process-destinations)
14849         (gnus-parameter-ham-marks-alist)
14850         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14851         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14852         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14853         * mm-decode.el (gnus-current-window-configuration):
14854         * mm-extern.el (gnus-article-mime-handles):
14855         * mm-url.el (url-current-object, url-package-name)
14856         (url-package-version):
14857         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14858         (smime-keys, w3m-cid-retrieve-function-alist)
14859         (w3m-current-buffer, w3m-display-inline-images)
14860         (w3m-minor-mode-map):
14861         * mml-smime.el (gnus-extract-address-components):
14862         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14863         (gnus-newsrc-hashtb, message-default-charset)
14864         (message-deletable-headers, message-options)
14865         (message-posting-charset, message-required-mail-headers)
14866         (message-required-news-headers):
14867         * mml1991.el (mc-pgp-always-sign):
14868         * mml2015.el (mc-pgp-always-sign):
14869         * nnheader.el (nnmail-extra-headers):
14870         * rfc1843.el (gnus-decode-encoded-word-function)
14871         (gnus-decode-header-function, gnus-newsgroup-name):
14872         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14873
14874 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14875
14876         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14877         the end of the date treatments.
14878
14879 2005-08-15  Simon Josefsson  <jas@extundo.com>
14880
14881         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14882         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14883         Capello and Romain Francoise.
14884         (pgg-fetch-key-function): Remove, not used?
14885         (pgg-insert-url-with-w3): Require url, to get
14886         url-insert-file-contents regardless of where it is defined.
14887
14888 2005-08-13  Romain Francoise  <romain@orebokech.com>
14889
14890         * message.el (message-cite-original-1): New function.
14891         (message-cite-original): Use it.
14892         (message-cite-original-without-signature): Ditto.
14893
14894 2005-08-08  Romain Francoise  <romain@orebokech.com>
14895
14896         * message.el (message-yank-empty-prefix): New variable.
14897         (message-indent-citation): Use it.
14898         (message-cite-original-without-signature): Respect X-No-Archive.
14899
14900 2005-08-08  Simon Josefsson  <jas@extundo.com>
14901
14902         * pgg.el: Autoload url-insert-file-contents instead of loading
14903         w3/url.
14904         (pgg-insert-url-with-w3): Don't load url here.
14905
14906 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14907
14908         * message.el (message-kill-to-signature): Don't insert newline at
14909         bol.
14910         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14911
14912 2005-08-06  Romain Francoise  <romain@orebokech.com>
14913
14914         * message.el (message-user-fqdn): Fix typo in docstring.
14915
14916 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14917
14918         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14919
14920         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14921
14922 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * mm-bodies.el (mm-encode-body): Use coding system rather than
14925         charset to encode text.
14926
14927         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14928         number of charsets if utf-8 is available (XEmacs).
14929
14930 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14933         taken from `gnus-button-mid-or-mail-regexp'.
14934         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14935         (gnus-button-alist): Improve regexp for domain part of the MIDs
14936         for news:localpart@domain buttons.
14937         (gnus-button-ctan-directory-regexp): Update.
14938
14939 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * sieve-manage.el (sieve-manage-interactive-login):
14942         Use make-local-variable rather than make-variable-buffer-local.
14943         (sieve-manage-open): Ditto.
14944         (sieve-manage-authenticate): Ditto.
14945
14946         * mml.el (mml-generate-mime-1): Make the content type default to
14947         text/plain if the filename is not specified.
14948
14949 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14952         instead of insert-buffer.
14953
14954         * message.el (message-yank-original): Ditto; set the mark at the
14955         end of the yanked message.
14956
14957 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14960         lines to scroll rather than to stop it.
14961
14962         * mml.el (mml-generate-default-type): Add doc string.
14963         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14964         default to application/octet-stream when determining the content
14965         type if it is not specified for the part or the mml contents; add
14966         a comment about mml-generate-default-type.
14967
14968 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14971         make it default to application/octet-stream when determining the
14972         content type if it is not specified for the external contents.
14973
14974 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14977         segmented parameter but also other parameters might be there.
14978
14979 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * mm-decode.el (mm-display-external): Delete temp file, directory
14982         and buffer immediately if the external process is exited.
14983
14984 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14987         fewer lines than that of scroll-margin.
14988         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14989
14990 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-art.el (gnus-article-next-page): Revert.
14993         (gnus-article-beginning-of-window): New macro.
14994         (gnus-article-next-page-1): Use it.
14995         (gnus-article-prev-page): Ditto.
14996         (gnus-article-edit-part): Use insert-buffer-substring instead of
14997         insert-buffer.
14998         (gnus-article-edit-exit): Ditto.
14999
15000         * gnus-util.el (gnus-beginning-of-window): Remove.
15001         (gnus-end-of-window): Remove.
15002
15003         * lpath.el: Don't bind header-line-format and scroll-margin.
15004
15005 2005-07-25  Simon Josefsson  <jas@extundo.com>
15006
15007         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15008         to have the url package without w3.  Reported by Daiki Ueno
15009         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15010
15011 2005-07-20  Didier Verna  <didier@xemacs.org>
15012
15013         * gnus-diary.el: Remove the description comment (nndiary is now
15014         properly documented in the Gnus manual).
15015         Fix the spelling of "Back End".
15016         * nndiary.el: Ditto.
15017         Fix the copyright notice.
15018
15019 2005-07-18  Romain Francoise  <romain@orebokech.com>
15020
15021         * gnus-sum.el (gnus-summary-to-prefix)
15022         (gnus-summary-newsgroup-prefix): New variables.
15023         (gnus-summary-from-or-to-or-newsgroups): Use them.
15024
15025 2005-07-17  Romain Francoise  <romain@orebokech.com>
15026
15027         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15028         space as it's generally not especially interesting to the user.
15029
15030 2005-07-16  Romain Francoise  <romain@orebokech.com>
15031
15032         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15033         nil to avoid prompting and file modification if one of the
15034         messages at the top of the nnfolder file contains a copyright
15035         notice.
15036         Update copyright notice.
15037
15038         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15039         instead of `current-time-string' as the latter creates a time
15040         string that is not RFC 2822 compliant (it lacks the zone).
15041         Update copyright notice.
15042
15043 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15044
15045         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15046         for text/rtf.  Display default in prompt.  Pass default for M-n.
15047
15048         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15049
15050 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * gnus-msg.el (gnus-button-mailto):
15053         Remove save-selected-window-window hackery because it relies on
15054         save-selected-window internals.
15055
15056 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15059         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15060         (gnus-article-prev-page): Ditto.
15061
15062         * gnus-util.el (gnus-beginning-of-window): New function.
15063         (gnus-end-of-window): New function.
15064
15065         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15066
15067 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15068
15069         * gnus-score.el (gnus-score-edit-all-score):
15070         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15071         gnus-message.
15072
15073 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15074
15075         * gnus-msg.el (gnus-button-mailto):
15076         Remove save-selected-window-window hackery because it relies on
15077         save-selected-window internals.
15078
15079 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15082         add-minor-mode.
15083         (gnus-binary-mode): Ditto.
15084
15085         * gnus-topic.el (gnus-topic-mode): Ditto.
15086
15087 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15088
15089         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15090         (gnus-article-prev-page): Take scroll-margin into consideration.
15091
15092 2005-07-04  Lute Kamstra  <lute@gnu.org>
15093
15094         Update FSF's address in GPL notices.
15095
15096 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15097
15098         * gnus.el (gnus-exit):
15099         * gnus-group.el (gnus-group-icons):
15100         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15101
15102         * gnus-nocem.el (gnus-nocem):
15103         * message.el (message-various, message-buffers, message-sending)
15104         (message-interface, message-forwarding, message-insertion)
15105         (message-headers, message-news, message-mail):
15106         * pgg-gpg.el (pgg-gpg):
15107         * pgg-parse.el (pgg-parse):
15108         * pgg-pgp.el (pgg-pgp):
15109         * pgg-pgp5.el (pgg-pgp5):
15110         * pop3.el (pop3): Finish `defgroup' description with period.
15111
15112 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-art.el (article-display-face): Improve the efficiency.
15115         (article-display-x-face): Ditto; remove grey x-face stuff.
15116
15117 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-art.el (article-display-face): Correct the position in
15120         which Faces are inserted.
15121
15122 2005-06-29  Didier Verna  <didier@xemacs.org>
15123
15124         * gnus-art.el (article-display-face): Display faces in correct
15125         order.
15126
15127 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15130         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15131         (gnus-nocem-check-article): Fetch the Type header.
15132         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15133         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15134         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15135         make sure gnus-nocem-hashtb is initialized.
15136         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15137         (gnus-nocem-unwanted-article-p): Ditto.
15138
15139         * pgg.el (pgg-verify): Return the verification result.
15140
15141 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15142
15143         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15144         is ascii.
15145
15146 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15147
15148         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15149         `show-nonbreak-escape'.
15150
15151 2005-06-23  Lute Kamstra  <lute@gnu.org>
15152
15153         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15154
15155         * dig.el (dig-mode):
15156         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15157
15158 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15159
15160         * nnimap.el (nnimap-split-download-body): Fix spellings.
15161
15162 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15163
15164         * gnus-art.el (gnus-article-encrypt-body):
15165         * gnus-cus.el (gnus-score-customize):
15166         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15167         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15168
15169 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15170
15171         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15172         header by looking for magic "MII" at the beginnig.
15173
15174 2005-06-16  Miles Bader  <miles@gnu.org>
15175
15176         * gnus-xmas.el (gnus-xmas-group-startup-message):
15177         Use renamed gnus-splash face.
15178
15179         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15180         (assistant-field-face): New backward-compatibility alias for renamed
15181         face.
15182         (assistant-render-text): Use renamed assistant-field face.
15183
15184         * spam.el (spam): Remove "-face" suffix from face name.
15185         (spam-face): New backward-compatibility alias for renamed face.
15186         (spam-face, spam-initialize): Use renamed spam face.
15187
15188         * message.el (message-header-to, message-header-cc)
15189         (message-header-subject, message-header-newsgroups)
15190         (message-header-other, message-header-name)
15191         (message-header-xheader, message-separator, message-cited-text)
15192         (message-mml): Remove "-face" suffix from face names.
15193         (message-header-to-face, message-header-cc-face)
15194         (message-header-subject-face, message-header-newsgroups-face)
15195         (message-header-other-face, message-header-name-face)
15196         (message-header-xheader-face, message-separator-face)
15197         (message-cited-text-face, message-mml-face):
15198         New backward-compatibility aliases for renamed faces.
15199         (message-font-lock-keywords): Use renamed message faces.
15200
15201         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15202         (sieve-test-commands, sieve-tagged-arguments):
15203         Remove "-face" suffix from face names.
15204         (sieve-control-commands-face, sieve-action-commands-face)
15205         (sieve-test-commands-face, sieve-tagged-arguments-face):
15206         New backward-compatibility aliases for renamed faces.
15207         (sieve-control-commands-face, sieve-action-commands-face)
15208         (sieve-test-commands-face, sieve-tagged-arguments-face):
15209         Use renamed sieve faces.
15210
15211         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15212         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15213         (gnus-group-news-3-empty, gnus-group-news-4)
15214         (gnus-group-news-4-empty, gnus-group-news-5)
15215         (gnus-group-news-5-empty, gnus-group-news-6)
15216         (gnus-group-news-6-empty, gnus-group-news-low)
15217         (gnus-group-news-low-empty, gnus-group-mail-1)
15218         (gnus-group-mail-1-empty, gnus-group-mail-2)
15219         (gnus-group-mail-2-empty, gnus-group-mail-3)
15220         (gnus-group-mail-3-empty, gnus-group-mail-low)
15221         (gnus-group-mail-low-empty, gnus-summary-selected)
15222         (gnus-summary-cancelled, gnus-summary-high-ticked)
15223         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15224         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15225         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15226         (gnus-summary-low-undownloaded)
15227         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15228         (gnus-summary-low-unread, gnus-summary-normal-unread)
15229         (gnus-summary-high-read, gnus-summary-low-read)
15230         (gnus-summary-normal-read, gnus-splash):
15231         Remove "-face" suffix from face names.
15232         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15233         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15234         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15235         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15236         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15237         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15238         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15239         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15240         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15241         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15242         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15243         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15244         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15245         (gnus-summary-normal-ticked-face)
15246         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15247         (gnus-summary-normal-ancient-face)
15248         (gnus-summary-high-undownloaded-face)
15249         (gnus-summary-low-undownloaded-face)
15250         (gnus-summary-normal-undownloaded-face)
15251         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15252         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15253         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15254         (gnus-splash-face):
15255         New backward-compatibility aliases for renamed faces.
15256         (gnus-group-startup-message): Use renamed gnus faces.
15257
15258         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15259         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15260         (gnus-server-agent): Remove "-face" suffix from face names.
15261         (gnus-server-agent-face, gnus-server-opened-face)
15262         (gnus-server-closed-face, gnus-server-denied-face)
15263         (gnus-server-offline-face):
15264         New backward-compatibility aliases for renamed faces.
15265         (gnus-server-agent-face, gnus-server-opened-face)
15266         (gnus-server-closed-face, gnus-server-denied-face)
15267         (gnus-server-offline-face): Use renamed gnus faces.
15268
15269         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15270         Remove "-face" suffix from face names.
15271         (gnus-picon-xbm-face, gnus-picon-face):
15272         New backward-compatibility aliases for renamed faces.
15273
15274         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15275         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15276         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15277         (gnus-cite-11): Remove "-face" suffix from face names.
15278         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15279         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15280         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15281         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15282         New backward-compatibility aliases for renamed faces.
15283         (gnus-cite-attribution-face, gnus-cite-face-list)
15284         (gnus-article-boring-faces): Use renamed gnus faces.
15285
15286         * gnus-art.el (gnus-signature, gnus-header-from)
15287         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15288         (gnus-header-content): Remove "-face" suffix from face names.
15289         (gnus-signature-face, gnus-header-from-face)
15290         (gnus-header-subject-face, gnus-header-newsgroups-face)
15291         (gnus-header-name-face, gnus-header-content-face):
15292         New backward-compatibility aliases for renamed faces.
15293         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15294
15295         * gnus-sum.el (gnus-summary-selected-face)
15296         (gnus-summary-highlight): Use renamed gnus faces.
15297         * gnus-group.el (gnus-group-highlight): Likewise.
15298
15299 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15300
15301         * gnus-sieve.el (gnus-sieve-article-add-rule):
15302         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15303         * spam-stat.el (spam-stat-buffer-change-to-spam)
15304         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15305
15306         * message.el (message-is-yours-p):
15307         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15308
15309 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * mm-view.el (mm-inline-text): Withdraw the last change.
15312
15313 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15316         executing enriched-decode.
15317
15318 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15321         charset of tar files.
15322
15323 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15324
15325         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15326
15327 2005-06-04  Lute Kamstra  <lute@gnu.org>
15328
15329         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15330         information is never recorded.
15331
15332 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15333
15334         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15335
15336 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * pop3.el (pop3-apop): Run md5 in the binary mode.
15339
15340         * starttls.el (starttls-set-process-query-on-exit-flag):
15341         Use eval-and-compile.
15342
15343 2005-05-31  Simon Josefsson  <jas@extundo.com>
15344
15345         * smime.el (smime-replace-in-string): Define.
15346         (smime-cert-by-ldap-1): Use it.
15347
15348 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (article-display-x-face): Replace
15351         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15352
15353         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15354         set-process-query-on-exit-flag or process-kill-without-query.
15355
15356         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15357         loop instead of replace-regexp.
15358
15359         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15360         instead of process-kill-without-query if it is available.
15361
15362         * lpath.el: Fbind ldap-search-entries.
15363
15364         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15365         instead of find-file-hooks if it is available.
15366
15367         * mml1991.el: Bind pgg-default-user-id when compiling.
15368
15369         * mml2015.el: Bind pgg-default-user-id when compiling.
15370
15371         * nndraft.el (nndraft-request-associate-buffer):
15372         Use write-contents-functions instead of write-contents-hooks if it is
15373         available.
15374
15375         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15376         instead of find-file-hooks if it is available.
15377
15378         * nntp.el (nntp-open-connection): Replace
15379         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15380         (nntp-open-ssl-stream): Ditto.
15381         (nntp-open-tls-stream): Ditto.
15382
15383         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15384         set-process-query-on-exit-flag or process-kill-without-query.
15385         (starttls-open-stream-gnutls): Use it instead of
15386         process-kill-without-query.
15387         (starttls-open-stream): Ditto.
15388
15389 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15390
15391         * smime.el (smime-cert-by-ldap-1): Don't use
15392         replace-regexp-in-string.
15393
15394 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15395
15396         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15397
15398         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15399         in PEM format.  Adjust to the XEmacs compability.
15400
15401 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15404         by `string-to-number'.
15405         * gnus-agent.el (gnus-agent-regenerate-group)
15406         (gnus-agent-fetch-articles): Ditto.
15407         * gnus-art.el (gnus-button-fetch-group): Ditto.
15408         * gnus-cache.el (gnus-cache-generate-active)
15409         (gnus-cache-articles-in-group): Ditto.
15410         * gnus-group.el (gnus-group-set-current-level)
15411         (gnus-group-insert-group-line): Ditto.
15412         * gnus-score.el (gnus-score-set-expunge-below)
15413         (gnus-score-set-mark-below, gnus-summary-score-effect)
15414         (gnus-summary-score-entry): Ditto.
15415         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15416         (gnus-soup-pack): Ditto.
15417         * gnus-spec.el (gnus-xmas-format): Ditto.
15418         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15419         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15420         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15421         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15422         * nndb.el (nndb-get-remote-expire-response): Ditto.
15423         * nndiary.el (nndiary-parse-schedule-value)
15424         (nndiary-string-to-number, nndiary-request-replace-article)
15425         (nndiary-request-article): Ditto.
15426         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15427         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15428         * nneething.el (nneething-make-head): Ditto.
15429         * nnfolder.el (nnfolder-request-article)
15430         (nnfolder-retrieve-headers): Ditto.
15431         * nnheader.el (nnheader-file-to-number): Ditto.
15432         * nnkiboze.el (nnkiboze-request-article): Ditto.
15433         * nnmail.el (nnmail-process-unix-mail-format)
15434         (nnmail-process-babyl-mail-format): Ditto.
15435         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15436         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15437         (nnmh-request-create-group, nnmh-request-list-1)
15438         (nnmh-request-group, nnmh-request-article): Ditto.
15439         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15440         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15441         * nnsoup.el (nnsoup-make-active): Ditto.
15442         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15443         * nntp.el (nntp-find-group-and-number)
15444         (nntp-retrieve-headers-with-xover): Ditto.
15445         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15446         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15447         (pgg-format-key-identifier): Ditto.
15448         * pop3.el (pop3-last, pop3-stat): Ditto.
15449         * qp.el (quoted-printable-decode-region): Ditto.
15450
15451         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15452         of concat.
15453
15454 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15457
15458         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15459
15460         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15461
15462         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15463
15464         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15465
15466         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15467
15468         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15469         (gnus-carpal-mode): Ditto.
15470
15471         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15472         (gnus-browse-mode): Ditto.
15473
15474         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15475
15476         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15477
15478 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15479
15480         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15481
15482 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-util.el (gnus-run-mode-hooks): New function.
15485
15486         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15487
15488         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15489         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15490
15491 2005-05-27  Lute Kamstra  <lute@gnu.org>
15492
15493         * dns-mode.el (dns-mode): Specify customization group.
15494
15495 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15496
15497         * gnus-agent.el (gnus-agent-make-mode-line-string):
15498         Use mode-line-highlight as mouse-face.
15499
15500 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * canlock.el (canlock): Change the parent group to news.
15503
15504         * deuglify.el (gnus-outlook-deuglify): Add :group.
15505
15506         * dig.el (dig): Add :group.
15507
15508         * dns-mode.el (dns-mode): Add :group.
15509
15510         * encrypt.el (encrypt): Add :group.
15511
15512         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15513         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15514         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15515         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15516         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15517
15518         * gnus-diary.el (gnus-diary): Add :group.
15519
15520         * gnus.el (gnus-group-news-1-face): Add :group.
15521         (gnus-group-news-1-empty-face): Ditto.
15522         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15523         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15524         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15525         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15526         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15527         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15528         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15529         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15530         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15531         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15532         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15533         (gnus-summary-high-ticked-face): Ditto.
15534         (gnus-summary-low-ticked-face): Ditto.
15535         (gnus-summary-normal-ticked-face): Ditto.
15536         (gnus-summary-high-ancient-face): Ditto.
15537         (gnus-summary-low-ancient-face): Ditto.
15538         (gnus-summary-normal-ancient-face): Ditto.
15539         (gnus-summary-high-undownloaded-face): Ditto.
15540         (gnus-summary-low-undownloaded-face): Ditto.
15541         (gnus-summary-normal-undownloaded-face): Ditto.
15542         (gnus-summary-high-unread-face): Ditto.
15543         (gnus-summary-low-unread-face): Ditto.
15544         (gnus-summary-normal-unread-face): Ditto.
15545         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15546         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15547
15548         * hashcash.el (hashcash): New custom group.
15549         (hashcash-default-payment): Add :group.
15550         (hashcash-payment-alist): Ditto.
15551         (hashcash-default-accept-payment): Ditto.
15552         (hashcash-accept-resources): Ditto.
15553         (hashcash-path): Ditto.
15554         (hashcash-extra-generate-parameters): Ditto.
15555         (hashcash-double-spend-database): Ditto.
15556         (hashcash-in-news): Ditto.
15557
15558         * message.el (message-minibuffer-local-map): Add :group.
15559
15560         * netrc.el (netrc): Add :group.
15561
15562         * sieve-manage.el (sieve-manage-log): Add :group.
15563         (sieve-manage-default-user): Diito.
15564         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15565         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15566         (sieve-manage-authenticators): Ditto.
15567         (sieve-manage-authenticator-alist): Ditto.
15568         (sieve-manage-default-port): Ditto.
15569
15570         * sieve-mode.el (sieve-control-commands-face): Add :group.
15571         (sieve-action-commands-face): Ditto.
15572         (sieve-test-commands-face): Ditto.
15573         (sieve-tagged-arguments-face): Ditto.
15574
15575         * smime.el (smime): Add :group.
15576
15577         * spam-report.el (spam-report): Add :group.
15578
15579         * spam.el (spam, spam-face): Add :group.
15580
15581 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15584         return \n.\n.\n at the end of articles.  Protect against that.
15585         (nntp-with-open-group): Allow debugging.
15586
15587         * nnheader.el (mail-header-set-extra): Make into a function
15588         because I just could't understand how to quote the list properly.
15589
15590         * dns.el (query-dns-cached): New function.
15591
15592 2005-05-26  Lute Kamstra  <lute@gnu.org>
15593
15594         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15595
15596 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15599
15600         * gnus-art.el: Don't autoload mail-extract-address-components.
15601
15602         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15603         eval-and-compile to evaluate it.
15604
15605         * hashcash.el: Don't autoload executable-find.
15606
15607         * nndb.el: Don't declare the nndb back end two or more times; don't
15608         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15609
15610         * nntp.el: Autoload format-spec instead of format; use
15611         eval-and-compile to evaluate autoload forms.
15612
15613 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15614
15615         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15616
15617 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15618
15619         * gnus.el (gnus-version-number): Bump version.
15620
15621 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15622
15623         * gnus.el: No Gnus v0.3 is released.
15624
15625 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15626
15627         * lpath.el (featurep): Bind show-nonbreak-escape.
15628
15629 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-art.el (gnus-article-edit-part): Disable undo.
15632
15633 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15636         gnus-article-date-lapsed-new-header is t if date timer is active;
15637         skip headers in which the original date value is empty.
15638         (gnus-article-save-original-date): Redefine it as a macro.
15639         (gnus-display-mime): Use it.
15640
15641 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-art.el (article-date-ut): Support converting date in
15644         forwarded parts as well.
15645         (gnus-article-save-original-date): New function.
15646         (gnus-display-mime): Use it.
15647
15648 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15649
15650         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15651         enclosure element of <item>.
15652
15653 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * message.el (message-kill-buffer-query): Rename from
15656         `message-kill-buffer-query-if-modified'.  Add :version.
15657
15658 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15661         window layout.
15662
15663 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * mml.el: Autoload dnd when compiling.
15666
15667 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15670         x-dnd-*.
15671
15672 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * qp.el (quoted-printable-encode-region): Save excursion.
15675
15676 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * message.el (message-kill-buffer-query-if-modified): Add new variable
15679         so the user can kill a modified message buffer quickly.
15680         (message-kill-buffer): Use it.
15681
15682 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * lpath.el: Fbind display-time-event-handler; don't fbind
15685         string-to-multibyte.
15686
15687         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15688
15689 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15692         contained in text because xml.el decodes entities) with LFs.
15693
15694 2005-04-11  Lute Kamstra  <lute@gnu.org>
15695
15696         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15697         differently.
15698
15699 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15700
15701         * mm-util.el (mm-detect-coding-region): Typo.
15702
15703 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15706
15707 2005-04-06  Deepak Goel  <deego@gnufans.org>
15708
15709         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15710         user-function allow user modifications of the scores.
15711         (spam-stat-score-buffer-user): New function, to allow
15712         user-computed modifications to the score.
15713         (spam-stat-score-buffer-user-functions): List of additional
15714         scoring functions.
15715         (spam-stat-error-holder): Global temporary error holder.
15716         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15717         variable.
15718
15719 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * gnus-registry.el (gnus-registry-clean-empty-function)
15722         (gnus-registry-trim, gnus-registry-fetch-groups)
15723         (gnus-registry-delete-group): Groups that match
15724         `gnus-registry-ignored-groups' are removed from the registry
15725         entries, not just ignored for splitting.  This helps clean up the
15726         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15727         to get all the groups a message ID is in.
15728
15729         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15730         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15731         (spam-stat-score-buffer-user-functions): Add :number custom type.
15732
15733 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15736         argument in XEmacs.
15737
15738         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15739         (nnrss-request-group): Decode group name first.
15740         (nnrss-request-article): Make a text/plain article if mml-to-mime
15741         failed.
15742         (nnrss-get-encoding): Return a compatible encoding according to
15743         nnrss-compatible-encoding-alist.
15744         (nnrss-find-el): Use consp instead of listp.
15745         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15746
15747 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15750         which Emacs 20 doesn't support.
15751         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15752
15753 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15756         silence the byte compiler inside the defun.
15757
15758         * gnus-demon.el (parse-time-string): Add autoload.
15759
15760         * gnus-delay.el (parse-time-string): Add autoload.
15761
15762         * gnus-art.el (parse-time-string): Add autoload.
15763
15764         * nnultimate.el (parse-time): Require for `parse-time-string'.
15765
15766 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15769
15770         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15771
15772         * smime.el (smime-ldap-host-list): Add :version.
15773
15774 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15777         pass it to `gnus-browse-read-group'.
15778         (gnus-browse-read-group): Add NUMBER argument and pass it to
15779         `gnus-group-read-ephemeral-group'.
15780
15781         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15782         argument and pass it to `gnus-group-read-group'.
15783
15784 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15785
15786         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15787         mm-xemacs-find-mime-charset-1 if we have the mule feature
15788         available at runtime.
15789
15790 2005-03-25  Werner Lemberg  <wl@gnu.org>
15791
15792         * nnmaildir.el: Replace `illegal' with `invalid'.
15793
15794 2005-03-23  Lute Kamstra  <lute@gnu.org>
15795
15796         * time-date.el: Add comment on time value formats.
15797         Don't require parse-time.
15798         (with-decoded-time-value): New macro.
15799         (encode-time-value): New function.
15800         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15801         (days-to-time): Return a valid time value when arg is huge.
15802         (time-since): Use time-subtract.
15803         (time-to-number-of-days): Use time-to-seconds.
15804
15805 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15806
15807         * gnus-start.el (gnus-display-time-event-handler):
15808         Check display-time-timer at runtime rather than only at load time
15809         in case display-time-mode is turned off in the mean time.
15810
15811 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15814         used.
15815
15816         * nneething.el (nneething-map-file-directory): Derive from
15817         `gnus-directory'.
15818
15819         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15820         the To/Cc button.
15821
15822 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * nnmaildir.el (nnmaildir-request-accept-article):
15825         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15826
15827 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15828
15829         * gnus-async.el: Require timer-funcs at compile time when in
15830         XEmacs for `run-with-idle-timer'.
15831
15832 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15833
15834         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15835         autoloaded function.
15836
15837 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15838
15839         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15840
15841 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15842
15843         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15844
15845 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15846
15847         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15848         Add gnus-expert-user to default.
15849
15850 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15851
15852         * nnimap.el (nnimap-open-server): Ditto.
15853
15854         * imap.el (imap-authenticate): Fix typo.
15855
15856 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15857
15858         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15859         buffer (since IMAP server might return FETCH response out of
15860         order, and the nntp buffer must be sorted).
15861
15862 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15863
15864         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15865         comparison on string.
15866
15867         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15868         (gnus-agent-score): Rename category keywords to match gnus-cus.
15869         (gnus-agent-summary-fetch-series): Modify to protect against
15870         gnus-agent-summary-fetch-group clearing processable flags.
15871         (gnus-agent-synchronize-group-flags): Update live group buffer as
15872         synchronization may occur due to the user toggle the plugged
15873         status.
15874         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15875         successfully downloaded.
15876         (gnus-agent-expire-group-1): Avoid using markers when the overview
15877         is in ascending order; greatly improves performance.
15878         (gnus-agent-regenerate-group):
15879         Use gnus-agent-synchronize-group-flags to reset read status in both
15880         gnus and server.
15881         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15882
15883 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * message.el: Don't autoload former message-utils variables.
15886         (message-strip-subject-trailing-was): Change doc string.
15887
15888         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15889         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15890         (nnweb-google-search): Add "hl=en" here.
15891         (nnweb-google-parse-1, nnweb-google-create-mapping):
15892         Don't hardcode URL.
15893
15894 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * message.el (message-get-reply-headers, message-followup):
15897         Mention related variables `message-use-followup-to' and
15898         `message-use-mail-followup-to', in the information buffer.
15899
15900         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15901         of broken groups(-beta).google.com.
15902
15903 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15906         parameter to invoked gnus-request-move-article; remove the
15907         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15908         all at once instead of once per article.
15909         (gnus-summary-remove-process-mark): Accept a list of articles as
15910         well as a single article for processing.
15911
15912         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15913         parameter.
15914
15915         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15916
15917         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15918
15919         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15920         parameter.
15921
15922         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15923         parameter.
15924
15925         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15926         parameter and remove the gnus-sum-hint-move-is-internal variable.
15927
15928         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15929         parameter.
15930
15931         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15932         parameter.
15933
15934         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15935         parameter.
15936
15937         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15938
15939         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15940         parameter.
15941
15942         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15943         parameter.
15944
15945 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15946
15947         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15948         a more conservative way.
15949
15950 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15951
15952         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15953         buffer, so it moves the window's cursor.
15954
15955 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15956
15957         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15958         `mm-dissect-multipart' and receive the from field as an (optional)
15959         argument from `mm-dissect-multipart'.
15960         (mm-dissect-multipart): Receive the from field as an argument and
15961         pass it on when we call `mm-dissect-buffer' on MIME parts.
15962         Fixes verification/decryption of signed/encrypted MIME parts.
15963
15964 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * gnus-sum.el (gnus-summary-move-article):
15967         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15968         whatever it calls (right now, only nnimap-request-move article
15969         respects it).
15970
15971         * nnimap.el (nnimap-request-move-article):
15972         When gnus-sum-hint-move-is-internal is set, don't do the extra
15973         nnimap-request-article.
15974
15975 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15978
15979         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15980         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15981
15982         * gnus-sum.el (gnus-summary-caesar-message):
15983         Apply `gnus-treat-article' after rotation.
15984
15985         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15986         doc string.
15987
15988 2005-02-22  Simon Josefsson  <jas@extundo.com>
15989
15990         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15991         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15992         <arne@arnested.dk>.
15993         (encrypt): Add password-cache and password-cache-expiry as group
15994         members.
15995
15996 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15997
15998         * smime.el (smime-ldap-host-list): Doc fix.
15999         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16000         cache) password.
16001         (smime-sign-region): Use it.
16002         (smime-decrypt-region): Use it.
16003         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16004         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16005         fails.
16006         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16007         certificate from DER to PEM format rather than calling openssl.
16008
16009         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16010
16011         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16012         for signing/encryption.
16013
16014         * mml.el (mml-parse-1): Use them.
16015
16016 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16017
16018         * nnrss.el (nnrss-verbose): Remove.
16019         (nnrss-request-group): Use `nnheader-message' instead.
16020
16021 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16022
16023         * nnrss.el (nnrss-verbose): New variable.
16024         (nnrss-request-group): Make it say nnrss is requesting a group.
16025
16026 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16029         Handle news URL with given port correctly.
16030
16031 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16034         containing special characters.
16035
16036         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16037
16038         * mml.el (mime-to-mml): Ditto.
16039
16040         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16041         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16042         (rfc2047-decode-region): Quote decoded words containing special
16043         characters when rfc2047-quote-decoded-words-containing-tspecials
16044         is non-nil.
16045
16046 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16047
16048         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16049
16050         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16051
16052 2005-02-15  Simon Josefsson  <jas@extundo.com>
16053
16054         * nnimap.el (nnimap-debug): Doc fix.
16055
16056         * imap.el (imap-debug): Doc fix.
16057
16058 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16061
16062 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * gnus.el (spam-contents): Improve docs for spam-contents
16065         parameter in its variable incarnation.
16066
16067 2005-02-14  Simon Josefsson  <jas@extundo.com>
16068
16069         * smime-ldap.el: Use require instead of load-library for ldap.
16070         (smime-ldap-search): Indent.
16071         (smime-ldap-search-internal): Shorten line.
16072
16073         * smime.el (smime-cert-by-dns): Add doc-string.
16074         (smime-cert-by-ldap-1): Indent.
16075
16076         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16077         mml-smime-get-dns-ldap.
16078         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16079
16080 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16081
16082         * smime.el: Require smime-ldap.
16083         (smime-ldap-host-list): New variable.
16084         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16085
16086         * mml-smime.el (mml-smime-encrypt-query): New function.
16087         (mml-smime-encrypt-query): Use it.
16088
16089         * smime-ldap.el: New file.
16090
16091 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16094
16095 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16098         argument in doc string.  Make query for type more clear.
16099
16100 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16101
16102         * gnus.el (gnus-group-startup-message): Search for gnus images in
16103         etc/images/gnus.
16104         * mm-util.el (mm-image-load-path): Likewise.
16105         * smiley.el (smiley-data-directory): Search for smilies in
16106         etc/images/smilies.
16107
16108 2005-02-09  Kim F. Storm  <storm@cua.dk>
16109
16110         Change Emacs release version from 21.4 to 22.1 throughout.
16111         Change Emacs development version from 21.3.50 to 22.0.50.
16112
16113 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16116
16117         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16118         non-Mule XEmacs as well.
16119         (mm-decompress-buffer): Signal an error intentionally if it does
16120         not decompress compressed data because auto-compression-mode is
16121         disabled.
16122
16123 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16124
16125         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16126         an ID in the registry even if it has no groups.
16127
16128 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16131         merge it into mm-decompress-buffer.
16132         (gnus-mime-copy-part): Use the MIME part charset, the value which
16133         a user specified or gnus-newsgroup-charset for decoding, like
16134         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16135         save-buffer what was used.  Suggested by Kevin Ryde
16136         <user42@zip.com.au>.
16137         (gnus-mime-inline-part): Allow the name parameter as well as the
16138         filename parameter; force decompressing of compressed data; always
16139         display contents being not decoded as unibyte.
16140
16141         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16142         as well as the filename parameter.
16143
16144         * mm-util.el (mm-decompress-buffer):
16145         Merge gnus-mime-jka-compr-maybe-uncompress.
16146         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16147         of compressed data.
16148
16149 2005-02-08  Simon Josefsson  <jas@extundo.com>
16150
16151         * imap.el (imap-log): Doc fix.
16152
16153 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16156         the coding cookies; decompress compressed parts.
16157
16158         * mml.el (mml-generate-mime-1): Add the charset parameter according
16159         to the value which a user specified manually or the coding cookie.
16160
16161         * mm-util.el (mm-string-to-multibyte): New function.
16162         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16163         (mm-coding-system-to-mime-charset): New function.
16164         (mm-decompress-buffer): New function.
16165         (mm-find-buffer-file-coding-system): New function.
16166
16167         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16168         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16169         parts.
16170
16171 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16172
16173         * mm-view.el (mm-display-inline-fontify): Decode a part according
16174         to the charset parameter.
16175
16176 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16179         prefix arg is neither nil nor a number, as info specifies.
16180
16181 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16184         timestamps.
16185
16186 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16187
16188         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16189         groups error checking and notify user.
16190
16191 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16192
16193         * message.el (message-send-mail-function): Check existence of
16194         sendmail-program first before using default value
16195         `message-send-mail-with-sendmail'.  Otherwise use more generic
16196         `smtpmail-send-it'.
16197
16198 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * nntp.el (nntp-request-update-info): Always return nil.
16201
16202 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16203
16204         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16205
16206 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16207
16208         * message.el (message-beginning-of-line): Change the behavior when
16209         invoked between BOL and : so that it first moves backward.
16210
16211 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16214         article buffer when editing of the article is discarded.
16215         (gnus-article-prepare): Revert.
16216
16217 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-art.el (gnus-article-prepare):
16220         Remove message-strip-forbidden-properties from the local hook.
16221
16222 2005-01-27  Simon Josefsson  <jas@extundo.com>
16223
16224         * password.el (password-cache-add): Only start one timer per key.
16225         Reported by Derek Atkins <warlord@MIT.EDU>.
16226
16227 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16228
16229         * run-at-time.el: Remove.  It is no longer needed as
16230         timer-funcs.el in the xemacs-base package has a working version of
16231         `run-at-time'.
16232
16233         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16234
16235         * password.el: Require timer-funcs instead of run-at-time in
16236         XEmacs.
16237         Remove `password-run-at-time' macro.
16238         (password-cache-add): Use `run-at-time' instead of
16239         `password-run-at-time'.
16240
16241         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16242         Remove `nnheader-cancel-function-timers' alias,
16243         `cancel-function-timers' exists in XEmacs in timer-funcs.
16244
16245         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16246         for `run-with-idle-timer'.
16247
16248         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16249         for `run-at-time'.
16250
16251         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16252         for `with-timeout'.
16253
16254         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16255         the same as for XEmacs 21.4.
16256         No need to ignore `run-with-idle-timer', this function exists in
16257         XEmacs now in timer-funcs.el in the xemacs-base package.
16258         (dgnushack-compile): No need to delete
16259         run-at-time.el from the list of files to compile because it
16260         doesn't exist anymore.
16261
16262 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16265         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16266
16267 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16268
16269         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16270         sensitively.
16271
16272 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16273
16274         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16275
16276 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16279         which will be inserted according to the multibyteness of a buffer
16280         rather than the type of contents.  Suggested by ARISAWA Akihiro
16281         <ari@mbf.ocn.ne.jp>.
16282
16283         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16284         of string which old xml.el may return rather than a string.
16285
16286 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16289
16290 2005-01-16  Simon Josefsson  <jas@extundo.com>
16291
16292         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16293         idn/idna.el isn't available.
16294         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16295         <michael@waxrat.com>.
16296
16297         * hashcash.el: Remove non-FSF copyright header.
16298
16299         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16300         (hashcash-generate-payment): Use it.
16301         (hashcash-generate-payment-async): Use it.
16302
16303 2005-01-15  Simon Josefsson  <jas@extundo.com>
16304
16305         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16306         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16307
16308         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16309         gnus-summary-idna-message.
16310         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16311         (gnus-summary-idna-message): New function.
16312
16313 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16316         gnus-novice-user.
16317
16318 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * nnrss.el (nnrss-request-delete-group): Delete entries in
16321         nnrss-group-alist as well.
16322         (nnrss-save-server-data): Insert newline.
16323
16324 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16325
16326         * gnus.el (gnus-user-agent): Use list of symbols instead of
16327         symbols.  Display full version number for (S)XEmacs.
16328         Optionally display (S)XEmacs codename.
16329
16330         * gnus-util.el (gnus-emacs-version): Update for new
16331         `gnus-user-agent'.
16332
16333         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16334         Gnus version.
16335
16336 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16339         which is unreadable in some setups.
16340
16341 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-spec.el (gnus-update-format-specifications): Flush the
16344         group format spec cache if it doesn't support decoded group names.
16345
16346 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16349         Allow to apply decay on score files matching a regexp.
16350
16351 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16354         compatibility in %g and %c.
16355
16356 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16359         name for only %g and %c.
16360         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16361         of gnus-tmp-group to decoded group name.
16362         (gnus-group-make-rss-group): Exclude `/'s from group names.
16363
16364 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * nnrss.el (nnrss-get-encoding): Fix regexp.
16367
16368 2004-12-27  Simon Josefsson  <jas@extundo.com>
16369
16370         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16371         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16372         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16373
16374 2004-12-17  Kim F. Storm  <storm@cua.dk>
16375
16376         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16377
16378         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16379
16380 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16381
16382         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16383
16384 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * nnrss.el: Require rfc2047 and mml.
16387         (nnrss-file-coding-system): New variable.
16388         (nnrss-format-string): Redefine it as an inline function.
16389         (nnrss-decode-group-name): New function.
16390         (nnrss-string-as-multibyte): Remove.
16391         (nnrss-retrieve-headers): Decode group name; don't use
16392         nnrss-format-string.
16393         (nnrss-request-group): Decode group name.
16394         (nnrss-request-article): Decode group name; allow a Message-ID as
16395         well as an article number; don't use nnrss-format-string; encode a
16396         Message-ID string which may contain non-ASCII characters; use
16397         mml-to-mime to compose a MIME article.
16398         (nnrss-request-expire-articles): Decode group name.
16399         (nnrss-request-delete-group): Decode group name.
16400         (nnrss-fetch): Clarify error message.
16401         (nnrss-read-server-data): Use insert-file-contents instead of load;
16402         bind file-name-coding-system; use multibyte buffer.
16403         (nnrss-save-server-data): Bind coding-system-for-write to the
16404         value of nnrss-file-coding-system; bind file-name-coding-system;
16405         add coding cookie.
16406         (nnrss-read-group-data): Use insert-file-contents instead of load;
16407         bind file-name-coding-system; use multibyte buffer.
16408         (nnrss-save-group-data): Bind coding-system-for-write to the
16409         value of nnrss-file-coding-system; bind file-name-coding-system.
16410         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16411         make it work with non-ASCII text.
16412         (nnrss-find-el): Make it work with old xml.el as well.
16413
16414 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16415
16416         * nnrss.el (nnrss-get-encoding): New function.
16417         (nnrss-fetch): Use unibyte buffer initially; bind
16418         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16419         decode contents according to the encoding attribute.
16420         (nnrss-save-group-data): Add coding cookie.
16421         (nnrss-mime-encode-string): New function.
16422         (nnrss-check-group): Use it to encode subject and author.
16423
16424 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16425
16426         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16427         imaginary variable.
16428
16429 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16432         correctly even if there are wide characters.
16433
16434 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16435
16436         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16437         downcased symbol names; make a new cache instead of reusing
16438         bbdb-hashtable.
16439
16440 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16443         concatenating segments rather than before concatenating them.
16444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16445
16446         * message.el (message-get-reply-headers): Bind `extra'.
16447
16448 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * message.el (message-extra-wide-headers): New variable.
16451         (message-get-reply-headers): Use it.
16452
16453 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16456         (gnus-agent-group-pathname): Ditto.
16457
16458         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16459
16460         * gnus-group.el (gnus-group-make-group): Decode group name.
16461         (gnus-group-make-rss-group): Register the group data after opening
16462         the nnrss group.
16463
16464 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16465
16466         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16467         by expiry now get marked as read.
16468
16469 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16472
16473 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16474
16475         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16476         unify Latin characters in XEmacs.
16477         (mm-find-mime-charset-region): Use it.
16478
16479 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-util.el (gnus-delete-directory): New function.
16482
16483         * gnus-agent.el (gnus-agent-delete-group): Use it.
16484
16485         * gnus-cache.el (gnus-cache-delete-group): Use it.
16486
16487 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16490         names.
16491
16492 2004-12-16  Simon Josefsson  <jas@extundo.com>
16493
16494         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16495
16496 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16499
16500         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16501         (gnus-group-set-current-level): Decode group name.
16502
16503 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16504
16505         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16506         failed.
16507
16508 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-group.el (gnus-group-delete-group): Decode group name.
16511         (gnus-group-make-rss-group): Encode group name.
16512         (gnus-group-catchup-current): Decode group name.
16513         (gnus-group-kill-group): Decode group name.
16514
16515 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16516
16517         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16518
16519 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-group.el (gnus-group-make-rss-group):
16522         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16523
16524         * gnus-start.el (gnus-setup-news): Honor user's setting to
16525         gnus-message-archive-method.  Suggested by Lute Kamstra
16526         <lute@gnu.org>.
16527
16528 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16529
16530         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16531         global counterparts of the buffer-local variables.
16532
16533 2004-11-16  Romain Francoise  <romain@orebokech.com>
16534
16535         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16536         counterparts of the buffer-local variables.
16537
16538 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * message.el (message-forbidden-properties): Fix typo in doc
16541         string.
16542
16543 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * gnus-util.el (gnus-replace-in-string): Add doc string.
16546
16547         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16548         to avoid problems when splitting mails with many recipients.
16549
16550 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16551
16552         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16553         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16554
16555 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16556
16557         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16558         if there is no hashtable in memory or file modification time is
16559         newer than cached timestamp.
16560
16561 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-sum.el (gnus-summary-limit-to-recipient):
16564         Implement not-matching option.
16565
16566 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16569         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16570         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16571         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16572         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16573         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16574
16575 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * message.el (message-forward-make-body-mml): Remove headers
16578         according to message-forward-ignored-headers if a message is decoded.
16579
16580 2004-12-02  Romain Francoise  <romain@orebokech.com>
16581
16582         * message.el (message-forward-make-body-plain): Always remove
16583         headers according to message-forward-ignored-headers.
16584
16585 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * spam.el (spam-summary-prepare-exit): Remove the
16588         gnus-summary-limit pop for now, it has problems with ham marks for
16589         me.
16590
16591 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16592
16593         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16594         correctly.
16595
16596 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16597
16598         * format-spec.el (format-spec): Message the char.
16599
16600 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16601
16602         * gnus-art.el (gnus-split-methods): Reformat comments.
16603
16604         * spam.el (spam-summary-prepare-exit): Remove article limits
16605         before exiting the summary buffer.
16606
16607 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16610         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16611
16612         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16613         order to silence the byte compiler.
16614
16615         * spam.el: Fix the way to silence the byte compiler, which
16616         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16617         bbdb-search-simple, spam-BBDB-register-routine,
16618         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16619         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16620         spam-stat-buffer-is-spam, spam-stat-load,
16621         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16622         spam-stat-save and spam-stat-split-fancy.
16623
16624 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16627         which may confuse users.
16628         (canlock-password-for-verify): Ditto.
16629
16630         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16631
16632         * gnus-art.el (gnus-emphasis-alist): Ditto.
16633
16634         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16635
16636         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16637
16638         * gnus-start.el (gnus-save-killed-list): Ditto.
16639
16640         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16641         (gnus-sum-thread-tree-root): Ditto.
16642         (gnus-sum-thread-tree-false-root): Ditto.
16643         (gnus-sum-thread-tree-single-indent): Ditto.
16644
16645         * message.el (message-courtesy-message): Ditto.
16646         (message-archive-note): Ditto.
16647         (message-subscribed-address-file): Ditto.
16648         (message-user-fqdn): Ditto.
16649
16650         * spam-report.el (spam-report-gmane-regex): Ditto.
16651
16652         * spam.el (spam-blackhole-good-server-regex): Ditto.
16653
16654 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * mml.el (mml-preview): Widen the message buffer before copying
16657         the contents to the preview buffer; sort headers before previewing.
16658
16659         * message.el (message-hidden-headers): Fix the way to avoid a bug
16660         in the `repeat' widget in Emacs 21.3 or earlier.
16661
16662 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * message.el (message-hidden-headers): Default to "^References:".
16665         Improve customization type.  Suggested by Reiner Steib
16666         <Reiner.Steib@gmx.de>.
16667
16668 2004-11-25  Romain Francoise  <romain@orebokech.com>
16669
16670         * message.el (message-strip-forbidden-properties): Remove check for
16671         obsolete `message-hidden' text property, hidden headers are not
16672         accessible in the buffer anymore.
16673
16674 2004-11-22  Romain Francoise  <romain@orebokech.com>
16675
16676         * message.el (message-header-format-alist): Add `From' in list
16677         so that it can be sorted.
16678         (message-fix-before-sending): Widen and sort headers before
16679         sending.
16680         (message-hide-headers): Use narrowing to hide headers by moving
16681         them to the top of the buffer and narrowing to the region
16682         underneath.
16683
16684 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * message.el (message-strip-forbidden-properties):
16687         Bind buffer-read-only (etc) to nil.
16688
16689 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16692         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16693
16694 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16695
16696         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16697
16698 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699
16700         * dns.el (query-dns): Use sit-for to time instead of
16701         accept-process-output, since that doesn't seem to work on udp
16702         sockets.
16703
16704 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16707
16708 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16709
16710         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16711         doc string.  Improve doc string.
16712
16713 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * nntp.el (nntp-request-update-info): Return nil if
16716         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16717         may not call gnus-activate-group which uselessly issues the GROUP
16718         commands for all nntp groups and wastes time.  Reported by Romain
16719         Francoise <romain@orebokech.com>.
16720
16721         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16722
16723 2004-11-15  Simon Josefsson  <jas@extundo.com>
16724
16725         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16726         headers separately.
16727         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16728         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16729
16730 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * gnus-start.el (gnus-convert-old-newsrc):
16733         Assign legacy-gnus-agent to 5.10.7.
16734
16735 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16738         start of the lines.
16739
16740 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16741
16742         * hashcash.el (hashcash-default-payment): Change default to 20.
16743         (hashcash-default-accept-payment): Change default to 20.
16744         (hashcash-process-alist): New variable.
16745         (hashcash-generate-payment-async): Add.
16746         (hashcash-already-paid-p): Add.
16747         (hashcash-insert-payment): Don't generate payments twice.
16748         (hashcash-insert-payment-async): Add.
16749         (hashcash-insert-payment-async-2): Add.
16750         (hashcash-cancel-async): Add.
16751         (hashcash-wait-async): Add.
16752         (hashcash-processes-running-p): Add.
16753         (hashcash-wait-or-cancel): Add.
16754         (mail-add-payment): New optional argument.  Conditionally start
16755         asynchronous calculation.
16756         (mail-add-payment-async): Add.
16757
16758         * message.el (message-send-mail): Wait for asynchronous hashcash
16759         results.  Don't clobber existing X-Hashcash headers.
16760         (message-setup-1): Call mail-add-payment-async when
16761         message-generate-hashcash is non-nil.
16762
16763 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16764
16765         * message.el (message-use-alternative-email-as-from): Examine the
16766         From header as well; use message-make-from in order to include a
16767         user's full name.
16768
16769 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16772         default; improve customization type.
16773         (gnus-emphasis-custom-with-format): New macro.
16774         (gnus-emphasis-custom-value-to-external): New function.
16775         (gnus-emphasis-custom-value-to-internal): New function.
16776
16777 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * dns.el (query-dns): Resolve reverse addresses.
16780
16781 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16782
16783         * gnus-group.el (gnus-group-get-new-news): Use it.
16784
16785         * gnus-start.el (gnus-check-reasonable-setup): New function.
16786
16787 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16790         "Args out of range" error.  Reported by Arnaud Giersch
16791         <arnaud.giersch@free.fr>.
16792
16793 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16794
16795         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16796
16797 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16798
16799         * spam.el (spam group): Add :version.
16800
16801         * pgg-def.el (pgg group): Add :version.
16802
16803 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-art.el (gnus-article-edit-article): Don't associate the
16806         article buffer with a draft file.  This is a temporary measure
16807         against the 2004-08-22 change to gnus-article-edit-mode.
16808
16809 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16812         (html2text-format-tags): Remove unused variable `attr'.
16813
16814 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16817
16818         * tls.el (tls-process-connection-type, tls-success)
16819         (tls-certtool-program): Add :version.
16820
16821         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16822         (starttls-extra-arguments, starttls-process-connection-type)
16823         (starttls-connect, starttls-failure, starttls-success): Add :version.
16824
16825         * spam-stat.el (spam-stat): Add :version.
16826
16827         * sieve.el (sieve): Add :version.
16828
16829         * sha1.el (sha1): Add :version.
16830         (sha1-use-external): Remove redundant version.
16831
16832         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16833         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16834         (nnmail-split-fancy-match-partial-words)
16835         (nnmail-split-lowercase-expanded): Add :version.
16836
16837         * nndiary.el (nndiary): Add :version.
16838
16839         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16840
16841         * mml-sec.el (mml-default-sign-method)
16842         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16843         Add :version.
16844
16845         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16846
16847         * mm-url.el (mm-url-use-external, mm-url-program)
16848         (mm-url-arguments): Add :version.
16849
16850         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16851         (mm-attachment-file-modes, mm-decrypt-option)
16852         (mm-w3m-safe-url-regexp): Add :version.
16853
16854         * message.el (message-cite-prefix-regexp)
16855         (message-sendmail-envelope-from, message-minibuffer-local-map)
16856         (message-user-fqdn, message-completion-alist): Add :version.
16857
16858         * gnus-win.el (gnus-configure-windows-hook)
16859         (gnus-use-frames-on-any-display): Add :version.
16860
16861         * gnus-art.el (gnus-article-address-banner-alist)
16862         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16863         (gnus-treat-from-picon, gnus-treat-mail-picon)
16864         (gnus-treat-x-pgp-sig): Add :version.
16865
16866         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16867         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16868         (gnus-summary-article-delete-hook)
16869         (gnus-summary-display-while-building): Add :version.
16870
16871         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16872         (gnus-get-top-new-news-hook): Add :version.
16873
16874         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16875         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16876
16877         * gnus-registry.el (gnus-registry): Add :version.
16878
16879         * gnus-spec.el (gnus-use-correct-string-widths)
16880         (gnus-make-format-preserve-properties): Add :version.
16881
16882         * gnus.el (gnus-group-charter-alist)
16883         (gnus-group-fetch-control-use-browse-url)
16884         (gnus-install-group-spam-parameters): Add :version.
16885
16886         * gnus-diary.el (gnus-diary): Add :version.
16887
16888         * gnus-delay.el (gnus-delay): Add :version.
16889
16890         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16891         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16892         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16893         Add :version.
16894
16895         * gnus-agent.el (gnus-agent-max-fetch-size)
16896         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16897         (gnus-agent-prompt-send-queue): Add :version.
16898
16899         * deuglify.el (gnus-outlook-deuglify): Add :version.
16900
16901         * html2text.el: Beautify code.  Improve doc strings.
16902         Some checkdoc cleanup.
16903         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16904
16905 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16906
16907         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16908
16909 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16912         when package is loaded.
16913
16914         * spam.el (spam-summary-score-preferred-header): Add global preference
16915         for people who want to override the default SpamAssassin over
16916         Bogofilter preference (when both are set).
16917         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16918         (spam-user-format-function-S):
16919         Check spam-summary-score-preferred-header.
16920         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16921         (spam-user-format-function-S): Format the score correctly.
16922
16923 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16926         signature file.  Suggested by Manoj Srivastava
16927         <srivasta@golden-gryphon.com>.
16928
16929         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16930         iso-2022-jp even in the Japanese language environment.
16931         Suggested by Jason Rumney <jasonr@gnu.org>.
16932
16933 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16936         use the same characters as the dummy marks; make it free from
16937         getting affected by the language environment.
16938         (gnus-summary-read-group-1): Update mark positions only when the
16939         format spec is updated.
16940
16941         * gnus-spec.el (gnus-update-format-specifications): Return a list
16942         of updated types.
16943
16944 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16947         of boundp to check if display-warning is available.
16948
16949 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16952
16953 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * nnspool.el (nnspool-spool-directory): Use news-path if the
16956         news-directory variable is not bound.
16957
16958         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16959         function instead of display-warning if it is not available.
16960
16961 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16964         v5-10: Use `point-at-bol'.
16965
16966 2004-10-26  Simon Josefsson  <jas@extundo.com>
16967
16968         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16969         <chenggao@gmail.com>.
16970
16971 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16972
16973         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16974         instead.
16975
16976 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16979         to remove a server from the nnimap-server-buffer-alist.
16980         (nnimap-open-connection, nnimap-close-server): Use it.
16981
16982         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16983
16984 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16987         running the major-mode function.
16988
16989 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16992         dummy marks in the right way.
16993
16994 2004-10-18  David Edmondson  <dme@dme.org>
16995
16996         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16997         excessively.
16998
16999 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17000
17001         * gnus-util.el (gnus-split-references): Accept a nil references
17002         string and go on blissfully.
17003
17004         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17005         cases where the references string is non-nil but has no references.
17006
17007         * encrypt.el: Add autoload tags.
17008
17009         * spam.el (spam-resolve-registrations-routine): Remove article
17010         from unregistration list too.  Reported by David Hanak
17011         <dhanak@isis.vanderbilt.edu>
17012
17013 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17016         nil.  Change custom type.
17017
17018 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17021
17022         * gnus-sum.el (gnus-summary-move-article): Use it.
17023
17024 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17025
17026         * encrypt.el: Add autoload cookies.
17027
17028         * spam.el (spam-backend-article-list-property)
17029         (spam-backend-get-article-todo-list)
17030         (spam-backend-put-article-todo-list)
17031         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17032         Resolve registrations separately.
17033         (spam-register-routine): Format comments.
17034         (spam-unregister-routine, spam-register-routine): Always call with
17035         specific-articles, no default list.
17036         (spam-summary-prepare-exit): Use the spam-classifications function.
17037
17038         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17039         gnus-encrypt.el.
17040
17041         * encrypt.el: Copied from gnus-encrypt.el.
17042
17043         * gnus-encrypt.el: Commented that it's obsolete.
17044
17045 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17048         (gnus-score-save): Use it.
17049
17050         * message.el (message-bury): Use `window-dedicated-p'.
17051
17052 2004-10-15  Simon Josefsson  <jas@extundo.com>
17053
17054         * pop3.el (top-level): Don't require nnheader.
17055         (pop3-read-timeout): Add.
17056         (pop3-accept-process-output): Add.
17057         (pop3-read-response, pop3-retr): Use it.
17058
17059 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17060
17061         * spam.el (spam-register-routine): Move comment.
17062         (spam-verify-bogofilter): Use 'unknown for the initial
17063         spam-bogofilter-valid state, not 'never.
17064
17065         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17066         for netrc-machine.
17067
17068         * nnimap.el (nnimap-open-connection):
17069         Use netrc-machine-user-or-password.
17070
17071 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17072
17073         * gnus-registry.el (gnus-registry-unload-hook):
17074         Set as a variable with add-hook.
17075
17076         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17077         of news-path.
17078
17079         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17080
17081         * spam.el: Delete duplicate `provide'.
17082         (spam-unload-hook): Set as a variable with add-hook.
17083
17084 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17087         in the doc string.
17088
17089         * message.el (message-ignored-news-headers)
17090         (message-ignored-supersedes-headers)
17091         (message-ignored-resent-headers)
17092         (message-forward-ignored-headers): Improve custom type.
17093
17094 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * message.el (message-tokenize-header): Fix 2004-09-06 change
17097         which used point-min in the wrong place.
17098
17099 2004-10-12  Simon Josefsson  <jas@extundo.com>
17100
17101         * tls.el (tls-certtool-program): New variable.
17102         (tls-certificate-information): New function, based on
17103         ssl-certificate-information.
17104
17105 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * compface.el: Move the version of ELisp-based uncompface program
17108         to the contrib directory because of the copyright problem.
17109
17110 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * message.el (message-kill-buffer): Raise the current frame.
17113
17114 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17115
17116         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17117
17118         * gnus.el (message-y-or-n-p): Autoload.
17119
17120         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17121         (pop3-password-required, pop3-authentication-scheme)
17122         (pop3-leave-mail-on-server): Make customizable.
17123         (pop3): New custom group.
17124         (pop3-retr): Remove `sleep-for' statements.
17125         Suggested by Dave Love <fx@gnu.org>.
17126
17127         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17128         Windows/DOS.
17129
17130         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17131         (imap-parse-body): Fix incorrect use of `assert'.
17132         Suggested by Dave Love <fx@gnu.org>.
17133
17134         * mml.el (mml-minibuffer-read-disposition): Require match.
17135         Suggested by Dave Love <fx@gnu.org>.
17136
17137 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17140         doc string.
17141
17142 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17145
17146 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17147
17148         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17149         instead of calling `mm-insert-inline', to decode text/* parts
17150         before displaying them.
17151
17152 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * mm-uu.el (mm-uu-text-plain-type): New variable.
17155         (mm-uu-pgp-signed-extract-1): Use it.
17156         (mm-uu-pgp-encrypted-extract-1): Use it.
17157         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17158         bind mm-uu-text-plain-type with that value.
17159         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17160         mm-uu-dissect.
17161
17162 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-group.el (gnus-update-group-mark-positions):
17165         * gnus-sum.el (gnus-update-summary-mark-positions):
17166         * message.el (message-check-news-body-syntax):
17167         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17168         of string-as-multibyte.
17169
17170 2004-10-05  Juri Linkov  <juri@jurta.org>
17171
17172         * gnus-group.el (gnus-update-group-mark-positions):
17173         * gnus-sum.el (gnus-update-summary-mark-positions):
17174         * message.el (message-check-news-body-syntax):
17175         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17176         8-bit unibyte values to a multibyte string for search functions.
17177
17178 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17181         (mm-uu-dissect-text-parts): New function.
17182
17183         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17184         dissect text parts.
17185
17186         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17187         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17188
17189         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17190
17191         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17192         Use gnus-current-topics instead of gnus-current-topic.
17193
17194 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17197
17198 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17199
17200         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17201         where approriate.
17202
17203         * nnml.el (nnml-generate-active-info): do.
17204
17205         * nndiary.el (nndiary-generate-active-info): do.
17206
17207         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17208         (gnus-topic-move): do.
17209
17210         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17211         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17212
17213         * gnus-srvr.el (gnus-server-prepare)
17214         (gnus-server-open-all-servers): do.
17215
17216         * gnus-msg.el (gnus-summary-cancel-article)
17217         (gnus-summary-resend-message)
17218         (gnus-summary-mail-crosspost-complaint): do.
17219
17220         * gnus-move.el (gnus-change-server): do.
17221
17222         * gnus-group.el (gnus-group-unmark-all-groups)
17223         (gnus-group-set-current-level): do.
17224
17225 2004-10-04  Simon Josefsson  <jas@extundo.com>
17226
17227         * message.el (message-generate-hashcash): Doc fix.
17228
17229 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17230
17231         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17232         avoid infinite recursion via gnus-get-function.
17233
17234 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17237
17238         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17239
17240         * nnmail.el (nnmail-split-history): do.
17241
17242         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17243         (nnml-request-delete-group): do.
17244
17245         * nnslashdot.el (nnslashdot-read-groups): do.
17246
17247         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17248         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17249
17250         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17251         (nnspool-sift-nov-with-sed): Use last.
17252         (nnspool-retrieve-headers-with-nov): Use mapc.
17253         (nnspool-request-newgroups): Use dolist.
17254         (nnspool-request-group): Use last.
17255
17256         * nntp.el (nntp-read-server-type): Use dolist.
17257
17258         * nnvirtual.el (nnvirtual-create-mapping)
17259         (nnvirtual-update-read-and-marked): Use dolist.
17260         (nnvirtual-convert-headers): Simplify.
17261
17262 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17263
17264         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17265         Add support for sync'ing tick marks.
17266
17267 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17270         there's no visible header.
17271
17272 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17273
17274         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17275         When necessary, pass full group name to gnus-request-set-marks.
17276
17277 2004-10-01  Simon Josefsson  <jas@extundo.com>
17278
17279         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17280         acroread.
17281
17282 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17283
17284         * spam-report.el (spam-report-gmane): Fix interactive.
17285
17286         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17287
17288         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17289         when writing file.
17290         (gnus-agent-synchronize-flags): Don't default to being
17291         interactive.
17292
17293 2004-09-30  Simon Josefsson  <jas@extundo.com>
17294
17295         * message.el (message-generate-hashcash): Add.
17296         (message-send-mail): Use it, call mail-add-payment.
17297
17298 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17299
17300         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17301
17302 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17303
17304         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17305         gnus-requst-update-info with explicit code to sync the in-memory
17306         info read flags with the marks being sync'd to the backend.
17307
17308         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17309
17310 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * spam.el (spam-verify-bogofilter): Add new function.
17313         (spam-check-bogofilter)
17314         (spam-bogofilter-register-with-bogofilter): Use it.
17315         (spam-verify-bogofilter): Add small fixes.
17316
17317 2004-09-28  Simon Josefsson  <jas@extundo.com>
17318
17319         * hashcash.el (hashcash-generate-payment): Revert.
17320
17321 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17324         Use gnus-extract-references instead of gnus-split-references.
17325
17326         * gnus-util.el (gnus-extract-references): Add new function, analogous
17327         to gnus-split-references but extracts only the message-ID without
17328         anything extra.
17329
17330         * hashcash.el (hashcash-generate-payment)
17331         (hashcash-check-payment): Do the right thing if hashcash-path is
17332         nil (because the hashcash program could not be found).
17333
17334         * spam.el (spam-use-hashcash): Remove comment.
17335
17336 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17337
17338         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17339         (gnus-cache-enter-article, gnus-cache-remove-article)
17340         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17341
17342         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17343
17344         * gnus-art.el (article-hide-boring-headers)
17345         (article-translate-strings, article-display-face)
17346         (gnus-article-mime-match-handle-first)
17347         (gnus-article-highlight-headers)
17348         (gnus-article-add-buttons-to-head): do.
17349
17350 2004-09-27  Simon Josefsson  <jas@extundo.com>
17351
17352         * hashcash.el: New version, from
17353         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17354         ../contrib/.
17355
17356 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17359
17360 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * gnus-dup.el (gnus-dup-open): Use mapc.
17363         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17364
17365         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17366         Reported by Stefan Wiens <s.wi@gmx.net>.
17367
17368         * gnus.el (gnus-shutdown): Use dolist.
17369
17370         * gnus-undo.el (gnus-undo): Use mapc.
17371
17372         * nnrss.el (nnrss-generate-active): do.
17373
17374         * message.el (message-cite-original-without-signature)
17375         (message-cite-original): Use mapc.
17376         (message-do-actions, message-make-forward-subject): Use dolist.
17377
17378 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17379
17380         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17381         deletion to remove entire duplicate line.  Fixes merged article
17382         number bug.
17383
17384 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17385
17386         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17387         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17388         first ask if you want to open a server and then, even when you
17389         responded with no, asking if you want to synchronize the server's
17390         flags.
17391         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17392         multi-line expressions.
17393         (gnus-agent-synchronize-group-flags): New internal function.
17394         Updates marks in memory (in the info structure) AND in the
17395         backend.
17396
17397         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17398
17399         * nnagent.el (nnagent-request-set-mark):
17400         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17401         method, to ensure that synchronization updates marks in the
17402         backend and in the info (in memory) structure.
17403
17404 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17407         convention fully; don't miss the root article of a thread; make
17408         the X-Draft-From header with correct article numbers.
17409
17410 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17411
17412         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17413         unless plugged.  Disable the agent so that an open failure causes
17414         an error.
17415
17416         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17417         Revert 2004-09-21 change.  The backend must be opened while
17418         synchronizing flags even when the backend stores the flags
17419         locally.
17420
17421 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17424         in `header' match.  Reported by Svend Tollak Munkejord.
17425
17426         * message.el (message-cite-original): Fix use of
17427         `message-cite-articles-with-x-no-archive'.
17428
17429 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17432         (gnus-window-to-buffer): Ditto.
17433
17434         * mml.el (mml-preview-buffer): New variable.
17435         (mml-preview): Manage window layout with gnus-buffer-configuration.
17436
17437         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17438         X-Draft-From header even if those articles aren't quoted.
17439
17440 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17441
17442         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17443         (gnus-request-set-mark, gnus-request-update-mark): Use new
17444         g-s-t-u-l-m to decide to use backend even when unplugged.
17445
17446 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17449         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17450
17451 2004-09-20  Simon Josefsson  <jas@extundo.com>
17452
17453         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17454         "utf-16-le".
17455
17456 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17457
17458         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17459
17460 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * uudecode.el (uudecode-use-external): Add :version.
17463
17464         * smime.el (smime-CA-file, smime-encrypt-cipher)
17465         (smime-dns-server): Add :version.
17466
17467         * smiley.el (gnus-smiley-file-types): Add :version.
17468
17469         * sha1.el (sha1-use-external): Add :version.
17470
17471         * pgg-def.el (pgg-query-keyserver): Add :version.
17472
17473         * nnmail.el (nnmail-fancy-expiry-targets)
17474         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17475         Add :version.
17476
17477         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17478         (nnimap-retrieve-groups-asynchronous): Add :version.
17479         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17480
17481         * mml.el (mml-content-disposition-parameters)
17482         (mml-insert-mime-headers-always): Add :version.
17483
17484         * mm-util.el (mm-coding-system-priorities): Add :version.
17485
17486         * mm-decode.el (mm-inline-text-html-with-images)
17487         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17488         (mm-verify-option): Add :version.
17489         (mm-text-html-renderer): Change :version.
17490
17491         * message.el (message-fcc-externalize-attachments)
17492         (message-required-headers, message-draft-headers)
17493         (message-subject-trailing-was-query)
17494         (message-subject-trailing-was-ask-regexp)
17495         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17496         (message-mark-insert-end, message-archive-header)
17497         (message-archive-note, message-cross-post-default)
17498         (message-cross-post-note, message-followup-to-note)
17499         (message-cross-post-note-function, message-use-mail-followup-to)
17500         (message-subscribed-address-functions)
17501         (message-subscribed-address-file, message-subscribed-addresses)
17502         (message-subscribed-regexps, message-allow-no-recipients)
17503         (message-yank-cited-prefix, message-signature-insert-empty-line)
17504         (message-hidden-headers, message-hierarchical-addresses)
17505         (message-mail-user-agent, message-use-idna)
17506         (message-valid-fqdn-regexp)
17507         (message-strip-special-text-properties, message-header-synonyms)
17508         (message-beginning-of-line, message-tab-body-function): Add :version.
17509         (message-insert-canlock, message-wide-reply-confirm-recipients):
17510         Change :version.
17511
17512         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17513         and :version.
17514         (mail-source-delete-old-incoming-confirm)
17515         (mail-source-movemail-program): Add :version.
17516
17517         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17518         (gnus-agent-cache, gnus-agent): Change :version.
17519
17520         * gnus-util.el (gnus-use-byte-compile): Change :version.
17521
17522         * gnus-sum.el (gnus-summary-make-false-root-always)
17523         (gnus-summary-default-high-score)
17524         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17525         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17526         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17527         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17528         (gnus-sum-thread-tree-single-indent)
17529         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17530         (gnus-sum-thread-tree-leaf-with-other)
17531         (gnus-sum-thread-tree-single-leaf): Add :version.
17532         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17533         (gnus-article-loose-mime): Change :version.
17534
17535         * gnus-start.el (gnus-backup-startup-file)
17536         (gnus-save-startup-file-via-temp-buffer): Add :version.
17537
17538         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17539         (gnus-server-offline-face): Add :version.
17540
17541         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17542
17543         * gnus-msg.el (gnus-gcc-externalize-attachments)
17544         (gnus-debug-files, gnus-debug-exclude-variables)
17545         (gnus-discouraged-post-methods): Change :version.
17546         (gnus-confirm-mail-reply-to-news)
17547         (gnus-confirm-treat-mail-like-news): Add :version.
17548
17549         * gnus-int.el (gnus-server-unopen-status): Add :version.
17550
17551         * gnus-group.el (gnus-group-jump-to-group-prompt)
17552         (gnus-large-ephemeral-newsgroup)
17553         (gnus-fetch-old-ephemeral-headers): Add :version.
17554
17555         * gnus-fun.el (gnus-x-face-directory)
17556         (gnus-convert-pbm-to-x-face-command)
17557         (gnus-convert-image-to-x-face-command)
17558         (gnus-convert-image-to-face-command): Add :version.
17559
17560         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17561
17562         * gnus-cite.el (gnus-cite-blank-line-after-header)
17563         (gnus-article-boring-faces): Add :version.
17564
17565         * gnus-art.el (gnus-buttonized-mime-types)
17566         (gnus-inhibit-mime-unbuttonizing)
17567         (gnus-treat-display-face)
17568         (gnus-treat-body-boundary): Change :version.
17569         (gnus-body-boundary-delimiter, gnus-picon-databases)
17570         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17571         (gnus-treat-date-english, gnus-treat-fold-headers)
17572         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17573         (gnus-treat-mail-picon, gnus-treat-wash-html)
17574         (gnus-article-encrypt-protocol)
17575         (gnus-use-idna, gnus-article-over-scroll)
17576         (gnus-mime-display-multipart-alternative-as-mixed)
17577         (gnus-mime-display-multipart-related-as-mixed)
17578         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17579         (gnus-ctan-url, gnus-button-ctan-handler)
17580         (gnus-button-handle-ctan-bogus-regexp)
17581         (gnus-button-ctan-directory-regexp)
17582         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17583         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17584         (gnus-button-man-level, gnus-button-emacs-level)
17585         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17586
17587         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17588         (gnus-agent-go-online): Change :version.
17589         (gnus-agent-expire-unagentized-dirs)
17590         (gnus-agent-auto-agentize-methods): Add :version.
17591
17592         * flow-fill.el (fill-flowed-display-column)
17593         (fill-flowed-encode-column): Add :version.
17594
17595         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17596         (gnus-outlook-deuglify-unwrap-max)
17597         (gnus-outlook-deuglify-cite-marks)
17598         (gnus-outlook-deuglify-unwrap-stop-chars)
17599         (gnus-outlook-deuglify-no-wrap-chars)
17600         (gnus-outlook-deuglify-attrib-cut-regexp)
17601         (gnus-outlook-deuglify-attrib-verb-regexp)
17602         (gnus-outlook-deuglify-attrib-end-regexp)
17603         (gnus-outlook-display-hook): Add :version.
17604
17605         * binhex.el (binhex-use-external): Add :version.
17606
17607 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17610         and `invisible'.
17611
17612 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17613
17614         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17615         in gnus-registry-trim.
17616
17617 2004-09-13  Simon Josefsson  <jas@extundo.com>
17618
17619         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17620
17621         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17622
17623         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17624         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17625         <yamaoka@jpl.org>.
17626         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17627         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17628         <yamaoka@jpl.org>.
17629
17630         * sieve.el (sieve-manage-mode): Ditto.
17631
17632 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17635
17636 2004-09-11  Simon Josefsson  <jas@extundo.com>
17637
17638         * dns-mode.el: Add.
17639
17640         * mm-view.el (mm-display-dns-inline): Add.
17641
17642         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17643         (mm-automatic-display): Ditto.
17644
17645         * mailcap.el (mailcap-mime-data): Add text/dns.
17646         (mailcap-mime-extensions): Map .soa to text/dns.
17647
17648 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17649
17650         * gnus-art.el (article-decode-mime-words, article-babel)
17651         (gnus-article-highlight-signature, gnus-article-add-buttons)
17652         (gnus-signature-toggle): Remove unnecessary bindings of
17653         `inhibit-read-only' inherited from v5.10 merge.
17654
17655 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17656
17657         * nntp.el (nntp): New customization group.
17658         (nntp-authinfo-file): Add customization group.
17659
17660         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17661
17662         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17663
17664         * gnus.el (to-address, to-list, subscribed)
17665         (large-newsgroup-initial): Ditto.
17666
17667         * flow-fill.el (fill-flowed-display-column)
17668         (fill-flowed-encode-column): Ditto.
17669
17670 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17671
17672         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17673         Use point-min rather than 1.
17674         (message-send-mail): Use buffer-size rather than point-max.
17675
17676         * gnus-sum.el (gnus-summary-search-article-forward):
17677         Signal a specific `search-failed' rather than a generic `error'.
17678
17679         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17680         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17681         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17682
17683 2004-09-10  Simon Josefsson  <jas@extundo.com>
17684
17685         * nndb.el (require): Remove tcp and duplicate cl.
17686
17687 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-agent.el (directory-files-and-attributes): Move forward.
17690
17691 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17692
17693         * gnus-agent.el (directory-files-and-attributes):
17694         Optionally defined to support XEmacs.
17695
17696 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17697
17698         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17699         to avoid run-time CL dependencies.
17700         (gnus-agent-unfetch-articles): New function.
17701         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17702         article numbers even when local .overview file is missing.
17703         (gnus-agent-read-article-number): New function.  Only accepts
17704         27-bit article numbers.
17705         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17706         Use gnus-agent-read-article-number.
17707         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17708         from backend while recognizing that article numbers in .overview
17709         must be valid.
17710         (gnus-agent-update-files-total-fetched-for):
17711         Use directory-files-and-attributes to improve performance.
17712         * gnus-int.el (gnus-request-move-article):
17713         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17714         improve performance.
17715
17716         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17717         some users confused by references to .newsrc when they only have a
17718         .newsrc.eld file.
17719         (gnus-convert-mark-converter-prompt)
17720         (gnus-convert-converter-needs-prompt): Fix use of property list.
17721         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17722         New function.  Used internally to only display 'gnus converting
17723         files' message when actually necessary.
17724
17725         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17726         methods now autoloaded.
17727
17728 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17731         identifiers.
17732
17733 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * gnus-picon.el: Fix indentation and closing parenthesis.
17736
17737 2004-09-01  Simon Josefsson  <jas@extundo.com>
17738
17739         * message.el (message-canlock-generate): Require sha1, not
17740         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17741         to require within a function.  Sadly, if sha1.el isn't loaded, the
17742         let binding in m-c-g will hide the defcustom definition, which is
17743         bad.)
17744
17745         * canlock.el: Require sha1, not sha1-el.
17746
17747         * message.el: Don't autoload sha1 (there is a autoload cookie in
17748         sha1.el).
17749
17750         * sha1-el.el: Rename to sha1.el.
17751
17752 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17753
17754         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17755
17756 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17757
17758         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17759
17760 2004-08-30  Kim F. Storm  <storm@cua.dk>
17761
17762         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17763
17764         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17765         Add :group 'nnimap.
17766
17767 2004-08-30  Andreas Schwab  <schwab@suse.de>
17768
17769         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17770         ?* and ?\;.
17771
17772         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17773         and ?\' to symbol instead of whitespace.
17774
17775 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17778
17779         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17780         instead of re-search-forward.
17781
17782         * gnus-uu.el (gnus-uu-save-article): Ditto.
17783         (gnus-uu-post-encode-uuencode): Ditto.
17784
17785         * html2text.el (html2text-clean-list-items): Ditto.
17786         (html2text-clean-dtdd): Ditto.
17787         (html2text-format-tags): Ditto.
17788
17789         * message.el (message-send-mail-with-sendmail): Fix regexp.
17790         (message-fill-field-general): Use search-forward instead of
17791         re-search-forward.
17792         (unbold-region): Ditto.
17793
17794         * nnrss.el (nnrss-request-article): Ditto.
17795
17796         * nnslashdot.el (nnslashdot-request-article): Ditto.
17797
17798         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17799
17800         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17801         "Unrecognized menu descriptor" error in XEmacs.
17802
17803 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17804
17805         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17806         parent article of a sparse article in the thread hashtb.
17807
17808 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17809
17810         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17811         (nnmail-expand-newtext): Lowercase expanded entries if
17812         nnmail-split-lowercase-expanded is non-nil.
17813
17814 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17817
17818         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17819         of gnus-tmp-news-method into string under XEmacs.  It will be
17820         passed to gnus-correct-length which takes only a string argument.
17821
17822 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-util.el (gnus-bind-print-variables): New macro.
17825         (gnus-prin1): Use it.
17826         (gnus-prin1-to-string): Use it.
17827         (gnus-pp): New function.
17828         (gnus-pp-to-string): New function.
17829
17830         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17831         Replace pp-to-string with gnus-pp-to-string.
17832         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17833         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17834         * gnus-msg.el (gnus-debug): Ditto.
17835         * gnus-score.el (gnus-score-save): Ditto.
17836         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17837         gnus-pp-to-string.
17838         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17839         with gnus-pp.
17840         * score-mode.el (gnus-score-pretty-print): Ditto.
17841         * webmail.el (webmail-debug): Ditto.
17842
17843 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * gnus-art.el (article-display-face, article-display-x-face):
17846         Use buffer-read-only.
17847
17848 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * gnus-art.el (article-hide-list-identifiers):
17851         Bind inhibit-read-only as t.
17852
17853 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17856
17857 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17858
17859         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17860         (gnus-narrow-to-page): Don't assume point-min == 1.
17861         (gnus-article-edit-mode): Derive from message-mode.
17862
17863         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17864         point-min == 1.
17865
17866         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17867         Disable incorrect use of `assert'.
17868
17869         * message.el (message-mode): Set comment-start-skip.
17870
17871
17872 2004-08-22  Sam Steingold  <sds@gnu.org>
17873
17874         * pop3.el (pop3-leave-mail-on-server): New user variable.
17875         (pop3-movemail): Delete mail only when it is nil.
17876
17877 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17880
17881         * mml.el (mml-preview): Use `pop-to-buffer'.
17882
17883         * message.el (message-goto-mail-followup-to): Insert after "To".
17884         (message-carefully-insert-headers): Add comment.
17885
17886         * gnus.el: Remove unused variable `gnus-article-check-size'.
17887
17888         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17889
17890         * gnus-art.el (gnus-button-alist):
17891         Improve `gnus-button-handle-library' entry.
17892
17893 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17894
17895         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17896         Use downcase, since XEmacs capitalizes error messages differently.
17897
17898 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * nntp.el: Add (require 'gnus) due to reference to
17901         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17902
17903 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17904
17905         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17906         Bind `mm-fill-flowed'.
17907
17908         * mm-decode.el (mm-dissect-singlepart): Check it.
17909
17910 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17911
17912         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17913         'imap' for netrc parsing.
17914
17915 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * mailcap.el (mailcap-mime-data): Mark as risky.
17918
17919 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17922         may be included in the encoded word.
17923         (rfc2047-encode): Don't append a space if the encoded word
17924         includes close parenthesis.
17925
17926 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17929         of text within parentheses.
17930
17931 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17934         (gnus-encrypt-write-file-contents): Make the password key the file
17935         name PLUS the cipher, not just the cipher.  Also remove failed
17936         passwords from the cache.
17937
17938 2004-08-06  Simon Josefsson  <jas@extundo.com>
17939
17940         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17941         Doc fix.
17942
17943 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17946         LWSP.
17947
17948 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17951         Try to append in-reply-to: data to the references: header.
17952
17953         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17954         (netrc-parse): Use gnus-encrypt.el functions.
17955
17956         * gnus-encrypt.el: Add new file for encryption support; currently
17957         does only a few GPG ciphers and an internal XOR cipher.
17958
17959         * password.el: Add comments on using password-read-and-add.
17960         (password-read-and-add): Add function to read and add the
17961         password to the cache at once.
17962
17963 2004-07-28  Simon Josefsson  <jas@extundo.com>
17964
17965         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17966         parameter (but don't use it, for now).
17967
17968         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17969         instead of hard coding to nil.
17970
17971 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17974         as mm-inline-image-xemacs does.
17975
17976 2004-07-26  Simon Josefsson  <jas@extundo.com>
17977
17978         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17979         Revert part of 2004-07-17 change below.
17980
17981 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17984         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17985
17986 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17987
17988         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17989         quotes that actually start with ">" at the beginning of the
17990         lines.
17991
17992 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * rfc2047.el (rfc2047-encode-region): Fix last change.
17995         (rfc2047-encode-parameter): Remove useless concat.
17996
17997 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18000         encode special characters; fix some kind of misconfigured headers;
18001         signal a real error if debug-on-quit or debug-on-error is non-nil.
18002         (rfc2047-encode-max-chars): New variable.
18003         (rfc2047-encode-1): Use it.
18004         (rfc2047-encode-parameter): New function.
18005
18006         * mml.el (mml-insert-parameter): Remove an excessive space.
18007
18008 2004-07-17  Simon Josefsson  <jas@extundo.com>
18009
18010         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18011         Kai Grossjohann <kai@emptydomain.de>.
18012         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18013         (gnus-group-make-menu-bar): Ditto.
18014
18015         * gnus-util.el (gnus-group-server): Add.
18016
18017 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * message.el (message-clone-locals): Clone sendmail and smtp
18020         variables.
18021
18022 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * rfc2047.el (rfc2047-encode-region): Fix last change.
18025
18026 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18029         characters as non-special.
18030
18031 2004-07-09  Simon Josefsson  <jas@extundo.com>
18032
18033         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18034         Users will lose all flag changes made while unplugged with
18035         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18036         good default.  See numerous reports on ding mailing list.
18037
18038 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18041         add generate-head-function and generate-article-function to the
18042         rfc822-forward entry.
18043         (nndoc-rfc822-forward-generate-article): New function.
18044         (nndoc-rfc822-forward-generate-head): New function.
18045
18046         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18047
18048 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18049
18050         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18051         respect display group parameter and gnus-summary-expunge-below.
18052         (gnus-articles-to-read): Remove unused reference to display group
18053         parameter.
18054
18055 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18056
18057         * nnheader.el (nnheader-uniquify-message-id): New experimental
18058         variable.
18059         (nnheader-nov-read-message-id): Use it.
18060
18061         * spam-report.el (spam-report-gmane): Add interactive.
18062
18063 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * mm-encode.el (mm-content-transfer-encoding-defaults):
18066         Use qp-or-base64 for the application/* types.
18067
18068 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18069
18070         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18071
18072 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18075         trim value.
18076
18077 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18078
18079         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18080         New macro and function.
18081         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18082
18083 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18086         after-load-alist.
18087
18088 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18089
18090         * gnus-group.el (gnus-group-get-new-news-this-group):
18091         Don't update info that isn't there.
18092
18093 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18094
18095         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18096         entry.
18097
18098 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * mm-view.el (mm-inline-render-with-function): Use multibyte
18101         buffer; decode html source by charset.
18102
18103         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18104
18105         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18106         Mule-UCS is loaded under XEmacs.
18107         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18108
18109 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18110
18111         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18112
18113 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * mm-util.el (mm-coding-system-p): Return a coding-system.
18116         (mm-mime-mule-charset-alist): Use shift_jis instead of
18117         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18118         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18119         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18120         instead of japanese-shift-jis and iso-latin-1 respectively in
18121         order to share the default value with both Emacs and XEmacs-mule.
18122         (mm-mule-charset-to-mime-charset):
18123         Make mm-coding-system-priorities effective.
18124         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18125         while predicating of candidates upon the priorities.
18126
18127 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * gnus-sum.el (gnus-summary-make-menu-bar):
18130         Add gnus-uu-invert-processable.
18131
18132         * gnus.el: Autoload gnus-uu-invert-processable.
18133
18134 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * mm-util.el (mm-with-multibyte-buffer): New macro.
18137
18138         * rfc2047.el (rfc2047-encode-string): Use it.
18139         (rfc2047-encode-region): Move point to the end of the region after
18140         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18141
18142 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18145         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18146
18147 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18150         (gnus-cite-parse): Ignore quoted envelope From_.
18151         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18152
18153 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18154
18155         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18156         invalid addresses.
18157
18158 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18159
18160         * spam.el: Change section markers, revise TODO list.
18161         (spam-backends): Make new master list of all installed backends.
18162         (spam-summary-exit-behavior): Add new variable to determine how
18163         messages moves are done at summary exit.
18164         (spam-move-spam-nonspam-groups-only)
18165         (spam-process-ham-in-nonham-groups)
18166         (spam-process-ham-in-spam-groups): Remove variables, the
18167         spam-summary-exit-behavior variable should be used to manage this
18168         behavior.
18169         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18170         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18171         and spam-old-spam-articles.
18172         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18173         Add empty variables, placeholders for the backends they represent.
18174         (spam-set-difference): Move, unchanged.
18175         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18176         unless the user has a processor variable.
18177         (spam-classifications, spam-classification-valid-p)
18178         (spam-backend-properties, spam-backend-property-valid-p)
18179         (spam-backend-function-type-valid-p)
18180         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18181         (spam-report-articles-gmane, spam-report-articles-resend):
18182         Remove functions, they are not needed.
18183         (spam-install-backend-super, spam-backend-list)
18184         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18185         (spam-backend-function, spam-backend-ham-registration-function)
18186         (spam-backend-spam-registration-function)
18187         (spam-backend-ham-unregistration-function)
18188         (spam-backend-spam-unregistration-function)
18189         (spam-backend-statistical-p, spam-backend-mover-p)
18190         (spam-install-backend-alias, spam-install-checkonly-backend)
18191         (spam-install-mover-backend, spam-install-nocheck-backend)
18192         (spam-install-backend, spam-install-statistical-backend)
18193         (spam-install-statistical-checkonly-backend): Add backend installation
18194         support.
18195         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18196         (spam-group-processor-p): Use the new backend code and respect the
18197         summary exit behavior.
18198         (spam-mark-spam-as-expired-and-move-routine): Remove.
18199         (spam-summary-prepare): Change to use the new spam-old-articles
18200         variable.
18201         (spam-copy-or-move-routine, spam-copy-spam-routine)
18202         (spam-move-spam-routine, spam-copy-ham-routine)
18203         (spam-move-ham-routine): Add code to copy/move ham or spam.
18204         (spam-fetch-field-fast): Improve doc and code, plus allow the
18205         'number request.
18206         (spam-list-of-checks, spam-list-of-statistical-checks):
18207         Remove variables.
18208         (spam-split, spam-find-spam): Use the new backend code.
18209         (spam-registration-functions): Remove variable.
18210         (spam-unregister-routine): Add convenience wrapper.
18211         (spam-log-undo-registration, spam-register-routine)
18212         (spam-log-processing-to-registry)
18213         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18214         where possible.
18215         (spam-check-gmane-xref, spam-check-regex-headers)
18216         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18217         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18218         (spam-check-bogofilter-headers, spam-check-spamoracle)
18219         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18220         (spam-check-crm114-headers): Use the spam-split-group that
18221         spam-split prepares, no need to determine it every time.
18222
18223         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18224         to the nnheader-parse-naked-head call.
18225
18226         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18227
18228         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18229         the nnheader-nov-read-message-id call.
18230
18231 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18234         gnus-activate-group twice.  Suggested by Markus Peter
18235         <warp@spin.de>.
18236
18237 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * gnus-art.el (gnus-article-time-format): Exchange the order of
18240         day and month in the default value; fix customization type.
18241         (article-date-ut): Use add-text-properties.
18242         (article-make-date-line): Use message-make-date instead of
18243         current-time-string.
18244
18245         * message.el (message-fetch-field): Don't use set-text-properties.
18246         (message-make-date): Simplify.
18247
18248         * messagexmas.el (message-xmas-make-date): New function.
18249         (message-xmas-redefine): Defalias message-make-date to it.
18250
18251 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18254         (rfc2047-encode-region): Treat text within parentheses as special;
18255         show the original text when error has occurred.
18256
18257         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18258         already-computed method to gnus-activate-group.
18259
18260         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18261         same select-methods identical Lisp objects.
18262
18263         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18264         object when modifying the info.
18265
18266 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18269         gnus-opened-servers since it has never been opened with the new
18270         configuration yet.
18271
18272 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18275         arg to nnheader-generate-fake-message-id.
18276
18277 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18278
18279         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18280         number and build a fake message ID localized to a group and
18281         article number (so it's repeatable from that point on).
18282         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18283         ID format.
18284
18285         * gnus-sum.el (gnus-get-newsgroup-headers):
18286         Call nnheader-generate-fake-message-id with the article number.
18287
18288 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18289
18290         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18291         end-of-buffer.
18292
18293 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18294
18295         * message.el (message-ignored-supersedes-headers): Add Approved.
18296
18297 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18300         goto-char.
18301         (rfc2047-encode): Fold the line before encoding.
18302
18303 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18306         folding -- not all headers can be folded, and this should be done
18307         by the message composition mode.  Probably.  I think.
18308
18309 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18312         fast.
18313
18314         * gnus-ems.el (gnus-remove-image): Don't use
18315         message-text-with-property; remove only the image found first.
18316
18317         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18318         found first.
18319
18320 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18323
18324 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * message.el (message-text-with-property): Make it fast and accept
18327         optional arguments.
18328         (message-strip-forbidden-properties): Use it.
18329         (message-fix-before-sending): Follow the m-t-w-p change.
18330
18331         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18332
18333 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * gnus-art.el (article-hide-headers): Don't change the buffer
18336         mistakenly when performing mml-preview even if
18337         gnus-single-article-buffer is nil.
18338
18339 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18340
18341         * message.el (message-expand-name-databases): New user option.
18342         (message-expand-name): Use it.
18343
18344 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18345
18346         * spam.el (spam-report-articles-resend)
18347         (spam-report-resend-register-routine): Allow ham reporting.
18348         (spam-report-resend-register-ham-routine): Add wrapper.
18349         (spam-registration-functions): Add ham resending functions.
18350         (spam-list-of-processors): Add ham resend processor.
18351
18352         * gnus.el (ham-resend-to): Add new group parameter.
18353         (spam-process): Add ham resend option.
18354
18355         * spam-report.el (spam-report-resend): Allow reporting ham.
18356         (spam-report-resend-ham): Add wrapper.
18357
18358 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18359
18360         * message.el (message-cite-articles-with-x-no-archive):
18361         New variable.
18362         (message-cite-original): Use it.
18363
18364 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18365
18366         * message.el (message-cite-original): Respect X-No-Archive.
18367
18368 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-art.el (article-hide-headers): Refer to the values for
18371         gnus-ignored-headers and gnus-visible-headers in the summary
18372         buffer since a user may have set them as group parameters.
18373
18374 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * assistant.el (assistant-node-name): Add convenience function.
18377         (assistant-render-text, assistant-render-node): Add error handling,
18378         plus handle multiple next nodes.
18379         (assistant-find-next-node): Comment out for now.
18380         (assistant-find-next-nodes): Add function, returns list of next
18381         nodes.
18382
18383 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * mail-source.el (mail-source-directory): Fix doc-string.
18386
18387 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18388
18389         * assistant.el (assistant-render-text, assistant-eval): Add :set
18390         widget type, which is different because it takes and returns a
18391         list.  Much hilarity ensues.
18392
18393 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18396
18397         * gnus-group.el (gnus-group-get-new-news-this-group):
18398         Add doc-string.
18399
18400         * gnus-start.el (gnus-activate-group): Add doc-string.
18401
18402 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18405
18406 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18407
18408         * assistant.el (assistant-render-text): Try to add a :set
18409         widget, more to come.
18410
18411         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18412         strings.
18413         (spam-report-articles-resend)
18414         (spam-register-routine): Do registration iff any articles warrant
18415         it.
18416         (spam-summary-prepare-exit): Change log message for nil group
18417         destinations.
18418
18419 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18420
18421         * spam.el (spam-report-resend-register-routine):
18422         Allow spam-report-resend-to to be a group parameter or a global value.
18423
18424 2004-05-26  Simon Josefsson  <jas@extundo.com>
18425
18426         * starttls.el: Merge with my GNUTLS based starttls.el.
18427         (starttls-gnutls-program, starttls-use-gnutls)
18428         (starttls-extra-arguments, starttls-process-connection-type)
18429         (starttls-connect, starttls-failure, starttls-success):
18430         New variables.
18431         (starttls-program, starttls-extra-args): Doc fix.
18432         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18433         New functions.
18434         (starttls-negotiate, starttls-open-stream):
18435         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18436         function if it is set.
18437
18438 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18441         structured fields.
18442
18443 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18446
18447 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18448
18449         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18450         Add variable.
18451         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18452         assigning the spam-mark to new messages.
18453
18454 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18455
18456         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18457
18458 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18461
18462         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18463         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18464         default.
18465
18466 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18467
18468         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18469         correct data.
18470
18471 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18472
18473         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18474         (spam-group-processor-p): Fix function.
18475         (spam-group-processor-multiple-p)
18476         (spam-group-spam-processor-report-gmane-p)
18477         (spam-group-spam-processor-report-resend-p)
18478         (spam-group-spam-processor-bogofilter-p)
18479         (spam-group-spam-processor-blacklist-p)
18480         (spam-group-spam-processor-ifile-p)
18481         (spam-group-ham-processor-ifile-p)
18482         (spam-group-spam-processor-spamoracle-p)
18483         (spam-group-spam-processor-crm114-p)
18484         (spam-group-ham-processor-bogofilter-p)
18485         (spam-group-spam-processor-stat-p)
18486         (spam-group-ham-processor-stat-p)
18487         (spam-group-ham-processor-whitelist-p)
18488         (spam-group-ham-processor-BBDB-p)
18489         (spam-group-ham-processor-spamoracle-p)
18490         (spam-group-ham-processor-copy-p): Remove functions with some
18491         prejudice against unneeded code.
18492         (spam-report-articles-resend)
18493         (spam-report-resend-register-routine): Allow the group/topic
18494         spam-resend-to value to override spam-report-resend-to.
18495         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18496         properly now.
18497
18498         * gnus.el (spam-resend-to): Add group/topic parameter.
18499         (spam-process): Move the OBSOLETE processors to the end of the
18500         choices.
18501
18502 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18503
18504         * spam-report.el (spam-report-resend-to, spam-report-resend):
18505         Start with resend-to set to nil, and then ask the user if necessary.
18506         (spam-report-resend): spam-report-resend takes a list of articles, not
18507         separate article numbers.
18508
18509 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18512         addition to emacs-w3m.
18513
18514 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18515
18516         * assistant.el (assistant-authinfo-data): New function.
18517         (assistant-eval): Eval for entire assistant.
18518
18519         * netrc.el (netrc-services-file): New variable.
18520         (netrc-parse-services): New function.
18521         (netrc-find-service-name): New function.
18522         (netrc-find-service-number): New function.
18523         (netrc-port-equal): New function.
18524         (netrc-machine): Use it.
18525
18526         * nnimap.el (nnimap-open-connection): Use netrc.
18527
18528         * gnus-util.el (gnus-netrc-get): Remove aliases.
18529
18530         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18531
18532         * assistant.el (wid-edit): Fix compilation.
18533
18534         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18535
18536 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18537
18538         * gnus-util.el (gnus-set-file-modes): New function.  (small
18539         patch).
18540
18541 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18542
18543         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18544
18545         * assistant.el (assistant-render-node): Fix up rendering and
18546         read-only text.
18547         (assistant-render-node): Reset.
18548         (assistant-make-read-only): Not sticky.
18549
18550 2004-05-20  Danny Siu  <dsiu@adobe.com>
18551
18552         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18553         centered even when gnus-auto-center-summary is t.
18554
18555 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556
18557         * dns.el (dns-get-txt-answer): New function.
18558         (dns-read-txt): Ditto.
18559         (query-dns): Use it.
18560
18561 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18564         active for foreign groups even if the group level is higher than
18565         the specified value.
18566
18567 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18568
18569         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18570         non-active groups.
18571
18572         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18573
18574 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18575
18576         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18577
18578 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18581         (spam-crm114-header, spam-crm114-spam-switch)
18582         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18583         (spam-crm114-positive-spam-header)
18584         (spam-crm114-database-directory, spam-list-of-processors)
18585         (spam-group-spam-processor-crm114-p)
18586         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18587         (spam-generic-score, spam-list-of-checks)
18588         (spam-list-of-statistical-checks, spam-registration-functions)
18589         (spam-check-crm114-headers, spam-crm114-score)
18590         (spam-check-crm114, spam-crm114-register-with-crm114)
18591         (spam-crm114-register-spam-routine)
18592         (spam-crm114-unregister-spam-routine)
18593         (spam-crm114-register-ham-routine)
18594         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18595         From asjo@koldfront.dk (Adam Sjøgren).
18596
18597         * gnus.el: Add spam-use-crm114.
18598
18599         * spam.el (spam-list-of-processors, spam-registration-functions):
18600         Add spam-use-resend.
18601         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18602         (spam-report-articles-gmane): Add doc fix.
18603         (spam-report-articles-resend, spam-report-resend-register-routine):
18604         Add wrappers around spam-report-resend-to.
18605
18606         * spam-report.el (spam-report-resend-to, spam-report-resend):
18607         Add support for resending spam.
18608         (spam-report-gmane): Fix line length >80.
18609
18610         * gnus.el (spam-process): Add spam-use-resend.
18611
18612 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18613
18614         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18615         number of processed spam messages.
18616         (spam-ham-copy-or-move-routine): Return the number of processed
18617         ham messages.
18618         (spam-summary-prepare-exit): Use the above values to decide
18619         whether status messages shouled be displayed.
18620
18621 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18624         `rfc2047-encoding-function-alist' in order to avoid conflicting
18625         with the old version.
18626         (rfc2047-encode-region): Concatenate words containing non-ASCII
18627         characters in structured fields; don't encode space-delimited
18628         ASCII words even in unstructured fields; don't break words at
18629         char-category boundaries.
18630         (rfc2047-encode-1): New function.
18631         (rfc2047-encode): Use it; encode text so that it occupies the
18632         maximum width within 76-column; work correctly on Q encoding for
18633         iso-2022-* charsets.
18634         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18635         sure not to break a line just after the header name.
18636         (rfc2047-b-encode-region): Remove.
18637         (rfc2047-b-encode-string): New function.
18638         (rfc2047-q-encode-region): Remove.
18639         (rfc2047-q-encode-string): New function.
18640
18641         * mm-util.el (mm-replace-in-string): New function.
18642
18643 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18644
18645         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18646         Really get it right.
18647         (gnus-inews-make-draft): Really.
18648
18649 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18650
18651         * nnmh.el (nnmh-request-list-1): Don't check the link count
18652         before descending.  (small patch)
18653
18654 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18655
18656         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18657         stuff.
18658
18659         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18660         Match on real group name.
18661
18662         * gnus-art.el (gnus-signature-limit): Doc fix.
18663
18664         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18665
18666         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18667
18668 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18669
18670         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18671         isn't a string.
18672
18673 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18674
18675         * gnus-draft.el (gnus-draft-send):
18676         Bind rfc2047-encode-encoded-words.
18677
18678         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18679         (rfc2047-encodable-p): Say that =? needs encoding.
18680         (rfc2047-encode-encoded-words): New variable.
18681
18682         * gnus-group.el (gnus-group-select-group): Doc fix.
18683
18684         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18685
18686         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18687         to nil.
18688
18689         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18690
18691         * nnheader.el (nnheader-get-lines-and-char): New function.
18692
18693 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-msg.el (gnus-summary-followup-with-original):
18696         Document yanking of region when active.
18697
18698 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18701         groups if the group level is higher than the specified value.
18702
18703 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18704
18705         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18706         (gnus-group-jump-to-group): Add prefix argument using
18707         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18708         non-active group.
18709
18710         * compface.el (uncompface): Be verbose when changing
18711         `uncompface-use-external'.
18712
18713         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18714         handle manual section.
18715
18716 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18717
18718         * gnus-art.el (gnus-button-alist): Revert previous change.
18719
18720 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18723
18724 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18725
18726         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18727         whether backend can accept message.
18728
18729         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18730
18731 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18732
18733         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18734         Avoid creating directory when nntp-marks-is-evil is true.
18735         Reported by Reiner Steib.
18736
18737 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * gnus-picon.el (gnus-picon-style): New variable.
18740         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18741         (gnus-picon-transform-address): Support `gnus-picon-style'.
18742         From Jesper Harder <harder@ifa.au.dk>.
18743
18744 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18745
18746         * message.el (message-fill-field): Return point.
18747         (message-generate-headers): Go to end of field.
18748
18749         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18750         stuff for non-living groups.
18751
18752 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18753
18754         * gnus-art.el (gnus-article-followup-with-original)
18755         (gnus-article-reply-with-original): gnus-mark-active-p ->
18756         gnus-region-active-p.
18757
18758 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18759
18760         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18761         only when there is spam or ham to be processed.
18762
18763 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764
18765         * mail-source.el (mail-source-delete-crash-box): Refactor.
18766         (mail-source-fetch): Use it.
18767         (mail-source-fetch-file): Ditto.
18768         (mail-source-fetch-directory): Run postscript in loop.
18769         (mail-source-fetch-pop): Delete.
18770         (mail-source-fetch-maildir): Ditto.
18771         (mail-source-fetch-imap): Ditto.
18772
18773         * imap.el (imap-authenticators): Comment out sasl.
18774
18775         * message.el (message-skip-to-next-address): New function.
18776         (message-fill-header-address): Refactor.
18777         (message-fill-address): Use it.
18778         (message-delete-address): Use it.
18779         (message-fill-header-general): Refactor.
18780         (message-fill-field-address): Rename.
18781         (message-narrow-to-field): Find the start of the header.
18782         (message-header-format-alist): Don't pre-fill.
18783         (message-fill-header): Remove.
18784         (message-insert-header): New function.
18785         (message-shorten-references): Use it.
18786
18787         * rfc2047.el (rfc2047-field-value): Strip props.
18788
18789         * mail-parse.el (mail-header-make-address): New alias.
18790
18791         * ietf-drums.el (ietf-drums-make-address): New function.
18792
18793         * imap.el: Add compiler directives.
18794
18795         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18796
18797         * gnus-art.el (article-decode-idna-rhs): Don't use
18798         message-idna-inside-rhs-p.
18799
18800 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * message.el (message-idna-inside-rhs-p): Remove.
18803         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18804
18805         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18806         false positives.
18807
18808 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18809
18810         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18811
18812 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18813
18814         * nneething.el (nneething-file-name): Don't create spurious
18815         files.
18816
18817         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18818         (gnus-inews-do-gcc): Remove sleep.
18819
18820         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18821         part under point.
18822
18823         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18824         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18825
18826 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18827
18828         * spam.el (spam-summary-prepare-exit): Fix (length).
18829
18830 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18831
18832         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18833         as expired without moving it" message when there are spam
18834         messages left.
18835
18836 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18837
18838         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18839         header is not nil.
18840
18841 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18842
18843         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18844         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18845         (nntp-marks-changed-p): New arg SERVER.
18846         (nntp-request-update-info): Adjust caller.
18847
18848 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18849
18850         * nntp.el (nntp-save-marks): Pass missing arg.
18851
18852 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18853
18854         * nntp.el: Support marks.
18855         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18856         (nntp-marks-modtime, nntp-marks-directory): New variables.
18857         (nntp-request-set-mark, nntp-request-update-info)
18858         (nntp-possibly-create-directory, nntp-marks-changed-p)
18859         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18860         New functions.
18861
18862 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18865         (gnus-xmas-redefine): Rename.
18866
18867         * gnus-score.el (gnus-score-insert-help):
18868         Use gnus-select-lowest-window.
18869
18870         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18871         appt-select-lowest-window and rename to gnus-select-lowest-window.
18872
18873         * gnus.el: do.
18874
18875 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18876
18877         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18878         encodings of MIME-encoded words, in order to improve
18879         interoperability with several broken MUAs.
18880
18881 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18882
18883         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18884         tags, only when charsets are not specified in headers.
18885         (mm-inline-text-html-render-with-w3m): Ditto.
18886
18887         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18888         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18889
18890 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18891
18892         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18893         instead of MIME-decoded from fields when checking
18894         `gnus-article-address-banner-alist'.
18895
18896 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18899         description rather than subject.
18900
18901 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18902
18903         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18904
18905 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906
18907         * gnus.el (gnus-version-number): Bump.
18908
18909 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18910
18911         * gnus.el: No Gnus v0.2 is released.
18912
18913 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18914
18915         * gnus-agent.el (gnus-agent-read-agentview):
18916         Inline gnus-uncompress-range.
18917
18918 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18919
18920         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18921         `exec-installed-p'.
18922
18923 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18924
18925         * gnus.el (spam-process, spam-autodetect-methods):
18926         Add bsfilter and bsfilter-headers.
18927
18928         * spam.el (spam-bsfilter): New customize group.
18929         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18930         (spam-bsfilter-header, spam-bsfilter-probability-header)
18931         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18932         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18933         (spam-bsfilter-database-directory): New options.
18934         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18935         (spam-list-of-statistical-checks, spam-registration-functions):
18936         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18937         (spam-bsfilter-score): New command.
18938         (spam-check-bsfilter-headers, spam-check-bsfilter)
18939         (spam-bsfilter-register-with-bsfilter)
18940         (spam-bsfilter-register-spam-routine)
18941         (spam-bsfilter-unregister-spam-routine)
18942         (spam-bsfilter-register-ham-routine)
18943         (spam-bsfilter-unregister-ham-routine): New functions.
18944         (spam-generic-score): Support bsfilter; Accept an optional argument
18945         to recalcurate spam score even if scoring header has already been
18946         added.
18947         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18948         optional argument to recalcurate spam score even if scoring header
18949         has already been added.
18950
18951 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18954         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18955         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18956         link is missing.
18957
18958 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18959
18960         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18961         (html2text-get-attr): Rewrite.
18962
18963         * message.el (message-setup-1): Remove redundant put-text-property
18964         on mail-header-separator.
18965
18966 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * gnus-registry.el (gnus-registry-cache-whitespace)
18969         (gnus-registry-action, gnus-registry-spool-action)
18970         (gnus-registry-split-fancy-with-parent): Change message levels
18971         from 5 to 3 or 7, as needed.
18972
18973         * spam.el (spam-summary-prepare-exit)
18974         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18975         (spam-split, spam-find-spam, spam-log-undo-registration)
18976         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18977         level from 5 to 6.
18978
18979 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18980
18981         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18982         2004-03-04 change).
18983
18984 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18985
18986         * sieve-manage.el (sieve-manage-open):
18987         * nnweb.el (nnweb-insert-html):
18988         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18989         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18990         * nnspool.el (nnspool-request-group):
18991         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18992         * nnml.el (nnml-request-update-info):
18993         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18994         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18995         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18996         (nnimap-request-set-mark):
18997         * nnfolder.el (nnfolder-request-update-info):
18998         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18999         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19000         * gnus-uu.el (gnus-uu-find-articles-matching):
19001         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19002         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19003         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19004         * gnus-nocem.el (gnus-nocem-scan-groups):
19005         * gnus-int.el (gnus-start-news-server):
19006         * gnus-group.el (gnus-group-make-kiboze-group)
19007         (gnus-group-browse-foreign-server):
19008         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19009         Use mapc when appropriate.
19010
19011 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         FIXME: Make separate entries for each person.
19014
19015         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19016         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19017         <shields@msrl.com>:
19018
19019         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19020         may need for spam sorting and scoring.
19021         (spam-user-format-function-S): Add user format function suitable for
19022         general use.
19023         (spam-article-sort-by-spam-status): Add sorting function for summary
19024         sorting.
19025         (spam-extra-header-to-number): Add function to get a score from a
19026         header.
19027         (spam-summary-score): Add function to get a numeric score from the
19028         headers.
19029         (spam-generic-score): Fix function doc, was in wrong place.
19030         (spam-initialize): Take symbols when it's run, and install the
19031         extra headers that spam-necessary-extra-headers thinks we need.
19032
19033 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19034
19035         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19036         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19037
19038 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19039
19040         * gnus-sum.el (gnus-set-global-variables)
19041         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19042         (gnus-article-get-xrefs, gnus-summary-best-group)
19043         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19044         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19045         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19046         Use with-current-buffer.
19047
19048 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19049
19050         * spam.el (spam-summary-prepare-exit): Simplify logic.
19051         (spam-fetch-article-header): Read the article header if it's not
19052         available.
19053         (spam-list-articles): Simplify logic.
19054         (spam-filelist-register-routine): Fix bug with unregister-list.
19055
19056         * gnus-registry.el: Fix comments at beginning.
19057
19058 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * message.el (message-cater-to-broken-inn): Remove.
19061         (message-shorten-references): Make sure the total folded length of
19062         References is shorter than 998 characters to cater to a bug in INN
19063         2.3.  Also, don't pretend that references aren't folded -- this
19064         hasn't worked for a while.
19065
19066 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19067
19068         * gnus-agent.el (gnus-agentize):
19069         gnus-agent-send-mail-real-function no longer set to current value
19070         of message-send-mail-function but rather a lambda that calls
19071         message-send-mail-function.  The change makes the agent real-time
19072         responsive to user changes to message-send-mail-function.
19073
19074 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19075
19076         * legacy-gnus-agent.el
19077         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19078         help from Florian Weimer <fw@deneb.enyo.de>
19079
19080 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * nnmail.el (nnmail-cache-insert): Revert last change.
19083
19084 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * nnmail.el (nnmail-cache-insert): Always check whether
19087         nnmail-cache-ignore-groups matches a group name.
19088
19089 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19092         (spam-find-spam, spam-log-processing-to-registry)
19093         (spam-log-registered-p, spam-log-unregistration-needed-p)
19094         (spam-log-undo-registration): Use gnus-message instead of
19095         gnus-error, none of these errors are fatal.
19096
19097         * gnus-registry.el (gnus-registry-clean-empty-function)
19098         (gnus-registry-clean-empty): Remove only empty entries without
19099         extra data.
19100
19101 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19102
19103         * spam-stat.el (spam-stat-buffer-change-to-spam)
19104         (spam-stat-buffer-change-to-non-spam): Change (error) to
19105         (gnus-message 8) invocation.
19106
19107 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * nntp.el (nntp-via-netcat-command): New variable.
19110         (nntp-via-netcat-switches): New variable.
19111         (nntp-open-via-rlogin-and-netcat): New function.
19112         (nntp-open-connection-function): Doc fix.
19113         (nntp-telnet-command): Doc fix.
19114         (nntp-end-of-line): Doc fix.
19115         (nntp-via-rlogin-command): Doc fix.
19116         (nntp-via-user-name): Doc fix.
19117         (nntp-via-address): Doc fix.
19118
19119 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19122         error in Emacs 21.1.
19123
19124 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19127
19128 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19129
19130         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19131         (gnus-agent-with-refreshed-group): New macro.
19132         (gnus-agent-rename-group): New function.
19133         (gnus-agent-delete-group): New function.
19134         (gnus-agent-save-group-info): Use gnus-command-method when
19135         `method' parameter is nil.  Don't write nil entries into the
19136         active file.
19137         (gnus-agent-get-group-info): New function.
19138         (gnus-agent-fetch-articles):
19139         Use gnus-agent-update-files-total-fetched-for to increment disk space
19140         used.
19141         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19142         Use gnus-agent-update-view-total-fetched-for to increment disk space
19143         used.
19144         (gnus-agent-get-local): Add optional parameters to avoid calling
19145         gnus-group-real-name and gnus-find-method-for-group.
19146         (gnus-agent-set-local): Delete stored entry if either min, or max,
19147         are nil.
19148         (gnus-agent-fetch-session): Reworded error/quit messages.
19149         On quit, use gnus-agent-regenerate-group to record existance of any
19150         articles fetched to disk before the quit occurred.
19151         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19152         gnus-agent-update-view-total-fetched-for, and
19153         gnus-agent-update-files-total-fetched-for to decrement disk space
19154         used.
19155         (gnus-agent-retrieve-headers):
19156         Use gnus-agent-update-view-total-fetched-for to increment disk space
19157         used.
19158         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19159         with gnus-agent-update-files-total-fetched-for to decrement disk
19160         space and fresh group buffer.
19161         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19162         (gnus-agent-need-update-total-fetched-for): New variable.
19163         (gnus-agent-update-files-total-fetched-for): New function.
19164         (gnus-agent-update-view-total-fetched-for): New function.
19165         (gnus-agent-total-fetched-for): New function.
19166
19167         * gnus-cache.el (gnus-cache-save-buffers):
19168         Use gnus-cache-update-overview-total-fetched-for to change disk space
19169         used by this group.
19170         (gnus-cache-possibly-enter-article):
19171         Use gnus-cache-update-file-total-fetched-for to increment disk space
19172         used by this group.
19173         (gnus-cache-possibly-remove-article):
19174         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19175         used by this group.
19176         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19177         (gnus-cache-rename-group): New function.
19178         (gnus-cache-delete-group): New function.
19179         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19180         (gnus-cache-need-update-total-fetched-for): New variable.
19181         (gnus-cache-with-refreshed-group): New macro.
19182         (gnus-cache-update-file-total-fetched-for): New function.
19183         (gnus-cache-update-overview-total-fetched-for): New function.
19184         (gnus-cache-rename-group-total-fetched-for): New function.
19185         (gnus-cache-delete-group-total-fetched-for): New function.
19186         (gnus-cache-total-fetched-for): New function.
19187
19188         * gnus-group.el: Require gnus-sum and autoload functions to
19189         resolve warnings when gnus-group.el compiled alone.
19190         (gnus-group-line-format): Documented new %F.
19191         (size of Fetched data) group line format; identifies disk space
19192         used by agent and cache.
19193         (gnus-group-line-format-alist): Defined new F format.
19194         (gnus-total-fetched-for): New function.
19195         (gnus-group-delete-group): No longer update
19196         gnus-cache-active-altered as gnus-request-delete-group now keeps
19197         the cache in sync.
19198         (gnus-group-list-active): Let the agent store a server's active
19199         list if currently plugged.
19200
19201         * gnus-int.el (gnus-request-delete-group):
19202         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19203         local disk in sync with the server.
19204         (gnus-request-rename-group):
19205         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19206         local disk in sync with the server.
19207
19208         * gnus-start.el (gnus-get-unread-articles):
19209         Cosmetic simplification to logic.
19210
19211         * gnus-util.el (gnus-rename-file): New function.
19212
19213 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19214
19215         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19216
19217 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19218
19219         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19220         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19221
19222 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19225         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19226
19227 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19230
19231 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19232
19233         * spam.el (spam-set-difference): Add function to replace
19234         gnus-set-difference in spam.el.
19235         (spam-summary-prepare-exit): Use spam-set-difference.
19236
19237 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19238
19239         * gnus-registry.el (gnus-registry-cache-file): Update to use
19240         gnus-dribble-directory OR gnus-home-directory OR ~.
19241         (gnus-registry-split-fancy-with-parent): Fix doc.
19242
19243 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * message.el (message-exchange-point-and-mark):
19246         Use message-mark-active-p.  Suggested by Jesper Harder
19247         <harder@ifa.au.dk>.
19248
19249 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19250
19251         * message.el (message-exchange-point-and-mark): Don't activate
19252         region if it was inactive.  Suggested by Hiroshi Fujishima
19253         <pooh@nature.tsukuba.ac.jp>.
19254
19255 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * gnus-art.el (article-display-face): Display Faces in the same
19258         order as X-Faces.
19259
19260 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19263
19264 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19267         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19268         (gnus-article-mime-hierarchy): Remove.
19269         (gnus-article-mime-hierarchy-next): Remove.
19270         (gnus-article-mode): Revert 2004-03-19 change.
19271         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19272         (gnus-insert-mime-button): Revert 2004-03-19 change.
19273         (gnus-mime-accumulate-hierarchy): Remove.
19274         (gnus-mime-enter-multipart): Remove.
19275         (gnus-mime-leave-multipart): Remove.
19276         (gnus-mime-display-part): Revert 2004-03-19 change.
19277         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19278
19279         * mml.el (mml-preview): Revert 2004-03-19 change.
19280
19281 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19282
19283         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19284
19285 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19288         t while entering a file name using the mm-with-multibyte macro.
19289         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19290
19291         * mm-util.el (mm-with-multibyte): New macro.
19292
19293 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19296         New user option.
19297         (gnus-mime-multipart-functions): Doc and customization fix.
19298         (gnus-article-mime-hierarchy): New variable.
19299         (gnus-article-mime-hierarchy-next): New variable.
19300         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19301         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19302         gnus-article-mime-hierarchy-next to nil.
19303         (gnus-insert-mime-button): Show hierarchy numbers.
19304         (gnus-mime-accumulate-hierarchy): New function.
19305         (gnus-mime-enter-multipart): New function.
19306         (gnus-mime-leave-multipart): New function.
19307         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19308         (gnus-mime-display-alternative): Show hierarchy numbers.
19309
19310         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19311         gnus-article-mime-hierarchy-next to nil.
19312
19313 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19314
19315         * dns.el: Don't require gnus-xmas.
19316
19317 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19320         inline PGP.
19321         (mml-menu): Disable mml-quote-region if mark is inactive.
19322
19323 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19326         when the group's active is not available.
19327
19328 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19331         error.
19332
19333 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * imap.el (imap-store-password): New variable.
19336         (imap-interactive-login): Use it.
19337         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19338
19339 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19342         window-start and hscroll to summary window.
19343
19344 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19345
19346         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19347         conversion message to newsrc-dribble when an actual conversion is
19348         performed.
19349
19350 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19351
19352         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19353
19354 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19355
19356         * mm-decode.el (mm-complicated-handles): New function reviving
19357         former definition of mm-multiple-handles.
19358
19359         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19360         (gnus-mime-delete-part): Use it.
19361
19362 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19363
19364         * gnus-agent.el (gnus-agent-read-local):
19365         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19366         avoid the implicit assumption that they will always be equal.
19367         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19368         coding-system-for-write, as the with-temp-file macro first prints
19369         to a buffer then saves the buffer.
19370
19371 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-art.el (gnus-article-edit-part): New function.
19374         (gnus-mime-save-part-and-strip): Use it; do query instead of
19375         signaling an error; don't use mm-multiple-handles.
19376         (gnus-mime-delete-part): Ditto.
19377
19378 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19379
19380         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19381         old file versions.
19382         (gnus-group-prepare-hook): Remove function that converted list
19383         form of gnus-agent-expire-days to group properties.
19384
19385         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19386         (gnus-request-accept-article): Re-indented.
19387
19388         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19389         converters to handle old agent file formats.  Add logic for a
19390         "backup before upgrading warning".
19391         (gnus-convert-mark-converter-prompt): Developers can mark
19392         functions as needing (default), or not needing,
19393         gnus-convert-old-newsrc's "backup before upgrading warning".
19394         (gnus-convert-converter-needs-prompt): Tests whether the user
19395         should be protected from potentially irreversable changes by the
19396         function.
19397
19398         * legacy-gnus-agent.el: New.  Provides converters that are only
19399         loaded when gnus-convert-old-newsrc needs to call them.
19400
19401 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * mail-source.el (mail-source-touch-pop): Doc fix.
19404
19405         * message.el (message-smtpmail-send-it): Doc fix.
19406
19407 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19408
19409         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19410
19411         * nnmail.el (nnmail-split-fancy): do.
19412
19413         * gnus-kill.el (gnus-kill, gnus-execute): do.
19414
19415 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19416
19417         * gnus-sum.el (gnus-widget-reversible-match)
19418         (gnus-widget-reversible-to-internal)
19419         (gnus-widget-reversible-to-external): New functions.
19420         (gnus-widget-reversible): New widget.
19421         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19422
19423 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19424
19425         * gnus-sum.el (gnus-thread-sort-functions)
19426         (gnus-article-sort-functions): Document `(not F)' items.
19427
19428 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * spam.el (spam-use-gmane-xref): Add new backend.
19431         (spam-gmane-xref-spam-group): Add variable to control the name of the
19432         Gmane spam group.
19433         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19434         (spam-regex-headers-spam, spam-regex-headers-ham)
19435         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19436         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19437         backends and checks.
19438         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19439
19440         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19441         an autodetect method.
19442
19443 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19444
19445         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19446         articles are being added to a group.
19447         (gnus-request-replace-article): Inform the agent that articles
19448         need to be uncached as the cached contents are no longer valid.
19449
19450 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * binhex.el: Don't autoload executable-find.
19453
19454         * canlock.el: Don't autoload mail-fetch-field.
19455
19456         * dgnushack.el: Autoload c-mode for XEmacs.
19457
19458         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19459
19460         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19461         rmail-dont-reply-to and rmail-output.
19462
19463         * gnus-score.el: Don't autoload ffap-string-at-point.
19464
19465         * gnus-setup.el: Don't autoload sc-cite-original.
19466
19467         * imap.el: Don't autoload base64-decode-string,
19468         base64-encode-string and md5.
19469
19470         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19471         and rmail-msg-restore-non-pruned-header.
19472
19473         * mm-decode.el: Don't autoload executable-find.
19474
19475         * mm-url.el: Don't autoload executable-find.
19476
19477         * mm-view.el: Don't autoload diff-mode.
19478
19479         * nndb.el: Don't autoload news-reply-mode, news-setup,
19480         cancel-timer and telnet.
19481
19482         * password.el: Don't autoload run-at-time for Emacs.
19483
19484         * sha1-el.el: Don't autoload executable-find.
19485
19486         * sieve-mode.el: Don't autoload c-mode.
19487
19488         * uudecode.el: Don't autoload executable-find.
19489
19490 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19491
19492         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19493         (gnus-agent-possibly-alter-active): Avoid null in numeric
19494         comparison.
19495         (gnus-agent-set-local): Refuse to save null in local object table.
19496         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19497         list of articles that will be marked as unread.
19498
19499 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19502
19503 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19504
19505         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19506         language tags.
19507
19508 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19509
19510         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19511         Don't bind "obarray".
19512
19513         * gnus-sum.el (gnus-thread-sort-functions):
19514         Add `gnus-thread-sort-by-most-recent-number' and
19515         `gnus-thread-sort-by-most-recent-date'.
19516         Reported by Kai Grossjohann <kai@emptydomain.de>.
19517
19518 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19521
19522 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19523
19524         * gnus-cus.el (gnus-agent-customize-category):
19525         Remove ignore-errors macro reference that required cl to be loaded at
19526         run-time.
19527
19528         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19529         single-interval range of the form (min . max).  Previously the
19530         range had to look like ((min . max)).  Likewise, return
19531         (min . max) rather than ((min . max)).
19532         (gnus-range-map): Use gnus-range-normalize to accept
19533         single-interval range.
19534
19535         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19536         the cache, but not the agent, now appear with their usual face.
19537
19538         * dgnushack.el (loaddir): New variable that is bound to the
19539         directory containing the dgnushack.el file. Use loaddir, rather
19540         than srcdir, to update load-path. Change lets dgnushack compile
19541         code in directories other than GNUS/lisp.
19542
19543 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19544
19545         * lpath.el: Don't bind w3m-safe-url-regexp.
19546
19547         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19548         w3m-safe-url-regexp variable buffer-local.
19549
19550         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19551
19552 2004-02-27  Simon Josefsson  <jas@extundo.com>
19553
19554         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19555         gnus-group-real-prefix.
19556         (gnus-summary-move-article): Use it, instead of
19557         gnus-group-real-prefix.
19558
19559 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * lpath.el: Bind w3m-safe-url-regexp.
19562
19563         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19564         w3m-safe-url-regexp variable buffer-local and set it as the value
19565         of mm-w3m-safe-url-regexp.
19566
19567         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19568
19569         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19570         parsing gnus-posting-styles when the message is not for replying.
19571
19572         * dgnushack.el: Autoload sgml-mode for XEmacs.
19573
19574         * nnrss.el (nnrss-opml-export):
19575         Use mm-set-buffer-file-coding-system instead of
19576         set-buffer-file-coding-system.
19577
19578 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19579
19580         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19581         of checkdoc.el).
19582         * nnrss.el: do.
19583         * gnus-mlspl.el: do.
19584         * gnus-ml.el: do.
19585         * gnus-srvr.el: do.
19586
19587         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19588
19589 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19590
19591         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19592         Corrections to custom-manual links.
19593
19594         * gnus-art.el (gnus-article): Ditto.
19595
19596         * mm-decode.el (mime-display, mime-security): Ditto.
19597
19598 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19599
19600         * flow-fill.el: Typo.
19601
19602 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19603
19604         * spam-wash.el: New file.
19605
19606 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19607
19608         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19609
19610 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19611
19612         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19613         to be run with new-articles as LIST1, not LIST2.
19614         (spam-registration-functions): Add spam-use-ham-copy as a nil
19615         registration backend.
19616
19617 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19618
19619         * spam-stat.el (spam-stat-washing-hook): New option.
19620         (spam-stat-buffer-words): Use it.
19621         (spam-stat-process-directory, spam-stat-test-directory):
19622         Use insert-file-contents-literally.
19623         (spam-stat-coding-system): New variable.
19624         (spam-stat-load, spam-stat-save): Use it.
19625
19626 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * spam-report.el (spam-report-plug-agent):
19629         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19630
19631 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19634         Allow / in mailto URLs.
19635
19636 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19637
19638         * spam-report.el (spam-report-process-queue): Fix interactive use.
19639         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19640         (spam-report-unplug-agent): Doc fixes.
19641         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19642         (spam-report-agentize, spam-report-deagentize): Autoload.
19643
19644 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19647
19648         * message.el (message-setup-fill-variables): Add mml tags to
19649         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19650         <ajk@iu.edu>.
19651         (message-mode): Don't modify paragraph-separate there.
19652
19653 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * compface.el (uncompface-use-external): Default to undecided.
19656         (uncompface-use-external-threshold): New variable.
19657         (uncompface-float-time): New macro.
19658         (uncompface): Determine whether to use the external decoder if
19659         uncompface-use-external is undecided.
19660
19661 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19662
19663         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19664         after images.
19665
19666         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19667
19668 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19669
19670         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19671
19672         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19673
19674         * gnus-sum.el (gnus-summary-limit-to-age)
19675         (gnus-summary-limit-children): do.
19676
19677         * gnus-int.el (gnus-request-scan): do.
19678
19679         * gnus-group.el (gnus-group-suspend): do.
19680
19681         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19682
19683         * gnus-cite.el (gnus-cite-parse-attributions): do.
19684
19685         * gnus-agent.el (gnus-summary-set-agent-mark)
19686         (gnus-agent-regenerate-group): do.
19687
19688         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19689
19690         * binhex.el (binhex-decode-region-internal): do.
19691
19692 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * gnus-fun.el (gnus-face-properties-alist): New user option.
19695         (gnus-display-x-face-in-from): Use it.
19696
19697         * gnus-art.el (article-display-face): Ditto.
19698
19699         * compface.el (uncompface-use-external): Default to nil.
19700
19701 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19702
19703         * nntp.el (nntp-erase-buffer): New function.
19704         (nntp-retrieve-data, nntp-send-command)
19705         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19706         (nntp-possibly-change-group): Use it.
19707
19708         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19709         Use with-current-buffer.
19710
19711 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19712
19713         * compface.el: Merge the ELisp-based uncompface program.
19714         (compface): New customization group.
19715         (uncompface-use-external): New user option.
19716         (uncompface): Call uncompface-internal if uncompface-use-external
19717         is nil.
19718         (uncompface-internal): New function.  Note that there are also
19719         some other functions and variables added for this function.
19720
19721 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19722
19723         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19724         if necessary.
19725
19726 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19727
19728         * spam-report.el (spam-report-unplug-agent)
19729         (spam-report-plug-agent, spam-report-deagentize)
19730         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19731         Add support for the Agent in spam-report: when unplugged, report to a
19732         file; when plugged, submit all the requests.
19733
19734         * spam.el (spam-register-routine): Fix message about
19735         registration.
19736
19737 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19740         dependencies.
19741         (rfc2047-encode): Use it.
19742
19743         * gnus-art.el (gnus-button-marker-list): Move before first
19744         reference.
19745
19746         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19747         (imap-parse-body): Fix format string mismatch.
19748
19749         * gnus-score.el (gnus-summary-increase-score): do.
19750
19751         * nnrss.el (nnrss-close): New function.
19752
19753 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19754
19755         * nnrss.el (nnrss-make-filename): New function.
19756         (nnrss-request-delete-group, nnrss-read-server-data)
19757         (nnrss-save-server-data, nnrss-read-group-data)
19758         (nnrss-save-group-data): Use it.
19759         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19760         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19761         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19762
19763 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19764
19765         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19766
19767 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19768
19769         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19770         files.
19771
19772         * message.el (message-generate-headers-first): Don't quote nil
19773         and t in docstrings.
19774
19775         * imap.el (imap-id): do.
19776
19777         * gnus-agent.el (gnus-agent-consider-all-articles)
19778         (gnus-agent-queue-mail): do.
19779
19780 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19781
19782         * spam-report.el (spam-report-process-queue): New function.
19783         Process requests from `spam-report-requests-file'.
19784         (spam-report-process-queue): Doc fix.
19785
19786 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19787
19788         * spam.el (spam-register-routine)
19789         (spam-log-processing-to-registry, spam-log-registered-p)
19790         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19791         Change "check" to "spam-check" for semi-clarity.
19792
19793 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19794
19795         * pop3.el: Require nnheader.
19796
19797         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19798
19799         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19800
19801         * gnus-picon.el: Require cl.
19802
19803         * gnus-fun.el: Require gnus-ems and gnus-util.
19804
19805         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19806
19807         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19808
19809         * gnus-art.el (gnus-article-edit-mode): Define before first
19810         reference.
19811
19812 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19813
19814         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19815         (gnus-uu-post-encoded): Use point-at-bol.
19816
19817         * gnus-topic.el (gnus-group-active-topic-p): do.
19818
19819         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19820
19821         * gnus-group.el (gnus-group-kill-region): do.
19822
19823         * gnus-art.el (article-date-ut): do.
19824
19825         * message.el (message-fetch-field): Remove redundant
19826         case-fold-search binding.
19827         (message-narrow-to-field): Simplify.
19828
19829 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * spam.el (spam-directory): Derive from `gnus-directory'.
19832
19833         * spam-report.el (spam-report-url-to-file)
19834         (spam-report-requests-file): New function and variable for offline
19835         reporting.
19836         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19837         and user defined function.
19838         (spam-report-url-ping-mm-url): Remove doubled slash.
19839
19840 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19841
19842         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19843
19844 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19845
19846         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19847         Fix format string mismatch.
19848
19849         * sieve.el (sieve-deactivate-all): do.
19850
19851         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19852
19853         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19854
19855         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19856
19857         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19858
19859 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19860
19861         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19862         the list of checks.
19863
19864 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19865
19866         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19867         padding.
19868
19869 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19870
19871         * mm-view.el (mm-fill-flowed): New variable.
19872         (mm-inline-text): Use it.
19873
19874 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19875
19876         * spam.el (spam-spamassassin-register-ham-routine)
19877         (spam-spamassassin-register-spam-routine): Fix function names.
19878
19879 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * gnus.el (gnus-tmp-grouplens): Remove.
19882         (gnus-summary-line-format): Remove grouplens.
19883
19884         * gnus-group.el (gnus-group-line-format): Ditto.
19885
19886         * gnus-spec.el (gnus-format-specs): Ditto.
19887         (gnus-update-format-specifications): Flush the group format spec
19888         cache if there's the grouplens stuff.
19889         (gnus-parse-simple-format): Replace %l with the empty string.
19890
19891 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19892
19893         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19894         omission.
19895
19896 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19899         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19900
19901 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19902
19903         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19904         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19905         New macros and functions.
19906         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19907         Handle > NLINK_MAX messages.
19908         * nnmaildir.el (nnmaildir-request-set-mark):
19909         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19910
19911 2004-01-25  Alex Schroeder  <alex@gnu.org>
19912
19913         * spam-stat.el (spam-stat-process-directory-age): New option.
19914         (spam-stat-process-directory): Use it.
19915
19916 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19917
19918         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19919         (spam-stat-save): Accept prefix argument.
19920
19921 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19922
19923         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19924         links" error.
19925
19926 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19929         the rest of the and/or forms.
19930
19931 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19932
19933         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19934         compatibility with old .newsrc.eld files.
19935
19936         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19937
19938         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19939
19940         * gnus-start.el (gnus-1): do.
19941
19942         * gnus-group.el (gnus-group-line-format-alist): do.
19943
19944         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19945
19946         * gnus-gl.el: Remove.
19947
19948 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19949
19950         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19951         marks consisting of a single range {for example, (3 . 5)} rather
19952         than a list of a single range { ((3 . 5)) }.
19953
19954 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19955
19956         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19957         Use with-current-buffer.
19958         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19959         avoid consing a string.
19960
19961         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19962         Remove obsolete entries for big5 and gb2312.
19963
19964 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19965
19966         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19967         uncompressed list.
19968
19969 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19970
19971         * spam-stat.el (spam-stat-strip-xref): New function.
19972         (spam-stat-process-directory): Use it.
19973
19974         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19975         here -- it's done in message-fetch-field.
19976
19977 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19978
19979         * gnus-agent.el (gnus-agent-queue-mail)
19980         (gnus-agent-prompt-send-queue): New variables.
19981         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19982         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19983         "nndraft:queue" along to gnus-draft-send.
19984         Use gnus-agent-prompt-send-queue.
19985         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19986         is "nndraft:queue".  Suggested by Gaute Strokkenes
19987         <gs234@srcf.ucam.org>
19988
19989         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19990         (agent-enable-undownloaded-faces): Add.
19991         (gnus-agent-cat-groups): Use eval-and-compile, not
19992         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19993         method of gnus-agent-cat-groups even when the buffer has been
19994         evaled.
19995         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19996         delete gnus-agent-save-active-1.
19997         (gnus-agent-save-groups): Delete.  Identical to
19998         gnus-agent-save-active.
19999         (gnus-agent-write-active): No longer adjust agent's copy of active
20000         file as agent's adjustments are now stored in their own
20001         file.  Remove optional parameter.
20002         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20003         servers.  Add use of min/max range limits from server's local
20004         file.
20005         (gnus-agent-save-alist): Remove unused optional argument.
20006         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20007         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20008         (gnus-agent-set-local): A per-server file that keeps min/max range
20009         limits for articles known to the agent.  Provides a fast mechanism
20010         for altering many active ranges.
20011         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20012         active file (local makes it unnecessary).
20013         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20014
20015         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20016         (agent-enable-undownloaded-faces): Add.
20017
20018         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20019         disable it when sending to "nndraft:queue".
20020         (gnus-group-send-queue): Add safety check to avoid sending queue
20021         when unplugged.
20022
20023         * gnus-group.el (gnus-group-catchup): Use new
20024         gnus-sequence-of-unread-articles, not
20025         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20026         numbers of articles.  Use gnus-range-map to avoid having to
20027         uncompress the unread list.
20028         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20029         Fix invalid ange-ftp reference.
20030
20031         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20032         (gnus-sorted-range-intersection): Intersection of two ranges
20033         without requiring that they first be uncompressed.
20034
20035         * gnus-start.el (gnus-activate-group): Unless blocked by the
20036         caller, possibly expand the active range to include both cached
20037         and agentized articles.
20038         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20039         multiple version-dependent converters.
20040         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20041         gnus-agent-save-active.
20042         (gnus-save-newsrc-file): Save dirty agent range limits.
20043
20044         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20045         gnus-agent-possibly-alter-active.
20046         (gnus-adjust-marked-articles): Faster handling of simple lists.
20047
20048 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20049
20050         * spam-stat.el (spam-stat-test-directory): New optional argument
20051         displays a list of files detected.  Suggested by Andrew Cohen
20052         <cohen@andy.bu.edu>.
20053         (spam-stat-buffer-words-with-scores): Don't narrow and change
20054         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20055
20056 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20057
20058         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20059         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20060         (spam-spamassassin-arguments)
20061         (spam-spamassassin-spam-flag-header)
20062         (spam-spamassassin-positive-spam-flag-header)
20063         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20064         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20065         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20066         (spam-list-of-processors, spam-list-of-checks)
20067         (spam-list-of-statistical-checks, spam-registration-functions)
20068         (spam-check-spamassassin-headers, spam-check-spamassassin)
20069         (spam-spamassassin-score)
20070         (spam-spamassassin-register-with-sa-learn)
20071         (spam-spamassassin-register-spam-routine)
20072         (spam-spamassassin-register-ham-routine)
20073         (spam-assassin-register-spam-routine)
20074         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20075         (spam-bogofilter-score): Fix to show article before scoring.
20076
20077 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20078
20079         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20080         default scoring function.
20081         (spam-generic-score): Call spam-spamassassin-score if
20082         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20083         spam-bogofilter-score otherwise.
20084
20085         * gnus.el (spam-process, spam-autodetect-methods):
20086         Add spamassassin and spamassassin-headers.
20087
20088 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20089
20090         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20091         Suppress unnecessary messages.
20092
20093 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20094
20095         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20096         make-hash-table.
20097
20098 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * canlock.el (base64-encode-string): Don't autoload it.
20101
20102 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * run-at-time.el: Remove useless (require 'itimer),
20105         eval-and-compile and (featurep 'xemacs).
20106
20107 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20108
20109         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20110         GROUP is a virtual group.
20111
20112 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20113
20114         * gnus.el: Autoload `message-y-or-n-p'.
20115
20116 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * pgg-parse.el: Remove unnecessary (require 'custom).
20119
20120         * pgg-def.el: do.
20121
20122         * nnmail.el: do.
20123
20124         * gnus-undo.el: do.
20125
20126         * gnus-picon.el: do.
20127
20128         * gnus-util.el: do.
20129
20130 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20131
20132         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20133
20134 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20137         handle, as well as a list.
20138
20139         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20140         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20141         (mm-w3m-cid-retrieve): Simplify.
20142
20143 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20144
20145         * message.el (message-kill-to-signature): Allow prefix arg to
20146         specify number of lines to keep before signature.
20147
20148 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20149
20150         * message.el (message-kill-to-signature): Change docstring.
20151
20152 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * canlock.el: Always require sha1-el.
20155         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20156
20157         * message.el: Autoload sha1 only when compiling.
20158
20159         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20160         eudc-expand-inline for XEmacs.
20161
20162 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * message.el (message-canlock-generate): Require sha1-el.
20165
20166 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * message.el (message-expand-name): Silence the byte compiler.
20169
20170         * lpath.el: Add detect-coding-system.
20171
20172         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20173         cus-edit.
20174
20175 2004-01-13  Simon Josefsson  <jas@extundo.com>
20176
20177         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20178         Invoke gnus-score-mode.
20179         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20180
20181         * gnus-range.el (gnus-compress-sequence): Doc fix.
20182         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20183
20184 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20185
20186         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20187
20188 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20189
20190         * spam.el (spam-get-article-as-string): Update to use
20191         gnus-request-article-this-buffer, much simpler.
20192         (spam-get-article-as-buffer): Remove.
20193
20194 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20195
20196         * message.el (message-expand-name): Use EUDC if the user uses that.
20197
20198 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20199
20200         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20201         character for the encoding to avoid consing a string.
20202
20203         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20204         unnecessarily.
20205
20206         * mm-util.el (mm-replace-chars-in-string): Remove.
20207
20208         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20209         of mm-replace-chars-in-string.
20210
20211 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20212
20213         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20214
20215         * mm-util.el (mm-subst-char-in-string): Support inplace.
20216
20217         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20218         a new string in every iteration.  Use shy groups.
20219
20220 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20223         * gnus-soup.el (gnus-soup-group-brew):
20224         * gnus-msg.el (gnus-put-message):
20225         * gnus-move.el (gnus-group-move-group-to-server):
20226         * gnus-kill.el (gnus-batch-score):
20227         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20228         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20229         (gnus-group-update-group, gnus-group-read-group)
20230         (gnus-group-make-group, gnus-group-make-help-group)
20231         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20232         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20233         (gnus-group-sort-by-unread, gnus-group-catchup)
20234         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20235         (gnus-group-yank-group, gnus-group-set-info)
20236         (gnus-group-list-groups):
20237         * gnus.el (gnus-generate-new-group-name):
20238         * gnus-delay.el (gnus-delay-send-queue):
20239         * nnvirtual.el (nnvirtual-catchup-group):
20240         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20241         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20242         (gnus-group-prepare-topics, gnus-topic-check-topology):
20243         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20244         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20245         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20246         (gnus-group-make-articles-read):
20247         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20248         (gnus-group-change-level, gnus-kill-newsgroup)
20249         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20250         (gnus-get-unread-articles, gnus-make-articles-unread)
20251         (gnus-make-ascending-articles-unread): Use accessor
20252         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20253         to get group information for improved readability.
20254
20255
20256 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20257
20258         * gnus-art.el (article-decode-mime-words, article-babel)
20259         (gnus-article-highlight-signature, gnus-article-add-buttons)
20260         (gnus-signature-toggle): Use gnus-with-article-buffer.
20261
20262         * gnus-art.el (gnus-article-highlight-headers)
20263         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20264
20265         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20266         (gnus-article-set-globals, gnus-request-article-this-buffer)
20267         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20268         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20269         (gnus-mime-display-alternative): Use with-current-buffer.
20270
20271 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20272
20273         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20274         also under 80 char limit, and call gnus-error if needed.
20275         (spam-fetch-article-header): Fix - it was a
20276         buffer-local variable (gnus-newsgroup-data).
20277         (spam-find-spam): Use spam-generate-fake-headers, forget about
20278         spam-insert-fake-headers.
20279         (spam-insert-fake-headers): Remove.
20280
20281 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20282
20283         * deuglify.el (gnus-article-outlook-unwrap-lines)
20284         (gnus-outlook-rearrange-article)
20285         (gnus-outlook-repair-attribution-outlook)
20286         (gnus-outlook-repair-attribution-block)
20287         (gnus-outlook-repair-attribution-other): Remove redundant
20288         save-excursion.
20289
20290 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20291
20292         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20293         (spam-fetch-field-subject-fast)
20294         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20295         (spam-fetch-article-header): Add functions to deal with Gnus
20296         internals for fast retrieval of article header data.
20297         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20298
20299 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20300
20301         * pop3.el (pop3-md5): Remove.
20302         (pop3-apop): Replace pop3-md5 with md5.
20303
20304         * mm-bodies.el: base64 is always built-in.
20305
20306         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20307         Use with-current-buffer.
20308
20309 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * canlock.el (canlock-insert-header): Remove excessive grouping in
20312         regexp.
20313
20314         * gnus-sum.el (gnus-summary-read-document): Ditto.
20315
20316         * gnus-uu.el (gnus-uu-part-number): Ditto.
20317
20318         * html2text.el (html2text-remove-tags): Ditto.
20319         (html2text-format-tags): Ditto.
20320         (html2text-format-single-elements): Ditto.
20321
20322         * mml.el (mml-parse-1): Ditto.
20323
20324 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20327
20328         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20329
20330         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20331
20332         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20333
20334 2003-11-15  Simon Josefsson  <jas@extundo.com>
20335
20336         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20337         (pgg-gpg-lookup-key): Use regexp match instead of
20338         split-string (split-string is different between emacs 21.2 and
20339         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20340
20341 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * gnus-art.el (gnus-mime-view-all-parts)
20344         (gnus-article-part-wrapper, gnus-article-view-part):
20345         Use with-current-buffer.
20346
20347 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20348
20349         * spam.el (spam-disable-spam-split-during-ham-respool)
20350         (spam-spamoracle-database, spam-cache-lookups)
20351         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20352         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20353         (spam-group-ham-marks, spam-group-spam-marks)
20354         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20355         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20356         also add spam-use-blackholes to the statistical checks.
20357         (spam-fetch-field-fast): Add interface to fetching fields, may
20358         become a macro.
20359         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20360         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20361         (spam-insert-fake-headers): Fake an article when needed.
20362         (spam-find-spam): Fake article when possible.
20363         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20364         (spam-check-bogofilter-headers): Use message-fetch-field instead
20365         of nnmail-fetch-field.
20366
20367 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20370
20371 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20372
20373         * spam.el (spam-split): Do not require spam-use-CHECK to be
20374         enabled if that check is passed to spam-split explicitly; also
20375         fix so 'spam doesn't get converted to spam-split-group when
20376         spam-split-symbolic-return is t.
20377         (spam-find-spam): Find registrations of the article and use those
20378         instead of re-running spam-split to find the spam/ham
20379         classification of the article.
20380         (spam-log-processing-to-registry, spam-log-registered-p)
20381         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20382         Use gnus-error instead of gnus-message.
20383         (spam-log-registration-type): Add function to determine the
20384         classification of a message based on registry entries; will
20385         return nil if both 'spam and 'ham are found.
20386         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20387         a reasonably fast local cache without the loading errors.
20388         (spam-cache-lookups): Set to t by default.
20389         (spam-find-spam): Don't try to guess spam-cache-lookups.
20390         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20391         spam-caches entry.
20392         (spam-filelist-build-cache, spam-filelist-check-cache):
20393         Fix caching of whitelist/blacklist entries.
20394         (spam-check-whitelist, spam-check-blacklist):
20395         Invoke spam-from-listed-p with a type, not a cache variable.
20396         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20397
20398 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20399
20400         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20401
20402         * nnmail.el (nnmail-split-fancy): do.
20403
20404         * mml.el (mml-parse): do.
20405
20406         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20407         (gnus-score-adaptive): do.
20408
20409 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20412         (gnus-mime-button-map): Don't set keymap parent.
20413         (gnus-button-ctan-directory-regexp): Use shy grouping.
20414         (gnus-prev-page-map): Don't set keymap parent.
20415         (gnus-prev-page-map): Remove duplicated one.
20416         (gnus-next-page-map): Don't set keymap parent.
20417         (gnus-mime-security-button-map): Ditto.
20418
20419         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20420         version number.
20421
20422         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20423
20424 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * canlock.el (canlock-sha1-function): Remove.
20427         (canlock-sha1-function-for-verify): Remove.
20428         (canlock-openssl-program): Remove.
20429         (canlock-openssl-args): Remove.
20430         (canlock-ignore-errors): Remove.
20431         (canlock-sha1-with-openssl): Remove.
20432         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20433         (canlock-verify): Don't use canlock-ignore-errors.
20434
20435         * sha1-el.el (sha1-string-external): Make it can return a string
20436         in binary form.
20437         (sha1-region-external): Ditto.
20438         (sha1-string-internal): Ditto.
20439         (sha1-region-internal): Ditto.
20440         (sha1-region): Ditto.
20441         (sha1-string): Ditto.
20442         (sha1): Ditto.
20443
20444 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20445
20446         * spam.el (spam-report-articles-gmane): New command.
20447
20448 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20451
20452         * run-at-time.el (run-at-time-saved): Remove.
20453         (run-at-time): Doc fix.
20454
20455 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20456
20457         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20458         (gnus-summary-limit-map): Add it.
20459         (gnus-summary-make-menu-bar): do.
20460
20461 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20462
20463         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20464         Make attempt at some caching support (done for BBDB only now).
20465         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20466         addresses to be checked.
20467         (spam-clear-cache-BBDB): Add function, to be invoked by
20468         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20469         (spam-check-BBDB): Check and use the caches, if
20470         spam-cache-lookups is on, remove superfluous (provide).
20471
20472 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20475
20476 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20477
20478         * run-at-time.el (run-at-time-saved): Move to after the definition
20479         of `run-at-time'.
20480
20481         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20482
20483 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20484
20485         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20486         mm-w3m-local-map-property.
20487
20488         * mm-view.el (mm-w3m-mode-map): Remove.
20489         (mm-w3m-local-map-property): Remove.
20490         (mm-inline-text-html-render-with-w3m): Don't use
20491         mm-w3m-local-map-property.
20492
20493 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20494
20495         * run-at-time.el: New file.
20496
20497         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20498         under Emacs.
20499
20500         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20501         of gnus-set-text-properties.
20502
20503         * gnus-uu.el (gnus-uu-save-article): Ditto.
20504
20505         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20506
20507         * gnus-cite.el (gnus-cite-parse): Ditto.
20508
20509         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20510         of gnus-.
20511
20512         * gnus-xmas.el (run-at-time): Require run-at-time.
20513
20514         * gnus.el: Change calls to nnheader-run-at-time and
20515         password-run-at-time throughout to use run-at-time directly.
20516
20517         * password.el: Remove definition of run-at-time.
20518
20519         * nnheaderxm.el: Remove definition of run-at-time.
20520
20521 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20522
20523         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20524         in prompt.
20525
20526 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20527
20528         * messagexmas.el (message-xmas-redefine): Alias
20529         `message-make-caesar-translation-table' to
20530         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20531         version.
20532
20533         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20534         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20535         `gnus-xmas-set-text-properties'.
20536         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20537         `gnus-xmas-completing-read'.
20538         (gnus-xmas-completing-read): Removed.
20539         (gnus-xmas-open-network-stream): Removed.
20540
20541         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20542         XEmacs version.
20543
20544         * dns.el (dns-make-network-process): Use `open-network-stream'
20545         instead of `gnus-xmas-open-network-stream'.
20546
20547         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20548
20549         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20550
20551 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20552
20553         * gnus-art.el (gnus-mime-display-alternative)
20554         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20555         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20556         Don't use gnus-local-map-property.
20557
20558         * gnus-util.el (gnus-local-map-property): Remove.
20559
20560         * mm-view.el (mm-view-pkcs7-decrypt):
20561         Replace gnus-completing-read-maybe-default with completing-read.
20562
20563         * gnus-util.el (gnus-completing-read): do.
20564         (gnus-completing-read-maybe-default): Remove.
20565
20566 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20567
20568         * password.el: Only autoload `run-at-time' if not XEmacs.
20569         Only autoload the itimer functions if XEmacs.
20570
20571 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20574         XEmacsen.
20575
20576         * dgnushack.el: Autoload executable-find for XEmacs.
20577
20578 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20579
20580         * gnus-art.el (gnus-read-string): Remove.
20581         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20582         read-string.
20583
20584 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20585
20586         * netrc.el: Autoload password-read.
20587         (netrc): Add configuration group.
20588         (netrc-encoding-method, netrc-openssl-path):
20589         Add variables for encoding and decoding of files with symmetric
20590         ciphers.
20591         (netrc-encode): Add assistant function to encode a file with
20592         netrc-encoding-method.
20593         (netrc-parse): Add interactive parameter, added optional
20594         decoding if netrc-encoding-method is non-nil but otherwise
20595         behavior is standard.
20596         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20597         Do s/encode/encrypt/ everywhere.
20598
20599         * spam.el: Remove executable-find autoload.
20600
20601 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20602
20603         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20604
20605         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20606
20607 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * gnus-art.el (gnus-treat-ansi-sequences)
20610         (article-treat-ansi-sequences): New variable and function.
20611         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20612
20613         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20614         Use it.
20615
20616 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20617
20618         * mm-util.el (mm-quote-arg): Remove.
20619
20620         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20621         shell-quote-argument.
20622
20623         * gnus-uu.el (gnus-uu-command): do.
20624
20625         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20626
20627         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20628         with make-char.
20629
20630         * mm-util.el (mm-make-char): Remove.
20631
20632         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20633         add-minor-mode.
20634
20635         * gnus-undo.el (gnus-undo-mode): do.
20636
20637         * gnus-topic.el (gnus-topic-mode): do.
20638
20639         * gnus-sum.el (gnus-dead-summary-mode): do.
20640
20641         * gnus-start.el (gnus-slave-mode): do.
20642
20643         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20644
20645         * gnus-ml.el (gnus-mailing-list-mode): do.
20646
20647         * gnus-gl.el (gnus-grouplens-mode): do.
20648
20649         * gnus-draft.el (gnus-draft-mode): do.
20650
20651         * gnus-dired.el (gnus-dired-mode): do.
20652
20653         * gnus-ems.el (gnus-add-minor-mode): Remove.
20654
20655         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20656         Replace gnus-char-width with char-width.
20657
20658         * gnus-ems.el (gnus-char-width): Remove.
20659
20660         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20661         Replace gnus-char-width with char-width.
20662
20663         * gnus-ems.el (gnus-char-width): Remove.
20664
20665         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20666         definition.
20667         Remove Emacs 20 hash table compatibility code.
20668
20669         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20670         20 compatibility code.
20671
20672         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20673
20674         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20675
20676         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20677         Replace with point-at-{eol,bol}.
20678
20679         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20680
20681         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20682
20683         * flow-fill.el (fill-flowed-point-at-bol)
20684         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20685
20686         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20687         Replace with point-at-{eol,bol} throughout all files.
20688
20689 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * ntlm.el (ntlm-string-as-unibyte): New macro.
20692         (ntlm-build-auth-response): Use it.
20693
20694         Remove Emacs 20 stuff:
20695         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20696         (butlast, mapc, remove): Remove the compiler macros.
20697         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20698         of delq and copy-sequence.
20699         * gnus-art.el (popup-menu): Remove the compiler macro.
20700         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20701         Emacs 20.
20702
20703 2004-01-05  Simon Josefsson  <jas@extundo.com>
20704
20705         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20706         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20707         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20708         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20709         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20710         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20711         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20712         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20713         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20714         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20715         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20716         string-xor into ntlm-string-xor.
20717         Suggested by Jesper Harder <harder@myrealbox.com>.
20718
20719         * ntlm.el: Don't include poem.
20720
20721         * md4.el (print-int32, print-string-hexa): Remove.
20722         Suggested by Jesper Harder <harder@myrealbox.com>.
20723
20724         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20725
20726         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20727         probably breaks emacs with DL patch, but do we care? Is anyone
20728         still using the DL stuff?)
20729
20730         * sieve-manage.el: Use the password package.
20731         (sieve-manage-read-passwd): Remove.
20732         (sieve-manage-interactive-login): Use password.  Re-add
20733         condition-case around loop.
20734
20735         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20736         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20737         Use the password package.
20738
20739 2003-02-19  Simon Josefsson  <jas@extundo.com>
20740
20741         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20742         token.
20743
20744 2002-08-07  Simon Josefsson  <jas@extundo.com>
20745
20746         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20747         (sieve-manage-authenticators):
20748         (sieve-manage-authenticator-alist): Add some SASL mechs.
20749         (sieve-sasl-auth): New function.
20750         (sieve-manage-cram-md5-auth):
20751         (sieve-manage-plain-auth): Rewrite using SASL library.
20752         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20753         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20754         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20755         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20756
20757 2004-01-05  Simon Josefsson  <jas@extundo.com>
20758
20759         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20760         New files.
20761
20762 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20763
20764         * gnus-group.el (gnus-no-groups-message): Update.
20765
20766         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20767
20768 2003-11-09  Simon Josefsson  <jas@extundo.com>
20769
20770         * imap.el: Support for ID IMAP extension (RFC 2971).
20771         (imap-local-variables): Add imap-id.
20772         (imap-id): New variable.
20773         (imap-id): New function.
20774         (imap-parse-response): Parse untagged ID response.
20775         * nnimap.el (nnimap-id): New variable.
20776         (nnimap-open-connection): Use it.
20777
20778 2003-12-28  Simon Josefsson  <jas@extundo.com>
20779
20780         * gnus-score.el (gnus-score-edit-all-score): New.
20781         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20782
20783 2004-01-04  Simon Josefsson  <jas@extundo.com>
20784
20785         * password.el: Add.
20786
20787 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20788
20789         * dns.el (dns-query-types): Fix typo.
20790         (dns-query-types): New function.
20791         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20792         PTR and SOA replies, see RFC 1035.
20793
20794 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20795
20796         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20797
20798         * Move to Changelog.2.
20799
20800 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20801
20802         * gnus.el (gnus-version-number): Bump version.
20803
20804 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20805
20806         * gnus.el: No Gnus v0.1 is released.
20807
20808 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20809
20810         * gnus.el: No Gnus v0.0 is released.
20811
20812 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20813
20814         * gnus.el (gnus-version-number): Bump.
20815         (gnus-version): No.
20816
20817 See ChangeLog.2 for earlier changes.
20818
20819   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20820
20821   This file is part of GNU Emacs.
20822
20823   GNU Emacs is free software: you can redistribute it and/or modify
20824   it under the terms of the GNU General Public License as published by
20825   the Free Software Foundation, either version 3 of the License, or
20826   (at your option) any later version.
20827
20828   GNU Emacs is distributed in the hope that it will be useful,
20829   but WITHOUT ANY WARRANTY; without even the implied warranty of
20830   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20831   GNU General Public License for more details.
20832
20833   You should have received a copy of the GNU General Public License
20834   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20835
20836 ;; Local Variables:
20837 ;; coding: utf-8
20838 ;; fill-column: 79
20839 ;; add-log-time-zone-rule: t
20840 ;; End: