Remove CL functions. Fix Secrets Login collection name.
[gnus] / lisp / ChangeLog
1 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
5         docstring.
6         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
9         Login collection is "Login" and not "login".
10
11 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-inhibit-logging): New variable.
14         (nnimap-log-command): Don't log login commands.
15
16         * auth-source.el (auth-source-netrc-search): The asserts seem to want
17         to have more parameters.
18
19         * nnimap.el (nnimap-send-command): Mark the command time for each
20         command, so that we don't get NOOPs stepping on our toes.
21
22         * gnus-art.el (article-date-ut): Get the date from the Date header on
23         `t'.
24
25 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * auth-source.el (auth-source-search): Use copy-sequence instead of
28         the cl.el copy-list.
29
30 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * imap.el: Bring it back (revert
33         84d800cd31de3064f0ed39617d725709a2f8f42f).
34
35 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
36
37         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
38         Improve prompt.
39
40 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus-art.el (gnus-article-mode-line-format): Remove the article
43         washing status from the default format.  It isn't very informative.
44
45 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
46
47         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
48         Gcc processing on imap.
49
50 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * imap.el: Remove file.  All the functionality is in nnimap.el.
53
54 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
55
56         * message.el (message-bury): Don't pop up a new window when selected
57         window is dedicated.
58
59 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
60
61         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
62
63 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
64
65         * sieve-manage.el: Autoload `auth-source-search'.
66         (sieve-sasl-auth): Use it.
67
68 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * nnimap.el: Autoload `auth-source-forget+'.
71         (nnimap-open-connection-1): Use it if the connection fails.
72
73         * auth-source.el: Require `password-cache'.
74         (auth-source-hide-passwords, auth-source-cache): Remove and mark
75         obsolete.
76         (auth-source-magic): Marker for `password-cache' keys.
77         (auth-source-do-cache): Update docstring.
78         (auth-source-search): Use and check cache.
79         (auth-source-forget-all-cached, auth-source-remember)
80         (auth-source-recall, auth-source-forget, auth-source-forget+)
81         (auth-source-specmatchp): Caching support functions.
82         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
83         Remove and obsolete.
84         (auth-source-user-or-password): Remove caching to further discourage
85         using it.  Always hide passwords.
86
87         * password-cache.el (password-cache-remove): Accept secrets that are
88         not strings.
89
90 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
91
92         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
93         code for now, since it doesn't work for all users.
94
95 2011-02-09  Julien Danjou  <julien@danjou.info>
96
97         * message.el (message-options): Make message-options really buffer
98         local.
99
100 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * mail-source.el: Autoload `auth-source-search'.
103         (mail-source-keyword-map): Note order matters.
104         (mail-source-set-1): Get all the mail-source source values and
105         defaults and search auth-source on those if needed.  This can all
106         probably be simplified.
107
108         * nnimap.el: Autoload `auth-source-search'.
109         (nnimap-credentials): Use it.
110         (nnimap-open-connection-1): Ask for the virtual server and physical
111         address in one shot.
112
113         * nntp.el: Autoload `auth-source-search'.
114         (nntp-send-authinfo): Use it.  Note TODO.
115
116 2011-02-08  Julien Danjou  <julien@danjou.info>
117
118         * shr.el (shr-tag-body): Add support for text attribute in body
119         markups.
120
121         * message.el (message-options): Make message-options a local variable.
122
123 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * auth-source.el (auth-source-secrets-search)
126         (auth-source-user-or-password): Use `append' instead of `nconc'.
127         (auth-source-user-or-password): Build return list better and protect
128         against nil :secret.
129
130 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
131
132         * nnimap.el (nnimap-update-info): Refactor slightly.
133         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
134         (nnimap-update-info): Clean up slightly.
135         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
136         characters.
137         (nnimap-process-quirk): Rename function to avoid collision.
138         (nnimap-update-info): Fix macrology bug-out.
139         (nnimap-update-info): Simplify split history test.
140
141 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
142
143         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
144         `secrets-get-attributes' instead of `secrets-get-attribute'.
145         (auth-source-secrets-search): Limit search when `max' is greater than
146         number of results.
147
148 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
149
150         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
151         part not returning any data.
152
153         * proto-stream.el (open-protocol-stream): Document the return value.
154
155 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el (auth-source-secrets-search): Add examples.
158
159 2011-02-06  Julien Danjou  <julien@danjou.info>
160
161         * message.el (message-setup-1): Handle message-generate-headers-first
162         set to t.
163
164 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
165
166         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
167         API with a string "secrets:collection-name" and with 'default.
168         (auth-source-backend-parse): Parse "secrets:collection-name" and
169         'default.  Recurse on parses instead of repeating code.  Use the
170         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
171         message when ignoring a source.
172         (auth-source-search): List ignored search keys at the top level.
173         (auth-source-netrc-create): Use `case' instead of `cond'.
174         (auth-source-secrets-search): Created with TODOs.
175         (auth-source-secrets-create): Created with TODOs.
176         (auth-source-retrieve, auth-source-create, auth-source-delete)
177         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
178         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
179         (auth-source-user-or-password-sftp)
180         (auth-source-user-or-password-smtp): Removed.
181         (auth-source-user-or-password): Deprecated and modified to be a wrapper
182         around `auth-source-search'.  Not tested thoroughly.
183
184 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * auth-source.el: Bring in assoc and eioeio libraries.
187         (secrets-enabled): New variable to track the status of the Secrets API.
188         (auth-source-backend): New EIOEIO class to represent a backend.
189         (auth-source-creation-defaults): New variable to set prompt defaults
190         during token creation (see the `auth-source-search' docstring for
191         details).
192         (auth-sources): Simplify to allow a simple string as a netrc backend
193         spec.
194         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
195         (auth-source-backend-parse-parameters): Fill in the backend parameters.
196         (auth-source-search): Main auth-source API entry point.
197         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
198         (auth-source-search-collection): Helper function for searching.
199         (auth-source-netrc-parse, auth-source-netrc-normalize)
200         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
201         Supports search, create, and delete.
202         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
203         backend stubs.
204         (auth-source-user-or-password): Call `auth-source-search' but it's not
205         ready yet.
206
207 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * message.el (message-setup-1): Remove the read-only stuff, since it
210         doesn't work under XEmacs, for some reason.
211
212         * gnus-sum.el (gnus-user-date): Rename back from
213         gnus-summary-user-date since user code refers to it.
214
215         * shr.el (shr-render-td): Store the actual background colour used.
216
217         * message.el (message-setup-1): Don't bind the constant
218         -forbidden-properties.
219         (message-setup-1): Revert previous change, since it needs to bind the
220         props to insert them.
221         (message-resend): Allow removing the read-only separator line.
222
223 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
224
225         * nnimap.el (nnimap-request-accept-article): Give an error message if
226         the APPEND wasn't successful.
227
228 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
229
230         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
231         that have no groups.
232
233 2011-02-03  Julien Danjou  <julien@danjou.info>
234
235         * gnus-draft.el: Remove progn around gnus-draft-setup.
236
237 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-start.el (gnus-read-active-for-groups): This function is never
240         called with a nil `infos', so clean that up.
241         (gnus-get-unread-articles): Request active files from primary/secondary
242         methods that have no groups (yet).
243
244 2011-02-03  Julien Danjou  <julien@danjou.info>
245
246         * message.el (message-setup-1): Always generate References first.
247         (message-mail): Return the return value of message-setup, not always t.
248         (message-setup-1): Insert mail-header-separator with read-only and
249         intangible properties set.
250
251         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
252         user-date in docstring.
253
254         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
255
256         * gnus.el (gnus-summary-line-format): Mention &user-date format in
257         docstring.
258
259         * gnus.el (gnus-user-date-format-alist): Change default value. Use
260         defcustom, with type and group. Move from gnus-util.el. Rename to
261         gnus-summary-user-date-format-alist.
262
263 2011-02-03  Glenn Morris  <rgm@gnu.org>
264
265         * nnimap.el (gnus-fetch-headers): Declare.
266
267         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
268
269 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
270
271         * message.el (message-forward-make-body-digest-plain)
272         (message-followup, message-reply): Clean up things noted by Stefan.
273
274         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
275         gnus-article-update-date-headers is nil.
276         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
277         it didn't really work with defcustom.
278         (article-update-date-lapsed): Make sure the window start doesn't move,
279         either.
280
281 2011-02-01  Julien Danjou  <julien@danjou.info>
282
283         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
284         format.
285
286         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
287         standard in Emacs nowadays.
288
289         * color.el (color-gradient): Add a color-gradient function.
290
291 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
292
293         * message.el (message-expand-name): Don't trust the return value of
294         bbdb-complete-name.
295         (message-check-news-header-syntax): Remove unused var `start'.
296         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
297         (message-inhibit-body-encoding): Move to before first use.
298         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
299         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
300         (Organization, Message-ID, Date, mh-previous-window-config):
301         Defvar the vars using dynamic scoping.
302
303 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
304
305         * shr.el (shr-render-td): Only do colours at the final rendering.
306         Should be slightly faster.
307         (shr-insert-table): Fix up TD background colours when doing the
308         vertical padding.
309
310         * gnus-art.el (article-date-ut): Protect against articles with no Date
311         header.
312         (article-update-date-lapsed): Don't use current-column to find the
313         horizontal position.  It's fragile in the presence of \003 characters.
314
315         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
316
317 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-art.el (article-transform-date): Rewrite to still work when
320         there are several rfc2822 parts.
321         (article-transform-date): Fix infinite recursion.
322         (article-date-ut): Replace infinitely many Date headers with a single
323         one when called interactively.
324
325         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
326         secure manner.
327
328         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
329         move around by not using save-window-excursion.  It seems to work...
330
331 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (article-make-date-line): Work for user-defined format.
334
335 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * nntp.el (nntp-retrieve-group-data-early)
338         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
339         fetching functions.
340
341         * gnus-start.el (gnus-read-active-for-groups): Read the active files
342         thoroughly for all backends that have no known groups.  This should
343         allow new nnml methods to retrieve mail.
344
345         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
346         that Gnus doesn't know exists again.
347
348         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
349         (gnus-treat-date-ut): Ditto.
350         (gnus-article-update-date-header): Renamed.
351         (gnus-treat-date-local): Removed.
352         (gnus-treat-date-english): Removed.
353         (gnus-treat-date-lapsed): Removed.
354         (gnus-treat-date-combined-lapsed): Removed.
355         (gnus-treat-date-original): Removed.
356         (gnus-treat-date-iso8601): Removed.
357         (gnus-treat-date-user-defined): Removed.
358         (gnus-article-date-headers): New variable to control all the date
359         header options.
360         (article-date-ut): Rewrite to allow using the new way to format date
361         headers(s).
362
363 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * nnmail.el (nnmail-article-group): Check for a direct fancy split
366         method.
367         (nnmail-article-group): A better test for fanciness.
368
369         * nnimap.el (nnimap-request-head): Protect against not finding the
370         article by Message-ID.
371
372 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-art.el (article-update-date-lapsed): Try a better way to really
375         keep point at the "same place".
376
377 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
380         data if the group is unactivated.
381
382 2011-01-28  Julien Danjou  <julien@danjou.info>
383
384         * gnus-win.el: Remove dead function gnus-window-configuration-element.
385         (gnus-all-windows-visible-p): Remove old compatibility code.
386         (gnus-window-top-edge): Add docstring.
387
388         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
389
390 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
393         older request-update-info.
394
395         * gnus-art.el (article-make-date-line): Limit the length a bit more.
396
397 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
398
399         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
400         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
401
402 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
405         groups.  This makes the nndraft:queue group pop up if it's not already
406         there.
407
408         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
409         messages" logic, which was reversed.
410
411         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
412         the "same place" even if point is on the line being replaced.
413         (article-update-date-lapsed): Allow updating both the combined lapsed
414         and the lapsed headers.
415         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
416         (article-make-date-line): Limit the number of segments dynamically to
417         avoid too-long lines.
418
419 2011-01-27  Julien Danjou  <julien@danjou.info>
420
421         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
422         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
423
424 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
427         Use plist-get instead of the cl function getf.
428
429 2011-01-27  Glenn Morris  <rgm@gnu.org>
430
431         * gnus-util.el (float-time): Get rid of compiler warning, again.
432
433 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * shr.el (shr-put-color): Special-case background colours: Do put them
436         at the blank parts at the front of the lines.
437
438         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
439         exit hook to nix out all data on readedness on group exit.
440
441         * gnus-util.el (float-time): If float-time is bound, always use it on
442         all Emacsen.  It's unclear why the subrp check was there.
443         (time-date): Require to make some autoload issues on XEmacs go away.
444
445         * shr.el (shr-put-color): Don't do the box padding in tables, since
446         they're already padded.
447
448 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-art.el (gnus-article-next-page): When the last line of the
451         article is displayed, scroll down once more instead of going to the
452         next article at once.
453         (article-lapsed-string): Refactor out and allow specifying how many
454         segments you want.
455         (gnus-article-setup-buffer): Start updating the lapsed header directly.
456         (gnus-article-update-lapsed-header): New variable.
457
458         * shr.el: Revert change that made headings use different-sized faces.
459         The Emacs display engine isn't advanced enough that, for instance,
460         tables can comfortably use differntly-sized faces.
461
462 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
465         used.
466         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
467         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
468         we're using an encrypted connection.
469
470         * proto-stream.el: Alter the interface functions to also return the
471         actual stream type used: network or tls.
472
473 2011-01-25  Julien Danjou  <julien@danjou.info>
474
475         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
476         (mm-display-javascript-inline): New function.
477
478         * mm-decode.el (mm-inline-media-tests): Add application/javascript
479         viewing function.
480
481 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * shr.el (shr-expand-newlines): Fix variable name.
484
485 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
486
487         * shr.el (shr-expand-newlines): Make nested boxes work.
488
489 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
492         backgrounds.
493         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
494         in a more sensible manner.
495
496 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
499         if EPG is loaded.
500
501 2011-01-24  Julien Danjou  <julien@danjou.info>
502
503         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
504         tags.
505
506 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
509         commands.
510
511         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
512         in the article buffer.
513         (gnus-gravatar-insert): Use blank space from the current buffer to
514         avoid breaking text properties.  This makes X-Sent updating work again.
515
516         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
517
518 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
521         fix the bug in url-http.el instead.
522
523         * shr.el (shr-image-fetched): Ditto.
524
525         * shr.el (shr-image-fetched): Avoid having point move in the article
526         buffer.
527
528         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
529         buffer after being called.  It's apparently being killed by url.el, and
530         killing it made point move to end-of-buffer in a random buffer.
531
532         * shr.el (shr-image-fetched): Ditto.
533
534 2011-01-23  Julien Danjou  <julien@danjou.info>
535
536         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
537
538         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
539         text/x-org.
540
541 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-sum.el (gnus-summary-move-article): Protect against backends
544         (i.e., nnimap) returning nil as the article number.
545
546 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
547
548         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
549         "DelSp" parameter in RFC3676.
550
551 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * message.el (message-check-recipients): Display the encoded version of
554         the bogus address if they differ.
555
556         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
557         after sending.
558
559         * gnus-agent.el (gnus-agent-send-mail): Ditto.
560
561         * gnus-group.el (gnus-group-refresh-group): New convenience function.
562
563         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
564         group buffer after sending the queue.
565
566         * gnus-agent.el (gnus-agent-send-mail): Ditto.
567
568 2011-01-22  Julien Danjou  <julien@danjou.info>
569
570         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
571
572 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
575         nested related parts.
576
577         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
578         unexpired articles.  This fixes the regression that led expiry marks to
579         disappear from nnfolder groups.
580
581 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
584         Don't confuse the "ret" of "retrograde" with RET.
585
586 2011-01-21  Julien Danjou  <julien@danjou.info>
587
588         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
589         than mm-insert-inline.
590
591 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
594         Widen article buffer.
595
596 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
597
598         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
599         the temp buffer.
600         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
601
602 2011-01-20  Julien Danjou  <julien@danjou.info>
603
604         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
605
606         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
607         than mm-insert-inline to insert inline part: this respect
608         mm-inline-media-tests displayers.
609
610         * mm-view.el (mm-display-shell-script-inline): New function.
611
612         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
613
614         * mm-uu.el (mm-uu-type-alist): Add org block.
615         (mm-uu-org-src-code-block-extract): New function.
616
617         * mm-view.el (mm-display-org-inline): New function.
618
619         * mm-decode.el (mm-automatic-display): Add text/org.
620
621         * mailcap.el (mailcap-mime-extensions): Add .org.
622
623 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-art.el (gnus-article-highlight): Remove argument passed to
626         gnus-article-add-buttons.
627
628 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
629
630         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
631         From header with a date and "nobody" as the sender.
632
633 2011-01-19  Julien Danjou  <julien@danjou.info>
634
635         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
636         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
637         if you have the same regexp several times.
638         (gnus-button-push): Fix matching when regexp is symbol.
639
640 2011-01-15  Glenn Morris  <rgm@gnu.org>
641
642         * message.el (message-mail): A compose-mail function should
643         accept headers as strings.
644
645 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
646
647         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
648         Add :vert-only tags.
649         (message-mail): New arg RETURN-ACTION.
650         (message-return-action): New var.
651         (message-bury): Use it.
652         (message-mode): Make it buffer-local.
653         (message-send-and-exit): Always call message-bury.
654
655         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
656         message-mail.
657
658 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nnimap.el (nnimap-convert-partial-article): Protect against
661         zero-length body parts.
662
663         * mm-decode.el (mm-preferred-alternative-precedence):
664         Discourage showing empty parts.
665
666         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
667         and stuff if the backend didn't return the article number.  This fixes
668         an Exchange-related nnimap bug.
669
670         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
671         group window, because it does the wrong thing when a separate frame
672         displays the group buffer.
673
674         * proto-stream.el (open-protocol-stream): Protect against the low-level
675         transport functions returning nil.
676
677 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
678
679         * mml2015.el (epg-sub-key-fingerprint): Autoload.
680         (mml2015-epg-find-usable-secret-key): New function.
681         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
682         mml2015-epg-find-usable-key (Bug#7797).
683         (mml2015-epg-encrypt): Ditto.
684
685 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * dgnushack.el (rot13-string): Fix the way to get the argument.
688
689 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
692
693 2011-01-03  Glenn Morris  <rgm@gnu.org>
694
695         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
696
697         * sieve.el (sieve-open-server): Give a more explicit error if
698         sieve-manage-open returns nil.  (Bug#7720)
699
700 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
701
702         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
703
704 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
707         This avoids sending passwords in plain text over non-encrypted
708         channels.
709
710         * shr.el (shr-rescale-image): Display all GIF images as animated images.
711
712         * nnimap.el (nnimap-login): Refactored out into own function, and
713         implement CRAM-MD5.
714         (nnimap-wait-for-line): Refactored out.
715
716         * mm-view.el (mml-smime): Require.
717
718 2010-12-20  David Engster  <deng@eml.cc>
719
720         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
721         use EPG to decrypt S/MIME messages instead of openssl.
722
723 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
726
727         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
728         status is the group clearly is unreachable.
729
730         * auth-source.el (auth-source-create): Add the optional second
731         parameter to `local-variable-p' to be compatible with XEmacs.
732
733 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
734
735         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
736         work when using a compressed nnml folder.
737
738 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
741         backends after sanitising on entry, because this never makes sense:
742         If the articles have gone missing, then the data no longer exists on
743         the backend, and if they haven't, then Gnus is wrong, and shouldn't
744         overwrite anything anyway.
745
746         * shr.el (shr-insert-document): Bind shr-width dynamically to
747         window-width if it's nil.
748
749 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
750
751         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
752         with the meaning of using the full emacs window width for rendering.
753
754 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
755
756         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
757         case when sender is not given.
758
759 2010-12-23  Julien Danjou  <julien@danjou.info>
760
761         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
762         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
763         the addresses, otherwise we might misplaced the gravatar.
764
765 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
766
767         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
768         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
769         obsolete in Emacs.
770
771 2010-12-20  Julien Danjou  <julien@danjou.info>
772
773         * gnus-util.el (gnus-rescale-image): Revert last change.
774
775 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
776
777         * binhex.el: Improve commentary (Bug#7482).
778
779 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus-group.el (gnus-group-delete-articles): New command.
782
783 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
784
785         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
786
787 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
790         here, since it's up to the backends to do CRLF removal if their
791         protocol has it.
792
793         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
794
795 2010-12-17  Julien Danjou  <julien@danjou.info>
796
797         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
798         they are from file. Can also scale up.
799
800 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
801
802         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
803         gnus-use-agent.
804         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
805
806         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
807
808 2010-12-17  Julien Danjou  <julien@danjou.info>
809
810         * gravatar.el (gravatar-retrieve-synchronously): New function.
811         (gravatar-get-data): Make more robust.
812
813 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
816
817 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
820         to really consider the last line.
821
822 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
823
824         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
825         list of recipient keys, or use symmetric encryption if not a list.
826         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
827         EPA override, replacing the call to `netrc-store-data'.
828
829 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
830
831         * gnus-srvr.el: Avoid passing nil regexp argument to
832         delete-matching-lines.
833
834 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
837         fetching stops when Gnus exits.
838
839         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
840         function.
841         (nnfolder-request-expire-articles): Save all the buffers after doing
842         expiry.
843
844         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
845         the last article", since that led to serious performance regressions
846         when expiring nnml groups.
847
848 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
849
850         * nnir.el: Improve customizations.
851
852 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
855
856         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
857         group has been killed.
858         (gnus-group-yank-group): Ditto.
859
860         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
861
862         * nnimap.el (nnimap-request-update-group-status): New function.
863
864         * gnus-int.el (gnus-request-update-group-status): New interface
865         function.
866
867         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
868         copying read-ness to the backends.
869
870         * nnimap.el (nnimap-quirk): New function.
871         (nnimap-retrieve-group-data-early): Use it.
872         (nnimap-quirks): New alist.
873
874 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * shr.el (shr-insert): Set shr-start after deleting trailing space;
877         don't delete it within indentation.
878
879 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
882         previous line.
883
884 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
887         QRESYNC command by deleting a superfluous space which broke Cyrus
888         servers.  This change will break other servers that are buggy the other
889         way around.
890
891 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * spam.el: Reindent and fix long lines.
894         (spam-copy-or-move-routine): Exclude invalid move destinations.
895
896 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
897
898         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
899         installed the registry.
900
901 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
904
905 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
908         groupname doesn't contain "gmane".
909
910 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
913         and netrc-bound-and-true-p bindings.
914         (netrc-parse): Cache the netrc contents.
915
916         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
917         (gnus-1): Don't create the nndrafts group twice.
918         (gnus-setup-news): There's no need to read the active file here, since
919         that's done again later on a per-backend basis.
920         (gnus-start-draft-setup): Make sure that the new group is started out
921         empty.
922
923         * gnus-agent.el (gnus-agentize): Don't create the queue group
924         automatically on startup.  It'll be created later, if needed.
925
926         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
927         of automatically subscribed groups.
928         (gnus-auto-subscribed-categories): New variable.
929         (gnus-matches-options-n): Use it.
930         (gnus-default-subscribed-newsgroups): Remove unused variable.
931         (gnus-start-draft-setup): Message a bit less.
932
933 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
934
935         * nnir.el (nnir-run-imap): Return article list in order of increasing
936         UID.
937
938 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus-sum.el (gnus-summary-enter-digest-group):
941         Mention gnus-auto-select-on-ephemeral-exit.
942
943         * proto-stream.el (proto-stream-open-network-only): Fix the calling
944         convention of the network-only option.
945
946 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * proto-stream.el (proto-stream-open-network-only): New function to
949         have a way to specify non-STARTTLS upgrade connections.
950
951 2010-12-10  Julien Danjou  <julien@danjou.info>
952
953         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
954         email address is nil.
955
956         * message.el (message-bogus-recipient-p): Set address to "" if nil.
957
958 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
959
960         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
961         deletion.
962         (nnir-run-imap): Only need to parse list once.
963
964 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * shr.el (shr-tag-script): Ignore <script>.
967         (shr-tag-label): Add <label> support.
968
969 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
972
973         * shr.el (shr-image-displayer): Work for images lined side by side.
974
975 2010-12-08  Robert Pluim  <rpluim@gmail.com>
976
977         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
978         parameter, since XEmacs doesn't accept t as a parameter.
979
980 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
981
982         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
983         ids.
984         (nnir-run-gmane): Simplify groupspec formatting.
985         (nnir-request-expire-articles): New function.
986
987 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
990         overflow, possibly.
991
992         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
993         (shr-render-td): Handle td style="" better.
994         (shr-tag-table): Use the color from the style sheet.
995         (shr-render-td): Make sure we copy over all the overlays, too.
996
997 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
998
999         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1000         (nnir-request-article): Improve article retrieval.
1001
1002 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * mm-util.el (mm-extra-numeric-entities): New variable.
1005
1006         * mm-url.el (mm-url-decode-entities):
1007         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1008
1009         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1010
1011 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1012
1013         * message.el: Use completion-at-point.
1014         (message-completion-function): New fun, extracted from message-tab.
1015         (message-mode): Use it for completion-at-point-functions.
1016         (message-tab): Use it and completion-at-point.
1017
1018 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1021         character if a non-breakable character follows.
1022
1023 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1026         any stream.
1027
1028         * shr.el (shr-tag-font): Colorize the region.
1029         (shr-tag-body): Ditto.
1030         (shr-tag-font): Actually let the styles be inherited instead of
1031         overwriting them.
1032         (shr-tag-font): Get the background color right.
1033         (shr-tag-style): Ignore all <style> tags for the moment.
1034
1035         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1036         a Message-ID to avoid having nnimap depend on gnus-sum.
1037
1038         * shr.el (shr-descend): Only colorize something if we have a node that
1039         sets colors.
1040
1041 2010-12-06  Julien Danjou  <julien@danjou.info>
1042
1043         * shr.el (shr-render-td): Render td content with shr-descend, so style
1044         will be applied to <td> too.
1045         (shr-colorize-region): Colorize region even if we only have a background.
1046         (shr-tag-body): Fix color and background color inheritance.
1047         Do not recolorize after shr-generic.
1048         (shr-tag-font): Let shr-generic colorize via inheritance.
1049
1050 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1053
1054 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1055
1056         * nnir.el (nnir-request-move-article): Remove obsolete code.
1057
1058 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1061
1062 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-sum.el (gnus-summary-respool-article): The completion function
1065         expects a list instead of an alist.
1066
1067         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1068         string as the parameter.
1069
1070         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1071
1072         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1073         styles.
1074         (shr-colorize-region): New function.
1075         (shr-insert-background-overlay): Remove.
1076         (shr-render-td): Background setting should be taken care of on a higher
1077         level.
1078         (shr-tag-body): Use post-hoc colorizations.
1079         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1080         (shr-put-color-1): Don't overwrite old colors.
1081         (shr-colorize-region): When the background color isn't explicit, use
1082         a fixed background.
1083
1084         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1085         nnmail variables.
1086
1087 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1088
1089         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1090         unless necessary.
1091
1092 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1093
1094         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1095         server.
1096
1097 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1100         so that TAB works.
1101
1102         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1103         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1104
1105         * shr.el (shr-urlify): Show the URL before the title to avoid
1106         misleading URLs.
1107
1108 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1109
1110         * shr.el (shr-urlify): Display the title in <a> tags.
1111
1112 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1115
1116 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1117
1118         * nnir.el: Rearrange code to allow macros to be autoloaded by
1119         gnus-sum.el.
1120         (nnir-retrieve-headers-override-function): Make this variable
1121         customizable.
1122         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1123
1124         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1125         from nnir.el.
1126
1127 2010-12-03  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1130
1131 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1134         allow optional argument `environment'.
1135
1136 2010-12-03  Glenn Morris  <rgm@gnu.org>
1137
1138         * mm-extern.el (message-goto-body): Update declaration.
1139
1140 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * gnus-util.el (gnus-macroexpand-all): New function.
1143
1144         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1145         instead of macroexpand-all that is unavailable in XEmacs.
1146
1147 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1148
1149         * nnir.el (nnir-summary-line-format): New variable.
1150         (nnir-mode): Use it.
1151         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1152         (nnir-article-ids): Reimplement as defsubst.
1153         (nnir-retrieve-headers): Don't mangle the subject header.
1154         (nnir-run-imap): Use 100 as RSV score.
1155         (nnir-run-find-grep): Fix for full server searching.
1156         (nnir-run-gmane): Better restriction to gmane groups.
1157
1158         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1159         summary buffers.
1160
1161 2010-12-02  Julien Danjou  <julien@danjou.info>
1162
1163         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1164
1165         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1166
1167         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1168         support.
1169
1170 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1171
1172         * nnir.el: Update to handle the registry better.
1173         (autoload): Silence byte-compiler.
1174         (nnir-open-server): Add a hook for nnir groups.
1175         (nnir-request-move-article): Don't mangle the header. Better to use
1176         formating variables (which will be added in the future).
1177         (nnir-registry-action): Update the registry using the original article
1178         group name.
1179         (nnir-mode): Install nnir-specific hooks for updating the registry.
1180
1181         * gnus-sum.el
1182         (gnus-article-original-subject,gnus-newsgroup-original-name):
1183         Remove obsolete variables.
1184         (gnus-summary-move-article): Remove use of obsolete variables.
1185         (gnus-summary-local-variables): Make move and delete hooks local to
1186         summary buffers.
1187
1188 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * rtree.el: New file.
1191
1192 2010-12-01  Julien Danjou  <julien@danjou.info>
1193
1194         * message.el (message-user-organization): Do not use
1195         gnus-local-organization.
1196
1197         * gnus.el: Remove gnus-local-organization.
1198
1199         * gnus-msg.el: Remove nastygram thing.
1200
1201 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1202
1203         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1204         funcall.
1205
1206 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1209         names.
1210
1211         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1212         characters.
1213
1214         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1215         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1216         Suggested by Štěpán Němec <stepnem@gmail.com>.
1217         (gnus-gravatar-transform-address): Use mail-extract-address-components
1218         that supports non-ASCII names rather than mail-header-parse-addresses.
1219
1220 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * proto-stream.el (open-protocol-stream): All starttls connections are
1223         handled by the network handler.
1224
1225 2010-11-30  Julien Danjou  <julien@danjou.info>
1226
1227         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1228         (nnimap-open-connection-1): Fix PREAUTH.
1229
1230         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1231
1232 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1235         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1236         (shr-insert): Use them.
1237         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1238
1239 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1240
1241         * nnir.el (nnir-request-move-article): Bail out if original group
1242         doesn't support article moves.
1243         (nnir-get-active): Improve active list retrieval.
1244
1245 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1248
1249 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1250
1251         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1252         seem to accept strings-with-numbers as port numbers,
1253
1254 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1255
1256         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1257         change the registry.
1258
1259 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1262         delete-dups that is not available in XEmacs 21.4.
1263
1264         * mm-util.el (mm-delete-duplicates): Add comment.
1265
1266 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1267
1268         * nnir.el (nnir-ignored-newsgroups): New variable.
1269         (nnir-get-active): Use it.
1270
1271 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * proto-stream.el (proto-stream-open-network): Add some comments.
1274
1275         * nntp.el (nntp-open-connection): Provide a :success condition.
1276
1277         * nnimap.el (nnimap-open-connection-1): Ditto.
1278
1279         * proto-stream.el (proto-stream-open-network): See what the response to
1280         the STARTTLS command is.
1281
1282         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1283         backwards compatibility).
1284         (nnimap-open-connection-1): Really respect nnimap-server-port.
1285
1286         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1287         TLS upgrades we don't really care about the identity of the peer.
1288         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1289         that what we've checked for.
1290         (proto-stream-always-use-starttls): Only default to t if
1291         open-gnutls-stream exists.
1292         (proto-stream-open-network): If STARTTLS failed, then just open a
1293         normal connection.
1294         (proto-stream-open-network): Wait until the greeting before doing
1295         STARTTLS.
1296
1297         * nntp.el (nntp-open-connection): Report what the connection error is.
1298
1299         * proto-stream.el (open-protocol-stream): Rename from
1300         open-proto-stream.
1301
1302 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * nnimap.el (nnimap-stream): Change default to `undecided'.
1305         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1306         first, and then network.
1307         (nnimap-open-connection-1): Respect nnimap-server-port.
1308         (nnimap-open-connection): Be more backwards-compatible.
1309
1310         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1311         (proto-stream-open-starttls): De-duplicate the starttls code.
1312         (proto-stream-open-starttls): Folded back into the main function.
1313         (proto-stream-open-network): Fix typo in the gnutls path.
1314         (proto-stream-command): Refactor out.
1315
1316         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1317
1318         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1319         starttls.el STARTTLS.
1320
1321         * color.el (color-lab->srgb): Fix function call name.
1322
1323         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1324         if we're using tls.el.
1325         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1326         built in, then don't try to establish a STARTTLS connection.
1327
1328         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1329         servers.
1330
1331         * proto-stream.el (open-proto-stream): Use network, not stream.
1332         (open-proto-stream): Add a way to specify what the end of a command is.
1333
1334         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1335         connections types.
1336         (nntp-open-network-stream): Remove.
1337         (nntp-open-ssl-stream): Remove.
1338         (nntp-open-tls-stream): Remove.
1339         (nntp-ssl-program): Remove.
1340
1341         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1342
1343 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1344
1345         * nnir.el: Fix typos.
1346         (nnir-retrieve-headers-override-function): Rename variable to reflect
1347         new semantics.
1348         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1349         macros.
1350         (nnir-request-article, nnir-request-move-article): Use them.
1351         (nnir-categorize): New function.
1352         (nnir-run-query): Use it.
1353         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1354         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1355         sorted.
1356         (nnir-group-full-name): Use gnus-group-full-name instead.
1357         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1358         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1359
1360 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1363
1364         * proto-stream.el: New library to provide protocol-specific
1365         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1366         protocols.
1367         (open-proto-stream): Complete the documentation.
1368         (proto-stream-open-network): Fix some typos.
1369
1370         * nnimap.el (nnimap-open-connection): Use it.
1371
1372 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1373
1374         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1375         negotiation.
1376
1377 2010-11-26  Julien Danjou  <julien@danjou.info>
1378
1379         * color.el: Rename various rgb functions to srgb.
1380
1381 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1384         names.
1385
1386 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * shr.el (shr-insert): Revert last change.
1389         (shr-find-fill-point): Never leave point being at bol;
1390         relax the kinsoku limitation when rendering tables.
1391
1392 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1395         results from -accept-article.
1396
1397         * shr-color.el: Require cl when compiling.
1398
1399         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1400         checkin.
1401
1402         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1403
1404         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1405
1406         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1407         'add and 'delete to set backend marks.
1408
1409         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1410
1411         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1412
1413         * nntp.el (nntp-request-set-mark): Use it.
1414
1415         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1416
1417         * nnml.el (nnml-request-set-mark): Ditto.
1418
1419         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1420         introduces regressions in article selection.
1421         (nnimap-find-uid-response): New function.
1422         (nnimap-request-accept-article): Use the UID returned, if any.
1423         (nnimap-request-move-article): Use the UID returned, if any.
1424         (nnimap-get-groups): Reimplement to work with folded lines.
1425         (nnimap-find-uid-response): The UID is the last element in the list.
1426         (nnimap-request-set-mark): Extend syntax with 'set.
1427
1428         * nnml.el (nnml-request-set-mark): Ditto.
1429
1430         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1431
1432         * nntp.el (nntp-request-set-mark): Ditto.
1433
1434 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * message.el (message-called-interactively-p): A temporary macro.
1437         (message-goto-body): Use it temporarily.
1438
1439 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1442         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1443         (nnimap-last-response-string): Fix last unfolding fix.
1444
1445 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * shr.el (shr-insert): Fix the way to fold lines.
1448
1449 2010-11-25  Julien Danjou  <julien@danjou.info>
1450
1451         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1452
1453         * color.el: Rename from color-lab.el
1454         (color-rgb->hex): Add.
1455         (color-complement): Add.
1456         (color-complement-hex): Add.
1457
1458         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1459
1460 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1463         don't exist.
1464
1465 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1468         assuming that article displaying or another mml-preview may be
1469         interrupted for an error or for the like.
1470
1471         * shr.el (shr-get-background): Fix argument name.
1472
1473 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1476
1477         * gnus-sum.el (gnus-summary-include-articles): New function.
1478
1479         * message.el (message-goto-body): called-interactively-p needs a
1480         parameter, so use `any'.
1481
1482         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1483         clear marks before moving, since they're synced from the Gnus side
1484         first.
1485
1486         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1487         (gnus-summary-move-article): Copy over all marks before moving, so that
1488         IMAP doesn't think a new article has arrived.
1489
1490 2010-11-24  Julien Danjou  <julien@danjou.info>
1491
1492         * shr.el (shr-insert-background-overlay): Fix typo.
1493         (shr-render-td): Copy the background before rendering.
1494
1495         * shr-color.el (shr-color-visible): Fix docstring.
1496
1497         * shr.el (shr-tag-table): Add bgcolor support.
1498         (shr-render-td): Add bgcolor support.
1499         (shr-get-background): Add.
1500         (shr-insert-foreground-overlay): Use shr-get-background.
1501
1502         * message.el (message-goto-body): Use called-interactively-p.
1503         (message-in-body-p): message-goto-body returns point.
1504
1505 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1508         Fixes something or other in Emacs 23, and is backwards compatible.
1509
1510         * message.el (message-goto-body): Remove the <#secure special-casing,
1511         which is too special.
1512
1513         * shr.el (shr-parse-style): Drop !important from styles.
1514
1515 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1516
1517         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1518         this function to return incorrect results when calling it with an
1519         explicit article argument different from
1520         (gnus-summary-article-number).
1521
1522 2010-11-24  Julien Danjou  <julien@danjou.info>
1523
1524         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1525         (shr-tag-body): Add background support.
1526         (shr-descend): Add background support.
1527         (shr-tag-title): Add.
1528
1529         * shr-color.el (shr-color-visible): Really return original background
1530         if fixed.
1531
1532 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr.el (shr-color-check): Protect against non-existant colour names.
1535
1536 2010-11-24  Julien Danjou  <julien@danjou.info>
1537
1538         * color-lab.el: Require 'cl when compiling.
1539
1540         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1541
1542         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1543         matched part.
1544
1545         * color-lab.el: Fix all expt calls to use float type.
1546
1547 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1550         expression to shr-color-check as is.
1551
1552         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1553
1554         * color-lab.el: Add coding cookie.
1555         (float-pi): Use eval-and-compile.
1556
1557         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1558         compiled for Emacsen having no `libxml-parse-html-region' support.
1559
1560 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (shr-insert-color-overlay): Split stuff like
1563         "#444444 !important" to find the real colour.
1564         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1565         parse <font color="red"> entries.
1566
1567 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1568
1569         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1570         point when parsing headers.
1571
1572         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1573         is positioned properly when parsing headers.
1574
1575 2010-11-23  Julien Danjou  <julien@danjou.info>
1576
1577         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1578
1579         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1580
1581         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1582
1583         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1584         Use shr-color-hue-to-rgb.
1585         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1586
1587 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * shr.el (shr-color->hexadecimal): Autoload.
1590         (shr-descend): Add color to all tags.
1591
1592 2010-11-22  Julien Danjou  <julien@danjou.info>
1593
1594         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1595         shr-color->hexadecimal.
1596
1597         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1598         RGB() or HSL() color representation.
1599
1600         * shr.el (shr-tag-font): Add.
1601         (shr-tag-color-check): New function to get better colors.
1602         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1603         tag-span.
1604
1605         * shr-color.el: New file.
1606
1607         * color-lab.el: New file.
1608
1609         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1610
1611 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1612
1613         * nnir.el: Fix typo in comments.
1614         (nnir-run-imap): Simplify code. No need to reverse artlist.
1615         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1616
1617 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1620
1621         * nnimap.el (nnimap-get-capabilities): Refactor out.
1622         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1623
1624 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1625
1626         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1627         appearing when `mm-uu-hide-markers' is nil.
1628
1629 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * nnimap.el (nnimap-unselect-group): Make into its own function.
1632         (nnimap-request-rename-group): Unselect group before renaming.
1633         This had gotten lost somewhere.
1634         (nnimap-request-accept-article): Keep track of examined groups, and
1635         unselect the group before APPENDing to read-only groups.
1636         (nnimap-request-move-article): Clear flags before moving so that they
1637         can be re-set later.
1638
1639 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1642         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1643
1644 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-mime-display-single)
1647         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1648         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1649         parameter.
1650
1651 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1654         (shr-table-vertical-line): New variable.
1655         (shr-insert-table): Use it.
1656
1657 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-html.el (gnus-html-wash-images): Don't display images if
1660         gnus-inhibit-images is non-nil; register displayer for cid images.
1661         (gnus-html-display-image): Work for cid image.
1662         (gnus-html-insert-image): Allow arguments.
1663         (gnus-html-put-image): Inhibit read-only.
1664         (gnus-html-prefetch-images): Don't prefetch images if
1665         gnus-inhibit-images is non-nil.
1666
1667 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * shr.el (shr-put-image): Break lines when inserting big pictures.
1670
1671 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1672
1673         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1674         sender, thanks Katsumi Yamaoka.
1675
1676 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1677
1678         * nnir.el (nnir-run-imap): Reverse the article list for each group
1679         rather than the whole list.
1680
1681 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * shr.el (shr-image-displayer): Protect function against non-existent
1684         image source.
1685
1686         * gnus-art.el (gnus-inhibit-images): New user option.
1687         (gnus-mime-display-single): Don't display image if it is non-nil.
1688
1689         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1690         gnus-inhibit-images.
1691
1692         * shr.el (shr-image-displayer): New function.
1693         (shr-tag-img): Use it.
1694
1695 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1696
1697         * mml2015.el (mml2015-epg-sign): Use From header.
1698
1699 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1702
1703         * gnus-util.el (gnus-find-text-property-region): Return markers.
1704
1705         * shr.el (shr-tag-img): Put a displayer in the text property.
1706
1707         * gnus-util.el (gnus-find-text-property-region): New utility function.
1708
1709         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1710         (gnus-html-show-images): Remove.
1711
1712         * gnus-art.el (gnus-article-show-images): New, more general function.
1713
1714         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1715         image url text properties.
1716
1717         * shr.el: Ditto.
1718
1719         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1720         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1721
1722 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1725         work for two or more articles.
1726
1727 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1730         divide an image that's in an html article to two or more when washing
1731         non-ASCII characters in alt text of it.
1732
1733 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1736         smime-decrypt-region using function argument.
1737         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1738
1739         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1740
1741         * smime.el (smime-decrypt-region): Catch it.
1742
1743 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1744
1745         * smime.el (smime-mode-map): Move initialization into declaration.
1746         (gnus-run-mode-hooks): Don't autoload.
1747         (smime-mode): Use define-derived-mode.
1748
1749 2010-11-11  Glenn Morris  <rgm@gnu.org>
1750
1751         * smime.el (from): Restrict declaration to XEmacs.
1752
1753         * nnir.el (gnus-group-topic-name): Autoload.
1754
1755 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * shr.el (shr-insert): Don't break long line if it is because of
1758         kinsoku-bol characters in the line end.
1759
1760 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1761
1762         * nnir.el (nnir-request-move-article): Fix to provide original group
1763         and subject.
1764         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1765         been retrieved.
1766
1767         * gnus-sum.el (gnus-summary-move-article): Use original group and
1768         subject for virtual articles such as those in an nnir summary buffer.
1769
1770 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1773         least 21.5).
1774
1775         * smime.el (from): Declare it again for XEmacs.
1776
1777 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * message.el (message-resend): Don't disable encoding unless it's
1780         already encoded.
1781
1782         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1783         low-numbered articles.
1784
1785 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * rfc2047.el (rfc2047-syntax-table): Simplify.
1788
1789         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1790
1791         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1792         set-char-table-range for XEmacs.
1793
1794 2010-11-10  Glenn Morris  <rgm@gnu.org>
1795
1796         * time-date.el (time-to-seconds): Always an alias on Emacs,
1797         never a real function.
1798         (with-no-warnings): Remove compat stub, now unused.
1799         (time-less-p): Doc fix.
1800         (time-to-number-of-days): Simplify.
1801
1802         * smime.el (from): Remove unused declaration.
1803
1804         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1805         (gnus-float-time): On Emacs, always an alias.
1806
1807         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1808         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1809
1810 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * dgnushack.el: Don't use ignore-errors in the top level form since it
1813         is unavailable in XEmacs even if cl is loaded.
1814
1815         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1816
1817 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * shr.el (browse-url-mailto): Autoload.
1820
1821         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1822
1823         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1824         regexp doesn't need quoting.
1825
1826 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1827
1828         * message.el (message-subject-trailing-was-ask-regexp)
1829         (message-subject-trailing-was-regexp): Match was: in addition to was.
1830
1831 2010-11-09  Glenn Morris  <rgm@gnu.org>
1832
1833         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1834         (nnbabyl-check-mbox): Use point-at-bol.
1835
1836 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1839
1840         * message.el (message-mailto): New function.
1841         (message-mailto): Should accept other parameters.
1842         (message-mailto): Remove since it duplicates browse-url-mailto
1843         functionality.
1844
1845 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1848         methods.
1849         (gnus-read-active-file): Ditto.
1850
1851         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1852         ": " from the prompt.
1853         (gnus-group-make-group): Ditto.
1854
1855 2010-11-07  Glenn Morris  <rgm@gnu.org>
1856
1857         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1858         (gnus-bookmark-kill-line): Use point-at-eol.
1859
1860 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1863         asterisks in From header.
1864
1865 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1868         string to avoid making the From headers syntactically invalid.
1869
1870         * message.el (message-send-mail): Don't insert courtesy messages if the
1871         message already has List-Post and List-ID messages.
1872
1873 2010-11-06  Glenn Morris  <rgm@gnu.org>
1874
1875         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1876         `condition', `type', `length' a prefix.
1877         (gnus-treat-predicate): Update for above name changes.
1878
1879 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1880
1881         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1882         binding.  Handled by `gnus-summary-refer-thread' instead.
1883         (nnir-warp-to-article): New backend function.
1884
1885         * nnimap.el (nnimap-request-thread): Force dependency updating.
1886
1887         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1888         (gnus-summary-refer-thread): Rework to improve thread-referral.
1889
1890         * gnus-int.el (gnus-warp-to-article): New function.
1891
1892         * gnus-sum.el (gnus-summary-article-map): Bind it.
1893
1894 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1895
1896         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1897         gnus-summary-refer-thread.
1898
1899         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1900         headers.
1901         (gnus-summary-limit-include-thread): Prevent articles in thread from
1902         being cut in gnus-cut-threads.
1903         (gnus-summary-refer-thread): Limit retrieved headers to those in
1904         thread.
1905
1906 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * message.el (message-send-mail): Use the value of
1909         message-courtesy-message from the message buffer.
1910
1911         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1912
1913         * shr.el (shr-browse-url): Implement mailto: URLs.
1914
1915         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1916         "raw".
1917
1918         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1919         if it's already selected.
1920
1921         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1922
1923 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1926         to measure the length and truncate alt text.
1927
1928 2010-11-03  Glenn Morris  <rgm@gnu.org>
1929
1930         * nndiary.el (nndiary-generate-nov-databases-1)
1931         (nndiary-generate-active-info): Rename dynamic variable `files' to
1932         something less generic.
1933
1934 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1935
1936         * nnir.el (nnir-request-move-article): Call the underlying backend to
1937         move articles from nnir.
1938
1939 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1942
1943 2010-11-02  Julien Danjou  <julien@danjou.info>
1944
1945         * nnir.el: Remove wais support.
1946
1947 2010-11-02  Glenn Morris  <rgm@gnu.org>
1948
1949         * gnus-html.el: Reorder requirements to quieten compiler.
1950
1951 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1954         properly for XEmacs as well.
1955         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1956         (gnus-article-natural-long-line-p): Use window-width rather than
1957         frame-width.
1958
1959 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1960
1961         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1962         (nnir-read-parms): Don't modify query.
1963         (nnir-run-query): Add ability to search topic on current line.
1964         (nnir-get-active): Clean up.
1965
1966 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1969         degenerate articles.
1970
1971         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1972         (gnus-print-buffer): Just print the buffer as is, without any copying
1973         to a buffer and then re-highlighting.
1974
1975         * nnimap.el (nnimap-request-group): Store the new updated info.
1976         (nnimap-request-group): Select the group when we don't know whether it
1977         exists or not.
1978
1979         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1980         groups.
1981
1982         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1983         groups.
1984
1985         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1986         groups.
1987
1988         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1989         long-lines case by only filling the long lines.
1990
1991         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1992         (bug #7311).
1993
1994 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * shr.el: No need to declare `declare-function' since shr.el is for
1997         only Emacsen that provide `libxml-parse-html-region'.
1998
1999         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2000         effective only in a file it is referred to.
2001
2002 2010-11-01  Glenn Morris  <rgm@gnu.org>
2003
2004         * mm-util.el (gnus-completing-read): Autoload.
2005         (mm-read-coding-system): Simplify Emacs definition.
2006
2007         * nnmail.el (gnus-activate-group):
2008         * nnimap.el (gnutls-negotiate):
2009         * nntp.el (netrc-parse): Fix declarations.
2010
2011 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2014         string-match-p in Emacs >=23.
2015
2016         * gnus-msg.el (gnus-configure-posting-styles)
2017         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2018
2019 2010-11-01  Glenn Morris  <rgm@gnu.org>
2020
2021         * nnir.el (declare-function): Add compat stub.
2022         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2023         (nnir-run-gmane): Require 'mm-url.
2024
2025         * mm-util.el (mm-string-to-multibyte): Simplify.
2026
2027         * shr.el (declare-function): Add compat stub.
2028         (url-cache-create-filename): Declare.
2029         (mm-disable-multibyte, widget-convert-button): Autoload.
2030
2031         * smime.el (ldap-search): Declare.
2032         (smime-cert-by-ldap-1): Require ldap on Emacs.
2033
2034         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2035         (nnimap-keepalive): Use gnus-float-time.
2036
2037         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2038         (mail-source-delete-crash-box): Use gnus-float-time.
2039
2040         * gnus-dired.el (gnus-completing-read): Autoload.
2041
2042         * mm-view.el (gnus-rescale-image): Autoload.
2043
2044         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2045
2046         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2047
2048         * sieve-manage.el: Require 'cl when compiling.
2049
2050         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2051         (gnus-iswitchb-completing-read): Require iswitchb.
2052         (gnus-select-frame-set-input-focus): Silence compiler.
2053
2054 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * message.el (message-subject-trailing-was-query): Change default to t,
2057         since I think that's what most people want.
2058
2059         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2060         appending for easier debugging.
2061         (nnimap-wait-for-connection): Take a regexp.
2062         (nnimap-request-accept-article): Wait for the continuation line before
2063         sending anything unless we're streaming.
2064
2065         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2066         leave the header washing to take place.
2067
2068 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2069
2070         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2071         regular expression match and replace in posting styles.
2072
2073 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2074
2075         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2076         an entire server.
2077         (nnir-get-active): New function.
2078         (nnir-run-imap): Use it.
2079         (nnir-run-gmane): Who knew, gmane search returns an article score!
2080
2081         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2082         server on the current line with nnir.
2083
2084 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2087         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2088         left edge.
2089         (gnus-article-foldable-buffer): Skip past the prefix when determining
2090         raggedness.
2091
2092         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2093         the raw article, and change `C-u g' to show the article without doing
2094         treatments.
2095
2096         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2097         on to `gnus-treat-article'.
2098         (gnus-inhibit-article-treatments): New variable.
2099
2100         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2101
2102         * gnus-art.el (gnus-treatment-function-alist): Have
2103         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2104         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2105         sections.
2106
2107         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2108         parameter.
2109         (gnus-article-fill-cited-long-lines): New function.
2110         (gnus-article-fill-cited-article): Allow filling only long sections.
2111
2112         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2113         and non-punctuation (like after the apostrophe in "'We").
2114
2115         * gnus-sum.el (gnus-summary-select-article): Make sure
2116         gnus-original-article-buffer is alive.
2117
2118         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2119         reflect the order they're in in the digest.
2120
2121         * gnus.el (gnus-group-startup-message): Move point to the start of the
2122         buffer.
2123
2124         * nnimap.el (nnimap-capability): New function.
2125         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2126         is set.
2127
2128 2010-10-31  David Engster  <dengste@eml.cc>
2129
2130         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2131         conform with changes to gnus-completing-read.
2132
2133 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2136
2137 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2138
2139         * nnir.el: Move defvar, defcustom around to keep file organized
2140         and keep byte-compiler quiet.
2141         (nnir-read-parms): Accept search-engine as arg.
2142         (nnir-run-query): Pass search-engine as arg.
2143         (nnir-search-engine): Remove.
2144
2145 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * shr.el (shr-generic): The text nodes should be text, not :text.
2148
2149         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2150         later in the file.
2151
2152 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2153
2154         * nnir.el: General clean up.  Allow searching with multiple engines.
2155         Allow separate extra-parameters for each engine.
2156         Batch queries when possible.
2157         (nnir-imap-default-search-key,nnir-method-default-engines):
2158         Add customize interface.
2159         (nnir-run-gmane): New engine.
2160         (nnir-engines): Use it.  Qualify all prompts with engine name.
2161         (nnir-search-engine): Remove global variable.
2162         (nnir-run-hyrex): Restore for now.
2163         (nnir-extra-parms,nnir-search-history): New variables.
2164         (gnus-group-make-nnir-group): Use them.
2165         (nnir-group-server): Remove in favor of gnus-group-server.
2166         (nnir-request-group): Avoid searching twice.
2167         (nnir-sort-groups-by-server): New function.
2168
2169 2010-10-30  Julien Danjou  <julien@danjou.info>
2170
2171         * gnus-group.el: Remove gnus-group-fetch-control.
2172
2173         * gnus-start.el (gnus-find-new-newsgroups):
2174         Remove gnus-check-first-time-used.
2175
2176         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2177
2178 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2179
2180         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2181         set on groups that don't have \* permanentflags.
2182
2183 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2186         control the background color.
2187         (shr-tag-img): Ignore very small web bug type images.
2188         (shr-put-image): Add help-echo alt texts to the images.
2189         (shr-tag-video): Show the video poster image.
2190
2191 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * shr.el (shr-table-depth): New variable.
2194         (shr-tag-table-1): Only insert the images after the top-level table.
2195
2196         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2197
2198         * gnus-util.el (gnus-list-memq-of-list): New function.
2199
2200         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2201         selected.
2202         (nnimap-unsplittable-articles): New slot.
2203         (nnimap-new-articles): Use it.
2204
2205 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2206
2207         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2208         move to the previous line on `M-g'.
2209
2210 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2213         *-request-group, which seems unnecessary.
2214
2215         * nnimap.el (nnimap-quote-specials): Function copied over from
2216         imap.el.
2217         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2218         they support that.  Suggested by Tom Regner.
2219
2220 2010-10-29  Julien Danjou  <julien@danjou.info>
2221
2222         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2223         defalias.
2224         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2225
2226         * gnus.el: Remove `gnus-nntp-service' variable.
2227         (gnus-secondary-servers): Make obsolete.
2228         (gnus-nntp-server): Make obsolete.
2229
2230         * gnus-start.el (gnus-1): Remove x-splash calls.
2231
2232         * gnus-ems.el (gnus-x-splash): Remove.
2233
2234         * gnus.el (gnus-group-startup-message): Simplify/update code.
2235
2236         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2237         definition.
2238
2239         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2240         capability before doing anything.
2241         (gnus-group-insert-group-line): Remove useless
2242         gnus-group-remove-excess-properties.
2243
2244 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2247
2248 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2251         config after reselecting.
2252
2253 2010-10-28  Julien Danjou  <julien@danjou.info>
2254
2255         * shr.el (shr-put-image): Use point even if only inserting text.
2256         (shr-put-image): Save excursion when inserting alt text on non-graphic
2257         display, so the behaviour is the same when we are on a graphic display.
2258
2259         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2260
2261 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2264         (gnus-mime-copy-part): Check coding system, not charset.
2265         (gnus-mime-view-part-externally): Never remove part.
2266         (gnus-mime-view-part-internally): Don't remove part here.
2267         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2268         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2269         multipart/alternative.
2270
2271         * mm-decode.el (mm-display-part): Take optional arg `force'.
2272
2273 2010-10-26  Julien Danjou  <julien@danjou.info>
2274
2275         * gnus-group.el (gnus-group-default-list-level): Add this function to
2276         compute the default list level.
2277         (gnus-group-default-list-level): Add possibility to use a function.
2278
2279 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2282
2283         * gnus-group.el (gnus-group-completing-read)
2284         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2285         gnus-replace-in-string.
2286
2287 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * shr.el (shr-tag-div): Add.
2290
2291         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2292
2293 2010-10-25  Julien Danjou  <julien@danjou.info>
2294
2295         * gnus-util.el: Remove `gnus-with-local-quit'.
2296
2297         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2298
2299 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2302         the original article buffer.
2303
2304 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * nnimap.el (nnimap-request-head): New function.
2307         (nnimap-request-move-article): Try to be slighly faster by not
2308         requesting the entire message when moving.
2309         (nnimap-transform-headers): Don't bug out on bodiless articles.
2310         (nnimap-send-command): Have no outstanding messages if the IMAP server
2311         doesn't support streaming.
2312         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2313
2314 2010-10-24  Julien Danjou  <julien@danjou.info>
2315
2316         * message.el (message-default-headers): Fix type.
2317
2318 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2321         prefetching images.
2322
2323         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2324         backend for unknown groups.  This is mainly useful for nnimap groups.
2325
2326         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2327         group isn't covered by the agent.
2328
2329 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2330
2331         * nnir.el (nnir-method-default-engines): New variable.
2332         (nnir-run-query): Use it.
2333         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2334         (gnus-summary-nnir-goto-thread): Change group if needed.
2335
2336         * gnus-group.el (gnus-group-group-map): Add key binding for
2337         gnus-group-make-nnir-group.
2338
2339 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * shr.el (shr-tag-object): Add.
2342
2343         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2344         original article buffer live.
2345         (gnus-summary-select-article-buffer):
2346         Mention gnus-widen-article-buffer.
2347
2348 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * shr.el (shr-tag-strong): Add.
2351
2352 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2355         group names.  They mess up the group buffer badly.
2356
2357         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2358
2359         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2360         instead of the summary one.
2361
2362 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * mml.el (mml-preview): Work properly when editing article.
2365
2366         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2367         gnus-have-read-active-file if it's already been in.
2368
2369 2010-10-22  Tom Tromey  <tromey@redhat.com>
2370
2371         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2372         gnus-group-completing-read.
2373
2374 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * message.el (message-mode-map): Don't bind M-; to comment region, to
2377         allow the global comment-dwim to work.
2378
2379 2010-10-21  Julien Danjou  <julien@danjou.info>
2380
2381         * message.el (message-setup-1): Allow message-default-headers to be a
2382         function.
2383
2384 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * shr.el (shr-tag-table): Simplify.
2387
2388 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2391         to avoid trying to snarf invalid stuff.
2392
2393         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2394
2395         * gnus.el (gnus-message-archive-group): Quote value.
2396         (gnus-message-archive-group): Mark as changed.
2397
2398         * shr.el (shr-add-font): Don't put the font properties on the newline
2399         or the indentation.
2400
2401         * message.el (message-fix-before-sending): Change options when sending
2402         non-printable characters.
2403
2404         * gnus.el (gnus-message-archive-method): Change the default to
2405         monthly outgoing groups.
2406
2407         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2408         that have gotten new numbers.
2409
2410         * nnimap.el (nnimap-request-replace-article): New function.
2411
2412 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2415         (nnrss-request-article): Don't use special html washing code.
2416
2417 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * shr.el (shr-tag-table): Remove useless nconc.
2420
2421 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-art.el (article-wash-html): Simplify and remove the charset
2424         stuff.  Use the normal html rendering code instead of the special html
2425         washing code.
2426
2427         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2428         `gnus-w3m' symbols.
2429         (mm-text-html-washer-alist): Remove.
2430
2431         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2432         (mm-inline-media-tests): Remove use.
2433         (mm-text-html-renderer): Change default to the `shr' symbol.
2434
2435         * mm-view.el (mm-inline-text-html): Remove use.
2436
2437         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2438         `gnus-blocked-images' to be a function.
2439         (gnus-article-wash-function): Remove.
2440
2441 2010-10-20  Julien Danjou  <julien@danjou.info>
2442
2443         * spam.el (spam-list-of-processors): Mark as obsolete.
2444
2445         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2446         (nnimap-insert-partial-structure): Fix boundary detection.
2447
2448 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2449
2450         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2451         run file-truename on remote files.  This can be expensive and even
2452         prevent one from editing drafts if some unrelated buffer has a stale
2453         connection.
2454
2455 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2458         kinsoku-eol regardless of shr-kinsoku-shorten.
2459         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2460         (shr-tag-table): Support caption, thead, and tfoot.
2461
2462 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2465         lines.
2466         (shr-save-contents): New command and keystroke.
2467
2468         * nndoc.el (nndoc-type-alist): Add git support.
2469         (nndoc-git-type-p): New function.
2470         (nndoc-transform-git-article): Ditto.
2471         (nndoc-transform-git-headers): Ditto.
2472         (nndoc-transform-git-headers): Generate Subject headers.
2473
2474         * shr.el (shr-parse-style): New function.
2475         (shr-tag-span): Ditto.
2476
2477         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2478         to `G G' to avoid collisions.
2479
2480 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * shr.el: Load kinsoku if necessary.
2483         (shr-kinsoku-shorten): New internal variable.
2484         (shr-find-fill-point): Make kinsoku shorten text line if
2485         shr-kinsoku-shorten is bound to non-nil.
2486         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2487         shr-indentation too when testing if table is wider than frame width.
2488         (shr-insert-table): Use `string-width' instead of `length' to measure
2489         text width.
2490         (shr-insert-table-ruler): Make sure indentation is done at bol.
2491
2492 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2493
2494         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2495         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2496         undecoded network data.
2497
2498 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2501         name in the mode line spec so that the mode line menu works
2502         (bug #2431).
2503
2504         * message.el (message-get-reply-headers): If we're fed `to-address',
2505         then always use that.
2506
2507         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2508         aren't so wide as to need to switch off the edit menu.
2509
2510         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2511         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2512
2513         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2514         `M-g'.
2515         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2516         the permanent marks.
2517
2518 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2521         Splitting according to references/in-reply-to obeys the ignore-groups
2522         variable, while splitting by sender and subject do not.
2523
2524 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2527         alist, so that we can look for non-Unicode chars.
2528         (article-translate-strings): Allow both character and string maps.
2529
2530 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * shr.el (shr-insert): Don't insert space behind a wide character
2533         categorized as kinsoku-bol, or between characters both categorized as
2534         nospace.
2535
2536 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2537
2538         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2539         headers to gnus-newsgroup-headers.
2540
2541 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * shr.el (shr-tag-img): Don't align images -- since we're not
2544         rescaling, this often leads to ugly displays.
2545
2546 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2547
2548         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2549         duplicates.
2550
2551 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2552
2553         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2554         call.
2555
2556 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus.el: Autoload gnus-html-show-images.
2559
2560         * nnimap.el: Use nnheader-message throughout.
2561
2562         * shr.el (shr-tag-img): Ignore images with no data.
2563
2564 2010-10-15  Julien Danjou  <julien@danjou.info>
2565
2566         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2567         a possibility to disable format=flow encoding when using hard newlines.
2568
2569 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * shr.el (shr-insert): Remove space inserted before or after a
2572         breakable character or at the beginning or the end of a line.
2573         (shr-find-fill-point): Do kinsoku; find the second best point or give
2574         it up if there's no breakable point.
2575
2576 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * nnimap.el (nnimap-open-connection): Message when opening connection
2579         for debugging purposes.
2580
2581         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2582         on every setup buffer call to allow this to change from article to
2583         article.
2584
2585         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2586         buffers where we have a wide table.
2587
2588 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2589
2590         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2591         uses *-request-thread.
2592
2593 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2596         incantation, which is no longer valid.
2597
2598 2010-10-14  Julien Danjou  <julien@danjou.info>
2599
2600         * shr.el: Fix defcustom type (char -> character).
2601
2602 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2605         programs.
2606
2607 2010-10-14  Julien Danjou  <julien@danjou.info>
2608
2609         * shr.el (shr-tag-a): Use url-link as widget type.
2610
2611         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2612         `gnus-group-get-icon'.
2613
2614 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2617         This should make server editing work better.
2618
2619         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2620
2621         * tls.el (tls-program): Remove spurious %s from openssl.
2622
2623         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2624         (nnimap-parse-flags): Fix regexp.
2625
2626         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2627         probably work for CJVK text, too.
2628
2629         * nnimap.el (nnimap-extend-tls-programs): Remove.
2630         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2631
2632         * tls.el (tls-starttls-switches): Remove starttls hack.
2633         (open-tls-stream): Ditto.
2634         (tls-find-starttls-argument): Ditto.
2635
2636 2010-10-13  Julien Danjou  <julien@danjou.info>
2637
2638         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2639         responses.
2640
2641 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2644
2645         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2646         anything in Emacs.
2647
2648         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2649
2650 2010-10-13  Julien Danjou  <julien@danjou.info>
2651
2652         * shr.el (shr-width): Make shr-width a defcustom with default to
2653         fill-column.
2654         (shr-tag-img): Use shr-width rather than fill-column.
2655
2656 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * dgnushack.el (byte-optimize-apply)
2659         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2660
2661         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2662         position when (X-)Faces exist.
2663         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2664         avatars when called interactively.
2665
2666 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2669         gnus-article-x-face-too-ugly is bound.
2670
2671 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2674
2675         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2676         mailbox that doesn't exist.
2677
2678 2010-10-12  Julien Danjou  <julien@danjou.info>
2679
2680         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2681         (shr-get-image-data): Encode URL properly when fetching from cache.
2682         (shr-tag-img): Use aligned-to spaces to align correctly images.
2683
2684         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2685         before inserting the Gravatar.
2686
2687         * shr.el (shr-tag-img): Add align attribute support for <img>.
2688
2689 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-gravatar.el (gnus-art): Require.
2692
2693         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2694         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2695         Remove long obsoleted functions.
2696
2697 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2700
2701         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2702
2703         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2704         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2705         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2706         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2707         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2708         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2709         * sieve-manage.el, smime.el, spam.el:
2710         Fix comment for declare-function.
2711
2712 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-request-rename-group): Select group read-only
2715         before renaming it.
2716
2717         * shr.el (shr-insert): Fix up the white space only regexp.
2718
2719         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2720         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2721
2722         * shr.el (shr-current-column): New function.
2723         (shr-find-fill-point): New function.
2724
2725 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2726
2727         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2728         numbers.
2729
2730 2010-10-11  Julien Danjou  <julien@danjou.info>
2731
2732         * shr.el (shr-hr-line): Add.
2733         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2734         display hr lines.
2735         (shr-max-columns): Do not change state to nil if we just inserting
2736         spaces.
2737
2738 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2741         select the last group.
2742
2743 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2746
2747 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2748
2749         * dig.el (dig-mode-map): Declare and define in one step.
2750
2751 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2754         for Gnus.
2755         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2756         (nnimap-update-qresync-info): Mark \Seen articles as read.
2757
2758         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2759         non-variable, too.
2760
2761         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2762         available.
2763         (nnimap-update-info): Rely more on the current active than the param
2764         active to avoid marking articles as read too much.
2765
2766         * auth-source.el (auth-source-create): Use (user-login-name) for the
2767         user name default.
2768
2769         * nnimap.el (nnimap-update-info): If the server doesn't return any
2770         useful info, just use the previous info.
2771         (nnimap-update-info): Prefer old info over start-article.
2772         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2773
2774 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2775
2776         * nnir.el (autoload): Clean up autoloads.
2777         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2778         Use key rather than value.
2779         (nnir-imap-search-other): New variable.
2780         (nnir-read-parm): Use it.
2781         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2782         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2783
2784 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2787         the process, too.
2788
2789 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * spam.el (gnus-summary-mode-map): Bind to "$".
2792         Suggested by Russ Allbery.
2793
2794         * shr.el: Rework the way things are indented by <li> slightly.
2795
2796         * gnus.el (gnus-group-set-parameter): Fix typo.
2797
2798         * nnimap.el: Start implementing QRESYNC support.
2799
2800 2010-10-09  Julien Danjou  <julien@danjou.info>
2801
2802         * nnir.el (nnir-engines): Fix too many arguments.
2803
2804 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2807         group is the "last", so that the backends like nnfolder actually save
2808         their folders.
2809
2810         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2811         try to use that for the tls stream.
2812         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2813         UIDVALIDITY and find out which groups are read-only and not.
2814         (nnimap-get-flags): Use the same marks parsing code as the rest of
2815         nnimap.
2816
2817 2010-10-09  Julien Danjou  <julien@danjou.info>
2818
2819         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2820
2821         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2822         retrieving gravatars.
2823
2824         * shr.el (shr-table-corner): Add.
2825         (shr-table-line): Add.
2826         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2827
2828 2010-10-08  Julien Danjou  <julien@danjou.info>
2829
2830         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2831
2832 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2833
2834         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2835
2836         * gnus-sum.el (gnus-mark-article-as-unread)
2837         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2838         (gnus-summary-set-bookmark): Use it.
2839
2840         * gnus-msg.el (gnus-setup-message): Use it.
2841
2842         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2843
2844         * gnus.el (gnus-group-remove-parameter): Use it.
2845
2846         * gnus-group.el (gnus-group-make-web-group): Use it.
2847
2848         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2849
2850         * nnregistry.el: Update docs to mention manual.
2851
2852         * gnus-registry.el: Update docs to mention nnregistry.el.
2853         (gnus-registry-initialize): Don't install nnregistry refer method
2854         automatically.
2855         (gnus-registry-install-nnregistry): Remove it.
2856
2857 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * shr.el (shr-insert): Don't insert double spaces.
2860
2861 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-gravatar.el (gnus-treat-from-gravatar)
2864         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2865         called interactively.
2866
2867         * gnus-art.el (gnus-mime-view-part-externally)
2868         (gnus-mime-view-part-internally): Make predicate function passed to
2869         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2870         of a mime type.
2871
2872         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2873
2874 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * shr.el (require): Require cl when compiling.
2877         (shr-tag-hr): New function.
2878
2879         * nnimap.el (nnimap-update-info): Remove double setting of high.
2880         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2881         This makes nnimap work properly on Courier again.
2882
2883         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2884         the variable for backwards compatability.
2885
2886         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2887         the file name before using to avoid setting mm-default-directory to
2888         nil.
2889
2890         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2891         bidning gnus-agent variables.
2892
2893         * shr.el (shr-render-td): Use a cache for the table rendering function
2894         to avoid getting an exponential rendering behaviour in nested tables.
2895         (shr-insert): Rework the line-breaking algorithm.
2896         (shr-insert): Don't leave trailing spaces.
2897         (shr-insert-table): Also insert empty TDs.
2898         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2899
2900 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2901
2902         * gnus-sum.el (gnus-number): Rename from `number'.
2903         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2904         (gnus-summary-limit-children): Update uses correspondingly.
2905
2906 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2909         (gnus-gravatar-transform-address): Don't show avatars of people of
2910         which mail addresses match gnus-gravatar-too-ugly.
2911
2912 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * shr.el (shr-table-widths): Expand TD elements to fill available
2915         space.
2916
2917 2010-10-07  Julien Danjou  <julien@danjou.info>
2918
2919         * nnimap.el (nnimap-request-rename-group): Add this method.
2920
2921 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2924         name from XEmacs' function-arglist.
2925
2926         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2927         gravatar under XEmacs.
2928
2929 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * auth-source.el: Update docs with TODO items.
2932
2933         * gnus-sync.el: Update docs to explain state and plans.
2934
2935         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2936         Hooks for mark updates.
2937         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2938
2939         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2940         hooks with arguments, which is needed for mark update hooks.
2941
2942 2010-10-06  Julien Danjou  <julien@danjou.info>
2943
2944         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2945         was matched.
2946
2947         * sieve-manage.el: Update example in `Commentary'.
2948
2949         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2950
2951         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2952         not 2000.
2953         (sieve-manage-authenticate): Re-add function.
2954
2955 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * shr.el (shr-insert): Get 'space transition right.
2958         (shr-render-td): Only delete space at the end of the TD.
2959
2960         * nnimap.el (nnimap-open-connection): Prepare to support
2961         open-gnutls-stream.
2962
2963         * shr.el: Rearrange function order to be more logical.
2964
2965 2010-10-06  Julien Danjou  <julien@danjou.info>
2966
2967         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2968         (nnrss-discover-feed): Remove 404 URL in docstring.
2969
2970         * nnir.el: Fix Swish-E URL.
2971         Fix Namazu URL.
2972
2973         * message.el (message-change-subject): Remove 404 URL in a comment.
2974
2975 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2978         called interactively.
2979
2980         * gnus-util.el (gnus-remove-if): Allow hash table.
2981         (gnus-remove-if-not): New function.
2982
2983         * gnus-art.el (gnus-mime-view-part-as-type)
2984         * gnus-score.el (gnus-summary-score-effect)
2985         * gnus-sum.el (gnus-read-move-group-name):
2986         Replace remove-if-not with gnus-remove-if-not.
2987
2988         * gnus-group.el (gnus-group-completing-read):
2989         Regard collection as a hash table if it is not a list.
2990
2991 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2994
2995         * shr.el: Document the table-rendering algorithm.
2996
2997 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3000         for Emacsen having no `libxml-parse-html-region' support.
3001
3002 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3005         invalid URLs.
3006
3007         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3008         line-broken.
3009         (shr-tag-img): Ignore image fetching errors.
3010         (shr-overlays-in-region): Compute overlay positions correctly.
3011
3012         * mm-decode.el (mm-shr): Require shr.
3013
3014         * gnus-art.el (gnus-blocked-images): Move variable here.
3015
3016         * shr.el (shr-insert-table): Bind free variable.
3017
3018         * mm-decode.el (mm-shr): Bind shr-content-function.
3019
3020         * shr.el (shr-content-function): New variable.
3021
3022         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3023         added for symmetry.
3024
3025         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3026
3027         * gnus-group.el (gnus-group-make-group): Doc fix.
3028
3029         * nnimap.el (nnimap-request-newgroups): Return success.
3030
3031         * shr.el (shr-find-elements): New function.
3032         (shr-tag-table): Put all the images after the table.
3033         (shr-tag-table): Really inhibit images inside the table.
3034         (shr-collect-overlays): Copy over overlays from the TD elements to the
3035         main document.
3036
3037         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3038         gnus-blocked-images.
3039
3040 2010-10-05  Julien Danjou  <julien@danjou.info>
3041
3042         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3043
3044         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3045         (gnus-html-maximum-image-size): Add this function.
3046         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3047
3048         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3049         server-value of the capability is nil.
3050
3051 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * shr.el (shr-tag-em): Add <EM> tag.
3054
3055 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3056
3057         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3058         customizable.
3059
3060         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3061         handing broken links to browse-url.
3062
3063 2010-10-05  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-util.el (gnus-emacs-completing-read)
3066         (gnus-iswitchb-completing-read): Use autoload rather than require.
3067
3068 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3071         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3072         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3073         iswitchb-temp-buflist for XEmacs.
3074
3075         * gnus-util.el (gnus-completing-read-function): Exclude
3076         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3077         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3078         XEmacs.
3079
3080         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3081         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3082
3083         * gnus-html.el: Don't require help-fns under XEmacs.
3084         (gnus-html-schedule-image-fetching): Work for XEmacs.
3085
3086         * mm-decode.el (mm-shr): Decode contents by charset.
3087
3088 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3091         unknown.
3092
3093         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3094         (shr-get-image-data): Ensure against the cache file missing.
3095
3096         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3097         for data.
3098
3099         * spam-report.el (spam-report-url-ping-plain): Don't query about
3100         killing the process.
3101
3102         * shr.el (shr-render-td): Protect against too-wide text.
3103
3104 2010-10-04  Julien Danjou  <julien@danjou.info>
3105
3106         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3107         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3108
3109         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3110         retrieved.
3111
3112 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * shr.el (browse-url): Require.
3115         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3116         lines.
3117         (shr-show-alt-text, shr-browse-image): New commands.
3118         (shr-browse-url, shr-copy-url): New commands.
3119
3120         * gnus-sum.el (gnus-widen-article-window): New variable.
3121         (gnus-summary-select-article-buffer): Use it.
3122
3123         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3124         without @ signs.
3125
3126 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3127
3128         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3129
3130 2010-10-04  Julien Danjou  <julien@danjou.info>
3131
3132         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3133         for XEmacs.
3134
3135 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3138
3139         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3140         (nnimap-close-server): Implement.
3141
3142         * dgnushack.el (iswitchb): Require to shut up the compiler.
3143
3144         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3145         (shr-insert): Tweak line breaking.
3146         (shr-insert): Handle <pre> better.
3147         (shr-tag-li): Get <li> indentation right.
3148         (shr-tag-li): Get <li> indentation even righter.
3149         (shr-tag-blockquote): Ensure paragraph start.
3150         (shr-make-table): Tweak table generation.
3151         (shr-make-table): Fix typo.
3152
3153         * shr.el: Implement table rendering.
3154
3155 2010-10-04  Julien Danjou  <julien@danjou.info>
3156
3157         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3158
3159 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * shr.el (shr-insert): Use string anchors instead of line anchors.
3162
3163 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * shr.el: Add headings.
3166         (shr-ensure-paragraph): Actually work.
3167         (shr-tag-li): Make <ul> prettier.
3168         (shr-insert): Get white space at the beginning/end of elements right.
3169         (shr-tag-p): Collapse subsequent <p>s.
3170         (shr-ensure-paragraph): Don't insert double line feeds after blank
3171         lines.
3172         (shr-insert): \t is also space.
3173         (shr-tag-s): Fix "s" tag name function.
3174         (shr-tag-s): Fix face prop name.
3175
3176 2010-10-03  Julien Danjou  <julien@danjou.info>
3177
3178         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3179
3180         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3181         gnus-window-inside-pixel-edges.
3182
3183         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3184         gnus-ems.
3185
3186         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3187
3188         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3189         function.
3190
3191         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3192         resize choice.
3193
3194 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3197         beginning of the buffer.
3198
3199         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3200         article buffer again.
3201
3202         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3203
3204         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3205         when it's at the start of the buffer.
3206
3207         * shr.el (shr-tag-blockquote): Convert name.
3208         (shr-rescale-image): Use the right image-size variant.
3209
3210         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3211         buffer isn't shown, then select the current article first instead of
3212         bugging out.
3213         (gnus-summary-select-article-buffer): Show both the article and summary
3214         buffers again.
3215
3216         * shr.el (shr-fontize-cont): Protect against regions with no text.
3217         Rename tag functions to shr-tag-* for enhanced security.
3218         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3219
3220 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3221
3222         * shr.el (shr-insert):
3223         * pop3.el (pop3-movemail):
3224         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3225         loaded.
3226
3227 2010-10-03  Glenn Morris  <rgm@gnu.org>
3228
3229         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3230
3231         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3232
3233         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3234
3235         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3236
3237         * gnus-util.el (gnus-make-local-hook): Simplify.
3238
3239 2010-10-02  Julien Danjou  <julien@danjou.info>
3240
3241         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3242         (gnus-ido-completing-read): New function.
3243         (gnus-emacs-completing-read): New function.
3244         (gnus-completing-read): Use gnus-completing-read-function.
3245         Add gnus-completing-read-function.
3246
3247 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * shr.el (shr-insert-document): Autoload.
3250         (shr-img): Be silent.
3251         (shr-insert): Add a newline after every picture before text.
3252         (shr-add-font): Use overlays for combining faces.
3253         (shr-insert): Pass upwards the text start point.
3254
3255         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3256         possible.
3257         (mm-shr): New function.
3258
3259 2010-10-02  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3262         should go backward.
3263
3264 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3265
3266         * shr.el (shr): Fix typo in provide call.
3267
3268 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * shr.el: New file.
3271
3272         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3273
3274         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3275         completing read.
3276
3277 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3280         we're being queried about.  Suggested by Dan Jacobson.
3281
3282         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3283         Suggested by Jason Eisner.
3284
3285         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3286         table, too.  Suggested by Stefan Wiens.
3287         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3288         the table unnecessary.  Suggested by Stefan Wiens.
3289
3290         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3291         longer needed, and probably doesn't work either, as pointed out by
3292         Stefan Wiens.
3293         (gnus-summary-exit): Remove call to the clearing function.
3294         (gnus-summary-exit-no-update): Ditto.
3295
3296         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3297         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3298         Reported by Stefan Monnier.
3299         (gnus-summary-save-in-rmail): Ditto.
3300
3301         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3302         article buffer, instead of both the article buffer and the summary
3303         buffer.  Sort of suggested by Dan Jacobson.
3304
3305         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3306
3307         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3308         Suggested by Dan Jacobson.
3309
3310         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3311         documentation clearer.
3312
3313         * message.el (message-shorten-references): Comment on the number "21".
3314         Suggested by Stefan Monnier.
3315
3316         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3317         Suggested by Dan Jacobson.
3318
3319         * gnus.el (gnus-large-newsgroup):
3320         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3321
3322         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3323         externalize attachments.  Bug reported by Steve Wen.
3324
3325         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3326         really message anything to the user.
3327
3328         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3329         directly.
3330
3331         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3332         messages in empty groups.
3333
3334 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3335
3336         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3337         non-UIDNEXT group.
3338
3339 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3342         not the value from the collection.
3343
3344         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3345         values.  This sometimes happens on some groups that have no info.
3346         (nnimap-request-newgroups): New function.
3347
3348 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3351         check into `gnus-registry-initialize'.
3352         (gnus-registry-initialize): Ditto.
3353         Fix and extend header docs.
3354
3355 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3358         regexp backtrace overflows.
3359
3360         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3361         for starttls that tls.el implements; i.e. openssl.
3362
3363         * tls.el (tls-starttls-switches): Give up on using starttls with
3364         gnutls-cli.
3365         (tls-program): Add --insecure to be consistent with the defaults from
3366         openssl s_client.  Now all three commands are insecure.
3367
3368 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * lpath.el: Bind completion-styles-alist for XEmacs.
3371
3372         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3373         (gravatar-create-image): New function that's an alias to
3374         gnus-xmas-create-image, gnus-create-image, or create-image.
3375         (gravatar-data->image): Use it.
3376
3377 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3380         install the nnregistry refer method.
3381         (gnus-registry-install-hooks): Use it.
3382         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3383         unfollowed groups.
3384
3385 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3386
3387         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3388         expanding threads.
3389
3390 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnir.el: Use the server names without suffixes (bug #7009).
3393
3394         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3395         unencrypted to STARTTLS, if possible.
3396
3397 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3398
3399         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3400         headers before superseding.
3401
3402 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * nnrss.el (nnrss-use-local): Add documentation.
3405
3406         * nnimap.el (nnimap-extend-tls-programs): New function.
3407         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3408         (nnimap-wait-for-connection): Accept the greeting from the stupid
3409         output from openssl s_client -starttls, too.
3410
3411         * tls.el (tls-starttls-switches): New variable.
3412         (tls-find-starttls-argument): Use it.
3413         (open-tls-stream): Ditto.
3414
3415         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3416         (netrc-machine): Ditto.
3417
3418         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3419         article number.
3420         (nnimap-split-fancy): New variable.
3421         (nnimap-split-incoming-mail): Use it.
3422
3423         * nntp.el (nntp-server-list-active-group): Document.
3424
3425         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3426         SELECT to get the message-id.
3427
3428         * mail-source.el (mail-sources): Remove webmail support.
3429         (defvar): Ditto.
3430         (mail-source-fetcher-alist): Ditto.
3431         (mail-source-fetch-webmail): Remove.
3432
3433         * webmail.el: Remove -- doesn't seem relevant any more.
3434
3435         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3436
3437         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3438         the \r.
3439
3440 2010-09-30  Julien Danjou  <julien@danjou.info>
3441
3442         * gnus-agent.el (gnus-agent-add-group): Fix call to
3443         gnus-completing-read.
3444
3445 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * nndoc.el (nndoc-retrieve-groups): New function.
3448
3449         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3450         `default', use nnmail-split-methods.
3451         (nnimap-request-article): Downcase the NILs so that they are nil.
3452
3453         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3454         symbol.
3455
3456         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3457         code, since if the user has requested network, that's what they ought
3458         to get.
3459         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3460         (nnimap-split-rule): Mark as obsolete.
3461
3462         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3463         New variable.
3464
3465         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3466         correct slot, too.
3467
3468 2010-09-29  Julien Danjou  <julien@danjou.info>
3469
3470         * gnus.el (gnus-local-domain): Declare variable obsolete.
3471
3472         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3473         Fix history computing.
3474         (gnus-ido-completing-read): Require ido.
3475
3476 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3479         build Gnus.
3480
3481         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3482         when interpreting the structures.
3483         (nnimap-request-accept-article): Add \r\n to the lines to make this
3484         work with Cyrus.
3485
3486         * nndraft.el (nndraft-request-expire-articles): Use the group name
3487         instead if "nndraft".  Fix found by Nils Ackermann.
3488
3489 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3490
3491         * nnregistry.el: Add.
3492
3493 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3494
3495         * nnmail.el (group, group-art-list, group-art):
3496         Remove unneeded directives.
3497
3498 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3501         (mm-mime-charset)
3502         * rfc2047.el (rfc2047-syntax-table)
3503         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3504
3505         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3506         rather than `insert-file-contents' and `eval-region'.
3507
3508         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3509         construction.
3510
3511         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3512
3513         * time-date.el: No need to require cl for Emacs 21.
3514
3515 2010-09-29  Julien Danjou  <julien@danjou.info>
3516
3517         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3518         replacement of `gnus-gravatar-relief' to mimic
3519         `gnus-faces-properties-alist'.
3520         Add :version property.
3521
3522 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mail-source.el (mail-source-report-new-mail)
3525         * message.el (message-default-mail-headers)
3526         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3527
3528         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3529
3530 2010-09-28  Julien Danjou  <julien@danjou.info>
3531
3532         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3533         mail-address contains the same string as real-name.
3534
3535         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3536         non-blank in header, otherwise it'll get stripped.
3537
3538         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3539         real-name, and then for mail address rather than doing : or , search.
3540
3541 2010-09-27  Julien Danjou  <julien@danjou.info>
3542
3543         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3544         right completing-read function.
3545         (gnus-use-ido): New variable
3546         (gnus-completing-read-with-default): Remove.
3547         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3548         (gnus-agent-add-group):
3549         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3550         * mm-view.el (mm-view-pkcs7-decrypt):
3551         * mm-util.el (mm-codepage-setup):
3552         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3553         * mml-smime.el (mml-smime-openssl-sign-query):
3554         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3555         (mml-insert-multipart):
3556         * gnus-msg.el (gnus-summary-yank-message):
3557         * gnus-int.el (gnus-start-news-server):
3558         * mm-decode.el (mm-interactively-view-part):
3559         * gnus-dired.el (gnus-dired-attach):
3560         * gnus.el (gnus-read-method):
3561         * gnus-bookmark.el (gnus-bookmark-jump):
3562         * gnus-art.el (gnus-mime-view-part-as-type)
3563         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3564         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3565         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3566         * nnmairix.el (nnmairix-create-server-and-default-group)
3567         (nnmairix-update-groups, nnmairix-get-server)
3568         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3569         (nnmairix-get-group-from-file-path):
3570         * nnrss.el (nnrss-find-rss-via-syndic8):
3571         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3572         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3573         (gnus-group-browse-foreign-server):
3574         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3575         (gnus-summary-execute-command, gnus-summary-respool-article)
3576         (gnus-read-move-group-name):
3577         * gnus-score.el (gnus-summary-increase-score)
3578         (gnus-summary-score-effect):
3579         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3580
3581 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3584         x-focus-frame.
3585
3586         * nnimap.el (auth-source-forget-user-or-password)
3587         (auth-source-user-or-password): Autoload.
3588
3589         * message.el (message-from-style, message-interactive)
3590         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3591         (message-yank-prefix, message-indentation-spaces, message-signature)
3592         (message-signature-file): Add comment.
3593
3594 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3597         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3598         new articles.
3599
3600         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3601         parts.
3602         (nnimap-request-article): Work with the t setting, too.
3603
3604         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3605         that you don't get flashes of other buffers.
3606         (gnus-summary-show-complete-article): Intern before setting.
3607
3608 2010-09-27  David Engster  <dengste@eml.cc>
3609
3610         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3611         well as HEADERS.
3612         (nnmairix-retrieve-headers): Provide new argument for the above.
3613
3614 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-sum.el (gnus-summary-move-article): Don't alter
3617         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3618         group.
3619
3620         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3621
3622         * message.el (message-cite-prefix-regexp): Revert my last edit.
3623
3624         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3625         variable instead of the Gnus variable.
3626
3627         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3628
3629         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3630
3631         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3632         since some servers don't like it.
3633         (nnimap-open-connection): Forget credentials if the server says the
3634         password was wrong.
3635         (nnimap-parse-line): Protect against invalid data.
3636
3637         * gnus-sum.el (gnus-summary-move-article): Add comment.
3638         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3639         nothing alters it while scanning for new messages.
3640
3641         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3642         which may or may not help.
3643         (nnimap-open-connection): If we're doing a stream connection, and then
3644         discover we're on a STARTTLS-capable server, then open a STARTTLS
3645         connection instead.
3646
3647 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * nnimap.el (utf7): Require.
3650
3651         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3652         prefix.
3653
3654 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3655
3656         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3657
3658 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * nnimap.el (nnimap-request-accept-article): Message the error on
3661         error.
3662
3663 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3666
3667 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nndoc.el (nndoc-request-list): Return success always.
3670
3671         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3672         `fetch-old' -- we only want to fetch the articles we've requested.
3673         The rest are in the agent, probably.
3674         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3675         disappeared server" to something low.  It's not important.
3676
3677         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3678         arrived before the FETCH data.
3679
3680         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3681         target here, because we don't know the Gnus name of the group.
3682
3683         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3684         for the correct group.
3685
3686         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3687
3688         * gnus.el (gnus): Give a final warning after startup.
3689
3690         * gnus-util.el (gnus-action-message-log): New variable.
3691         (gnus-message): Use it.
3692         (gnus-final-warning): New function.
3693
3694         * nnimap.el (nnimap-open-connection): Record the greeting.
3695         (nnimap): Add greeting.
3696
3697 2010-09-26  Julien Danjou  <julien@danjou.info>
3698
3699         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3700         arguments.
3701         (gnus-html-wash-images): Fix spec computing to include start/end.
3702
3703         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3704
3705 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3708         deletion.
3709         (nnimap-retrieve-headers): Don't select the group, because that's
3710         already done by nnimap-possibly-change-group.
3711
3712         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3713         (gnus-picon-transform-address): Use it.
3714
3715         * mail-source.el (mail-source-value): Revert previous patch.
3716
3717         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3718         on failure.
3719         (nnimap-open-connection): Look up both virtual and physical server name
3720         credentials.
3721
3722         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3723
3724 2009-02-07  Dave Love  <fx@gnu.org>
3725
3726         * tls.el (open-tls-stream): Don't query killing process.
3727
3728 2009-02-08  Dave Love  <fx@gnu.org>
3729
3730         * gnus-win.el (gnus-window-to-buffer-helper)
3731         (gnus-all-windows-visible-p): Function needn't be a symbol.
3732
3733         * mail-source.el (mail-source-value): Function needn't be a symbol.
3734
3735 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * message.el (message-cite-prefix-regexp): Remove } from the cite
3738         prefix.
3739
3740         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3741         highlight again, so that the highlight is correct.
3742
3743         * gnus-picon.el (gnus-picon): Remove again.
3744         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3745
3746         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3747         doing the header highlightling, so that the background colour of the
3748         picon is correct.
3749
3750         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3751         (gnus-picon): Ditto.
3752         (gnus-picon): Reinstate.  The background colour for picons is white.
3753         (gnus-picon-insert-glyph): Make the background white.
3754
3755         * nnml.el (nnml-open-nov): Don't return dead buffers.
3756
3757         * auth-source.el (auth-source-create): Query the user for whether to
3758         store the credentials.
3759
3760         * netrc.el (netrc-store-data): New function.
3761
3762         * auth-source.el (auth-source-user-or-password): Use the existing auth
3763         sources, if any, for creation.
3764
3765         * gnus.el (gnus-group-fast-parameter): Return the last matching
3766         parameter instead of the first matching parameter.
3767
3768 2010-09-26  Julien Danjou  <julien@danjou.info>
3769
3770         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3771
3772 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * mml2015.el (mml2015-use): Remove gpg support.
3775
3776         * mml1991.el (mml1991-function-alist): Remove gpg function.
3777         (mml1991-gpg-sign): Remove.
3778
3779 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3780
3781         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3782         (gnus-browse-unsubscribe-current-group): Document it.
3783         (gnus-browse-unsubscribe-group): Use it.
3784
3785 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3788         address to the To list for easier response.
3789
3790         * gnus.el (gnus-play-startup-jingle): Remove.
3791         (gnus-splash): Don't play jingle.
3792         (gnus): Silence gnus-load message.
3793
3794         * gnus-art.el (gnus-treat-play-sounds): Remove.
3795
3796         * gnus.el (gnus-play-jingle): Remove audio support.
3797
3798         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3799
3800         * earcon.el: Remove -- no users.
3801
3802         * gnus-audio.el: Remove -- no users of this package.
3803
3804         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3805
3806         * gnus-start.el (gnus-setup-news): Remove nocem support.
3807
3808         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3809
3810         * gnus.el (gnus-use-nocem): Remove.
3811
3812         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3813         Remove.
3814
3815         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3816         uses NoCeM any more.
3817
3818         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3819         (gnus-button-ctan-handler): Ditto.
3820         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3821         (gnus-button-ctan-directory-regexp): Ditto.
3822         (gnus-button-handle-ctan): Ditto.
3823         (gnus-button-tex-level): Ditto.
3824         (gnus-button-alist): Remove CTAN stuff.
3825
3826 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3829         nnimap-streaming test.
3830
3831         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3832         servers twice.
3833
3834         * nnimap.el (nnimap-open-connection): Add more error reporting when
3835         nnimap fails early.
3836
3837         * nnheader.el (nnheader-get-report-string): New function.
3838         (nnheader-get-report): Use it.
3839
3840         * gnus-int.el (gnus-check-server): Say what the error was when opening
3841         failed.
3842
3843         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3844         using streaming.
3845
3846 2010-09-25  Julien Danjou  <julien@danjou.info>
3847
3848         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3849         gnus-window-inside-pixel-edges.
3850
3851 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3854
3855         * mm-decode.el (mm-save-part): Allow saving to other directories the
3856         normal Emacs way.
3857
3858         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3859         Suggested by Jay Berkenbilt.
3860
3861         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3862         there isn't a single byte.
3863
3864         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3865         just do it.  It doesn't really seem to matter what the user responds
3866         here, I think, so it's just a confusing question.
3867
3868         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3869         non-streaming case.
3870
3871         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3872         (gnus-article-encrypt-body): Use it.
3873
3874         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3875         keystroke.
3876
3877         * nnimap.el (nnimap-find-wanted-parts-1):
3878         Use gnus-fetch-partial-articles.
3879
3880         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3881
3882         * nnimap.el (nnimap-insert-partial-structure): New function.
3883         (nnimap-get-partial-article): New function.
3884         (nnimap-request-article): Use it.
3885         (nnimap-wait-for-response): Return whether the wait was successful.
3886         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3887         retrieval wasn't successful.
3888         (nnimap-retrieve-group-data-early): Allow throttling servers.
3889         (nnimap-streaming): New variable.
3890         (nnimap-fetch-partial-articles): Remove.
3891
3892         * mm-decode.el (mm-with-part): Protect against killed buffers.
3893
3894         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3895         for prettier summary display.
3896
3897 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3898
3899         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3900
3901 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3904         apparently third-party libraries depend on it.
3905
3906         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3907         before starting negotiation.
3908
3909         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3910         privacy reasons.
3911         (gnus-treat-mail-gravatar): Ditto.
3912
3913         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3914         buffer when inserting images.  Inserting text into the headers, for
3915         instance, can make them invalid.
3916
3917 2010-09-25  Julien Danjou  <julien@danjou.info>
3918
3919         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3920         variables.
3921
3922         * nnheader.el: Remove useless variables news-reply-yank-from and
3923         news-reply-yank-message-id.
3924
3925         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3926         variables.
3927
3928         * mml1991.el: Remove useless mml1991-verbose.
3929
3930         * gnus.el: Remove useless variable gnus-use-generic-from.
3931         Remove obsolete variable gnus-topic-indentation.
3932
3933         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3934
3935         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3936
3937         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3938
3939         * gnus-group.el: Remove useless gnus-group-icon-cache.
3940         Remove useless gnus-ephemeral-group-server.
3941
3942         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3943
3944         * mml2015.el: Remove useless mml2015-verbose.
3945
3946         * mml-smime.el: Remove useless mml-smime-verbose.
3947
3948         * gnus.el: Remove useless gnus-local-domain.
3949
3950         * gnus-gravatar.el (gnus-gravatar-transform-address):
3951         Use gnus-gravatar-size.
3952
3953         * gnus-art.el: Remove useless gnus-treat-translate.
3954
3955 2010-09-24  Julien Danjou  <julien@danjou.info>
3956
3957         * gnus-sum.el: Add support for Gravatars.
3958
3959         * gnus-art.el: Add support for Gravatars.
3960
3961         * gnus-gravatar.el: Add this file.
3962
3963         * gravatar.el: Add this file.
3964
3965 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3968
3969         * gnus-group.el (gnus-group-fetch-faq): Remove.
3970
3971         * gnus.el (gnus-group-faq-directory): Remove.
3972
3973         * gnus-group.el (gnus-group-fetch-charter): Remove.
3974
3975         * gnus.el (gnus-group-charter-alist): Remove.
3976
3977         * gnus-group.el (gnus-group-archive-directory): Remove.
3978         (gnus-group-recent-archive-directory): Ditto.
3979         (gnus-group-make-archive-group): Remove.
3980
3981         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3982
3983         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3984         use the same article number for all the cached articles.
3985
3986         * nnimap.el (nnimap-command): Register the last command time so
3987         that we can use it for idling NOOPs.
3988         (nnimap-open-connection): Start the keeplive timer.
3989         (nnimap-make-process-buffer): Store all the process buffers.
3990         (nnimap-keepalive): New function.
3991
3992         * starttls.el (starttls-open-stream): Add autoload cookie.
3993
3994 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3995
3996         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3997         handling.
3998
3999 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4002         its data structures.
4003
4004         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4005         instead of the cl.el copy-list.
4006         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4007         equalp.
4008
4009 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4012         and tool-bar-local-item-from-menu.
4013
4014         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4015         mode-line-highlight face for Emacs.
4016
4017         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4018         loading gnus-sum.elc; fix comment for canlock-verify.
4019         (gnus-article-jump-to-part): Use read-number.
4020         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4021         Remove Emacs pre-21 compatible code for help-echo.
4022         (gnus-article-next-page-1): No need to adjust the number of lines.
4023         (gnus-article-describe-bindings): Always use help-buffer.
4024
4025         * gnus-audio.el (gnus-audio-inline-sound)
4026         * gnus-cus.el (gnus-custom-mode)
4027         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4028
4029         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4030
4031         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4032         compatible code.
4033
4034 2010-09-24  Glenn Morris  <rgm@gnu.org>
4035
4036         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4037         visiting the fcc file in rmail-mode.
4038
4039         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4040
4041 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * nnir.el: Silence the byte compiler.
4044
4045         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4046         alias to browse-url-url-encode-chars if any.
4047         (gnus-html-encode-url): Use it.
4048
4049 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-start.el (gnus-use-backend-marks): New variable.
4052         (gnus-get-unread-articles-in-group): Use it.
4053
4054         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4055         makeover.
4056
4057 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4058
4059         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4060
4061 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4064         Remove.
4065         (gnus-setup-news-hook):
4066         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4067
4068         * gnus-int.el (gnus-request-update-info): Protect against backends not
4069         having the function.
4070
4071         * nnimap.el (nnimap-stream): Mention starttls.
4072         (nnimap-open-connection): Add starttls support.
4073
4074 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4075
4076         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4077
4078 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4081         BODYSTRUCTUREs.
4082         (nnimap-transform-headers): Unfold quoted {42} headers.
4083
4084         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4085         the info.
4086         (gnus-get-unread-articles): Only call updatep on backends that support
4087         it.
4088
4089         * nnweb.el (nnweb-request-update-info): NOOP.
4090
4091         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4092
4093         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4094         since it only deals with marks.
4095
4096         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4097         gnus-request-marks, and make a new gnus-request-update-info.
4098
4099         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4100         the active instead of the high number, which is usually too low.
4101
4102 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4105         * encrypt.el: Remove.
4106
4107 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4110         server in symbolic form.
4111
4112         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4113
4114 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4117         (nnimap-update-info): Fix up code slightly.
4118
4119         * gnus-int.el (gnus-open-server): Add tracing for performance
4120         debugging.
4121
4122         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4123         (gnus-group-insert-group-line): Pass the real group name so that it
4124         gets the right data.
4125
4126         * gnus-start.el (gnus-get-unread-articles): Don't have
4127         `gnus-get-unread-articles-in-group' update info, since that can be
4128         really slow and doesn't seem to be needed?
4129
4130 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4131
4132         * time-date.el (date-to-time): Try using parse-time-string first before
4133         using the slower timezone-make-date-arpa-standard.
4134
4135 2010-09-22  Julien Danjou  <julien@danjou.info>
4136
4137         * gnus-group.el (gnus-group-insert-group-line):
4138         Call gnus-group-highlight-line.
4139         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4140         default hook list.
4141         (gnus-group-update-eval-form): Add new function.
4142         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4143         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4144
4145 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4148         immediate, then expire all articles.
4149         (nnimap-update-info): Fix off-by-one errors.
4150         (nnimap-flags-to-marks): Would return no marks lists for group with no
4151         flags.  Instead return the other data.
4152
4153 2010-09-22  Julien Danjou  <julien@danjou.info>
4154
4155         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4156         Only return an icon.
4157         (gnus-group-insert-group-line): Compute icon to return.
4158
4159         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4160         (gnus-html-image-fetched): Only cache if
4161         gnus-html-image-automatic-caching is set.
4162         (gnus-html-image-fetched): Check for errors.
4163
4164 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4167         once per method on `g'.  This ensures that backends like nnfolder don't
4168         open all their folders.
4169
4170         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4171         (nnimap-request-list): Nix out group in the correct buffer.
4172         (nnimap-parse-flags): Implement by using `read' instead of
4173         hand-parsing.
4174         (nnimap-flags-to-marks): Pass on permanent-flags.
4175         (nnimap-make-process-buffer): Record the server name.
4176         (nnimap-parse-flags): Fix typo.
4177         (nnimap-request-scan): Run split on the server in general, not just a
4178         single group.
4179
4180         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4181         parameter, and propagate this downwards.
4182
4183         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4184         since EXAMINE changes it on the server.
4185
4186         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4187         this command might take a while.
4188
4189 2010-09-22  Julien Danjou  <julien@danjou.info>
4190
4191         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4192         harmful if you have 2 images side-by-side, they can't be properly
4193         update on text deletion.  Using text-property is safer here.
4194         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4195         data.
4196
4197 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * nnimap.el (nnimap-expunge-inbox): Remove.
4200         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4201         (nnimap-expunge): Flip default to t.
4202
4203         * gnus.el (gnus-method-to-server): Don't push things to the cache
4204         unless it's unique.
4205         (gnus-server-to-method): Ditto.
4206
4207 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4210
4211 2010-09-22  Julien Danjou  <julien@danjou.info>
4212
4213         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4214         get the start of data.
4215         (gnus-html-encode-url): Add this function to encode special chars in
4216         URL.
4217         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4218         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4219
4220         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4221         default.
4222         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4223
4224         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4225         images alt-text.
4226         (gnus-html-put-image): Put alt-text as help-echo.
4227
4228 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4231         * mm-util.el (mm-decompress-buffer)
4232         * nnir.el (nnir-run-find-grep)
4233         * pop3.el (pop3-list): Use 3rd arg of split-string.
4234
4235         * time-date.el (format-seconds): Comment fix.
4236
4237         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4238         and byte-optimize-form-code-walker.
4239         (dgnushack-make-auto-load): Don't advise make-autoload.
4240
4241         * lpath.el: Remove Emacs 21 stuff.
4242
4243 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4246         outside the active range.  Suggested by Dan Christensen.
4247
4248         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4249         slightly later to avoid double-getting it.
4250
4251         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4252         previous patch.
4253
4254         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4255
4256 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4257
4258         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4259
4260 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-int.el (gnus-open-server): Give a better error message in the
4263         "go offline" case.
4264
4265         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4266         marks for nnimap, which is seldom the right thing to do.
4267
4268         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4269         (gnus-same-method-different-name): New function.
4270
4271         * nnimap.el (parse-time): Require.
4272
4273         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4274         method in the presence of many similar methods.
4275
4276         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4277
4278         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4279         nnml-inhibit-expiry.
4280
4281         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4282         find out whether methods are equal.
4283
4284         * nnimap.el (nnimap-find-expired-articles): New function.
4285         (nnimap-process-expiry-targets): New function.
4286         (nnimap-request-move-article): Request the article before looking at
4287         what the Message-ID is.  Fix found by Andrew Cohen.
4288         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4289
4290         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4291         for oldness in addition to being a predicate.
4292
4293         * nnimap.el (nnimap-request-group): When we have zero articles, return
4294         the right data to Gnus.
4295         (nnimap-request-expire-articles): Only delete articles immediately if
4296         the target is 'delete.
4297
4298         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4299         method, this would bug out.
4300
4301         * gnus-group.el (gnus-group-expunge-group): Rename from
4302         gnus-group-nnimap-expunge, and implemented as a normal interface
4303         function.
4304
4305         * gnus-int.el (gnus-request-expunge-group): New function.
4306
4307         * nnimap.el (nnimap-request-create-group): Implement.
4308         (nnimap-request-expunge-group): New function.
4309
4310 2010-09-21  Julien Danjou  <julien@danjou.info>
4311
4312         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4313         (gnus-html-cache-expired): Add new function.
4314         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4315         wethever we should display image for fetch it.
4316         Compute alt-text earlier to pass it to the fetching function too.
4317         (gnus-html-schedule-image-fetching): Change function argument to only
4318         get one image at a time, not a list.
4319         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4320         cache.
4321         (gnus-html-get-image-data): New function to retrieve image data from
4322         cache.
4323         (gnus-html-put-image): Change buffer argument to use image data rather
4324         than file, and place image above region rather than inserting a new
4325         one.  Do not take alt-text as argument, since it's useless now: we place
4326         the image above alt-text.
4327         (gnus-html-prune-cache): Remove.
4328         (gnus-html-show-images): Start to fetch image when we find one, do not
4329         push into a temporary list.
4330         (gnus-html-prefetch-images): Only fetch image if they have expired.
4331         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4332         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4333
4334 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4337
4338 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4341         spec inser "*" if the group isn't active instead of 0.
4342
4343         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4344         opening the server.
4345         (nnimap-request-delete-group): Implement group deletion.
4346         (nnimap-transform-headers): Return the size of the entire message in
4347         the Bytes header, not just the size of the first part.
4348         (nnimap-request-move-article): When moving an article from nnimap,
4349         request the article first so the accepting form has an article to
4350         accept.  Reported by Dan Christensen.
4351         (nnimap-command): Make sure that the error message doesn't error out.
4352
4353 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4354
4355         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4356         we haven't requested anything.
4357
4358 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4361         "".  Fix found by Andrew Cohen.
4362
4363         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4364         instead of -encode-string.
4365
4366 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4369
4370         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4371         by mm-subst-char-in-string.
4372
4373 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4376         waiting for the connection string.
4377
4378         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4379         arriving.
4380
4381         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4382         bogus characters.  This allows selecting certain Gmail groups.
4383
4384         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4385         (nnimap-fetch-partial-articles): New variable.
4386         (nnimap-open-connection): When looking for credentials, also use the
4387         nnimap-server-port.
4388         (nnimap-request-article): Return the group/article number, so that Gnus
4389         `^' works as expected.
4390         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4391
4392         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4393         comments.
4394         (gnus-methods-sloppily-equal): New function.
4395         (gnus): When using the development version of Gnus, load the gnus-load
4396         file.
4397
4398         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4399         `gnus-open-server' on each method before trying to scan them etc.
4400         This ensures that all the backend parameters are set correctly.
4401
4402         * nnimap.el (nnimap-authenticator): New variable.
4403         (nnimap-open-connection): Allow anonymous login.
4404         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4405         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4406
4407         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4408         patch, found by Knut Anders Hatlen.
4409
4410 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4411
4412         * gnus-agent.el (gnus-agent-batch-confirmation)
4413         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4414         to gnus-message.
4415         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4416         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4417         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4418         * gnus-int.el (gnus-open-server): Likewise.
4419         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4420         (gnus-score-check-syntax): Likewise.
4421         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4422         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4423         Likewise.
4424         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4425
4426 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4429         calling conventions so that prefetch doesn't bug out.
4430
4431 2010-09-19  Julien Danjou  <julien@danjou.info>
4432
4433         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4434         rather than `subst-char-in-region' in order to be able to replace ASCII
4435         char by UTF-8 ones.
4436
4437         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4438         than curl.
4439         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4440         the right URL and ALT text on images.
4441         (gnus-html-wash-tags): Fix tag case.
4442         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4443         (gnus-article-html): Add -o display_ins_del=2 option.
4444         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4445
4446 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4449         the extra mail headers, which sometimes seem to happen for unknown
4450         reasons.
4451
4452         * mail-parse.el (mail-header-encode-parameter): Define as
4453         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4454         (or most, perhaps?) mail readers don't understand the latter, but do
4455         understand the former.
4456
4457         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4458         to nil, so that no methods are automatically agentized.  I think this
4459         is probably what most users want.
4460
4461         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4462         from url-retrieve, for instance about invalid URLs.
4463
4464         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4465         groups that have no articles.
4466         (nnimap-request-article): Check that we really got an article when we
4467         requested one.
4468
4469         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4470         doesn't exist.
4471
4472         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4473         nntp buffer so the agent can save it.
4474         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4475         that CRLF doesn't get translated to \n.
4476         (nnimap-open-connection): Don't make 'shell commands only send \n.
4477
4478 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4481         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4482         Update var name.
4483         (nnml-generate-nov-file): Use dolist.
4484         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4485         Use with-current-buffer.
4486
4487 2010-09-18  Julien Danjou  <julien@danjou.info>
4488
4489         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4490         parallel.
4491
4492 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4495         the range update right.
4496         (nnimap-request-group): Don't make `M-g' bug out on group with no
4497         marks.
4498         (nnoo): Require, so that other packages can require nnimap.
4499         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4500         command we're looking for.  This helps when the server sends more
4501         responses after we've gotten everything we expected.
4502         (nnimap): Add a `newlinep' field to keep track of end-of-line
4503         conventions.
4504         Don't send CRLF to things that don't want it.
4505         (nnimap-request-accept-article): Ditto.
4506
4507 2010-09-18  Julien Danjou  <julien@danjou.info>
4508
4509         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4510         than curl to retrieve images.
4511
4512 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4515         the marks.
4516         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4517         (nnimap-wait-for-connection): New function.
4518         (nnimap-open-connection): If we have PREAUTH, don't query for login
4519         credentials.
4520         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4521         when doing a partial update.
4522
4523 2010-09-18  Julien Danjou  <julien@danjou.info>
4524
4525         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4526         tags.
4527
4528 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * nnimap.el (nnimap-credentials): New function.
4531         (nnimap-open-connection): Use the new function to look for credentials
4532         also on the numeric equivalents of "imap" and "imaps".
4533
4534         * gnus-start.el (gnus-activate-group): Send the info to
4535         gnus-request-group.
4536
4537         * nnimap.el (nnimap-request-group): Have the "check" version of the
4538         function parse flags and update the info, so that a `M-g' get a total
4539         resync of all flags from the group.
4540
4541         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4542         to allow backends to alter the info on group selection.  Also alter all
4543         the backend -request-group functions to take the parameter.
4544
4545         * nnimap.el (nnimap-store-info): New function.
4546         (nnimap-update-info): Store the info for later usage.
4547         (nnimap-request-group): Use the stored info for the dont-check case, so
4548         that we don't retrieve all marks when we enter a group.
4549
4550         * nnimap.el: Use deffoo instead of defun for interface functions.
4551
4552         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4553         update the group info.  This makes the nndraft groups, for instance, go
4554         back to their old behaviour.
4555
4556         * gnus-sum.el (gnus-select-newsgroup): Indent.
4557
4558         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4559         in.
4560         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4561         nothing.
4562
4563         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4564         from methods that are denied.
4565
4566         * gnus-int.el (gnus-method-denied-p): New function.
4567
4568         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4569         store the password instead of netrc.
4570         (nnimap-open-connection): Don't error out when we can't make a
4571         connections.
4572
4573         * auth-source.el (auth-source-create): In the password prompt, say what
4574         we're querying for.  Also prompt for user name if that hasn't been
4575         given.
4576
4577         * nnimap.el (nnimap-with-process-buffer): Remove.
4578
4579 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4582         method when we're reading from the agent.
4583
4584         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4585
4586         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4587         that's probably most useful for users.
4588
4589         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4590         "failed" all the time.
4591
4592         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4593         ...)) with (with-current-buffer ... ).
4594
4595         * nntp.el (nntp-open-server): Return whether the open was successful or
4596         not.
4597
4598         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4599         select an unread unseen article first.
4600
4601         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4602         /etc/services, supply some sensible port defaults.
4603
4604         * dgnushack.el: Define netrc-credentials.
4605
4606 2010-09-17  Julien Danjou  <julien@danjou.info>
4607
4608         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4609
4610 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4611
4612         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4613         doesn't have any parameters.
4614
4615 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4618         only upcased checks.
4619
4620         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4621
4622         * nnimap.el (nnimap-open-shell-stream): New function.
4623         (nnimap-open-connection): Use it.
4624         (nnimap-transform-headers): Get the number of lines in each message.
4625         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4626         number of lines.
4627         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4628         problem.
4629
4630         * utf7.el (utf7-encode): Autoload.
4631
4632         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4633         to allow the mail splitting to not return a default group.  This is
4634         useful for nnimap, which will leave unmatched mail in the inbox.
4635
4636         * nnimap.el: Rewritten.
4637
4638         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4639         nnimap usage.
4640
4641         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4642         if the move is internal, so that nnimap can do fast internal moves.
4643
4644         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4645         data.
4646         (gnus-read-active-for-groups): Support finishing the early retrieval of
4647         data.
4648
4649         * gnus-range.el (gnus-range-nconcat): New function.
4650
4651         * gnus-int.el (gnus-finish-retrieve-group-infos)
4652         (gnus-retrieve-group-data-early): New functions.
4653
4654 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4655
4656         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4657         (nnrss-retrieve-groups):
4658         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4659         (pop3-quit): Use with-current-buffer.
4660
4661 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4664         instead of nnheader-accept-process-output.
4665
4666         * dgnushack.el (dgnushack-compile): Add comment.
4667
4668         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4669
4670         * gnus-html.el (gnus-html-schedule-image-fetching)
4671         (gnus-html-prefetch-images): Replace process-kill-without-query by
4672         gnus-set-process-query-on-exit-flag.
4673
4674 2010-09-16  Romain Francoise  <romain@orebokech.com>
4675
4676         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4677
4678 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4681         parameter to unintern is mandatory-ish in Emacs 24.
4682
4683         * gnus-html.el (gnus-html-schedule-image-fetching)
4684         (gnus-html-prefetch-images): Check for curl before using it.
4685
4686         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4687         depend on curl, which isn't essential.
4688
4689         * imap.el: Revert back to version
4690         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4691         seem problematic.
4692
4693 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4694
4695         * gnus-registry.el (gnus-registry-install-shortcuts):
4696         Explicitly pass `obarray' to `unintern' to avoid a warning.
4697
4698 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4701         change.
4702
4703         * nnrss.el (nnrss-request-list): Remove this function and related
4704         functions, including the moreover stuff.
4705
4706 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * nnrss.el (nnrss-retrieve-groups): New function.
4709
4710 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4711
4712         * .dir-locals.el: Add no-byte-compile cookie.
4713
4714 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * time-date.el (format-seconds): Comment fix.
4717
4718         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4719         for back end that doesn't support request-scan.
4720
4721 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4724         then do request scans from the backends.
4725
4726         * netrc.el (netrc-credentials): New conveniency function.
4727
4728         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4729         avoid running a hook per line, since this takes a lot of time,
4730         profiling shows.
4731         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4732         directly if gnus-visual-p is true.
4733
4734 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4737         groups; replace mapcar with dolist which is a bit faster; pass groups
4738         info to gnus-read-active-file-1.
4739         (gnus-read-active-file-1): Scan only specified groups if the new
4740         optional arg `infos' is given.
4741
4742 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4745
4746         * pop3.el (pop3-movemail): Remove.
4747         (pop3-streaming-movemail): Rename to pop3-movemail.
4748
4749         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4750         don't restrict end-tag searches to the end of the line.
4751
4752 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4755         articles of every unchecked group to t, which means unknown since the
4756         server has never been opened.
4757
4758 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-html.el (gnus-html-show-alt-text): New command.
4761         (gnus-html-browse-image): Ditto.
4762         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4763         to browse the image directly.
4764         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4765         better.
4766
4767         * gnus-async.el (gnus-async-article-callback):
4768         Call `gnus-html-prefetch-images' unconditionally.
4769
4770         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4771         before feeding URLs to curl.
4772
4773 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4776         internal images as deletable by `W D D'.
4777
4778         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4779         (gnus-async-article-callback): Fix typo.
4780
4781 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4784         current line to work around bugs in the output from w3m.
4785
4786         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4787         for groups that want that.
4788
4789         * nntp.el (nntp-wait-for-string): Supply a timeout for
4790         accept-process-output to ensure progress.
4791
4792         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4793         level to get unread articles from, then use that for foreign groups,
4794         too.
4795
4796         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4797         confuses the rest of the function.
4798
4799         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4800         for the methods that support -retrieve-groups, too.
4801
4802         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4803
4804 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4807         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4808
4809         * pop3.el: Require cl when compiling.
4810         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4811
4812 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4815         that aren't going to be activated.
4816         (gnus-get-unread-articles): Fix up the last commit.
4817
4818         * gnus-html.el (gnus-article-html): Allow calling without specifying
4819         the handle.  In that case, dissect the buffer first.
4820
4821         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4822
4823         * nnimap.el (nnimap-open-connection): Revert the change that would look
4824         into authinfo for imaps instead of imap.
4825
4826         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4827         say that you don't want to call gnus-request-group with don-check, but
4828         do check the reponse.  This is for virtual groups only.
4829         (gnus-get-unread-articles): Count the archive groups as secondary, so
4830         that they're activated the same way as before.
4831
4832         * imap.el (imap-message-map): Removed optional buffer parameter, since
4833         no callers use it.
4834         (imap-message-get): Ditto.
4835         (imap-message-put): Ditto.
4836         (imap-mailbox-map): Ditto.
4837         (imap-mailbox-put): Ditto.
4838         (imap-mailbox-get): Ditto.
4839         (imap-mailbox-get): Revert last change for this function.
4840
4841         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4842         case-insensitively.
4843         (nnimap-debug): Remove.
4844
4845         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4846         to use `imap-fetch' instead.  According to the comments, this should be
4847         safe, since all other IMAP clients use the 1:* syntax.
4848         (imap-enable-exchange-bug-workaround): Removed.
4849         (imap-debug): Removed -- doesn't seem very useful.
4850
4851         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4852         mail from a file, and the file doesn't exist.
4853
4854         * imap.el (imap-log): New convenience function used throughout instead
4855         of repeating the same code all over the place.
4856
4857         * pop3.el (pop3-streaming-movemail): Return t for success.
4858
4859         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4860         .authinfo if we're using ssl connection.
4861
4862         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4863         already have if we're in a main Gnus `g' run.
4864
4865         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4866
4867 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4870
4871         * nnmh.el (nnmh-request-list-1): Bind `file'.
4872
4873         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4874         alias to set-process-query-on-exit-flag or process-kill-without-query.
4875         (pop3-open-server): Use it.
4876
4877 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4880         box to the Incoming file.  Fixes mistake in previous checkin.
4881
4882         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4883         request loop (for debugging purposes) removed.
4884
4885         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4886         culprit is more visible.
4887         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4888         (nnml-add-incremental-nov): New functions to do "incremental" nov
4889         updates, where we just append to the end of the existing nov files
4890         without reading/writing them in full.
4891
4892         * mail-source.el (mail-source-delete-crash-box): Really only check the
4893         incoming files once in a while.
4894
4895         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4896
4897         * mail-source.el (mail-source-delete-crash-box): Only check the
4898         incoming files for deletion once per day to save a lot of file
4899         accesses.
4900
4901         * pop3.el (pop3-logon): Fix up unbound variable typo.
4902
4903         * mail-source.el (pop3-streaming-movemail): Autoload.
4904
4905         * pop3.el (pop3-streaming-movemail):
4906         Respect pop3-leave-mail-on-server.
4907
4908         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4909         retrieval.
4910
4911         * pop3.el (pop3-process-filter): Remove unused function.
4912         (pop3-streaming-movemail, pop3-send-streaming-command)
4913         (pop3-wait-for-messages, pop3-write-to-file)
4914         (pop3-number-of-responses): New functions for streaming pop3
4915         retrieval.
4916
4917         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4918         come from no known methods.
4919         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4920         list.
4921
4922         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4923         message sizes.
4924         (pop3-movemail): Use erase-buffer instead of looping and deleting
4925         regions, which seems rather odd.
4926
4927         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4928         file once per `g' run.
4929
4930         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4931         directories.  This makes the draft queue directory work.
4932
4933         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4934         data from the backends, so that we only request the list of groups from
4935         each method once.  This should speed things up considerably.
4936
4937         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4938         detect that it's not implemented.
4939
4940         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4941         we actually do recurse down into the tree, but don't stat all leaf
4942         nodes.
4943
4944         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4945         then say so instead of bugging out.
4946
4947         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4948         files exist before trying to read them.
4949
4950         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4951         around <pre_int>.
4952
4953         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4954
4955         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4956
4957 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * mm-util.el (mm-image-load-path): Just return the image directories,
4960         not all directories in the path in addition to the image directories.
4961         (mm-image-load-path): Maintain a cache of the image directories so that
4962         the `g' command in Gnus doesn't have to stat dozens of directories each
4963         time.
4964
4965         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4966         (gnus-html-wash-tags): Add a new `i' command to insert images.
4967         (gnus-html-insert-image): New command and keystroke.
4968         (gnus-html-redisplay-with-images): New command and keystroke.
4969         (gnus-html-show-images): Rename command.
4970         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4971         spacers.
4972         (gnus-html-wash-tags): Decode entities at the end, so that entities
4973         inside the tags don't mess up the rest of the "parsing".
4974
4975         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4976         so that nnimap methods aren't agentized by default.  There's apparently
4977         many problems related to agent/imap behaviour.
4978
4979         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4980
4981         * gnus-html.el: Doc fix.
4982
4983 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4986         specifier-spec-list for Emacs 21.
4987
4988         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4989         glyph-width and glyph-height instead of display-graphic-p and
4990         image-size; make avoidance of displaying small images work for XEmacs.
4991
4992         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4993         for XEmacs.
4994
4995         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4996         of symbol that holds plist data.
4997         (gnus-process-plist): Remove plist of process after getting it.
4998
4999 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * message.el (message-generate-hashcash): Change default to
5002         'opportunistic if hashcash is installed.
5003
5004         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5005         (gnus-html-put-image): Only call image-size once, since it's somewhat
5006         time-consuming on remote X servers.
5007
5008 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5011         type on data, not a file name.
5012
5013         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5014         window-pixel-edges for Emacs 21.
5015
5016         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5017         decoded contents.
5018         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5019
5020 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5023         group line format, since it isn't very interesting.
5024
5025         * gnus-agent.el (gnus-agent-short-article),
5026         (gnus-agent-long-article): Increase values for these two variables,
5027         since most people are likely to have more network connection and
5028         storage than before.
5029
5030         * gnus.el (gnus-refer-article-method): Change default to 'current.
5031         When referring an article, the common behaviour is to refer it from the
5032         current select method, not the native select method.  The chances of
5033         the native select method having the message in question is rather slim
5034         these days.
5035
5036         * gnus-sum.el (gnus-auto-select-subject): Change default to
5037         `unseen-or-unread'.  I think it's likely that most people want to
5038         select an unseen article over a previously seen, but unread one.
5039
5040         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5041         means that in the article buffer none of the minor mode elements will
5042         be shown, usually, and this is not desirable in most cases.
5043
5044         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5045         that commands like `d' (and the like) go to the next line in the
5046         buffer, instead of the next unread article.  I think this is the
5047         behaviour that is most natural for most users.
5048         (gnus-single-article-buffer): Change default to nil, so that people can
5049         have as many article buffers open as they have summary buffer.  I think
5050         this is the most natural way for the groups to behave.
5051
5052         * message.el (message-generate-new-buffers): Change default to
5053         `unsent', so that all new message buffers start their names with the
5054         string "*unsent", and it's easier to find the buffers if you move from
5055         them.
5056
5057 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5060         small.  They're probably tracking images.
5061         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5062         (gnus-html-rescale-image): Yet another try at getting the image sizing
5063         right.
5064
5065         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5066         nntp-marks-file-name is nil.
5067
5068 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * gnus-html.el (gnus-html-wash-tags)
5071         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5072         Better logging.
5073
5074 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5077
5078         * gnus-html.el (gnus-html-wash-tags): Check the value of
5079         gnus-blocked-images in the summary buffer.
5080
5081 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5084
5085 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5088         like "a", it seems like.
5089         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5090         since it needs to be picked from the correct buffer.
5091
5092         * nnwfm.el: Remove.
5093
5094         * nnlistserv.el: Remove.
5095
5096 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5099         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5100
5101 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * nnkiboze.el: Remove.
5104
5105         * nndb.el: Remove.
5106
5107         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5108         alt text.
5109         (gnus-html-rescale-image): Try to get the rescaling logic right for
5110         images that are just wide and not tall.
5111
5112         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5113         overshadow variable bindings.
5114
5115 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * gnus-html.el (gnus-html-wash-tags)
5118         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5119         Add extra logging.
5120
5121 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5124         (gnus-max-image-proportion): New variable.
5125         (gnus-html-rescale-image): New function.
5126         (gnus-html-put-image): Rescale images.
5127
5128 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5129
5130         Fix up some byte-compiler warnings.
5131         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5132         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5133         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5134         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5135         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5136         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5137         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5138
5139 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-html.el (gnus-article-html): Decode contents by charset.
5142
5143 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5146         (gnus-html-frame-width, gnus-blocked-images)
5147         * message.el (message-prune-recipient-rules): Add custom version.
5148         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5149
5150         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5151         functions.
5152
5153         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5154         gnus-process-get.
5155
5156 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5157
5158         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5159         instead of lsub directly.
5160
5161 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * nnwarchive.el: Remove.
5164
5165         * gnus-soup.el: Remove.
5166
5167         * nnsoup.el: Remove.
5168
5169         * nnultimate.el: Remove.
5170
5171         * gnus-html.el (gnus-blocked-images): New variable.
5172
5173         * message.el (message-prune-recipients): New function.
5174         (message-prune-recipient-rules): New variable.
5175
5176         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5177         guess whether a long line is natural text or not.
5178
5179         * gnus-html.el (gnus-html-schedule-image-fetching):
5180         Use gnus-process-plist and friends for compatibility.
5181
5182 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * gnus-html.el: Require packages that define macros used in this file.
5185         (gnus-article-mouse-face): Declare to silence byte-compiler.
5186         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5187         process-get.
5188         (gnus-html-put-image): Use plist-get to avoid getf.
5189         (gnus-html-prefetch-images): Use with-current-buffer.
5190
5191 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-ems.el: Provide compatibility functions for
5194         gnus-set-process-plist.
5195
5196         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5197         header-line-format for XEmacs 21.4.
5198
5199         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5200         * gnus.el (gnus-valid-select-methods)
5201         * message.el (message-send-mail-partially-limit)
5202         * mm-decode.el (mm-text-html-renderer)
5203         * mml.el (mml-insert-mime-headers-always)
5204         * smiley.el (smiley-regexp-alist): Bump custom version.
5205
5206 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-html.el: require mm-url.
5209         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5210         with the url to `url'.
5211         (gnus-html-wash-tags): Support cid: URLs/images.
5212
5213 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5216         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5217         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5218
5219         * gnus-move.el: Remove file, since it doesn't really work.
5220
5221         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5222         UTF-8.  This seems to fix problems with some German web feeds.
5223
5224         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5225         at the top so that the proper colours are applied.
5226
5227         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5228         don't have dots in their names.
5229
5230         * gnus-art.el (gnus-article-view-part): Doc fix.
5231
5232         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5233         XEmacs-compatible.
5234         (gnus-html-put-image): Don't do images on non-graphic displays.
5235
5236         * nnslashdot.el: Remove this unused backend.
5237
5238         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5239         actions.
5240         (gnus-undo-register-1): Revert last change.
5241
5242         * gnus-group.el (gnus-group-completing-read): Protect against not
5243         having completion-styles bound.
5244
5245         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5246         make broken recipients happier.
5247
5248         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5249
5250         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5251         point parameter.
5252
5253         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5254
5255         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5256         completion-styles for group selection.
5257
5258 2009-02-04  Andreas Schwab  <schwab@suse.de>
5259
5260         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5261         headers and regexp-quote the match if necessary.
5262
5263 2009-03-24  Miles Bader  <miles@gnu.org>
5264
5265         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5266         the blinking smiley.
5267
5268 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5269
5270         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5271         blink smiley.
5272
5273 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5276         where the dribbel file lives exists.
5277
5278         * message.el (message-send-mail-partially-limit): Change the default to
5279         nil, since most people don't want this.
5280
5281         * mm-url.el (mm-url-decode-entities): Also decode entities like
5282         &#x3212.
5283
5284 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5285
5286         * gnus-sum.el (gnus-summary-idna-message):
5287         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5288         Hyperlink urls in docstrings with URL `...'.
5289
5290 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5291
5292         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5293         functions.
5294
5295 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5298         say what the mouseover text should be.
5299
5300         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5301         version of the mm-w3m-safe-url-regexp variable to only download images
5302         in the groups where we want that to happen.
5303
5304         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5305
5306         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5307         easier debugging.
5308         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5309         big pictures in the article buffer.
5310
5311         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5312         gnus-article-html.
5313         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5314         w3m.
5315
5316         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5317
5318 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5321         which doesn't exist.
5322
5323         * message.el (message-inhibit-ecomplete): New variable to allow some
5324         function to inhibit ecomplete address storage.
5325         (message-resend): Disable ecomplete message storage when resending
5326         messages.
5327
5328         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5329
5330 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5333         Save excursion while copying, moving, and deleting articles in order to
5334         prevent the cursor from jumping to unforeseen place.
5335
5336 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * lpath.el: No need to bind bookmark-current-buffer,
5339         bookmark-yank-point and bookmark-make-record-function.
5340
5341 2010-08-17  Glenn Morris  <rgm@gnu.org>
5342
5343         * gnus-sync.el: Require gnus components whose functions are used.
5344
5345         * gnus-art.el (bookmark-make-record-function):
5346         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5347         Declare for compiler.
5348
5349         * mm-url.el (mml-compute-boundary): Autoload.
5350
5351 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5354
5355 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         Typo fix "hoo4a" -> "hook".
5358
5359         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5360
5361 2010-08-14  Glenn Morris  <rgm@gnu.org>
5362
5363         * gnus-sync.el (gnus-sync): Fix defgroup version.
5364
5365 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5368
5369         * gnus-sync.el: Fix docs.
5370         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5371         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5372
5373 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         Optimizations for gnus-sync.el.
5376
5377         * gnus-sync.el: Add docs about gnus-sync-backend
5378         possibilities.
5379         (gnus-sync-save): Remove unnecessary message.
5380         (gnus-sync-read): Optimize and show what groups were skipped.
5381
5382 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         Minor bug fixes for gnus-sync.el.
5385
5386         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5387         Don't read the sync on get-new-news.
5388
5389         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5390         quiet.
5391
5392         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5393         (fix typo).
5394
5395 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5396
5397         Make saving and restoring of hidden threads work with overlays.
5398         Patch applied by Ted Zlatanov.
5399
5400         * gnus-sum.el (gnus-hidden-threads-configuration)
5401         (gnus-restore-hidden-threads-configuration): Update to deal with text
5402         properties, rather than searching for a magic character.
5403
5404 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5405
5406         New gnus-sync.el library for synchronization of marks.
5407
5408         * gnus-sync.el: New library for synchronization of marks.
5409
5410         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5411         renamed from `gnus-registry-grep-in-list'.
5412
5413         * gnus-registry.el (gnus-registry-follow-group-p):
5414         Use `gnus-grep-in-list'.
5415
5416         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5417
5418 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5421         determining charset of text fails.
5422
5423 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * nnmail.el (nnmail-get-new-mail-1): Revert.
5426
5427         * nnml.el (nnml-active-number): Make sure names of newly created groups
5428         in nnml-group-alist are encoded.
5429
5430 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5433         containing non-ASCII characters in active file for nnml back end.
5434
5435 2010-07-24  David Engster  <dengste@eml.cc>
5436
5437         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5438         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5439
5440 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5441
5442         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5443         tag (Bug#6654).
5444
5445 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5448         the article buffer, not the summary buffer.
5449
5450 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5453         Emacs 23 as well.
5454
5455 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5458         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5459
5460 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5461
5462         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5463         Patch applied by Karl Fogel.
5464
5465         * gnus-sum.el (gnus-summary-bookmark-make-record):
5466         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5467
5468 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5469
5470         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5471         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5472         C-w still not working correctly from Article buffers; Thierry's
5473         patch to fix that will be applied after this.
5474
5475         * gnus-art.el (bookmark-make-record-function): New local variable.
5476
5477         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5478         article buffer.
5479         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5480
5481 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5482
5483         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5484         on changes in bookmark.el.
5485
5486 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5489         `no-log' instead of message not to log prompt string.
5490
5491 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5492
5493         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5494         the *other* type of HTML form submission.
5495
5496 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5497
5498         * auth-source.el (auth-source-pick): If choice does not contain a
5499         questioned keyword, set the check to t.
5500
5501 2010-06-12  Romain Francoise  <romain@orebokech.com>
5502
5503         * gnus-util.el (gnus-date-get-time): Move up before first use.
5504
5505 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5508         (gnus-article-edit-part): Bind it to make last part that is substituted
5509         or deleted visible.
5510         (gnus-mime-display-single): Buttonize part of which id equals to
5511         gnus-mime-buttonized-part-id.
5512
5513 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5514
5515         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5516         (gnus-dd-mmm): Use gnus-date-get-time.
5517         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5518         simplify logic.
5519         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5520         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5521
5522 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5523
5524         * auth-source.el (top): Autoload `secrets-list-collections',
5525         `secrets-create-item', `secrets-delete-item'.
5526         (auth-sources): Fix tag string.
5527         (auth-get-source, auth-source-retrieve, auth-source-create)
5528         (auth-source-delete): New defuns.
5529         (auth-source-pick): Rewrite in order to avoid 2 passes.
5530         (auth-source-forget-user-or-password): New parameter USERNAME.
5531         (auth-source-user-or-password): New parameters CREATE-MISSING and
5532         DELETE-EXISTING.  Retrieve password interactively, if needed.
5533
5534 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5535
5536         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5537         deleting unused directories when gnus-expert-user is t.
5538
5539 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5542         for each temp file when gnus-article-browse-delete-temp is ask.
5543
5544 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5545
5546         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5547         Lisp calls to delete-backward-char by calls to delete-char.
5548
5549 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5550
5551         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5552
5553 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5554
5555         * password-cache.el (password-cache-remove): Fix docstring.
5556
5557 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5560         article unless decoding article to be saved.
5561
5562 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5565         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5566         generated within the mm-with-unibyte-current-buffer macro.
5567
5568 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5571         to nil when we're in a mml-preview buffer and no group is selected.
5572
5573 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5574
5575         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5576         when catching the `C-g'.  Reported by "Leo".
5577
5578 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * message.el (message-forward-make-body-plain)
5581         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5582         multibyte-string-p.
5583
5584         * lpath.el: Revert.
5585
5586 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * message.el (message-forward-make-body-mml): Assume original message
5589         is multibyte string; error on unibyte.
5590         (message-forward-make-body-plain): Ditto; don't add excessive newline
5591         in body end.
5592
5593         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5594
5595 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5596
5597         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5598         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5599
5600 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * mm-extern.el (mm-extern-url): Don't use
5603         mm-with-unibyte-current-buffer.
5604         (mm-extern-cache-contents): Use with-current-buffer instead of
5605         save-excursion + set-buffer.
5606
5607 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mm-util.el (mm-emacs-mule): Remove.
5610
5611 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5612
5613         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5614         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5615         change.
5616
5617 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5620         bind the default value of enable-multibyte-characters to nil.
5621
5622 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * message.el (message-forward-make-body-plain)
5625         (message-forward-make-body-mml):
5626         Don't use mm-with-unibyte-current-buffer.
5627
5628 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5629
5630         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5631
5632 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5633
5634         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5635         (Bug#5592).
5636
5637 2010-05-07  Julien Danjou  <julien@danjou.info>
5638
5639         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5640         it to mm-pipe-part.
5641
5642         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5643         it is given.
5644
5645 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * binhex.el (binhex-decode-region-internal)
5648         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5649         (dns-query)
5650         * nnweb.el (nnweb-gmane-search)
5651         * pgg-parse.el (pgg-parse-armor)
5652         * pgg.el (pgg-verify-region)
5653         * sha1.el (sha1-string-external)
5654         * uudecode.el (uudecode-decode-region-internal)
5655         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5656         XEmacs.
5657
5658         * gnus-art.el (gnus-article-browse-html-parts)
5659         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5660         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5661         make-temp-file.
5662
5663         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5664         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5665         compiling.
5666
5667         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5668         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5669         XEmacs when compiling.
5670
5671         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5672         gnus-pick-mode-off-hook for XEmacs when compiling.
5673         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5674         gnus-binary-mode-off-hook for XEmacs when compiling.
5675
5676         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5677         Return nil if char-charset is not available.
5678
5679         * imap.el (imap-disable-multibyte)
5680         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5681         macros.
5682
5683         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5684         instead of encode-coding-string.
5685
5686         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5687         'xemacs) instead of mm-emacs-mule to switch function definitions.
5688         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5689
5690         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5691         bind temporary-file-directory for XEmacs;
5692         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5693         timer-set-function for XEmacs 21.4 and SXEmacs;
5694         bind timer-list for XEmacs 21.4 and SXEmacs;
5695         fbind char-charset and find-charset-region for non-Mule XEmacs;
5696         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5697         encode-coding-region and encode-coding-string for XEmacs having no
5698         file-coding feature.
5699
5700 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5701
5702         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5703
5704 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5707         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5708
5709 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5710
5711         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5712         alias `jka-compr-delete-temp-file' no longer exists.
5713
5714 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         Use define-minor-mode in Gnus where applicable.
5717         * mml.el (mml-mode): Use define-minor-mode.
5718         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5719         (gnus-undo-mode): Use define-minor-mode.
5720         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5721         (gnus-dead-summary-mode): Use define-minor-mode.
5722         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5723         Initialize in declaration.
5724         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5725         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5726         (gnus-mailing-list-mode): Use define-minor-mode.
5727         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5728         (gnus-draft-mode): Use define-minor-mode.
5729         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5730         (gnus-dired-mode): Use define-minor-mode.
5731
5732 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5733
5734         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5735         handles on recursive mml-to-mime translation and check them for
5736         boundary delimiter collisions.  Reported by Greg Troxel.
5737
5738 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5741
5742 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * mm-util.el (mm-find-buffer-file-coding-system):
5745         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5746
5747 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5748
5749         * message.el (message-generate-headers): Record insertion of optional
5750         headers as well.  Otherwise the check to prevent repeated insertion of
5751         optional headers is a no-op.
5752
5753 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * smime.el: Don't mention CVS.
5756
5757         * nnrss.el (nnrss-fetch): Don't mention CVS.
5758
5759         * nnir.el: Don't mention CVS.
5760
5761 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * gnus-sum.el (gnus-summary-bookmark-make-record):
5764         Add `location' field.
5765
5766 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * lpath.el: Fbind bookmark-default-handler,
5769         bookmark-get-bookmark-record, bookmark-make-record-default,
5770         bookmark-prop-get for Emacs <23 and XEmacs.
5771
5772 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5773
5774         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5775         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5776         Use with-current-buffer to silence the byte-compiler.
5777         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5778         bother to require `gnus'.
5779         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5780
5781 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5782
5783         * gnus-sum.el (gnus-summary-bookmark-make-record)
5784         (gnus-summary-bookmark-jump): New functions.
5785         (gnus-summary-mode): Setup bookmark support.
5786
5787 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5788
5789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5790         if set.
5791
5792 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5795         gnus-article-browse-html-save-cid-image; make it work recursively for
5796         forwarded messages as well.
5797         (gnus-article-browse-html-parts): Work when prefix arg is given.
5798         (gnus-article-browse-html-article): Doc fix.
5799
5800 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5801
5802         * message.el (message-default-mail-headers):
5803         (message-default-headers): Carry the value mail-default-headers over
5804         into message-default-mail-headers, rather than message-default-headers.
5805
5806 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5807
5808         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5809         charset.
5810
5811         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5812         charset into the <meta> tag when the article is encoded to utf-8.
5813
5814 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-art.el (gnus-article-browse-delete-temp-files):
5817         Delete directories as well.
5818         (gnus-article-browse-html-parts): Work for images that do not specify
5819         file names; delete temp directory when quitting; insert header at the
5820         right place; use file: scheme for image files.
5821
5822 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5823
5824         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5825         (gnus-article-browse-html-parts): Use it to make temporary cid image
5826         files in addition to html file so that browser may display them.
5827
5828 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5831
5832 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5835
5836 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * auth-source.el (auth-sources): Change default to be simpler.
5839         Explain about Secret Service API sources.  Improve Customize options.
5840         (auth-source-pick): Change to accept any number of search parameters.
5841         Implement fallbacks iteratively, not recursively.  Add scoring on the
5842         second pass and sort by score.  Call Secret Service API when needed.
5843         (auth-source-user-or-password): Use it.  Call Secret Service API
5844         directly when needed to get the user name and the password.
5845
5846 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5847
5848         * message.el (message-interactive): Doc fix.
5849         (message-qmail-inject-args): Reflow.
5850         (message-kill-to-signature): Fix typo in docstring.
5851
5852         * smiley.el (smiley-buffer): Fix typo in docstring.
5853
5854 2010-03-24  Glenn Morris  <rgm@gnu.org>
5855
5856         * mail-source.el (gnus-message): Declare.
5857         (mail-source-delete-old-incoming): Require gnus-util.
5858
5859 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5862
5863         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5864
5865         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5866         password-cache's default if it is not bound.
5867         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5868         password-cache-expiry's default if it is not bound.
5869
5870         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5871         available in Emacs 21.
5872
5873         * lpath.el: Suppress compiler warnings for:
5874         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5875         XEmacs;
5876         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5877         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5878         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5879
5880 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * auth-source.el (auth-sources): Fix up definition so extra parameters
5883         are always inline.
5884
5885 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5886
5887         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5888         wasn't updated after mismatch.  Clear cached mailbox info correctly
5889         when uidvalidity changes.
5890         (nnimap-group-prefixed-name): New function to avoid some code
5891         duplication.
5892         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5893         (nnimap-request-group): Use it.
5894         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5895         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5896         with many imap folders.  This is done by caching the group status from
5897         the imap server persistently in a group parameter `imap-status'.  (This
5898         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5899         but not persistently, so every Gnus startup was still very slow.)
5900
5901 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5902
5903         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5904         delete the extra newline.  Otherwise editing of :string and :number
5905         types don't work.
5906
5907 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5910         secrets.el dependency.
5911         (auth-sources): Add optional user name.  Add secrets.el configuration
5912         choice (unused right now).
5913
5914 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * gnus-sum.el (gnus-summary-make-menu-bar):
5917         Let `gnus-registry-install-shortcuts' fill in the functions.
5918
5919         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5920         warnings.
5921         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5922         (gnus-registry-install-shortcuts): Populate and use it in a
5923         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5924
5925 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5926
5927         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5928         In-place substitutions for the group name encoding/decoding.
5929         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5930         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5931         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5932         (nnimap-update-unseen, nnimap-request-list)
5933         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5934         (nnimap-request-set-mark, nnimap-split-to-groups)
5935         (nnimap-split-articles, nnimap-request-newgroups)
5936         (nnimap-request-create-group, nnimap-request-accept-article)
5937         (nnimap-request-delete-group, nnimap-request-rename-group)
5938         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5939         `encoded-mbx' for consistency.
5940         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5941         variable `imap-current-mailbox'.
5942
5943         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5944         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5945
5946 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5947
5948         * pop3.el (pop3-display-message-size-flag): Display message size byte
5949         counts during POP3 download.
5950         (pop3-movemail): Use it.
5951         (pop3-list): Implement listing of available messages.
5952
5953 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5954
5955         * nnir.el (nnir-get-article-nov-override-function): New function to
5956         override the normal NOV retrieval.
5957         (nnir-retrieve-headers): Use it.
5958
5959 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5960
5961         * auth-source.el (netrc-machine-user-or-password): Autoload.
5962
5963 2010-03-19  Glenn Morris  <rgm@gnu.org>
5964
5965         Stop message.el from loading about 40 libraries it doesn't always need.
5966         The general approach is to autoload rather than require, and to
5967         require in the specific functions rather than the file.  (Bug#5642)
5968
5969         * gmm-utils.el: Don't require wid-edit.
5970         (widget-create-child-value, widget-convert, widget-default-get):
5971         Autoload.
5972
5973         * gnus-util.el: Don't require time-date, netrc.
5974         (message-fetch-field, gnus-group-name-decode): Declare rather than
5975         autoloading.
5976         (gnus-fetch-field): Require message.
5977         (gnus-decode-newsgroups): Require gnus-group.
5978
5979         * ietf-drums.el: Don't require time-date.
5980
5981         * message.el: Don't require hashcash, canlock, ecomplete.
5982         Do require mail-utils.  Require nnheader only when compiling.
5983         (smtpmail-default-smtp-server): Remove declaration.
5984         (message-send-mail-function): Check smtpmail-default-smtp-server
5985         is bound rather than requiring smtpmail.
5986         (message-auto-save-directory, message-insert-signature):
5987         Use expand-file-name rather than nnheader-concat.
5988         (nnheader-insert-file-contents): Autoload.
5989         (hashcash-wait-async): Declare.
5990         (message-send-mail): Only call gnus-setup-posting-charset if
5991         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5992         (message-send-mail-with-sendmail): Require sendmail.
5993         (canlock-password, canlock-password-for-verify): Declare.
5994         (message-canlock-password): Require canlock.
5995         (nnheader-get-report): Autoload.
5996         (gnus-setup-posting-charset): Declare.
5997         (message-send-news): Require gnus-msg.
5998         (message-make-references, message-make-in-reply-to): Use mail-header-id
5999         rather than the alias mail-header-message-id.
6000         (ecomplete-add-item, ecomplete-save): Declare.
6001         (message-put-addresses-in-ecomplete): Require ecomplete.
6002         (ecomplete-display-matches): Autoload.
6003
6004         * mm-decode.el: Don't require mailcap, gnus-util.
6005         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6006         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6007         Autoload.
6008         (mailcap-mime-extensions): Declare.
6009
6010         * mm-encode.el: Don't require mailcap.
6011         (mailcap-extension-to-mime): Autoload.
6012
6013         * mml-sec.el: Don't require password-cache.
6014
6015         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6016         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6017         (mml-minibuffer-read-type): Require mailcap.
6018         (mml-preview): Require gnus-msg.
6019
6020         * mml1991.el: Require password-cache.
6021         (password-cache-expiry): Remove declaration.
6022
6023         * mml2015.el: Require password-cache.
6024         (password-cache-expiry): Remove declaration.
6025
6026         * nneething.el (mailcap): Require mailcap.
6027
6028         * nnheader.el (declare-function): Add compatibility stub.
6029         (message-remove-header): Declare rather than autoload.
6030         (nnheader-replace-header): Require message.
6031
6032         * nnimap.el (declare-function): Add compatibility stub.
6033         (netrc-parse, netrc-machine-user-or-password): Declare.
6034         (nnimap-open-connection): Require netrc.
6035
6036         * nntp.el (declare-function): Add compatibility stub.
6037         (netrc-parse, netrc-machine, netrc-get): Declare.
6038         (nntp-send-authinfo): Require netrc.
6039
6040         * rfc2047.el: Don't require qp.
6041         (quoted-printable-encode-region, quoted-printable-decode-string):
6042         Autoload.
6043
6044         * sieve-mode.el: Don't require easymenu.
6045         (easy-menu-add-item): Autoload it.
6046
6047         * spam-stat.el (time-to-number-of-days): Autoload it.
6048
6049 2010-03-19  Glenn Morris  <rgm@gnu.org>
6050
6051         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6052
6053 2010-03-18  Glenn Morris  <rgm@gnu.org>
6054
6055         * hashcash.el (declare-function): Remove duplicate definition.
6056
6057 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6058
6059         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6060         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6061         value if any backslash escapes).
6062
6063 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6066         if it is available.  (bug#5647)
6067
6068         * lpath.el: Suppress compiler warning for coding-system-from-name for
6069         Emacs 21 and XEmacs.
6070
6071 2010-03-14  Juri Linkov  <juri@jurta.org>
6072
6073         * hmac-def.el:
6074         * hmac-md5.el:
6075         * netrc.el: Fix keywords.
6076
6077 2010-02-26  Glenn Morris  <rgm@gnu.org>
6078
6079         * message.el (message-send-mail-function): Change the default, so that
6080         it inherits from a customized send-mail-function.  (Bug#5643)
6081
6082 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6085         shell-command-to-string signals an error (bug#5299).
6086
6087 2010-02-24  Glenn Morris  <rgm@gnu.org>
6088
6089         * message.el (message-smtpmail-send-it)
6090         (message-send-mail-with-mailclient): Doc fixes.
6091
6092 2010-02-16  Glenn Morris  <rgm@gnu.org>
6093
6094         * message.el (message-default-mail-headers): Change the default value
6095         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6096
6097 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6100         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6101
6102 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6103
6104         * time-date.el (date-to-time): Doc fix (Bug#5408).
6105
6106 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6107
6108         * message.el (message-mail): Just pass yank-action on to message-setup.
6109         (message-setup): Handle (FUN . ARGS) form of yank-action.
6110         (message-with-reply-buffer, message-widen-reply)
6111         (message-yank-original): Handle non-buffer values of
6112         message-reply-buffer (Bug#4080).
6113         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6114
6115 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6116
6117         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6118         Fix typo in docstring.
6119
6120 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6121
6122         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6123         response.
6124
6125 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6128
6129         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6130
6131         * message.el (message-check-news-header-syntax): Protect against a
6132         string that `rfc822-addresses' returns when parsing fails.
6133
6134 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6137         (gnus-previous-char-property-change): New functions.
6138
6139         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6140
6141 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6142
6143         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6144         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6145
6146 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6147
6148         * message.el (message-exchange-point-and-mark): Rework last change to
6149         avoid using optional arg of exchange-point-and-mark, for backward
6150         compatibility.
6151
6152 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6153
6154         * message.el (message-exchange-point-and-mark):
6155         Call exchange-point-and-mark with an argument rather than setting
6156         mark-active by hand (Bug#5175).
6157
6158 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * nntp.el (nntp-service-to-port): Work for service expressed with
6161         numeric string; replace [:digit:] with [0-9] for XEmacs.
6162
6163 2009-12-17  Glenn Morris  <rgm@gnu.org>
6164
6165         * gnus-group.el (gnus-bug-group-download-format-alist):
6166         Change emacs entry to debbugs.gnu.org.  Bump :version.
6167
6168 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6171
6172 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * message.el (message-info): Explain why we use `Info-goto-node'.
6175
6176 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6179
6180 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6181
6182         * message.el (message-completion-in-region): New compatibility function.
6183         (message-expand-group): Use it.
6184
6185 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6188         with no unread article should be listed if the 2nd arg `predicate' is
6189         given.
6190
6191 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6194
6195 2009-11-29  Juri Linkov  <juri@jurta.org>
6196
6197         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6198         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6199         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6200
6201 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6202
6203         * sha1.el (sha1-string-external): default-directory "/" in case
6204         otherwise non-existent.  process-connection-type pipe for touch of
6205         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6206
6207 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6208
6209         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6210         it's comms related and sgml-mode.el has "comm" on that basis too.
6211
6212 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6215         containing tspecial characters if they have been already quoted.
6216
6217 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6218
6219         * dns-mode.el (auto-mode-alist): Purecopy string.
6220
6221 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6222
6223         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6224
6225 2009-10-24  Glenn Morris  <rgm@gnu.org>
6226
6227         * gnus-art.el (help-xref-stack-item): Define for compiler.
6228
6229 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6230
6231         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6232
6233 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6236
6237 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6240         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6241
6242 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6245         (gnus-overlays-in): New alias to overlays-in.
6246
6247         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6248         gnus-overlay-get, and gnus-delete-overlay.
6249         (gnus-summary-show-thread): Make it work as well for systems in which
6250         next-single-char-property-change is not available.
6251         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6252
6253         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6254         (gnus-overlay-get): New alias to extent-property.
6255         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6256
6257         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6258         SXEmacs.
6259
6260         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6261         SXEmacs.
6262
6263 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6266
6267 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6268
6269         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6270         and XEmacs that don't have `remove-overlays'.
6271
6272 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6273
6274         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6275         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6276         selective display.  Use overlays instead.
6277
6278 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6279
6280         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6281
6282 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6283
6284         * spam-stat.el (spam-stat-load): Fix typo in message.
6285
6286 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6287
6288         * dig.el (dig-invoke): Fix typo in docstring.
6289         (query-dig): Reflow docstring.
6290
6291 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6292
6293         * gnus-art.el (gnus-article-encrypt-body):
6294         * message.el (message-check-recipients):
6295         * mm-util.el (mm-codepage-setup):
6296         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6297         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6298
6299 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6300
6301         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6302         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6303         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6304         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6305         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6306
6307 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6308
6309         * dig.el: Add "Keywords: comm", as per net-utils.el.
6310
6311 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6312
6313         * dig.el (dig-mode): Use define-derived-mode.
6314
6315 2009-09-19  Glenn Morris  <rgm@gnu.org>
6316
6317         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6318
6319 2009-09-18  Glenn Morris  <rgm@gnu.org>
6320
6321         * gnus-diary.el (gnus-diary-check-message):
6322         * message.el (message-insert-formatted-citation-line):
6323         * nnbabyl.el (top-level):
6324         * nndiary.el (nndiary-schedule):
6325         Fix typos in condition-case handlers.
6326
6327 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6330         configuration that provides the sole article window in a frame;
6331         position point correctly after deleting a part.
6332
6333 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6334
6335         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6336         (spam-resolve-registrations-routine): Use it to unregister articles
6337         that change status.
6338
6339 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6342         with XEmacs.
6343         (parse-time-string-chars): Use it.
6344
6345 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * imap.el (imap-interactive-login): Better messages.
6348         (imap-open): Fix bug with renamed buffer on reconnect.
6349         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6350         for easier debugging and cleaner code.  On successful (guessed based on
6351         server capabilities) secondary authentication, set imap-state
6352         correctly.
6353         (imap-last-authenticator): Define imap-last-authenticator as a variable
6354         to avoid warnings.
6355
6356 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * nnrss.el (nnrss-request-article): Remove binding of
6359         default-enable-multibyte-characters that has gotten needless by
6360         the 2007-07-13 change in rfc2047-encode-message-header.
6361
6362         * mml.el (mml-insert-multipart): Error on the message header.
6363         (mml-insert-part): Error on the message header; position point at
6364         the end of a MIME tag.
6365
6366 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * time-date.el (autoload): Expand define-obsolete-function-alias into
6369         defalias and make-obsolete for old Emacsen that Gnus supports.
6370         (with-no-warnings): Define it for old Emacsen.
6371         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6372         is available.
6373         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6374         float-time is available; suppress compile warning for time-to-seconds.
6375
6376         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6377         (gnus-float-time): Alias to float-time if it exists.
6378
6379         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6380         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6381         float-time is available; suppress compile warning for time-to-seconds.
6382
6383         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6384         XEmacs.
6385
6386 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * imap.el (imap-message-map): Docstring fix.
6389
6390 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6393         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6394         Add the optional argument `encoding' that overrides the default.
6395
6396         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6397         mm-encode-buffer.
6398
6399 2009-09-04  Glenn Morris  <rgm@gnu.org>
6400
6401         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6402         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6403         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6404         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6405         * mm-util.el (mm-with-unibyte-current-buffer)
6406         (mm-find-buffer-file-coding-system):
6407         * yenc.el (yenc-decode-region): Use default-value rather than
6408         default-enable-multibyte-characters.
6409
6410 2009-09-03  Glenn Morris  <rgm@gnu.org>
6411
6412         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6413         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6414         than default-enable-multibyte-characters.
6415
6416 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6417
6418         * gnus-art.el (gnus-article-read-summary-keys):
6419         Fix gnus-buffer-configuration's value temporarily used.
6420
6421 2009-09-02  Glenn Morris  <rgm@gnu.org>
6422
6423         * gnus-util.el (gnus-float-time): New function.
6424         * gnus-delay.el (gnus-delay-article):
6425         * gnus-sum.el (gnus-thread-latest-date):
6426         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6427         * nnspool.el (nnspool-request-newgroups):
6428         Use gnus-float-time rather than time-to-seconds.
6429         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6430
6431         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6432         (gnus-header-subject-face, gnus-header-newsgroups-face)
6433         (gnus-header-name-face, gnus-header-content-face):
6434         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6435         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6436         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6437         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6438         (gnus-cite-face-11):
6439         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6440         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6441         (gnus-server-closed-face, gnus-server-denied-face)
6442         (gnus-server-offline-face):
6443         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6444         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6445         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6446         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6447         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6448         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6449         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6450         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6451         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6452         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6453         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6454         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6455         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6456         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6457         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6458         (gnus-summary-high-undownloaded-face)
6459         (gnus-summary-low-undownloaded-face)
6460         (gnus-summary-normal-undownloaded-face)
6461         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6462         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6463         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6464         (gnus-splash-face):
6465         * message.el (message-header-to-face, message-header-cc-face)
6466         (message-header-subject-face, message-header-newsgroups-face)
6467         (message-header-other-face, message-header-name-face)
6468         (message-header-xheader-face, message-separator-face)
6469         (message-cited-text-face, message-mml-face):
6470         * sieve-mode.el (sieve-control-commands-face)
6471         (sieve-action-commands-face, sieve-test-commands-face)
6472         (sieve-tagged-arguments-face):
6473         * spam.el (spam-face):
6474         Mark face aliases with "-face" in the name as obsolete.
6475
6476 2009-09-01  Glenn Morris  <rgm@gnu.org>
6477
6478         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6479         than goto-line.
6480
6481 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6484         Don't move point if the command is invoked inside the message header.
6485
6486 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6487
6488         * imap.el (imap-send-command): Simplify.
6489         (imap-wait-for-tag): point-max -> buffer-size.
6490
6491 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6492
6493         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6494         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6495         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6496         * nnir.el (nnir-swish-e-index-file):
6497         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6498         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6499         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6500         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6501         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6502         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6503
6504 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6507         Don't save excursion.
6508
6509 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6510
6511         * nnheader.el (nnheader-find-file-noselect):
6512         * mm-util.el (mm-insert-file-contents):
6513         Use (default-value 'major-mode) instead of default-major-mode.
6514
6515 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6518
6519 2009-08-26  Glenn Morris  <rgm@gnu.org>
6520
6521         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6522         than placing in files.el.
6523
6524 2009-08-25  Glenn Morris  <rgm@gnu.org>
6525
6526         * nnir.el (top-level): Don't require cl at run-time.
6527         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6528         Replace cl-function substitute with gnus-replace-in-string.
6529         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6530         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6531         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6532         simplified expansions.
6533
6534 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6535
6536         * dig.el (dig): Add autoload cookie.
6537
6538 2009-08-22  Glenn Morris  <rgm@gnu.org>
6539
6540         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6541         goto-line.
6542
6543 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6544
6545         * parse-time.el (parse-time-string-chars): Save match data.
6546
6547 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6548
6549         * parse-time.el (parse-time-string-chars): Compute using character
6550         classes, to handle non-ascii characters (Bug#3190).
6551
6552 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6555
6556         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6557         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6558         (gnus-mm-display-part, gnus-mime-display-single)
6559         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6560         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6561
6562         * gnus-sum.el
6563         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6564         (gnus-summary-move-article): Add expirable mark to articles copied or
6565         moved to group that has auto-expire turned on if the option is non-nil.
6566
6567 2009-07-24  Glenn Morris  <rgm@gnu.org>
6568
6569         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6570         Fix typo.  (Bug#3903)
6571
6572 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6575         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6576         that should not be used for draft articles.
6577         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6578         that has no concern in minor mode keys.
6579         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6580         Abolish.
6581
6582 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6585         article without making inquiry to a user for unknown encoding.
6586
6587         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6588         (nnmaildir--scan): Assume i-node and device number that file-attributes
6589         returns might be cons-cell.
6590
6591         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6592
6593         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6594
6595 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6596
6597         * auth-source.el: Remove docs now in auth.texi.  Don't use
6598         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6599         `auth-source-hide-passwords' and use them.
6600
6601 2009-07-15  Glenn Morris  <rgm@gnu.org>
6602
6603         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6604
6605 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6608         excessive whitespace from the default values of title and description.
6609
6610 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6613         mail-fetch-field to fetch Content-Description header in order to
6614         exclude newlines.
6615
6616 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6617
6618         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6619         format used by GnuPG 2.0.11.
6620
6621 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6624         to deleted part.
6625
6626 2009-05-30  David Engster  <dengste@eml.cc>
6627
6628         * nnmairix.el: Remove old documentation in the commentary block.
6629         (nnmairix-request-group): Do not update active file for nnml back ends.
6630         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6631         end so that overview files are ignored.
6632         (nnmairix-update-groups): Make updating the groups more robust by using
6633         marks.
6634         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6635         with dollar characters in message-id.
6636
6637 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6640         2008-12-25 in dns.el.
6641
6642 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6643
6644         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6645         could happen if the text is only composed of spaces and/or tabs.
6646
6647 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6648
6649         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6650         when sending a queued message to avoid extra mml tags.
6651
6652 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6655
6656 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6659         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6660         rmail-toggle-header for XEmacs;
6661         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6662
6663 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-dired.el: Remove autoload for gnus-setup-message.
6666         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6667         displaying Gnus logo; always use compose-mail.
6668
6669 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6672
6673 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6676         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6677         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6678         available.
6679         (gnus-nocem-epg-verify): New function.
6680
6681 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6684
6685 2009-02-15  Glenn Morris  <rgm@gnu.org>
6686
6687         * gnus-util.el (rmail-insert-rmail-file-header)
6688         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6689         autoloads.
6690         (rmail-default-rmail-file): Remove unnecessary declaration.
6691         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6692
6693 2009-02-14  Glenn Morris  <rgm@gnu.org>
6694
6695         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6696         variable (only used in gnus-util, which declares it anyway).
6697         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6698         which was only needed by gnus-art (changed to not use it any more).
6699         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6700         only used in gnus-util, which autoloads it itself.
6701         (rmail-update-summary): Fix autoload.
6702
6703         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6704         rather than rmail-output-to-rmail-file.
6705
6706 2009-02-07  Glenn Morris  <rgm@gnu.org>
6707
6708         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6709         autoload of function that no longer exists.
6710         (rmail-toggle-header): Declare.
6711         (message-forward-rmail-make-body): Handle mbox Rmail.
6712
6713 2009-01-31  Glenn Morris  <rgm@gnu.org>
6714
6715         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6716         2009-01-09 change.
6717
6718 2009-01-31  Dave Love  <fx@gnu.org>
6719
6720         * imap.el (imap-fetch-safe): Bind debug-on-error.
6721         (imap-debug): Add imap-fetch-safe.
6722
6723 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6724
6725         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6726         (auth-source-forget-all-cached): New convenience function.
6727         (auth-source-user-or-password): Accept list of modes or a single mode.
6728
6729         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6730         auth-source modes.
6731
6732         * netrc.el (netrc-machine-user-or-password): Use list of
6733         auth-source modes.
6734
6735         * nnimap.el (nnimap-open-connection): Use list of
6736         auth-source modes.
6737
6738         * nntp.el (nntp-send-authinfo): Use list of
6739         auth-source modes.
6740
6741 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6744         now.
6745
6746 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6749         coding system in XEmacs; add a workaround for XEmacs.
6750
6751         * lpath.el: Fbind coding-system-aliasee.
6752
6753 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6756         of current-language-environment.
6757
6758 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6761         available at runtime.
6762
6763 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6766
6767 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6768
6769         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6770         the greatest positive fixnum value doesn't work under an XEmacs with
6771         bignum support; use the most-positive-fixnum constant instead,
6772         available since Emacs 21.1 with cl and XEmacs 21.1.
6773
6774 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6777         XEmacs gets not to work.
6778
6779 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mm-util.el (mm-coding-system-priorities): Allow the value like
6782         "Japanese (UTF-8)" of current-language-environment.
6783
6784 2009-01-09  Glenn Morris  <rgm@gnu.org>
6785
6786         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6787         with last-command-event.
6788
6789 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6792         in the doc string.
6793
6794         * message.el (message-fix-before-sending): Amend comment.
6795
6796 2009-01-08  Dave Love  <fx@gnu.org>
6797
6798         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6799
6800 2009-01-07  David Engster  <dengste@eml.cc>
6801
6802         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6803         simplified server definitions by converting it via
6804         gnus-server-to-method.
6805
6806 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6809         parameter's operands.
6810
6811 2009-01-06  David Engster  <dengste@eml.cc>
6812
6813         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6814         primary select method (for gnus-group-mark-article-as-read).
6815
6816 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6817
6818         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6819         `(gnus)Face', not `(gnus)X-Face'.
6820
6821 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mm-util.el (mm-ucs-to-char): New function.
6824
6825         * mm-url.el (mm-url-decode-entities): Use it.
6826
6827         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6828         unicode-to-char.
6829
6830 2009-01-05  Dave Love  <fx@gnu.org>
6831
6832         * time-date.el: Require cl for `declare'.
6833
6834 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6837         Dave Love.
6838
6839 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * message.el (message-fix-before-sending): Add `eight-bit' to
6842         illegible-text check.
6843
6844 2009-01-03  Michael Olson  <mwolson@gnu.org>
6845
6846         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6847         `headers' is nil.  This can occur if the IMAP server does not have
6848         permissions to read messages from a folder, but can write new messages
6849         to the folder.
6850         (nnimap-request-article-part): Do not insert `data' if it is nil.
6851
6852         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6853         characters which will confuse `read', so skip past them.
6854
6855 2009-01-01  Dave Love  <fx@gnu.org>
6856
6857         * imap.el (imap-string-to-integer): Fix typo.
6858         (imap-fetch-safe): New function.
6859         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6860
6861         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6862
6863         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6864         (imap-parse-greeting): Fix doc strings.
6865         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6866         (imap-parse-flag-list): Make messages unique.
6867         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6868
6869         * nnimap.el: Fix author email.
6870         (nnimap-split-rule): Add FIXME comment.
6871         (nnimap-debug): Fix doc string.
6872
6873 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6876
6877 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6880         nslookup if resolv.conf isn't available.
6881         (dns-query): Rename from query-dns.
6882         (dns-query-cached): Rename from query-dns-cached.
6883
6884 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6887         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6888         to check if those variables exist (first appeared in Emacs 18.50).
6889
6890 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * mm-util.el (mm-line-number-at-pos): New function.
6893
6894         * spam-report.el (spam-report-process-queue): Use it.
6895
6896 2008-12-24  David Engster  <dengste@eml.cc>
6897
6898         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6899         parameters that haven't existed as variables as buffer-local variables.
6900
6901 2008-12-23  Dave Love  <fx@gnu.org>
6902
6903         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6904         cadar.
6905
6906         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6907         imap-starttls-p.
6908         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6909
6910 2008-12-22  Dave Love  <fx@gnu.org>
6911
6912         * imap.el: Fix author email.  Doc fixes.
6913         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6914         reply.
6915
6916 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * spam-report.el (spam-report-gmane-max-requests): New constant.
6919         (spam-report-gmane-wait): New variable.
6920         (spam-report-gmane-ham, spam-report-gmane-spam)
6921         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6922         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6923         the server.
6924
6925         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6926         Add explanations.
6927
6928         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6929         nnheader-accept-process-output and nnheader-read-timeout if available.
6930         (pop3-movemail): Use it.
6931
6932         * message.el (message-check-news-body-syntax): Fix signature check if
6933         there's an attachment.
6934
6935 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * mm-util.el: Add comments to the mm- emulating functions.
6938
6939 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6942         Reported by Stephen Berman <stephen.berman@gmx.net>.
6943
6944 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * mm-util.el (mm-substring-no-properties): New function.
6947         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6948         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6949         (mm-string-to-multibyte): Doc fix.
6950
6951         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6952
6953 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * mml.el (mml-attach-file): Strip text properties from file name.
6956         (Bug#1574)
6957
6958 2008-12-16  Glenn Morris  <rgm@gnu.org>
6959
6960         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6961
6962 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6965         knows since the charset specified might be a bogus alias that
6966         mm-charset-synonym-alist provides.
6967
6968 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6971         "ISO_8859-1".
6972
6973         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6974
6975 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-util.el (mm-charset-eval-alist):
6978         Define it before mm-charset-to-coding-system.
6979         (mm-charset-to-coding-system): Add optional argument `silent';
6980         define it before mm-charset-override-alist.
6981         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6982         default value if it can be used in Emacs currently running;
6983         silence mm-charset-to-coding-system.
6984
6985 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6988         `allow-override' which says whether to use `mm-charset-override-alist'.
6989         (rfc2047-decode-encoded-words): Use it.
6990
6991         * mm-util.el (mm-charset-override-alist): Fix custom type;
6992         add `(gb2312 . gbk)' to choices.
6993
6994 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6997         fast.
6998
6999         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7000
7001         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7002
7003 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7004
7005         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7006         on links.
7007
7008         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7009
7010 2008-12-03  Lute Kamstra  <lute@gnu.org>
7011
7012         * sha1.el: Remove leading * from docstrings of defcustoms,
7013         deffaces, defconsts and defuns.
7014
7015 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7018         users' addresses that don't have domain parts.
7019         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7020         rather than message-narrow-to-head since there will be the message
7021         header separator.
7022
7023 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7024
7025         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7026         since the result is inserted in a unibyte buffer anyway.
7027         (nnimap-demule-use-string-to-multibyte): Remove.
7028         (nnimap-demule): Alias it to mm-string-to-multibyte.
7029
7030 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7033         variable for debugging bug#464 and bug#1174.
7034         (nnimap-demule): Use it.
7035
7036 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7039         score calculation correctly.
7040
7041 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7042
7043         * message.el (message-send-mail): Just set the buffer to unibyte
7044         rather than use mm-with-unibyte-current-buffer which does a lot more.
7045         (message-send-mail-partially): Don't bother with
7046         mm-with-unibyte-current-buffer since it's already been made unibyte by
7047         message-send-mail.
7048
7049 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7052
7053 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7056
7057 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7060         require itself and to remove `with-no-warnings'.
7061
7062 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * starttls.el (starttls-any-program-available): Get the name of the
7065         available TLS layer program.
7066         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7067         well as the host name in the "opening" message.
7068
7069         * auth-source.el (auth-source-cache, auth-source-do-cache)
7070         (auth-source-user-or-password): Cache passwords and logins by default,
7071         allow override with `auth-source-do-cache'.
7072         (auth-source-forget-user-or-password): Allow users to remove cache
7073         entries if needed.
7074
7075 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7076
7077         * md4.el (md4-buffer): Fix typo in docstring.
7078         (md4, md4-64): Doc fixes.
7079         (md4-pack-int32): Reflow docstring.
7080
7081 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7084         condition-case to only the forward-sexp call.
7085
7086 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7087
7088         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7089         quotes contained.  Make it more robust regardless by an extra
7090         condition-case wrapper.
7091
7092 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7095
7096 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * nnml.el (nnml-request-expire-articles): Check if the function set to
7099         `nnmail-expiry-target' returns the symbol `delete'.
7100
7101         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7102
7103         * nnmail.el (nnmail-expiry-target): Fix custom type.
7104
7105 2008-10-02  Glenn Morris  <rgm@gnu.org>
7106
7107         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7108         Silence compiler warning.
7109
7110 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7111
7112         * tls.el (open-tls-stream): Show the actual command being
7113         executed, instead of the format string.
7114
7115 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * lpath.el: Fbind codepage-setup for Emacs 23.
7118
7119 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7120
7121         * mml.el (mml-menu): Don't assume mml2015 is bound.
7122
7123 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7126         exists.
7127
7128 2008-09-27  Glenn Morris  <rgm@gnu.org>
7129
7130         * gnus-util.el (mail-header-remove-comments): Autoload it.
7131
7132 2008-09-27  Andreas Schwab  <schwab@suse.de>
7133
7134         * gnus-util.el (gnus-split-references): Strip comments.
7135         (gnus-parent-id): Likewise.
7136
7137 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * message.el (message-confirm-send): Fix version.
7140
7141 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * message.el (message-idna-to-ascii-rhs-1): Use
7144         mail-extract-address-components rather than mail-header-parse-addresses
7145         that is an alias by default to ietf-drums-parse-addresses that does not
7146         support non-ASCII names in headers' contents.
7147
7148 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * message.el (message-confirm-send): Fix variable documentation to
7151         avoid the "y/n" wording.
7152
7153 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7154
7155         * message.el (message-set-auto-save-file-name): Save to a different
7156         filename so multiple messages (especially drafts) can be recovered.
7157
7158 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * message.el (message-confirm-send): Add appropriate version.
7161
7162 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7163
7164         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7165         defvar.
7166
7167 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7168
7169         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7170         (mm-pkcs7-enveloped-magic): Ditto.
7171
7172 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7173
7174         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7175         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7176
7177 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7180         default, it's better.
7181
7182 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7185         summary line gnus-number property and ignore them (with a warning
7186         message).
7187
7188 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7191         macro caddr in the interactive form since it won't be expanded.
7192
7193 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7196         `charset'; fix name of function called recursively.
7197         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7198
7199 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7202         (gnus-mime-set-charset-parameters): New function.
7203         (gnus-mime-view-part-as-charset): Use it to correctly display part
7204         specifying wrong charset.
7205
7206 2008-09-08  David Engster  <dengste@eml.cc>
7207
7208         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7209         in completing-read for back end server.
7210
7211 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * message.el (message-confirm-send): New variable to confirm sending a
7214         message.
7215         (message-send): Use it.
7216
7217 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7218
7219         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7220
7221 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7224
7225 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7228         prevent tracking too many groups.
7229         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7230         Use it.
7231
7232 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7233
7234         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7235         moving point to the bottom of the window in order to avoid recentering.
7236
7237 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7240
7241         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7242         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7243         (gnus-article-beginning-of-window): Fix calculation.
7244
7245 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-msg.el (gnus-summary-supersede-article)
7248         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7249         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7250         message header.
7251
7252 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7253
7254         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7255         pending output coming after the status change.
7256
7257 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7258
7259         * message.el:
7260         * gnus-start.el:
7261         * gnus-registry.el: Remove VMS support.
7262
7263 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7266         macro.
7267         (rfc2104-hash): Use it.
7268
7269 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7272         (gnus-summary-sort-by-most-recent-date): New commands.
7273         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7274         and menu entries.
7275
7276 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7279         don't redisplay article for raw contents; remove plural articles stuff.
7280
7281         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7282         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7283         on gnus-summary-save-article; display results properly.
7284
7285 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * lpath.el: No need to fbind ns-focus-frame.
7288
7289 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7292
7293 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-summary-save-in-pipe):
7296         Consider gnus-save-all-headers.
7297
7298 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7299
7300         * gnus-util.el (ns-focus-frame): Remove declaration.
7301         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7302         like x.
7303
7304 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7305
7306         * rfc2104.el (rfc2104-zero): Delete defconst.
7307         (rfc2104-hex-alist): Likewise.
7308         (rfc2104-hex-to-int): Delete func.
7309         (rfc2104-hexstring-to-bitstring): Likewise.
7310         (rfc2104-nybbles): New defconst.
7311         (rfc2104-hash): Rewrite for speed.
7312
7313 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * tls.el (open-tls-stream): Make it work with the 2nd argument
7316         BUFFER that is a string but does not exist as a buffer object, as
7317         mentioned in the doc-string.
7318
7319 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7322         SXEmacs.
7323
7324 2008-07-16  Glenn Morris  <rgm@gnu.org>
7325
7326         * gnus-util.el (ns-focus-frame): Declare for compiler.
7327
7328 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7331         set as a group parameter.
7332         (gnus-summary-save-in-pipe): Work when it is called independently.
7333         (gnus-summary-pipe-to-muttprint): Don't modify
7334         gnus-summary-pipe-output-default-command.
7335
7336 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7337
7338         * message.el (message-send-mail-with-sendmail):
7339         Display the error message.
7340
7341 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-art.el (gnus-default-article-saver):
7344         Add gnus-summary-save-in-pipe to choices.
7345         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7346         gnus-summary-pipe-output-default-command as the default command.
7347         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7348         instead of gnus-last-shell-command.
7349
7350         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7351         New user option.
7352         (gnus-summary-muttprint-program): Mention the value will be changed.
7353         (gnus-summary-save-article): Force showing of all headers.
7354         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7355
7356 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7357
7358         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7359
7360 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7361
7362         * nnimap.el (nnimap-id):
7363         * sieve-manage.el (sieve-manage-open): Doc fixes.
7364
7365 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7366
7367         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7368         if available.
7369
7370 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7371
7372         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7373
7374         * nnkiboze.el (nnkiboze-generate-group):
7375         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7376
7377         * nnmairix.el: Require CL.
7378
7379 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * dgnushack.el: Autoload get-display-table and put-display-table for
7382         XEmacs 21.5.
7383
7384         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7385         21.4 and SXEmacs.
7386
7387 2008-06-15  David Engster  <dengste@eml.cc>
7388
7389         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7390
7391 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7392
7393         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7394         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7395         runtime choice under XEmacs.
7396
7397         * gnus-sum.el (gnus-summary-set-display-table):
7398         Use `gnus-put-display-table', `gnus-get-display-table',
7399         `gnus-set-display-table' for the display table, instead of `aset'.
7400
7401         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7402         Use `gnus-put-display-table', `gnus-get-display-table',
7403         `gnus-set-display-table' for the display table.
7404
7405 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * nnmairix.el: Add autoloads.
7408
7409 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * nnmairix.el (nnmairix-delete-recreate-group)
7412         (nnmairix-update-and-clear-marks): Fix error messages.
7413
7414 2008-06-14  David Engster  <dengste@eml.cc>
7415
7416         * nnmairix.el: Upgrade to version 0.6.
7417         (nnmairix-group-toggle-propmarks-this-group)
7418         (nnmairix-group-toggle-readmarks-this-group)
7419         (nnmairix-group-delete-recreate-this-group)
7420         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7421         (nnmairix-remove-tick-mark-original-article): New commands.
7422         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7423         (nnmairix-propagate-marks-to-nnmairix-groups)
7424         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7425         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7426         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7427         functions needed for marks propagation and manipulation of read marks.
7428         (nnmairix-update-groups): New function.
7429         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7430         (nnmairix-determine-original-group-from-registry)
7431         (nnmairix-determine-original-group-from-path)
7432         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7433         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7434         New helper functions.
7435         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7436         keystrokes for new commands.
7437         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7438         (nnmairix-request-group): Check allow-fast group parameter.
7439         (nnmairix-request-create-group): Set allow-fast group parameter if
7440         nnmairix-allowfast-default is set.
7441         (nnmairix-close-group): Propagate marks upon closing if needed.
7442         (nnmairix-group-toggle-threads-this-group): Use new.
7443         nnmairix-group-toggle-parameter helper function.
7444         (nnmairix-search): Better check for empty search result.
7445         (nnmairix-goto-original-article): Use new helper functions for
7446         determining original article.
7447         (nnmairix-show-original-article): Make sure message-id is in brackets.
7448         (nnmairix-call-mairix-binary): Change variable name.
7449         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7450         helper function.
7451         (nnmairix-widget-toggle-activate): Fix doc string.
7452
7453 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * nnir.el: Require edmacro when compiling with XEmacs.
7456         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7457         available in Emacs 21.
7458
7459 2008-06-11  Glenn Morris  <rgm@gnu.org>
7460
7461         * gnus-util.el (x-focus-frame):
7462         * gnus.el (image-size):
7463         * mm-decode.el (image-size): Declare.
7464
7465         * gnus-picon.el (declare-function): Add compat definition.
7466         (image-size): Declare.
7467
7468         * gnus-group.el (tool-bar-map):
7469         * gnus-sum.el (tool-bar-map): Define for compiler.
7470
7471         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7472
7473         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7474
7475         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7476         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7477         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7478         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7479         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7480         * sieve-manage.el, spam-report.el, spam.el:
7481         Remove unnecessary eval-and-compile of autoloads.
7482
7483 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7484
7485         * auth-source.el: Precise Tramp doc.
7486
7487 2008-06-07  Glenn Morris  <rgm@gnu.org>
7488
7489         * nnmairix.el: Remove unnecessary eval-when-compile.
7490
7491 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * lpath.el: Fbind propertize for XEmacs 21.4.
7494
7495 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * nnir.el: Move here from ../contrib.
7498
7499 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * gnus-util.el (gnus-read-shell-command): New function.
7502         * mm-decode.el (mm-pipe-part):
7503         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7504
7505 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7508
7509 2008-06-03  Glenn Morris  <rgm@gnu.org>
7510
7511         * pop3.el (nnheader-accept-process-output): Autoload it.
7512
7513 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7516         are not 2-digit hexadecimal characters that follow `%'s.
7517
7518 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * message.el (message-bogus-recipient-p): Fix type in doc string.
7521         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7522         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7523         Improve custom options.
7524         (message-bogus-recipient-p): Adjust accordingly.
7525
7526 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7527
7528         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7529         long-form month and day names.
7530
7531 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * dgnushack.el: Autoload debug, eudc-expand-inline and
7534         pgg-snarf-keys-region for XEmacs.
7535
7536         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7537
7538         * nnmairix.el: Require edmacro when compiling with XEmacs.
7539
7540 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7543         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7544
7545 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * auth-source.el: Add more docs.
7548
7549         * netrc.el (netrc-machine): Always match if the port is not given.
7550
7551 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7554         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7555         retrieval faster in some cases, but might make CPU usage larger.
7556         If this has any bad side effects, we might revert this change.
7557
7558         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7559         seems to make mail retrieval much, much faster.
7560         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7561         unconditionally.
7562
7563         * gnus-draft.el (gnus-group-send-queue):
7564         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7565
7566 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7569
7570         * message.el (message-bogus-address-regexp): Fix and improve custom
7571         type.
7572         (message-setup-hook): Add message-check-recipients as custom option.
7573
7574 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * message.el (message-cite-function): Remove bogus autoload which crept
7577         in during merge from v5-10.
7578
7579 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7580
7581         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7582
7583         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7584
7585         * auth-source.el: Preliminary Tramp docs.
7586         (auth-sources): Change the default auth-sources to use
7587         EPA .gpg files.
7588
7589 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         * nntp.el: Autoload `auth-source-user-or-password'.
7592         (nntp-send-authinfo): Use it.
7593
7594         * nnimap.el: Autoload `auth-source-user-or-password'.
7595         (nnimap-open-connection): Use it.
7596
7597         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7598         for the gnus-message function.
7599         (auth-source-user-or-password): Use it.
7600
7601 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7602
7603         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7604         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7605         (rfc2104-hash): Use it.
7606
7607 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7608
7609         * gnus-art.el (gnus-article-toggle-truncate-lines):
7610         Don't use `iff' in docstring.
7611
7612 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7615
7616         * gnus-util.el (gnus-extract-address-component-name)
7617         (gnus-extract-address-component-email): Convenience functions around
7618         `gnus-extract-address-components'.
7619
7620         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7621         Use `gnus-extract-address-component-email' to fix bug of comparing full
7622         sender name to `user-mail-address'.
7623
7624 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7625
7626         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7627         catch/throw to optimize.
7628         (gnus-registry-find-keywords): Just use member to find a keyword.
7629
7630 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7631
7632         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7633         is current before calling gnus-server-prepare.
7634         (gnus-server-setup-buffer, gnus-server-update-server)
7635         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7636
7637 2008-05-04  Juri Linkov  <juri@jurta.org>
7638
7639         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7640         (mailcap-file-default-commands): Use mailcap-replace-in-string
7641         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7642         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7643
7644 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7645
7646         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7647
7648 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7649
7650         * gnus.el: Bump version to 0.11.
7651
7652 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7653
7654         * gnus.el: No Gnus v0.10 is released.
7655
7656 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7659         hooks.
7660         (gnus-update-read-articles): Speed up non-marks-using users.
7661         (gnus-use-marks): Define gnus-use-marks.
7662         (gnus-propagate-marks): Rename variable to something more sensible.
7663
7664 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7665
7666         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7667         (gmm-image-load-path-for-library): Fix typos in docstrings.
7668         (gmm-message): Reflow docstring.
7669
7670 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7671
7672         * mail-source.el (mail-source-set-1, mail-source-bind):
7673         Move auth-source code out of the macro to clean it up and fix bugs.
7674
7675 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7678         by sender if it's equal to user-mail-address, it's likely to be
7679         useless.
7680
7681         * mail-source.el (mail-source-bind): Don't use user or password if they
7682         are not bound.  Unintern them if they are nil.  Don't use server unless
7683         it's bound, and default it to empty string otherwise.
7684
7685 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * mail-source.el: Load auth-source.el.
7688         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7689         get user name or password, if auth-sources is set up.
7690
7691         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7692         strategy of splitting with parent.
7693         (gnus-registry-split-fancy-with-parent)
7694         (gnus-registry-post-process-groups): Use it and fix prior
7695         bug (returning a list as the split result).
7696
7697         * auth-source.el (auth-sources): Remove server parameter.
7698         (auth-source-pick, auth-source-user-or-password)
7699         (auth-source-user-or-password-imap)
7700         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7701         (auth-source-user-or-password-sftp)
7702         (auth-source-user-or-password-smtp): Remove server parameter.
7703
7704 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7705
7706         * smime.el (smime-sign-region, smime-encrypt-region)
7707         (smime-decrypt-region):
7708         Remove redundant calls to `generate-new-buffer-name'.
7709
7710 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7711
7712         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7713         Don't use QP for message/rfc822.
7714         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7715
7716 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * sieve-manage.el (sieve-string-bytes): Remove.
7719         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7720         correct byte-length only if the process's coding-system is the same as
7721         the one used internally by Emacs to represent strings.
7722
7723 2008-04-22  Juri Linkov  <juri@jurta.org>
7724
7725         * mailcap.el (mailcap-file-default-commands): New function.
7726
7727 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * message.el (message-signature-separator, message-cite-function):
7730         Change custom version.
7731
7732 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7733
7734         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7735         commands.
7736         (tls-checktrust): Ditto.
7737
7738 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * mm-decode.el (mm-display-external): Make temp file read-only.
7741
7742 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7745         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7746         `C-c C-f d'.
7747
7748 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7749
7750         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7751
7752 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus.el: Bump version to 0.9.
7755
7756 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus.el: No Gnus v0.8 is released.
7759
7760 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7761
7762         * mail-source.el (mail-source-value):
7763         Prefer fboundp to functionp so it works with macros as well.
7764
7765 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7768         Fix last change in case the element is not even a symbol.
7769
7770 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7771
7772         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7773         Prefer fboundp to functionp so it works with macros as well.
7774
7775 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * auth-source.el: Add docs.
7778         (auth-sources): Modify format to support server.
7779         (auth-source-pick, auth-source-user-or-password)
7780         (auth-source-user-or-password-imap)
7781         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7782         (auth-source-user-or-password-sftp)
7783         (auth-source-user-or-password-smtp): Add server parameter.
7784
7785 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * gnus-registry.el: Initialize the registry when gnus-registry-install
7788         is t.
7789
7790 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * compface.el (uncompface): Make buffer unibyte.
7793
7794 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7795
7796         * mail-source.el (mail-source-value):
7797         Prefer fboundp to functionp so it works with macros as well.
7798
7799 2008-04-05  Glenn Morris  <rgm@gnu.org>
7800
7801         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7802
7803 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7804
7805         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7806         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7807
7808         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7809         multibyteness after rather than before erasing it.
7810
7811         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7812         mm-with-multibyte.
7813         (gnus-request-article-this-buffer): Make sure the proper decoding is
7814         used if gnus-original-article-buffer happens to be unibyte.
7815
7816         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7817         default-enable-multibyte-characters.
7818
7819         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7820         default-enable-multibyte-characters.
7821
7822         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7823
7824         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7825
7826 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7827
7828         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7829         Fix last change in case the element is not even a symbol.
7830
7831 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7832
7833         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7834         (imap-message-copyuid-1): Use it.
7835         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7836         J. Williams in
7837         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7838
7839         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7840         imap-enable-exchange-bug-workaround.
7841         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7842
7843 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7844
7845         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7846         a 100 byte status-checks into a 2-3MB transfer for each group.
7847         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7848         to enable bug workaround or not.
7849         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7850
7851 2008-03-31  Glenn Morris  <rgm@gnu.org>
7852
7853         * message.el (mml2015-use): Declare for compiler.
7854         (message-info): Require mml2015 when appropriate.
7855
7856 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7859         whitespace.
7860
7861 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7862
7863         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7864         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7865         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7866         (nntp-service-to-port): New function.
7867         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7868         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7869         (nntp-open-netcat-stream): New function.
7870         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7871
7872 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7873
7874         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7875
7876 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7877
7878         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7879
7880 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7881
7882         * dns.el (dns-write): Use set-buffer-multibyte.
7883
7884 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7885
7886         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7887
7888 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * message.el (message-signature-separator): Change default.
7891         Improve custom type.
7892         (message-cite-function): Change default to
7893         message-cite-original-without-signature.
7894
7895         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7896         toggle.
7897
7898         * message.el (message-check-news-body-syntax): Fix signature check.
7899         (message-setup-1): Mark buffer as unmodified _after_ running
7900         message-setup-hook and handling message-alternative-emails.
7901         (message-shorten-references): Be more strict when building list of
7902         valid references to comply with GNKSA.
7903
7904         * gnus-group.el (gnus-read-ephemeral-bug-group)
7905         (gnus-read-ephemeral-debian-bug-group)
7906         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7907
7908         * message.el (message-info): Don't use booleanp which isn't supported
7909         in Emacs 21 and XEmacs.
7910
7911 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7914         gnus-group-gmane-group-download-format.
7915         (gnus-group-read-ephemeral-gmane-group): Rename from
7916         gnus-group-read-ephemeral-gmane-group.
7917         (gnus-read-ephemeral-gmane-group-url): Rename from
7918         gnus-group-read-ephemeral-gmane-group-url.
7919         (gnus-bug-group-download-format-alist): New variable.
7920         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7921         (gnus-read-ephemeral-emacs-bug-group): New commands.
7922
7923 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7926         (gnus-visible-headers): Improve custom type.
7927
7928 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * mml.el (mml-menu): Add workarounds for XEmacs.
7931
7932         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7933         X-Boundary header.
7934
7935         * message.el (message-simplify-recipients): Fix previous commit.
7936
7937 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7938
7939         * mm-util.el (mm-set-buffer-multibyte): New function.
7940         * mm-decode.el (mm-copy-to-buffer): Use it.
7941
7942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7943         Prefer fboundp to functionp so it works with macros as well.
7944
7945 2008-03-19  Glenn Morris  <rgm@gnu.org>
7946
7947         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7948         Accidentally removed in the sync process with Emacs.
7949
7950 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * message.el (message-alter-recipients-discard-bogus-full-name):
7953         New function.
7954         (message-alter-recipients-function): New variable.
7955         (message-get-reply-headers): Use it.
7956         (message-replace-header): New helper function.
7957         (message-recipients-without-full-name): New variable.
7958         (message-simplify-recipients): New command.
7959
7960         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7961
7962         * message.el (message-info): Handle EasyPG manual.
7963
7964         * mml.el (mml-menu): Add entry for EasyPG.
7965
7966 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7967
7968         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7969         parameter.
7970
7971         * message.el (message-disassociate-draft): Specify drafts group name
7972         fully.
7973
7974 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7977         Eliminate unnecessary duplicates from the match list.
7978
7979 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7982
7983         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7984
7985         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7986         args of `how-many' of which the XEmacs version doesn't take; declare
7987         Info-index-next as function.
7988
7989 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * gnus-score.el (gnus-score-headers): Fix handling of
7992         gnus-inhibit-slow-scoring.
7993
7994         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7995         string.
7996         (gnus-button-url-regexp): Improve handling of parenthesis.
7997         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7998         (gnus-button-handle-info-keystrokes): Handle index entries.
7999
8000 2008-03-15  Glenn Morris  <rgm@gnu.org>
8001
8002         * parse-time.el (parse-time-string): Simplify.
8003
8004 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8007         Incoming* files.
8008
8009 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * auth-source.el (auth-sources): Rename from auth-source-choices.
8012         (auth-source-pick): Use it.
8013
8014 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8015
8016         * binhex.el (binhex-decode-region-internal):
8017         * uudecode.el (uudecode-decode-region-internal):
8018         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8019         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8020         setting default-enable-multibyte-characters.
8021
8022 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * auth-source.el (auth-source-protocols)
8025         (auth-source-protocols-customize, auth-source-choices): Add and
8026         modified variable customizations and defaults.
8027         (auth-source-pick, auth-source-user-or-password)
8028         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8029         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8030         (auth-source-user-or-password-sftp)
8031         (auth-source-user-or-password-smtp): Use new variables and provide an
8032         interface to netrc.el.
8033
8034 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8037         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8038         Make sure the nntp port to specify is a string.
8039
8040 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8041
8042         * nntp.el: Use with-current-buffer.
8043         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8044         dubious mm-with-unibyte-current-buffer.
8045         (nntp-with-open-group-function): New function extracted from
8046         nntp-with-open-group macro.
8047         (nntp-with-open-group): Use the function, so it's easier to debug.
8048         Add indentation and debugging info.
8049         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8050         Recommend the use of the netcat alternatives.
8051
8052         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8053         Avoid mm-string-as-multibyte as well.
8054
8055         * nnweb.el (nnweb-insert-html):
8056         Remove use of nnheader-string-as-multibyte.
8057
8058         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8059         (nnheader-string-as-multibyte): Remove.
8060
8061         * mm-view.el: Use inhibit-read-only.
8062         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8063         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8064         or unibyte-string.
8065
8066         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8067         (mm-uu-yenc-extract): Use with-current-buffer.
8068
8069         * gnus-soup.el (gnus-soup-send-packet): Don't use
8070         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8071
8072         * nnmh.el: Use with-current-buffer.
8073         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8074         mm-string-as-multibyte on the output of mm-encode-coding-string.
8075
8076         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8077         (nnimap-request-move-article): Use with-current-buffer.
8078
8079         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8080         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8081         conversion uses string-make-unibyte rather than string-as-unibyte.
8082
8083         * gnus-msg.el: Use with-current-buffer.
8084
8085         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8086
8087 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8088
8089         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8090         string for caching if it is 'PIN.
8091
8092 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * lpath.el: Consider the case without Emacs/W3.
8095
8096 2008-03-08  Glenn Morris  <rgm@gnu.org>
8097
8098         * time-date.el (date-to-time, time-subtract, time-add)
8099         (safe-date-to-time): Doc fixes.
8100
8101 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * mail-source.el (mail-source-delete-old-incoming-confirm):
8104         Change default to nil.
8105         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8106
8107 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * lpath.el: Rearrange.
8110
8111         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8112         (gnus-article-goto-prev-page): Work for articles having ^L's.
8113
8114         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8115
8116         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8117
8118 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8119
8120         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8121         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8122         (gnus-bookmark-jump): Adjust some variable names.
8123
8124 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * auth-source.el: New package.
8127         (auth-source-choices): Add customization entry point variable.
8128
8129         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8130         bug.
8131
8132 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8133
8134         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8135         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8136         (gnus-registry-install-shortcuts): Rename from
8137         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8138         the `gnus-registry-mark-map' keymap dynamically from
8139         `gnus-registry-marks'.  The generated functions update the summary line
8140         when a registry mark is added or deleted, and will call
8141         `gnus-registry-install-p' (see the comments in the code).
8142         (gnus-registry-user-format-function-M): Use concat intelligently.
8143
8144         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8145         the registry mark functions.
8146
8147 2008-03-05  Glenn Morris  <rgm@gnu.org>
8148
8149         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8150         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8151         gnus-art.
8152         (top-level): No need to load own source when compiling.
8153
8154 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8157         Suggested by <chris.anderton@zetnet.co.uk>.
8158
8159 2008-03-04  Glenn Morris  <rgm@gnu.org>
8160
8161         * gnus-sum.el (top-level): No need to require gnus when compiling,
8162         since unconditionally required near start of file.
8163         (gnus-summary-display-while-building): Move definition before use.
8164
8165 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * gnus-registry.el (gnus-registry-user-format-function-M):
8168         Add formatting function.
8169
8170 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8173         with plists.
8174         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8175         Use new format.
8176
8177 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8180         `where-is-internal' that returns a range of key sequences.
8181
8182 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8183
8184         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8185
8186         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8187         (gnus-summary-jump-to-group): Consider windows on other displayed
8188         frames as well.  Similar changes might be needed elsewhere, but that's
8189         the one I've bumped into during my use.
8190
8191         * nndoc.el (nndoc-oe-dbx-type-p):
8192         * gnus-msg.el (gnus-debug):
8193         * gnus-group.el (gnus-update-group-mark-positions):
8194         Use mm-string-to-multibyte.
8195
8196 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8199         doesn't handle NotDashEscaped.
8200
8201         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8202         (mml-dnd-attach-options): Fix typo in custom choice.
8203
8204         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8205         Change nndoc-article-type to mbox.
8206         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8207
8208         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8209         to nil, instead of html2text.
8210
8211         * imap.el (imap-debug): Add `imap-ping-server'.
8212
8213         * gnus-bookmark.el: Add FIXMEs.
8214
8215         * message.el (message-form-letter-separator)
8216         (message-send-form-letter-delay): New variables.
8217         (message-send-form-letter): Use them.  New command to send form
8218         letters.  Requested by Uwe Siart.
8219         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8220
8221 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * Update copyright years.
8224
8225 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         Sync from EMACS_22_BASE.
8228
8229         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8230
8231 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8232
8233         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8234         empty author.
8235
8236 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * gnus-registry.el (gnus-registry-marks): Add variable for
8239         customization of marks and their appearance.
8240         (gnus-registry-read-mark): Use it.
8241         (gnus-registry-do-marks): Add utility function to loop through
8242         `gnus-registry-marks'.
8243         (gnus-registry-install-shortcuts-and-menus): Add function to install
8244         shortcuts and menus.
8245         (gnus-registry-initialize): Use it.
8246         (gnus-registry-default-mark): Clarify documentation.
8247
8248 2008-02-29  Glenn Morris  <rgm@gnu.org>
8249
8250         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8251         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8252         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8253         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8254         Change defcustom :version from 23.0 to 23.1.
8255
8256 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-registry.el (gnus-registry-follow-group-p)
8259         (gnus-registry-post-process-groups): Add functions to aid registry
8260         splitting and improve logging.  Clarify behavior in function
8261         documentation.
8262         (gnus-registry-split-fancy-with-parent): Use them.
8263
8264 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8265
8266         * gnus-art.el: Use with-current-buffer.
8267
8268 2008-02-27  David Engster  <dengste@eml.cc>
8269
8270         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8271         Express real group name in the response.
8272
8273 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8276         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8277         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8278         autoload gnus-registry-fetch-group when compiling.
8279         (nnmairix-request-group-with-article-number-correction):
8280         Remove unreferenced argument passed to nnmairix-call-backend.
8281
8282 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8285         (mm-uu-extract): Improve face for low color ttys.
8286         Reported by Sascha Wilde.
8287
8288 2008-02-27  Glenn Morris  <rgm@gnu.org>
8289
8290         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8291         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8292         variables to defconsts.  Convert comments to doc-strings.
8293         (nnmairix-last-server, nnmairix-current-server): Convert from free
8294         variables to defvars.  Convert comments to doc-strings.
8295         (gnus-registry-fetch-group): Autoload.
8296         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8297         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8298         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8299         caddr.
8300         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8301         nnmairix-request-group-with-article-number-correction call.
8302         (nnmairix-fast, nnmairix-group): New, less general names, for free
8303         variables passed from nnmairix-request-group to
8304         nnmairix-request-group-with-article-number-correction.  Declare.
8305         (nnmairix-request-group-with-article-number-correction):
8306         Use nnmairix-fast, nnmairix-group rather than fast, group.
8307
8308 2008-02-26  David Engster  <dengste@eml.cc>
8309
8310         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8311         version 0.5.
8312
8313 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8316         instead of making an extra function call.  Don't add the current group
8317         to articles only when they have the group.  Use
8318         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8319         Reported by David <de_bb@arcor.de>.
8320
8321 2008-02-24  Miles Bader  <miles@gnu.org>
8322
8323         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8324         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8325         (mm-find-mime-charset-region):
8326         * mm-bodies.el (mm-encode-body):
8327         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8328
8329 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8332         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8333
8334 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * mail-source.el (mail-source-delete-incoming): Change default.
8337         Supplement doc string.
8338
8339         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8340
8341 2008-02-14  Glenn Morris  <rgm@gnu.org>
8342
8343         * time-date.el (format-seconds): New function.
8344
8345 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * nnmail.el (nnmail-message-id-cache-file): Derive from
8348         `gnus-home-directory'.
8349
8350 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8353         Document negative prefix.
8354
8355         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8356
8357 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * message.el (message-unsent-separator): Add the Exim bounce
8360         separator.
8361
8362 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8363
8364         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8365         list.
8366         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8367         recipient/signer list.
8368
8369 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * Makefile.in (datarootdir): Define.
8372         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8373         name that might contain whitespace.
8374
8375 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8378         fbound (Emacs 23 unicode), signal an error.
8379
8380 2008-02-08  Glenn Morris  <rgm@gnu.org>
8381
8382         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8383
8384 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8385
8386         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8387         ports to the calls to `netrc-machine-user-or-password' in addition to
8388         "imap" and "imaps".
8389
8390 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8391
8392         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8393
8394         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8395
8396 2008-02-01  Kenichi Handa  <handa@m17n.org>
8397
8398         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8399         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8400         (rfc2104-hash): Convert the result of concat to unibyte string.
8401
8402 2008-02-01  Dave Love  <fx@gnu.org>
8403
8404         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8405         coding-system-for-read.
8406         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8407
8408 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8411         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8412         <hanche@math.ntnu.no>.
8413
8414 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8417
8418         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8419
8420 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8421
8422         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8423         * message.el (message-beginning-of-line): Use featurep instead of bound
8424         tests in order to resolve conditionals at compile time.
8425
8426 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8427
8428         * mail-source.el (mail-sources): Add `group' choice.
8429
8430         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8431         parameter `in-group' to control into which group the articles go.
8432         Add treatment of `group' mail-source.
8433
8434 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8437
8438         * mm-decode.el (mm-dissect-buffer): Decode description.
8439
8440         * mml.el (mml-to-mime): Encode message header first.
8441
8442 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8445         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8446
8447         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8448         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8449
8450 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8451
8452         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8453
8454 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8457         prefix keys.
8458         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8459         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8460         gnus-xmas.el.
8461
8462         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8463         (gnus-xmas-article-describe-bindings): New function.
8464         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8465         gnus-xmas-article-describe-bindings.
8466
8467         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8468
8469 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8470
8471         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8472         Add new variables for article mark management.
8473         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8474         list of extra data entries which, when present, will indicate that the
8475         article ID should not be trimmed from the registry.
8476         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8477         functions.
8478         (gnus-registry-read-mark): New function to read a mark name from the
8479         user.
8480         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8481         (gnus-registry-set-article-mark-internal): New functions to add and
8482         remove marks.
8483         (gnus-registry-get-article-marks): New function to show the marks for
8484         an article, or retrieve them for further use.
8485
8486 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8489         keys when no argument is given.
8490
8491 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * imap.el (imap-ping-server): New variable.
8494         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8495         (imap-ping-server): Minor doc string fixes.
8496
8497 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8498
8499         * imap.el (imap-ping-server): New function.
8500         (imap-opened): Call imap-ping-server.
8501
8502 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-sum.el (gnus-article-sort-by-random)
8505         (gnus-thread-sort-by-random): Fix doc strings.
8506         Reported by jidanni@jidanni.org.
8507
8508 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * gnus-art.el (gnus-article-describe-bindings): New function.
8511         (gnus-article-read-summary-keys): Use it.
8512         (gnus-article-mode-map): Bind `C-h b' to it.
8513
8514 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8517         XEmacs.
8518         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8519         Protect against non-character events.
8520
8521         * lpath.el: Fbind map-keymap for Emacs 21.
8522
8523 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8526         New command.
8527         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8528         instead of END.  Change name of the temp file.
8529         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8530         customizable.
8531
8532 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8535         bind `S W' to gnus-article-wide-reply-with-original; set default
8536         binding to gnus-article-read-summary-send-keys.
8537         (gnus-article-read-summary-keys): Fix the order of keys; display
8538         continuation keys correctly in the echo area; describe bindings
8539         correctly when keys end with `C-h'.
8540         (gnus-article-read-summary-send-keys): New function.
8541         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8542         Work for gnus-article-read-summary-send-keys; display continuation keys
8543         correctly in the echo area.
8544         (gnus-article-reply-with-original): Ignore prefix argument.
8545         (gnus-article-wide-reply-with-original): New function.
8546
8547         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8548         Emacs 21.
8549
8550 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8553         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8554
8555 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8558         (gnus-group-read-ephemeral-gmane-group): New command.
8559
8560 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8561
8562         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8563
8564 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * message.el (message-send-mail-function): Increase custom version.
8567
8568         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8569         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8570
8571 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8572
8573         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8574         for the cases where imap-authenticate is called with a nil buffer
8575         parameter.
8576
8577 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8580         html parts correctly; support forwarded messages.
8581         (gnus-article-browse-html-article): Remove work buffers.
8582
8583         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8584         compiling.
8585         (netrc-bound-and-true-p): New macro.
8586         (netrc-parse): Use it instead of bound-and-true-p that is not available
8587         in XEmacs 21.4.
8588
8589 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8590
8591         * gnus-registry.el (gnus-registry-mark-article)
8592         (gnus-registry-article-marks): Add functionality to mark articles
8593         through the Gnus registry.
8594
8595         * encrypt.el: Clarify documentation for the new pgg method.
8596         (encrypt-file-alist): Add PGG option.
8597         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8598         functionality.  Abstract password key and messaging to external
8599         functions.
8600         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8601         (encrypt-message-method-and-cipher): Add new convenience external
8602         functions.
8603         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8604         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8605
8606         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8607         (netrc-parse): Use encrypt-file-alist to determine if
8608         encrypt-find-model or encrypt-insert-file-contents should be used.
8609
8610         * encrypt.el: Clarify documentation.  Load password-cache or
8611         password, whichever one is found first, instead of autoloading.
8612
8613 2007-12-19  Glenn Morris  <rgm@gnu.org>
8614
8615         * mml.el (message-options-set, message-narrow-to-head)
8616         (message-in-body-p, message-mail-p, message-encode-message-body):
8617         Autoload.
8618         (message-remove-header, message-narrow-to-headers-or-head)
8619         (message-subscribed-p, message-make-mail-followup-to)
8620         (message-position-on-field, message-news-p)
8621         (message-options-set-recipient, message-generate-headers)
8622         (message-sort-headers): Declare as functions.
8623
8624 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8627         convention in doc string.
8628
8629 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8632         title to html parts.
8633         (gnus-article-browse-html-article): Pass message header to it.
8634
8635         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8636
8637 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8640         or password compatible with XEmacs.
8641
8642 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8645         format document.
8646         (gnus-mime-delete-part): Don't write description line if empty.
8647         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8648
8649 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8650
8651         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8652         (gnus-summary-mark-read-and-unread-as-read)
8653         (gnus-summary-mark-current-read-and-unread-as-read)
8654         (gnus-summary-mark-unread-as-ticked): Doc fix.
8655         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8656
8657 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8660         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8661
8662 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8665         yes-or-no-p.
8666
8667 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mm-decode.el (mm-add-meta-html-tag): New function.
8670         (mm-save-part-to-file, mm-pipe-part): Use it.
8671
8672         * gnus-art.el (gnus-article-browse-delete-temp-files):
8673         Use gnus-y-or-n-p instead of y-or-n-p.
8674         (gnus-article-browse-html-parts): Work with message/external-body; use
8675         mm-add-meta-html-tag.
8676
8677 2007-12-11  Glenn Morris  <rgm@gnu.org>
8678
8679         * gnus-cache.el: Require gnus-sum not just when compiling.
8680
8681         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8682
8683         * gnus-int.el (gnus-server-opened, gnus-status-message):
8684         Move definitions before use.
8685
8686         * mm-decode.el: Require gnus-util.
8687         (mm-remove-part): Only call delete-annotation on XEmacs.
8688
8689         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8690
8691         * nnmail.el: Require gnus-int.
8692
8693         * spam.el: Move `require's before `eval-when-compile's.
8694
8695         * gnus-ems.el (gnus-alive-p):
8696         * gnus-fun.el (message-goto-eoh):
8697         * gnus-util.el (gnus-group-name-decode):
8698         * mail-source.el (gnus-compress-sequence):
8699         * message.el (Info-goto-node, format-spec):
8700         * mm-bodies.el (message-options-get):
8701         * mm-decode.el (mm-view-pkcs7):
8702         * mm-util.el (gmm-write-region):
8703         * mml-smime.el (mml-compute-boundary)
8704         (gnus-completing-read-with-default):
8705         * mml.el (widget-button-press, gnus-make-hashtable):
8706         * mml1991.el (mm-decode-content-transfer-encoding)
8707         (mm-encode-content-transfer-encoding)
8708         (message-options-get, message-options-set):
8709         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8710         * nnfolder.el (gnus-request-group):
8711         * nnheader.el (ietf-drums-unfold-fws):
8712         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8713         * smime.el (gnus-run-mode-hooks):
8714         * spam-stat.el (gnus-message): Autoload.
8715
8716         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8717         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8718         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8719         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8720         Add declare-function compatibility definition.
8721
8722         * gnus-cache.el (nnvirtual-find-group-art):
8723         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8724         (gnus-add-image, gnus-add-wash-type):
8725         * gnus-group.el (nnkiboze-score-file):
8726         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8727         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8728         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8729         (message-tokenize-header, gnus-get-buffer-create)
8730         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8731         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8732         * gnus.el (gnus-group-decoded-name):
8733         * mail-source.el (imap-capability):
8734         * mm-bodies.el (message-options-set):
8735         * mm-decode.el (gnus-configure-windows):
8736         * mm-extern.el (message-goto-body):
8737         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8738         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8739         (epg-sub-key-validity, message-options-set):
8740         * mml.el (widget-event-point, gnus-configure-windows):
8741         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8742         * mml2015.el (epg-check-configuration, epg-configuration)
8743         (message-options-set):
8744         * nndb.el (nndb-request-article):
8745         * nnfolder.el (gnus-request-create-group):
8746         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8747         * nnmaildir.el (gnus-group-mark-article-read):
8748         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8749         * rfc1843.el (message-fetch-field):
8750         * spam.el (gnus-extract-address-components):
8751         Declare as functions.
8752
8753 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8756
8757         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8758
8759         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8760         bind show-trailing-whitespace for XEmacs.
8761
8762 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8765         new no-op macro for backward compatibility.
8766
8767         * imap.el (imap-string-to-integer): New function.
8768
8769 2007-12-09  Glenn Morris  <rgm@gnu.org>
8770
8771         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8772
8773         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8774         * message.el, mm-view.el, sieve-manage.el, smime.el:
8775         Add declare-function compatibility definition.
8776
8777         * gnus-art.el (w3-region, w3m-region, Info-menu):
8778         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8779         * gnus-sum.el (gnus-get-predicate):
8780         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8781         * message.el (mail-abbrev-in-expansion-header-p):
8782         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8783         (w3m-detect-meta-charset, w3m-region):
8784         * sieve-manage.el (password-read, password-cache-add)
8785         (password-cache-remove):
8786         * smime.el (password-read-and-add): Declare as functions.
8787
8788 2007-12-08  David Kastrup  <dak@gnu.org>
8789
8790         * gnus-sum.el (gnus-summary-simplify-subject-query):
8791         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8792         `message'.
8793
8794 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8797         it to bind idna-program, installation-directory, defined-colors, and
8798         face-attribute for XEmacs of the version that compiles defcustom forms.
8799
8800 2007-12-07  Glenn Morris  <rgm@gnu.org>
8801
8802         * gnus-art.el (article-make-date-line): Revert previous change.
8803
8804 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8807
8808 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8809
8810         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8811         Call gnus-add-to-range ranges only once with a prepared article-list.
8812
8813 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8814
8815         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8816         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8817         group names with backslashes.
8818         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8819
8820 2007-12-06  Deepak Goel  <deego3@gmail.com>
8821
8822         * gnus-art.el (article-make-date-line):
8823         * gnus-start.el (gnus-load):
8824         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8825
8826 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-art.el (gnus-use-idna)
8829         * gnus-start.el (gnus-site-init-file)
8830         * message.el (message-use-idna)
8831         * mm-uu.el (mm-uu-hide-markers)
8832         * smiley.el (smiley-style): Revert changes that suppress warnings.
8833
8834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8837         specify charset to html source.
8838         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8839
8840 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8843         idna-program in order to suppress byte compile warning issued by XEmacs
8844         that came to byte compile the default value section of defcustom forms
8845         recently.
8846
8847         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8848         value of installation-directory.
8849
8850         * message.el (message-use-idna): Don't directly refer to the value of
8851         idna-program.
8852
8853         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8854
8855         * smiley.el (smiley-style): Don't directly call face-attribute.
8856
8857 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8860
8861         * gnus-dired.el: Reduce Gnus dependencies.
8862         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8863         Don't require.  Use autoloads instead.
8864         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8865         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8866         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8867         (gnus-dired-mode): Adjust doc string.
8868         (gnus-dired-mail-mode): New variable.
8869         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8870         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8871         (gnus-dired-mail-buffers): New function.  Return mail or message
8872         composition buffers.
8873         (gnus-dired-attach): Use it.
8874         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8875         NO-DECODE.
8876         (gnus-dired-print): Use `gnus-print-buffer' depending on
8877         `gnus-dired-mail-mode'.
8878
8879 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * rfc2047.el (rfc2047-encoded-word-regexp)
8882         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8883         explaining what regexp patterns are for.
8884
8885 2007-12-04  Glenn Morris  <rgm@gnu.org>
8886
8887         * password.el: Move to password-cache.el.
8888
8889         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8890         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8891         * mml-smime.el (password-read, password-cache-add)
8892         (password-cache-remove):
8893         No need to autoload, since mml-sec requires password.
8894
8895         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8896         * message.el (gnus-extract-address-components):
8897         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8898
8899         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8900         password.
8901
8902 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * mailcap.el: Reduce dependencies.
8905         (mail-header-parse-content-type): Autoload.
8906         (mailcap-delete-duplicates): New alias.
8907         (mailcap-mime-info): Add optional argument NO-DECODE.
8908         (mailcap-mime-types): Use mailcap-delete-duplicates.
8909
8910         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8911
8912 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8913
8914         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8915         (imap-parse-status): Upcase status-att for servers that sends them
8916         lower-case (e.g., MS Exchange 2007).
8917
8918 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8921         function.
8922
8923         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8924         (gnus-uu-yenc-article): New function.
8925
8926         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8927
8928         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8929
8930 2007-12-02  Glenn Morris  <rgm@gnu.org>
8931
8932         * binhex.el (binhex): New custom group.
8933         (binhex-decoder-program, binhex-decoder-switches)
8934         (binhex-use-external): Move to the binhex custom group.
8935
8936         * uudecode.el (uudecode): New custom group.
8937         (uudecode-decoder-program, uudecode-decoder-switches)
8938         (uudecode-use-external): Move to the uudecode custom group.
8939
8940         * netrc.el (top-level): Don't load `encrypt' features.
8941         (netrc-parse): Don't use encrypt.
8942         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8943
8944         * encrypt.el: Remove file.
8945
8946 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8949         matches on patches.
8950
8951         * gnus-art.el (gnus-article-browse-html-article):
8952         Mention `mm-text-html-renderer' in the doc string.
8953
8954         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8955         string.  Add comments.
8956
8957         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8958         if rhs is ASCII.
8959
8960 2007-12-01  Glenn Morris  <rgm@gnu.org>
8961
8962         * mail-source.el (top-level): Require format-spec before
8963         eval-when-compile.
8964
8965 2007-11-30  Glenn Morris  <rgm@gnu.org>
8966
8967         * encrypt.el: Require password, rather than autoloading password-read.
8968
8969 2007-11-29  Glenn Morris  <rgm@gnu.org>
8970
8971         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8972         (sasl-make-client, sasl-next-step, sasl-step-data)
8973         (sasl-step-set-data): Declare as functions.
8974
8975 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8978
8979 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8980
8981         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8982         certs should be verified and what is to be done in the event of a
8983         verification failure.
8984
8985         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8986         caller can indicate whether the cache should be disregarded for this
8987         call.  This way the result of the call is reproducible at all times and
8988         can be considered a canonical server name for the supplied method.
8989         (gnus-agent-method-p): Canonicalize server names by pushing their
8990         method through `gnus-method-to-server' using the no-cache argument.
8991
8992         * gnus-srvr.el (gnus-server-insert-server-line):
8993         Call `gnus-method-to-server' with `no-cache' argument.
8994
8995         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8996         gnus-agent-possibly-synchronize-flags as this should be called when the
8997         server is actually being opened.
8998         (gnus-agent-possibly-synchronize-flags)
8999         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9000         flags file of an agentized server to the latter function.
9001
9002         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9003         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9004         after a connection has been established successfully.
9005
9006 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (article-display-face): Force to display face if called
9009         interactively; check if gnus-article-x-face-too-ugly matches author.
9010         (article-display-x-face): Display face even if From header is missing
9011         as article-display-face does.
9012
9013 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9014
9015         * hashcash.el (message-narrow-to-headers-or-head)
9016         (message-fetch-field, message-goto-eoh)
9017         (message-narrow-to-headers): Declare as functions.
9018
9019 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * mail-source.el (mail-sources): Default to fetch from file for
9022         compatibility with default of nnmail-spool-file.
9023
9024 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9027         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9028         to look for encoded word that should be encoded again.
9029         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9030         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9031         encoding pattern.
9032         (rfc2047-decode-region): Switch strict regexp and loose one according
9033         to rfc2047-allow-irregular-q-encoded-words.
9034
9035 2007-11-25  Romain Francoise  <romain@orebokech.com>
9036
9037         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9038
9039 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * tls.el (tls-program): Provide more custom choices from
9042         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9043         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9044
9045 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9048         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9049
9050         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9051         `nnmail-spool-file'.
9052
9053         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9054         `nnmail-spool-file'.
9055
9056         * gnus-move.el (gnus-change-server): Ditto.
9057
9058         * gnus-kill.el (gnus-batch-score): Ditto.
9059
9060         * gnus-cache.el (gnus-jog-cache): Ditto.
9061
9062         * gnus-msg.el (gnus-summary-reply):
9063         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9064
9065 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9068         version.  Minor improvement to doc strings.
9069         (tls-program): Add comment.
9070
9071 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9072
9073         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9074         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9075         mismatch between the hostname provided in the certificate and the name
9076         of the host connnecting to.
9077         (open-tls-stream): Use them.  Check certificates against trusted root
9078         certificates.
9079
9080 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-cache.el (gnus-cache-generate-nov-databases):
9083         Use nnml-generate-nov-databases-directory instead of
9084         nnml-generate-nov-databases-1.
9085
9086 2007-11-24  Glenn Morris  <rgm@gnu.org>
9087
9088         * message.el (message-tool-bar-retro): Update for rename
9089         mail_send.xpm->mail-send.xpm.
9090
9091 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9094         `smime-ldap-search' for Emacs 22 and up.
9095
9096 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9099
9100         * message.el (message-send-mail-function): Fix error convention.
9101         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9102         (message-widen-reply, message-send-mail, message-talkative-question)
9103         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9104         (message-clone-locals, message-send-news): Use with-current-buffer.
9105         (message-insert-or-toggle-importance): Remove unused var `valid'.
9106         (message-make-references): Remove unused var `new-references'.
9107         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9108
9109 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9110
9111         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9112         (spam-split-symbolic-return-positive): Reflow docstring.
9113         (spam-backends, spam-summary-exit-behavior)
9114         (spam-mark-ham-unread-before-move-from-spam-group)
9115         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9116         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9117         (spam-clear-cache, spam-backend-check, spam-install-backend)
9118         (spam-install-statistical-backend, spam-list-of-processors)
9119         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9120         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9121         (spam-check-crm114, spam-initialize, spam-unload-hook):
9122         Fix typos in docstrings.
9123
9124 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9127         been checked if they have never been read and those group levels are
9128         higher than the one that a user specified.
9129
9130 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9133         foreign groups unless a group level is specified by a user.
9134         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9135
9136 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * message.el (message-send-mail-function): Require sendmail.
9139
9140 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * message.el (message-send-mail-function): Check for smtpmail too.
9143
9144         * utf7.el (utf7-encode, utf7-decode): Use coding system
9145         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9146
9147         * message.el (message-send-mail-function): New function.
9148         (message-send-mail-function): Set default using
9149         message-send-mail-function.  Adjust doc string.
9150         (message-send-mail-with-mailclient): New function.
9151
9152 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9153
9154         * smime.el (from):
9155         * rfc2047.el (message-posting-charset):
9156         * qp.el (mm-use-ultra-safe-encoding):
9157         * pop3.el (parse-time-months):
9158         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9159         * nnml.el (files):
9160         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9161         (jka-compr-compression-info-list, ange-ftp-path-format)
9162         (efs-path-regexp):
9163         * nndiary.el (files):
9164         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9165         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9166         (epg-digest-algorithm-alist, inhibit-redisplay)
9167         (password-cache-expiry):
9168         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9169         (pgg-output-buffer, password-cache-expiry):
9170         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9171         (efs-path-regexp):
9172         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9173         (inhibit-redisplay):
9174         * mm-uu.el (file-name, start-point, end-point, entry)
9175         (gnus-newsgroup-name, gnus-newsgroup-charset):
9176         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9177         (latin-unity-ucs-list):
9178         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9179         (mm-uu-binhex-decode-function):
9180         * message.el (gnus-message-group-art, gnus-list-identifiers)
9181         (rmail-enable-mime-composing, gnus-local-organization)
9182         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9183         (gnus-read-active-file, facemenu-add-face-function)
9184         (facemenu-remove-face-function, gnus-article-decoded-p)
9185         (tool-bar-mode):
9186         * mail-source.el (display-time-mail-function):
9187         * gnus-util.el (nnmail-pathname-coding-system)
9188         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9189         (gnus-original-article-buffer, gnus-user-agent)
9190         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9191         (xemacs-codename, sxemacs-codename, emacs-program-version):
9192         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9193         * gnus-start.el (gnus-agent-covered-methods)
9194         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9195         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9196         (gnus-newsgroup-headers, gnus-group-list-mode)
9197         (gnus-group-mark-positions, gnus-newsgroup-data)
9198         (gnus-newsgroup-unreads, nnoo-state-alist)
9199         (gnus-current-select-method, mail-sources)
9200         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9201         (nnmail-spool-file, gnus-cache-active-hashtb):
9202         * gnus-mh.el (mh-lib-progs):
9203         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9204         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9205         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9206         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9207         (gnus-group-buffer):
9208         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9209         (font-lock-set-defaults):
9210         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9211         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9212         (gnus-summary-post-menu, total-parts, type, condition, length):
9213         * gnus-agent.el (gnus-agent-read-agentview):
9214         * flow-fill.el (show-trailing-whitespace):
9215         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9216         eval-and-compile wrappers for byte compiler pacifiers.
9217
9218         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9219         (mm-display-inline-fontify): Check for featurep 'xemacs not
9220         extent-list.
9221
9222         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9223         itimer-list.
9224         (mm-create-image-xemacs): Only do something for XEmacs.
9225         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9226
9227         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9228
9229         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9230         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9231
9232 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9233
9234         * nnimap.el (nnimap-split-download-body):
9235         * gnus-demon.el (gnus-demon):
9236         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9237
9238 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9241         New macros.
9242         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9243         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9244         copy data from unibyte buffer to multibyte current buffer.
9245         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9246         to copy data from unibyte current buffer to multibyte buffer.
9247         (nntp-make-process-buffer): Make process buffer unibyte.
9248
9249         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9250
9251 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9252
9253         * pop3.el (pop3-open-server): Accept and process data more robustly at
9254         connexion start to avoid spurious "POP SSL connexion failed" errors.
9255
9256 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9259         read group names.
9260
9261 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9264
9265 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9268         (nnmail-save-active): Use a unibyte buffer when saving active file,
9269         which may contain non-ASCII group names.
9270
9271         * nnml.el (nnml-request-group): Decode group names in messages.
9272
9273 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-citation-line-function)
9276         (message-insert-formatted-citation-line): Fix spelling of
9277         `message-insert-formated-citation-line'.
9278
9279 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9282
9283 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9286         nnmail-pathname-coding-system.
9287
9288         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9289         that a user enters; decode group names in messages.
9290
9291         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9292
9293 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9296
9297         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9298
9299         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9300         risky local variable.
9301
9302         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9303
9304 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9305
9306         * encrypt.el: Improve documentation to fix function name typo.
9307         Reported by Daiki Ueno <ueno@unixuser.org>.
9308
9309 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9312         even if the point is not in the last page of an article.
9313         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9314         back to the previous page.
9315
9316 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9319
9320 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9323
9324 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9325
9326         * message.el (message-check-news-body-syntax):
9327         Avoid mm-string-as-multibyte.
9328         (message-hide-headers): Don't assume (point-min)==1.
9329
9330 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * message.el (message-remove-blank-cited-lines): Fix if remove is
9333         given.
9334         (message-bogus-address-regexp): New variable.
9335         (message-bogus-recipient-p): New function.
9336         (message-check-recipients): New command.
9337         (message-syntax-checks): Add `bogus-recipient'.
9338         (message-fix-before-sending): Add `bogus-recipient'.
9339
9340         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9341         (gnus-treat-body-boundary): Don't test window-system.
9342
9343 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9344
9345         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9346
9347 2007-10-28  Miles Bader  <miles@gnu.org>
9348
9349         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9350         at compile-time too.
9351
9352 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-msg.el (gnus-message-setup-hook):
9355         Add `message-remove-blank-cited-lines' to options.
9356
9357 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * message.el (message-remove-blank-cited-lines): New function.
9360         Suggested by Karl Plästerer.
9361
9362 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9365         mapc.
9366
9367         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9368         (top-level): Use mapc to set functions to be traced for debugging.
9369
9370         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9371         called for effect with while loop.
9372
9373         * message.el (message-talkative-question): Replace mapcar called for
9374         effect with mapc.
9375
9376         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9377         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9378         called for effect with dolist.
9379
9380         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9381
9382         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9383         gnus-extra-headers and nnmail-extra-headers.
9384
9385         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9386         called for effect with dolist.
9387         (top-level): Use mapc to set functions to be traced for debugging.
9388
9389         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9390         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9391         dolist.
9392
9393         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9394         Replace mapcar called for effect with mapc.
9395         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9396         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9397         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9398         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9399
9400         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9401         remove-if that's a cl function.
9402
9403         * webmail.el (webmail-debug): Replace mapcar called for effect with
9404         dolist.
9405
9406         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9407         with mapc.
9408
9409 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9412         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9413         with while loop.
9414
9415         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9416         functions from article-* functions.
9417         (gnus-multi-decode-header): Replace mapcar called for effect with
9418         dolist.
9419
9420         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9421         (gnus-bookmark-show-details): Replace mapcar called for effect with
9422         while loop.
9423
9424         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9425         called for effect with while loop.
9426
9427         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9428         with dolist.
9429
9430         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9431         Replace mapcar called for effect with dolist.
9432
9433         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9434
9435         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9436         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9437         Replace mapcar called for effect with dolist.
9438         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9439         mapc.
9440
9441         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9442         Replace mapcar called for effect with dolist.
9443         (gnus-topic-list): Replace mapcar called for effect with mapc.
9444
9445         * gnus.el: Use mapc instead of mapcar to add autoloads.
9446
9447 2007-10-23  Richard Stallman  <rms@gnu.org>
9448
9449         * gnus-group.el (gnus-group-highlight): Mark as risky.
9450
9451 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus.el (gnus-server-to-method): Return method found first in
9454         gnus-newsrc-alist.
9455
9456         * gnus-art.el (gnus-article-highlight-signature)
9457         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9458         button overlay without the front stickiness.
9459
9460 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9461
9462         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9463         overview buffer needed a catch to receive its throw.
9464         (gnus-agent-flush-cache): Declare as interactive to make this function
9465         easier to use.
9466
9467 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9470         `next-line'.
9471
9472 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9475         exclude address matching message-dont-reply-to-names.
9476
9477 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-util.el (gnus-string<): New function.
9480
9481         * gnus-sum.el (gnus-article-sort-by-author)
9482         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9483
9484 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9487         the frame-focus tag is set in gnus-buffer-configuration.
9488
9489 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9492         the front stickiness.
9493
9494 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9497         url pattern; remove duplicate one.
9498         (gnus-article-extend-url-button): New function.
9499         (gnus-article-add-buttons): Use it.
9500         (gnus-button-push): Use concatenated url that it makes.
9501
9502 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9503
9504         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9505
9506 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9507
9508         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9509         Don't hardcode point-min==1.
9510
9511 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9514         Fix comment about "iso8859-1".
9515
9516 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9517
9518         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9519         ones returned from the verify-function.
9520
9521         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9522         Call mml2015-extract-cleartext-signature if extraction failed.
9523
9524 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9525
9526         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9527         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9528         failed.
9529
9530 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9533
9534 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9537         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9538         recommends to use EasyPG instead of PGG.
9539
9540         * pgg.el: Revert to revision 6.23.2.16.
9541
9542         * pgg-def.el: Revert to revision 6.6.2.14.
9543
9544         * pgg-gpg.el: Revert to revision 6.23.2.34.
9545
9546 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9547
9548         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9549         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9550         thread for both the null and zero (kill/expire thread) universal prefix
9551         cases.
9552         (gnus-summary-expire-thread): Add new function to expire a thread,
9553         using gnus-summary-kill-thread.
9554         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9555         shortcuts for gnus-summary-expire-thread.
9556         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9557         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9558
9559 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9562         extras value, so an extras entry can be deleted.
9563         (gnus-registry-delete-extra-entry): Use it.
9564         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9565         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9566         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9567         storage through the gnus-registry, and provide an appropriate API for
9568         it.
9569
9570 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9573         Suggested by Leo <sdl.web@gmail.com>.
9574
9575         * gnus.el: Do.
9576
9577 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9580         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9581
9582         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9583
9584         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9585         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9586
9587 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9590         newline.
9591         (nnmbox-request-accept-article): Don't change article in source buffer;
9592         narrow to header to use message-fetch-field rather than
9593         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9594         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9595         as delimiters; make sure article ends with newline.
9596         (nnmbox-delete-mail): Correct last position of article to be deleted;
9597         ignore X-Gnus-Newsgroup header in article body.
9598         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9599         positions; make sure article ends with newline.
9600
9601         * message.el (message-display-abbrev): Don't infloop when a user
9602         inserts SPC in the beginning of header.
9603
9604         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9605         coding-system-for-read and coding-system-for-write for XEmacs having no
9606         file-coding feature.
9607
9608         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9609
9610 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9611
9612         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9613         list of groups not followed by default.  Fix type to be regexp.
9614         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9615
9616 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9617
9618         * hmac-def.el (define-hmac-function): Switch from old-style to
9619         new-style backquotes.
9620
9621         * md4.el (md4-make-step): Likewise.
9622
9623 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9626         raw-text coding system when saving .newsrc file, which may contain
9627         non-ASCII group names.
9628
9629 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-cus.el (gnus-score-extra): New widget.
9632         (gnus-score-extra-convert): New function.
9633         (gnus-score-customize): Use it for Extra.
9634
9635 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9636
9637         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9638         (mml2015-mailcrypt-clear-verify): Use it.
9639         (mml2015-gpg-clear-verify): Use it.
9640         (mml2015-pgg-clear-verify): Use it.
9641         (mml2015-epg-clear-verify): Replace the current part with the output
9642         from GnuPG; don't extract the plaintext by itself.
9643
9644         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9645         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9646         mml2015-clear-verify-function; don't touch the armor headers or
9647         dash-escaped text here.
9648
9649 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9652         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9653         parts, or application/octet-stream as a last resort.
9654         (gnus-mime-view-part-as-type): Don't toggle display.
9655         (gnus-mime-view-part-as-charset): Don't turn off display before
9656         querying charset.
9657
9658         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9659         stuff to undisplayer function in Emacs.
9660         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9661
9662         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9663         text/calendar parts.
9664
9665 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9668         decoding text/calendar parts.
9669
9670         * message.el (message-forward-make-body-mime): Always mark body as
9671         having no illegible text; remove signed-or-encrypted argument.
9672         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9673
9674         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9675         (mml-generate-mime-1): Don't encode body if it is specified to be in
9676         raw form; don't make buffer be unibyte when inserting multibyte string.
9677
9678 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9679
9680         * sha1.el: Fix up comment style.
9681         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9682         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9683
9684         * hex-util.el: Fix up comment style.
9685         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9686
9687         * gnus-salt.el: Use with-current-buffer.
9688         (gnus-pick-setup-message): Fix long-standing typo.
9689
9690 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * imap.el (imap-logout-timeout): New variable.
9693         (imap-logout, imap-logout-wait): New functions.
9694         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9695
9696         * nnimap.el (nnimap-logout-timeout): New server variable.
9697         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9698         nnimap-logout-timeout.
9699
9700         * gnus-art.el (gnus-article-summary-command-nosave)
9701         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9702
9703 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus.el (gnus-maximum-newsgroup): New variable.
9706
9707         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9708         according to gnus-maximum-newsgroup.
9709
9710         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9711         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9712         Limit the range of articles according to gnus-maximum-newsgroup.
9713
9714 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9715
9716         * gnus-art.el (gnus-sticky-article): Fix problems described in
9717         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9718         Don't perform gnus-configure-windows here; reuse existing sticky
9719         article buffer.
9720
9721         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9722         it doesn't exist in gnus-article-mode.
9723
9724 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9727         (gnus-agent-decoded-group-name): New function.
9728         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9729         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9730
9731 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9732
9733         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9734         Add binding for gnus-sticky-article.
9735         (gnus-summary-exit): Don't kill sticky article buffers.
9736
9737         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9738         article buffer.
9739         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9740         (gnus-kill-sticky-article-buffers): New commands.
9741
9742 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * nntp.el (nntp-xref-number-is-evil): New server variable.
9745         (nntp-find-group-and-number): If it is non-nil, don't trust article
9746         numbers in the Xref header.
9747
9748 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-agent.el (gnus-agent-read-group): New function.
9751         (gnus-agent-flush-group, gnus-agent-expire-group)
9752         (gnus-agent-regenerate-group): Use it.
9753         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9754         nnmail-pathname-coding-system.
9755
9756 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9759
9760         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9761         that are unread as unread, and also as selected so that information of
9762         marks having been changed by a user may be updated when exiting group.
9763
9764 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9767
9768 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9771         calculated ignoring signature parts to gnus-treat-article.
9772
9773 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9776         a point here in order to keep the window start.
9777         (gnus-insert-mime-security-button): Make a button overlay without the
9778         front stickiness.
9779         (gnus-mime-display-security): Goto the end of a button.
9780
9781         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9782
9783 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9786         group-name-at-point.
9787         (gnus-group-completing-read): New function that offers decoded
9788         non-ASCII group names for completion.
9789         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9790         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9791         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9792         (gnus-group-fetch-control): Use it.
9793         (gnus-fetch-group): Use group-name-at-point for the initial value
9794         rather than the default value; use gnus-alive-p.
9795
9796         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9797         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9798         (gnus-summary-post-news): Use gnus-group-completing-read.
9799
9800         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9801         (gnus-read-move-group-name): Decode group name for completion.
9802
9803 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9804
9805         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9806         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9807         Yamaoka slightly modified the code).
9808
9809 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9812         (nnmail-split-incoming): Bind it.
9813
9814         * nnml.el (nnml-group-name-charset): New function.
9815         (nnml-decoded-group-name): Use it; don't decode group name if
9816         nnmail-group-names-not-encoded-p is non-nil.
9817         (nnml-encoded-group-name): New function.
9818         (nnml-group-pathname): Inline nnml-decoded-group-name.
9819         (nnml-request-expire-articles): Decode group name in message.
9820         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9821         nnmail-pathname-coding-system.
9822         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9823         not decoded ones according to nnmail-group-names-not-encoded-p.
9824         (nnml-generate-active-info): Use nnml-encoded-group-name.
9825
9826 2007-08-08  Glenn Morris  <rgm@gnu.org>
9827
9828         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9829         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9830         doc-strings and comments.
9831
9832 2007-07-25  Glenn Morris  <rgm@gnu.org>
9833
9834         * Relicense all FSF files to GPLv3 or later.
9835
9836 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-sum.el (gnus-summary-move-article):
9839         Make gnus-summary-respool-article work.
9840
9841 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9844         string.
9845
9846 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9847
9848         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9849         that should be ignored when comparing distant RSS articles with local
9850         ones.
9851         (nnrss-make-hash-index): New function.  Create a hash index according
9852         to the ignored fields.
9853         (nnrss-check-group): Use it.
9854
9855 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9858
9859         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9860
9861         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9862         the new optional argument ENCODED is non-nil.
9863         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9864         coding system for encoding group name.
9865         (gnus-group-make-rss-group): Pass un-encoded group name to
9866         gnus-group-make-group.
9867         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9868         encoded.
9869
9870         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9871         Encode group name to which articles are moved or copied.
9872         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9873         coding system for encoding Newsgroup, Followup-To and Xref headers.
9874
9875         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9876         marks; use nnheader-file-coding-system to write a file.
9877         (nnagent-retrieve-headers): Bind file-name-coding-system to
9878         nnmail-pathname-coding-system.
9879
9880         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9881
9882         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9883         (nnml-request-article, nnml-request-create-group)
9884         (nnml-request-rename-group, nnml-find-id)
9885         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9886         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9887         (nnml-save-marks): Use nnml-group-pathname instead of
9888         nnmail-group-pathname.
9889
9890         (nnml-request-create-group, nnml-request-expire-articles)
9891         (nnml-request-move-article, nnml-request-delete-group)
9892         (nnml-deletable-article-p, nnml-possibly-create-directory)
9893         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9894         (nnml-open-marks): Bind file-name-coding-system to
9895         nnmail-pathname-coding-system.
9896
9897         (nnml-request-article): Pass server argument to nnml-find-group-number.
9898         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9899         Pass server argument to nnml-possibly-create-directory.
9900         (nnml-request-accept-article): Pass server argument to
9901         nnml-active-number and nnml-save-mail.
9902         (nnml-find-group-number): Pass server argument to nnml-find-id.
9903         (nnml-request-update-info): Pass server argument to
9904         nnml-marks-changed-p.
9905
9906         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9907         (nnml-save-mail, nnml-active-number): Add server argument.
9908
9909         (nnml-request-delete-group): Warn if group is missing.
9910         (nnml-get-nov-buffer): Decode group name.
9911         (nnml-generate-active-info): Encode group name.
9912         (nnml-open-marks): Decode group name in messages.
9913
9914 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9917         if it is not specified.
9918         (gnus-article-pipe-part, gnus-article-save-part)
9919         (gnus-article-interactively-view-part, gnus-article-copy-part)
9920         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9921         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9922         (gnus-article-replace-part, gnus-article-delete-part)
9923         (gnus-article-view-part-as-type): Pass raw prefix argument to
9924         gnus-article-part-wrapper.
9925
9926 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-agent.el (gnus-agent-save-active):
9929         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9930
9931         * gnus-cache.el (gnus-cache-save-buffers)
9932         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9933         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9934         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9935         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9936         (gnus-cache-generate-active, gnus-cache-rename-group)
9937         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9938         (gnus-cache-update-overview-total-fetched-for):
9939         Bind file-name-coding-system to nnmail-pathname-coding-system.
9940         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9941         New variables.
9942         (gnus-cache-decoded-group-name): New function.
9943         (gnus-cache-file-name): Use it.
9944         (gnus-cache-generate-active): Use non-decoded group name for active.
9945
9946         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9947         right place.
9948         (gnus-write-active-file): Don't break non-ASCII group names.
9949
9950         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9951         nnmail-pathname-coding-system.
9952
9953         * lpath.el: Bind default-file-name-coding-system,
9954         file-name-coding-system and language-info-alist for XEmacs.
9955
9956         * gnus-uu.el (gnus-uu-decode-save): Typo.
9957
9958 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9961
9962 2007-07-14  David Kastrup  <dak@gnu.org>
9963
9964         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9965         finishing actions if we did not edit the article.
9966
9967 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9970         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9971         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9972         (gnus-agent-flush-group, gnus-agent-flush-cache)
9973         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9974         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9975         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9976         (gnus-agent-regenerate-group)
9977         (gnus-agent-update-files-total-fetched-for)
9978         (gnus-agent-update-view-total-fetched-for):
9979         Bind file-name-coding-system to nnmail-pathname-coding-system.
9980         (gnus-agent-group-pathname): Don't encode file names by
9981         nnmail-pathname-coding-system.
9982         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9983         coding-system-for-write instead of buffer-file-coding-system to
9984         gnus-agent-file-coding-system.
9985
9986         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9987         Decode group name.
9988
9989         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9990
9991         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9992         (gnus-read-newsrc-el-file): Make group names unibyte.
9993
9994         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9995         nnmail-pathname-coding-system.
9996
9997         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9998         (nnrss-request-delete-group): Bind file-name-coding-system to
9999         nnmail-pathname-coding-system.
10000         (nnrss-read-server-data, nnrss-read-group-data):
10001         Bind file-name-coding-system correctly.
10002         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10003
10004         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10005         (nntp-server-to-method-cache): New variable.
10006         (nntp-group-pathname): New function that decodes non-ASCII group names.
10007         (nntp-possibly-create-directory, nntp-marks-changed-p)
10008         (nntp-save-marks, nntp-open-marks): Use it.
10009         (nntp-possibly-create-directory, nntp-open-marks):
10010         Bind file-name-coding-system to nnmail-pathname-coding-system.
10011         (nntp-open-marks): Decode group names when bootstrapping marks.
10012
10013         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10014         Newsgroups and Folowup-To headers.
10015
10016 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10019         (gnus-server-closed-face, gnus-server-denied-face)
10020         (gnus-server-offline-face): Remove variable.
10021         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10022
10023         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10024         of modifying message-stack directly for XEmacs.
10025
10026         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10027         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10028         if the coding-system argument is nil for XEmacs.
10029
10030         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10031         mm-charset-override-alist.
10032
10033         * rfc2047.el: Don't require base64; require rfc2045 for the function
10034         rfc2045-encode-string.
10035         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10036         to quote the parameter value.
10037
10038 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10041         form in gnus-group-name-charset-method-alist.
10042
10043         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10044         overrides the default layout edit-form.
10045
10046         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10047
10048         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10049
10050 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10053         as unfetched articles.
10054
10055 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10058
10059 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10062         original back end that keeps marks in the local system.
10063
10064 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10067         arg of pop-to-buffer for XEmacs.
10068         (gnus-article-read-summary-keys): Ditto; don't restore window
10069         configuration if summary command ends up with neither article buffer
10070         nor summary buffer; describe bindings if summary keys end with C-h.
10071
10072 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * message.el (message-fix-before-sending): Skip raw message part to be
10075         forwarded while checking illegible text.
10076         (message-forward-make-body-mime, message-forward-make-body):
10077         Mark signed or encrypted raw message as having no illegible text.
10078
10079 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10082         (gnus-message-with-timestamp-1): New macro.
10083         (gnus-message-with-timestamp): New function.
10084         (gnus-message): Use them.
10085
10086         * nnheader.el (nnheader-message): Use them.
10087
10088 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10091         .newsrc.eld file.
10092
10093 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-agent.el (gnus-agent-fetch-headers)
10096         (gnus-agent-retrieve-headers):
10097         Bind gnus-decode-encoded-address-function to identity.
10098
10099         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10100         available also when the server returns simply a dot.
10101
10102         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10103
10104 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10107
10108 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-ems.el (gnus-x-splash): Make it work.
10111
10112         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10113         from being used.
10114
10115         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10116
10117 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10120         4th and the 5th arguments.
10121
10122         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10123         the front stickiness.
10124         (gnus-article-summary-command-nosave): Correct the order of the
10125         arguments passed to pop-to-buffer.
10126         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10127         summary command ends up with the article buffer.
10128
10129         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10130         the same faces.
10131
10132 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10133
10134         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10135
10136 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10137
10138         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10139         * gnus-sum.el (gnus-summary-highlight):
10140         * pgg.el (pgg-sign-region, pgg-sign):
10141         * mail-source.el (mail-source-delete-old-incoming-confirm):
10142         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10143
10144 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (gnus-mime-view-part-externally)
10147         (gnus-mime-view-part-internally): Fix predicate function passed to
10148         completing-read.
10149
10150         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10151
10152         * gnus.el (gnus-update-message-archive-method): Add :version.
10153
10154 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus.el (gnus-update-message-archive-method): New variable.
10157
10158         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10159         according to gnus-message-archive-method if
10160         gnus-update-message-archive-method is non-nil.
10161
10162 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10165         Suggested by Loic Dachary <loic@dachary.org>.
10166         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10167
10168 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * message.el (message-pop-to-buffer): Add switch-function argument.
10171         (message-mail): Pass switch-function argument to it.
10172
10173 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10176         Improve doc string.
10177
10178 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10181         (gnus-header-content)
10182         * gnus-cite.el (gnus-cite-10)
10183         * gnus-srvr.el (gnus-server-closed)
10184         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10185         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10186         (gnus-group-mail-3-empty, gnus-group-mail-low)
10187         (gnus-group-mail-low-empty, gnus-splash)
10188         * message.el (message-header-to, message-header-cc)
10189         (message-header-subject, message-header-other, message-header-name)
10190         (message-header-xheader, message-separator, message-cited-text)
10191         (message-mml): Lighten colors of faces used for dark background.
10192
10193 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10194
10195         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10196         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10197
10198 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * message.el (message-narrow-to-headers-or-head):
10201         Ignore mail-header-separator in the body.
10202
10203 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10206         same as window size.
10207
10208 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10209
10210         * message.el (message-font-lock-keywords): Use message-header-xheader
10211         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10212         ahead of the anything pattern, to get it recognised.
10213
10214 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10217         spam.el loads uses it in the compiled defadvice form.
10218
10219 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10220
10221         * gnus-sum.el (gnus-articles-to-read)
10222         (gnus-summary-insert-old-articles): Don't truncate group name for
10223         `read-string'.
10224
10225         * gnus-util.el (gnus-limit-string): Delete this function.
10226
10227         * gnus-sum.el (gnus-simplify-subject-fully):
10228         Use `truncate-string-to-width' instead.
10229
10230 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10231
10232         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10233         Tell if, on summary exit, the next group has to be selected.
10234         (gnus-summary-exit): Use it.
10235
10236 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10239         non-break space.
10240
10241 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10244         Check if group is not a directory.
10245         (nnfolder-request-expire-articles): Don't delete articles if the target
10246         group is not available.
10247
10248         * nnml.el (nnml-request-create-group): Properly check if group is not a
10249         file.
10250         (nnml-request-expire-articles): Don't delete articles if the target
10251         group is not available.
10252
10253         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10254         Don't quote characters that are within parentheses.
10255
10256 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10259         (gnus-handle-ephemeral-exit): Select article according to it.
10260
10261 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * message.el (message-insert-formated-citation-line): Remove newline.
10264         (message-citation-line-format): Add final \n here so that the user can
10265         avoid a blank line.
10266
10267 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10268
10269         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10270         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10271         Update lanl/arXiv support.
10272
10273 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * gnus.el: Bump version number.
10276
10277 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10278
10279         * gnus.el (gnus-version-number): Bump version.
10280
10281 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10282
10283         * gnus.el: No Gnus v0.6 is released.
10284
10285 2007-04-27  Didier Verna  <didier@xemacs.org>
10286
10287         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10288         * gmm-utils.el (gmm-regexp-concat): ... here.
10289         * message.el: Don't require 'gnus-util.
10290         (message-dont-reply-to-names): Handle name change above.
10291         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10292
10293 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10296         since the initial value varies according to the system.
10297
10298 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10301
10302 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10303
10304         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10305
10306 2007-04-24  Didier Verna  <didier@xemacs.org>
10307
10308         Improve the type of gnus-ignored-from-addresses.
10309         * gnus-util.el (gnus-orify-regexp): New function.
10310         * message.el (gnus-util): Require it.
10311         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10312         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10313         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10314
10315 2007-04-24  Didier Verna  <didier@xemacs.org>
10316
10317         * gnus-sum.el:
10318         * gnus-utils.el: Fix some trailing whitespaces.
10319
10320 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10323         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10324         article's Message-ID; refer parent article in summary buffer.
10325
10326         * message.el (message-bounce): Call mime-to-mml.
10327
10328         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10329         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10330         optimize and/or forms properly.
10331
10332 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10335         URL.
10336
10337 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10340
10341 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10344         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10345         displayed of multipart/alternative part if it is invoked from summary
10346         buffer.
10347
10348         * mm-view.el (mm-inline-text-html-render-with-w3m)
10349         (mm-inline-text-html-render-with-w3m-standalone)
10350         (mm-inline-render-with-function): Use mail-parse-charset by default.
10351
10352 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10353
10354         * parse-time.el (parse-time-string-chars): Check if CHAR
10355         is less than the length of parse-time-syntax.
10356
10357 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10360         from gnus-newsgroup-processable.
10361
10362 2007-04-16  Didier Verna  <didier@xemacs.org>
10363
10364         * gnus-msg.el (gnus-configure-posting-styles):
10365         Handle message-signature-directory properly with :file syntax.
10366         Reported by "Leo".
10367
10368 2007-04-11  Didier Verna  <didier@xemacs.org>
10369
10370         New user option: message-signature-directory.
10371         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10372         * message.el (message-insert-signature): Ditto.
10373         * message.el (message-signature-file): Doc update.
10374         * message.el (message-signature-directory): New.
10375
10376 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-msg.el (gnus-inews-yank-articles):
10379         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10380
10381 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * message.el (message-yank-original): Make sure cited text ends with
10384         newline; don't exchange point and mark.
10385
10386 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10387
10388         * tls.el (open-tls-stream): Properly handle case where there
10389         is no associated buffer.
10390
10391 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10392
10393         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10394         message-yank-original, make sure (< mark TEXT point).
10395
10396 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * message.el (message-fill-column): New variable.
10399         (message-mode): Use it.  Add comment on a possible new hook.
10400
10401         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10402         (nnmail-get-new-mail): Reformat.
10403
10404         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10405
10406         * gmm-utils.el: Fix Commentary.
10407         (gmm-tool-bar-from-list): Fix typo in doc string.
10408
10409 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10410
10411         * message.el (message-yank-original): Don't switch point and mark
10412         unnecessarily to put point and mark as documented.
10413
10414 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10417         from the message heads.
10418
10419 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10420
10421         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10422         article buffer does not have a window.  This may not be the best
10423         solution but is certainly better than setting the start of the null,
10424         that is the current, window.
10425
10426 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10429         (gnus-draft-setup): Run it.
10430
10431         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10432         gnus-score-fast-scoring.  Allow regexp.
10433         (gnus-score-headers): Use it.
10434
10435         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10436         XEmacs.
10437
10438         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10439         string.
10440         (gnus-button-alist): Also catch `<f1> k ...'.
10441         (gnus-treat-display-x-face): Fix doc string.
10442
10443 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10444
10445         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10446         evaluation of gnus-extended-version to ensure correct generation of the
10447         User-Agent header when message-generate-headers-first is used.
10448
10449 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10450
10451         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10452         hashcash-path is nil.  Don't call callback with incorrect number of
10453         parameters if val is 0.
10454
10455 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10456
10457         * message.el (message-required-news-headers):
10458         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10459
10460 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10461
10462         * tls.el (open-tls-stream): In handshake-waiting loop,
10463         don't wait more if there is output available to process.
10464
10465 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10466
10467         * tls.el (tls-program): Doc fix.
10468
10469 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * message.el (message-generate-new-buffers): Change the meaning of the
10472         nil value; add `standard' to the choices; treat t as `unique'; improve
10473         doc string.
10474         (gnus-select-frame-set-input-focus): Autoload.
10475         (message-buffer-name): Search for the existing message buffer if
10476         message-generate-new-buffers is nil or `standard'; treat the value t of
10477         message-generate-new-buffers as `unique'.
10478         (message-pop-to-buffer): Raise the frame already displaying the message
10479         buffer; clear the echo area after querying.
10480         (message-setup): Pass the `continue' argument to compose-mail.
10481         (message-mail): Prefer `switch-function' if it is given; search for the
10482         existing message buffer if the `continue' argument is non-nil; pass
10483         continue and switch-function arguments to compose-mail by way of
10484         message-setup.
10485         (message-mail-other-window): Adjust argument of message-setup.
10486         (message-mail-other-frame): Ditto.
10487
10488 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10491         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10492         to turn font-lock on when turning gnus-message-citation-mode on.
10493
10494 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10495
10496         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10497         (mml-smime-function-alist): New variable; add epg as the backend.
10498         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10499         mml-smime- functions instead.
10500         * mm-view.el: Require smime.
10501
10502 2007-03-05  Didier Verna  <didier@xemacs.org>
10503
10504         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10505         instead of just inheritance for posting styles.
10506         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10507
10508 2007-02-24  Chris Moore  <dooglus@gmail.com>
10509
10510         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10511         * pgg-pgp.el (pgg-pgp-encrypt-region):
10512         * pgg-gpg.el (pgg-gpg-encrypt-region):
10513         Check pgg-encrypt-for-me if no other recipients.
10514
10515 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10516
10517         * tls.el (tls-certtool-program): Fix custom type.
10518
10519 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10522         and point-at-eol instead of line-(beginning|end)-position.
10523
10524         * assistant.el (assistant-parse-buffer): Ditto.
10525
10526         * netrc.el (netrc-parse-services): Ditto.
10527
10528 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10529
10530         * mml2015.el (mml2015-epg-find-usable-key): New function.
10531         (mml2015-epg-sign): Use it.
10532         (mml2015-epg-encrypt): Use it.
10533
10534 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * message.el (message-make-in-reply-to): Quote name containing
10537         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10538         if there are special characters.  Reported by NAKAJI Hiroyuki
10539         <nakaji@jp.freebsd.org>.
10540
10541 2007-02-27  Didier Verna  <didier@xemacs.org>
10542
10543         Include the group parameters as well as the topic ones in the
10544         inheritance filter process.
10545         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10546         argument GROUP-PARAMS-LIST.
10547         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10548
10549 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * nntp.el (nntp-never-echoes-commands)
10552         (nntp-open-connection-functions-never-echo-commands): New variables.
10553         (nntp-send-command): Use them.
10554
10555 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10556
10557         * mml2015.el (mml2015-epg-verify): Simplify.
10558
10559 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * mml.el (mml-content-disposition-alist): New user option.
10562         (mml-content-disposition): New function.
10563         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10564         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10565
10566 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10567
10568         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10569         verification.
10570
10571 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10572
10573         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10574         articles posted in the last 24 hours.
10575
10576 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10577
10578         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10579
10580 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10581
10582         * nntp.el (nntp-send-command): Don't wait for echoes when
10583         nntp-open-ssl-stream is used.
10584
10585 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10588         (gnus-message-add-citation-keywords)
10589         (gnus-message-remove-citation-keywords): Remove.
10590         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10591         directly, make the variables in font-lock-defaults buffer-local, add
10592         gnus-message-citation-keywords to them and then update the value of
10593         font-lock-keywords.
10594
10595 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * message.el (message-cite-original-1): Don't call
10598         gnus-article-highlight-citation.
10599
10600         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10601         citations; fix line count.
10602
10603 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10606         (gnus-message-add-citation-keywords)
10607         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10608         versions of font-lock-add-keywords and font-lock-remove-keywords to
10609         work with XEmacs correctly.
10610
10611 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-cite.el (gnus-cite-face-list): Set the values of
10614         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10615         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10616         (gnus-message-cite-prefix-regexp): New variable.
10617         (gnus-message-search-citation-line): Use it; protect against long
10618         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10619         the 0th match data for Emacs.
10620         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10621         (gnus-message-add-citation-keywords): Append keywords rather than
10622         prepending; emulate font-lock-add-keywords if it is not available.
10623         (gnus-message-remove-citation-keywords):
10624         Emulate font-lock-remove-keywords if it is not available.
10625
10626         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10627
10628         * message.el (message-cite-prefix-regexp): Set the value of
10629         gnus-message-cite-prefix-regexp.
10630
10631 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10632
10633         * nnweb.el (nnweb-google-parse-1): Update parser.
10634
10635 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10636
10637         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10638
10639 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10640
10641         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10642         regexp.
10643
10644 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10647         string-to-multibyte.
10648         (uudecode-decode-region-internal): Use it.
10649
10650         * lpath.el: Fbind string-as-multibyte for XEmacs.
10651
10652 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10655         Fix custom choice.
10656
10657         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10658
10659 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10660
10661         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10662
10663         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10664         `write-region' to respect `mm-inhibit-file-name-handlers'.
10665
10666 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10669         Use gnus-home-directory instead of "~/" or "$HOME".
10670
10671 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10672
10673         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10674         to mention filename.
10675         Add comments at beginning regarding usage.
10676         (encrypt-write-file-contents): Change interactive so a string is
10677         acceptable.  If the file has no associated model, show an error instead
10678         of a nonsense prompt.
10679
10680 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10681
10682         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10683         Thanks to Yoshihiko Yamada for kind notification of this typo.
10684
10685 2007-01-12  Kenichi Handa  <handa@m17n.org>
10686
10687         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10688         multibyte buffer.
10689
10690 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * gnus-score.el (gnus-score-fast-scoring): New variable.
10693         (gnus-score-headers): Use it.
10694
10695         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10696
10697         * message.el (message-cite-original-1):
10698         Call gnus-article-highlight-citation if requested.
10699         (message-make-from): Allow name and address as optional arguments.
10700
10701         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10702
10703         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10704         bugs to doc string.
10705         (gnus-button-alist): Add mid\\|message-id.
10706         (gnus-button-fetch-group): Extend for use in
10707         `browse-url-browser-function'.
10708         (gnus-button-url-regexp): Try to catch paired parentheses like in
10709         Wikipedia URLs.
10710
10711         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10712         Suggested by Simon Krahnke <overlord@gmx.li>.
10713
10714 2007-01-13  Romain Francoise  <romain@orebokech.com>
10715
10716         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10717         Update copyright.
10718
10719 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10720
10721         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10722
10723 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10724
10725         * gnus-registry.el (gnus-registry-unfollowed-groups)
10726         (gnus-registry-split-fancy-with-parent): Fix documentation.
10727
10728 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10731         from nnweb groups.
10732
10733 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10736         Xref urls.  Erase buffer before requesting head.
10737
10738         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10739
10740 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10743         customizable.
10744
10745 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10746
10747         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10748         no signing key is found.
10749         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10750         no encrypting and/or signing key is found.
10751
10752 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10755
10756 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10757
10758         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10759         headers read from disk with the ones newly found in the current search.
10760         This should no longer cause problems, because the article numbers in
10761         Gmane's `nov.php' output are ignored since the previous change.
10762
10763 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10764
10765         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10766
10767 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10770         replace-regexp-in-string; bind url-version; fbind display-images-p and
10771         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10772         find-face and set-itimer-function for Emacs; bind itimer-list for
10773         Emacs.
10774
10775         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10776
10777 2007-01-01  Romain Francoise  <romain@orebokech.com>
10778
10779         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10780
10781 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10782
10783         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10784         `define-minor-mode' macro definition expanded properly.
10785         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10786         exclude it there.
10787
10788         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10789         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10790         `fboundp' test.
10791         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10792         This is OK to autoload in (S)XEmacs now.
10793
10794 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10797         keystroke.
10798         (gnus-summary-limit-to-singletons): Fix typo.
10799
10800         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10801         else fails.
10802
10803 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10804
10805         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10806         docstring.
10807
10808         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10809         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10810         (gnus-summary-insert-dormant-articles): Fix typo in message.
10811
10812 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10815         nil for XEmacs.
10816         (gnus-message-citation-mode): Don't autoload in XEmacs.
10817
10818         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10819
10820 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10821
10822         * nnimap.el (nnimap-expunge-search-string):
10823         Mention nnimap-search-uids-not-since-is-evil in docstring.
10824
10825 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * spam.el: Revert to make-obsolete-variable because
10828         define-obsolete-variable-alias is not supported in Emacs 21.
10829
10830         * spam.el (spam-ifile-path, spam-ifile-database-path)
10831         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10832         make-obsolete-variable.
10833         (spam-bsfilter-path, spam-bsfilter-program)
10834         (spam-spamassassin-path, spam-spamassassin-program)
10835         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10836         Don't use "path" inappropriately.
10837         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10838         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10839         variable names.
10840
10841 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10842
10843         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10844         summary buffer.
10845
10846         * password.el (password-cache-remove): Use clear-string to burn
10847         password, if available.
10848
10849 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10852
10853         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10854
10855         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10856         (gnus-message-highlight-citation): Move defcustom here from
10857         gnus-cite.el.
10858         (gnus-message-citation-mode): Autoload.
10859
10860         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10861         checks to make it compile with XEmacs.
10862         (gnus-message-citation-mode): New minor mode.
10863         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10864         (gnus-message-highlight-citation): New variables.
10865         (gnus-message-search-citation-line)
10866         (gnus-message-add-citation-keywords)
10867         (gnus-message-remove-citation-keywords)
10868         (turn-on-gnus-message-citation-mode)
10869         (turn-off-gnus-message-citation-mode): New functions.
10870
10871 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10872
10873         * gnus-cite.el: Enable highlighting of different citation levels in
10874         message-mode.
10875
10876 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * message.el (message-make-fqdn): Fix comment.
10879         (message-bogus-system-names): Add ".local".
10880
10881         * spam.el (spam-ifile-path, spam-ifile-program)
10882         (spam-ifile-database-path, spam-ifile-database)
10883         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10884         Don't use "path" inappropriately.
10885         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10886         strings.
10887         (spam-check-ifile, spam-ifile-register-with-ifile)
10888         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10889         Use new variable names.
10890
10891         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10892         (gnus-treat-display-smileys): Simplify using
10893         gnus-image-type-available-p.
10894
10895         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10896         available.
10897
10898         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10899         Use `display-images-p' if available.
10900
10901 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10904         one after turning on the buffer's multibyteness instead of decoding
10905         them directly in the unibyte buffer that causes unexpected conversion
10906         in Emacs 23 (unicode).
10907
10908 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10909
10910         * message.el (message-generate-hashcash): Fix custom type.
10911
10912 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10915
10916 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10919         disconnect icons.  Add help text.
10920
10921 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10922
10923         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10924         negated to be consistent with the others we handle.
10925
10926 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10929         version of gnus-summary-buffer to something, so that we can use two
10930         article buffers at the same time.
10931
10932 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10933
10934         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10935         trigger all the extra headers.
10936         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10937         sorting.
10938
10939 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10940
10941         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10942         solid groups.
10943
10944 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10945
10946         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10947
10948 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * legacy-gnus-agent.el: Add Copyright notice.
10951
10952 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10953
10954         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10955
10956 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10959
10960         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10961         to make it work reliably in CVS Emacs.
10962         (gnus-summary-limit-strange-charsets-predicate)
10963         (gnus-summary-limit-to-predicate): New functions.
10964
10965 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10966
10967         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10968         specifying array size.
10969         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10970         array if it is too small.
10971         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10972         (gnus-sort-threads-loop): New function.
10973
10974 2006-12-06  Chris Moore  <dooglus@gmail.com>
10975
10976         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10977         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10978
10979 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10980
10981         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10982         options.
10983
10984 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10987         DOS-ing the recipient.
10988
10989         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10990         the headers when creating the mapping to avoid mismappings.
10991         (nnweb-gmane-create-mapping): Always nix out old mapping.
10992
10993 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10996         and mm-verify-option to never.
10997
10998 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * message.el (message-signed-or-encrypted-p): New function.
11001         (message-forward-make-body): Use it.
11002
11003         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11004         Replace encode-coding-string with mm-encode-coding-string.
11005
11006 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * nneething.el (nneething-decode-file-name):
11009         Replace decode-coding-string with mm-decode-coding-string.
11010
11011         * gnus-int.el (gnus-open-server): Say failed server's name.
11012
11013 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11014
11015         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11016         strings to a single string.  Quote `errors-file-name'.
11017         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11018         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11019         Adjust calls.  Use `shell-quote-argument'.
11020
11021 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11022
11023         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11024         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11025
11026         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11027         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11028         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11029         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11030         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11031         (gnus-subscribe-newsgroup, gnus-1):
11032         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11033         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11034         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11035         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11036
11037 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11040         keystroke.
11041         (gnus-summary-limit-to-bodies): Implement headersp.
11042
11043 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11046
11047 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11050
11051 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11052
11053         * message.el (message-generate-hashcash): Expand range of values to
11054         include `opportunistic'.
11055         (message-send-mail): Use it.
11056
11057 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11058
11059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11060         and comment it.
11061
11062         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11063
11064 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-util.el (gnus-extract-address-components): Improve comment.
11067
11068 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-util.el (gnus-extract-address-components): Work with address in
11071         which the name portion contains @.
11072
11073         * lpath.el: Fbind custom-autoload.
11074
11075 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus.el (gnus-start): Move custom group up.
11078         (gnus-select-method): Don't autoload, but make it available for
11079         `customize-variable'.
11080         (gnus-getenv-nntpserver): Don't autoload.
11081
11082 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11085
11086 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * message.el (message-sendmail-extra-arguments): New variable.
11089         (message-send-mail-with-sendmail): Use it.
11090
11091 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11094         mm-with-unibyte-current-buffer to make string unibyte.
11095
11096         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11097         mm-string-as-multibyte.
11098
11099 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11100
11101         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11102         Reported by Werner Koch <wk@gnupg.org>.
11103
11104 2006-11-14  Daiki Ueno  <ueno@p360>
11105
11106         * mml2015.el: Autoload epa-select-keys when compiling.
11107
11108 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11109
11110         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11111         message-options.
11112         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11113
11114 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11115
11116         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11117         EasyPG (< 0.0.6).
11118         (mml2015-always-trust): New user option.
11119         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11120         prompt.
11121
11122 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * nntp.el (nntp-authinfo-force): New variable.
11125         (nntp-send-authinfo): Use it.
11126
11127 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11130         decode encoded words.  Improve prompt.  Add comment about forwarding.
11131         (message-replacement-char): Move up.
11132
11133 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11134
11135         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11136         instead of gnus-intersection because arguments of gnus-sorted-nunion
11137         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11138
11139 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11142         (message-simplify-subject-functions):
11143         Enable message-strip-subject-encoded-words by default.
11144
11145 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * message.el (message-strip-subject-encoded-words): New function.
11148         (message-simplify-subject-functions): New variable.
11149         (message-simplify-subject): Use it.  Fix typo in doc string.
11150         Support message-strip-subject-encoded-words.
11151
11152 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11153
11154         * gnus-diary.el (gnus-diary-delay-format-function):
11155         * nndiary.el (nndiary-reminders):
11156         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11157
11158 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * gnus-art.el (article-hide-boring-headers): Fetch date from
11161         gnus-original-article-buffer to avoid problems with localized date
11162         strings.
11163
11164 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11167
11168 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11171         New variables.
11172         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11173         (mm-charset-synonym-alist): Move some entries to
11174         mm-codepage-iso-8859-list.
11175         (mm-charset-synonym-alist, mm-charset-override-alist):
11176         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11177
11178 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11181
11182 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11185         with Emacs 21 and XEmacs.
11186
11187 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11188
11189         * spam.el (spam-parse-address): New function for better parsing,
11190         catching errors, etc.
11191         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11192
11193 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * mm-view.el: Add interactive arg to html2text autoload.
11196
11197 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11200
11201 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11204         New variables.
11205         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11206         (mm-charset-synonym-alist): Move some entries to
11207         mm-codepage-iso-8859-list.
11208
11209         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11210
11211 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * message.el (message-citation-line-format)
11214         (message-insert-formated-citation-line): Fix implementation of %E, %N
11215         and %n according to the doc string.
11216
11217 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11218
11219         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11220         Use car-safe to avoid bad parses.
11221
11222 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11225         names.
11226
11227         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11228
11229 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11232         header.
11233
11234         * message.el (message-draft-headers): Add Date.
11235         (message-headers-to-generate): Fix typo in docstring.
11236
11237         * nndraft.el (nndraft-required-headers): New variable.
11238         (nndraft-generate-headers): Use it.
11239
11240         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11241
11242 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11243
11244         * gnus-registry.el (gnus-registry-wash-for-keywords)
11245         (gnus-registry-find-keywords): New functions to allow easy searching of
11246         articles that are in the registry.
11247
11248 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11249
11250         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11251         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11252         Reported by Damien Elmes <damien@repose.cx>.
11253
11254 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gnus.el (gnus-mime): Remove unused custom group.
11257
11258 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11261         "blank line" when searching for end of armor headers.
11262
11263 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gmm-utils.el (gmm-write-region): Fix variable name.
11266
11267 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gmm-utils.el (gmm-write-region): New function based on compatibility
11270         code from `mm-make-temp-file'.
11271
11272         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11273
11274         * nnmaildir.el (nnmaildir--update-nov)
11275         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11276         Use `gmm-write-region'.
11277
11278 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11281         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11282
11283         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11284
11285         * message.el (message-replacement-char): New variable.
11286         (message-fix-before-sending): Use it.
11287         (message-simplify-subject): New function to remove duplicate code.
11288         (message-reply, message-followup): Use it.
11289
11290         * gnus-sum.el (gnus-summary-make-menu-bar):
11291         Clarify gnus-summary-limit-to-articles.
11292
11293 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-util.el (gnus-with-local-quit): New macro.
11296
11297         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11298
11299 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11300
11301         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11302         ignore non-string data.
11303
11304 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11305
11306         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11307         non-string data (needs to be done in the registry too).
11308
11309 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11310
11311         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11312         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11313         (gnus-registry-split-fancy-with-parent)
11314         (gnus-registry-fetch-simplified-message-subject-fast)
11315         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11316         Remove text properties on ingress into the registry and when it's saved.
11317         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11318         registry from entries with no groups.
11319
11320 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11323         function to remove string properties.
11324
11325 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * gmm-utils.el (gmm): Adjust custom version.
11328
11329         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11330         Adjust custom version.
11331
11332         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11333
11334 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * gnus-art.el (gnus-insert-prev-page-button)
11337         (gnus-insert-next-page-button): Simplify.  Reformat.
11338
11339 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11340
11341         * gnus-art.el (gnus-insert-prev-page-button)
11342         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11343
11344 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11345
11346         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11347
11348 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11349
11350         * gnus-art.el (gnus-insert-mime-button)
11351         (gnus-insert-mime-security-button):
11352         Apply gnus-article-button-face to MIME and security buttons.
11353
11354 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11357         readable.
11358
11359 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11362
11363 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11364
11365         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11366         `browse-url-of-file' instead of `browse-url'.
11367
11368 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11371         regexp.  Articles containing quotation were cut prematurely.
11372
11373 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * message.el (message-cite-original-1): Use nobody by default for the
11376         value of From header.
11377         (message-reply): Ditto.
11378
11379 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11380
11381         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11382         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11383         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11384
11385 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11388         mails in the doc string.  Add some URLs in comment.
11389         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11390
11391 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11394         backslashes handling and the way to find boundaries of quoted strings.
11395
11396 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11397
11398         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11399         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11400         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11401         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11402
11403 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11406         doc string.
11407         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11408
11409 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * lpath.el: Fbind epg-check-configuration.
11412
11413 2006-09-06  Simon Josefsson  <jas@extundo.com>
11414
11415         * mml2015.el (mml2015-use): Doc fix, mention epg.
11416
11417 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11418
11419         * mml2015.el (mml2015-use): Default to epg, if available.
11420
11421 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11422
11423         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11424         message-sender.
11425         (mml1991-epg-encrypt): Ditto.
11426         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11427         message-sender.
11428         (mml2015-epg-encrypt): Ditto.
11429
11430 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11431
11432         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11433         several common directories.
11434
11435 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11436
11437         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11438         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11439
11440 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-art.el (article-decode-encoded-words): Make it fast.
11443
11444 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11447
11448         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11449         in quoted string into `\'.
11450
11451 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11454         Use standard-syntax-table.
11455
11456 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-decode-address-function): New variable.
11459         (article-decode-encoded-words): Use it to decode headers which are
11460         assumed to contain addresses.
11461         (gnus-mime-delete-part): Remove useless `or'.
11462
11463         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11464         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11465         (gnus-nov-parse-line): Use it to decode From header.
11466         (gnus-get-newsgroup-headers): Ditto.
11467         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11468
11469         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11470         (mail-decode-encoded-address-string): New alias.
11471
11472         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11473         New function.
11474         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11475         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11476         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11477         (rfc2047-decode-string): Ditto.
11478         (rfc2047-decode-address-region): New function.
11479         (rfc2047-decode-address-string): New function.
11480
11481 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * message.el (message-caesar-buffer-body): Allow rotating headers.
11484
11485         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11486
11487         * message.el (message-insert-formated-citation-line): Fix %f.
11488         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11489
11490 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11493         (gnus-bookmark-mouse-available-p): New macro.
11494         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11495         (gnus-bookmark-bmenu-show-infos): Use it.
11496         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11497         (gnus-bookmark-bmenu-hide-infos): Ditto.
11498         (gnus-bookmark-remove-properties): New function.
11499         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11500         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11501         (gnus-bookmark-write-file): Bind coding-system-for-write.
11502         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11503         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11504         group before selecting it.
11505         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11506         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11507         quit-window if it is not available; use gnus-mouse-2 and bind it to
11508         gnus-bookmark-bmenu-select-by-mouse.
11509         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11510         (gnus-bookmark-bmenu-select-by-mouse): New function.
11511
11512 2006-08-13  Romain Francoise  <romain@orebokech.com>
11513
11514         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11515         space.
11516
11517 2006-08-10  Romain Francoise  <romain@orebokech.com>
11518
11519         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11520         (dns-mode-soa-auto-increment-serial): New user option.
11521         (dns-mode-soa-maybe-increment-serial): New function.
11522         (dns-mode): Add the latter to `write-contents-functions'.
11523
11524 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * compface.el (uncompface): Use binary rather than raw-text-unix.
11527
11528 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * compface.el (uncompface): Make sure the eol conversion doesn't take
11531         place when communicating with the external programs.
11532         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11533
11534 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11537
11538 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11539
11540         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11541         Make it more robust by parsing author and date independently.
11542
11543 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11546
11547 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11548
11549         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11550         first matching secret key.
11551         (mml2015-epg-encrypt): Ditto.
11552
11553         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11554         first matching secret key.
11555         (mml1991-epg-encrypt): Ditto.
11556
11557         * mml2015.el (mml2015-encrypt-to-self): New user option.
11558         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11559         mml2015-epg-encrypt-to-self is set.
11560
11561         * mml1991.el (mml1991-encrypt-to-self): New variable.
11562         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11563         mml1991-epg-encrypt-to-self is set.
11564
11565         * mml2015.el (mml2015-signers): New user option.
11566         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11567         (mml2015-epg-encrypt): Allow to select signing keys.
11568
11569         * mml1991.el (mml1991-signers): New variable.
11570         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11571         (mml1991-epg-encrypt): Allow to select signing keys.
11572
11573 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * nnheader.el (nnheader-insert-head): Make it work even if the file
11576         uses CRLF for the line-break code.
11577
11578 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11579
11580         * mml2015.el: Require mml-sec instead of password.
11581         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11582         (mml2015-cache-passphrase): Inherit the default value from
11583         mml-secure-cache-passphrase.
11584         (mml2015-passphrase-cache-expiry): Inherit the default value from
11585         mml-secure-passphrase-cache-expiry.
11586
11587         * mml1991.el: Require mml-sec instead of password.
11588         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11589         (mml1991-cache-passphrase): Inherit the default value from
11590         mml-secure-cache-passphrase.
11591         (mml1991-passphrase-cache-expiry): Inherit the default value from
11592         mml-secure-passphrase-cache-expiry.
11593
11594         * mml-sec.el: Require password.
11595         (mml-secure-verbose): New user option.
11596         (mml-secure-cache-passphrase): New user option.
11597         (mml-secure-passphrase-cache-expiry): New user option.
11598
11599 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11600
11601         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11602         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11603         andreas@altroot.de (Andreas Vögele).
11604
11605         FIXME: Use `tiny change'?
11606
11607 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11608
11609         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11610         workaround for the url package included with Emacs.
11611
11612         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11613
11614 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11617         correctly.  This fixes a bug caused by the 2006-05-12 change.
11618
11619 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11620
11621         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11622         some information about the error when saying that the `bogus' mail
11623         group will be used.
11624
11625 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11628         string.
11629
11630 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11631
11632         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11633
11634 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11635
11636         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11637
11638 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11639
11640         * mml1991.el (mml1991-function-alist): Add epg.
11641         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11642         (mml1991-epg-encrypt): New functions.
11643
11644 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11645
11646         * mml2015.el (mml2015-verbose): New variable.
11647         (mml2015-cache-passphrase): Ditto.
11648         (mml2015-passphrase-cache-expiry): Ditto.
11649         (mml2015-function-alist): Add epg.
11650         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11651         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11652         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11653         New functions.
11654
11655 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11656
11657         * message.el (message-cite-original-1): Preserve region when removing
11658         quoted text due to X-No-Archive in order to avoid bogus attribution
11659         when citing multiple messages.
11660
11661 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11662
11663         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11664         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11665
11666 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gnus-diary.el (gnus-user-format-function-d)
11669         (gnus-user-format-function-D): Autoload.
11670
11671         * imap.el (Commentary): Fix typo.
11672
11673         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11674         2006-04-22 contribution.
11675
11676 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11677
11678         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11679         It didn't really fix the bogosity I'm seeing with solid web groups.
11680
11681 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11682
11683         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11684         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11685         created using server names.  If we use the feature without declaring
11686         it, Gnus does not properly manage server and group state.
11687
11688         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11689         bound.
11690
11691 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11692
11693         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11694         looking up the method using GROUP's prefix before inventing a new one.
11695         It is used on killed/unknown groups in various places where returning
11696         an all-new method isn't expected by the caller.
11697
11698         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11699         and match semantics of gnus-group-real-prefix.
11700
11701 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * nnmail.el (nnmail-broken-references-mailers): New variable.
11704         (nnmail-ignore-broken-references): New function generalizing
11705         nnmail-fix-eudora-headers.
11706         (nnmail-fix-eudora-headers): Now obsolete.
11707
11708         * gnus-art.el (gnus-button-handle-custom):
11709         Support `customize-apropos*'.
11710
11711 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11714
11715         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11716         articles.
11717
11718 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * message.el (message-cite-reply-above): New variable.
11721         (message-yank-original): Use it.
11722
11723 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11726
11727 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11730         as read.
11731
11732         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11733
11734 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11737         (gnus-bookmark-default-file): Use gnus-directory.
11738         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11739         Remove "*" in doc string.
11740         (gnus-bookmark-write-file): Simplify.
11741         (gnus-bookmark-maybe-sort-alist): Use `when'.
11742         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11743         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11744         Add FIXME about Emacs 21 and XEmacs compatibility.
11745         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11746         compatibility.
11747         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11748         compatibility.
11749         (gnus-bookmark-menu-heading): Fix version.
11750
11751 2006-06-19  Bastien Guerry  <bzg@altern.org>
11752
11753         * gnus-bookmark.el: New file.
11754
11755 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * message.el (message-syntax-checks): Doc fix.
11758
11759 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11760
11761         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11762         unsubscribed groups as if they were killed ones.  It causes duplicate
11763         entries in gnus-newsrc-alist.
11764
11765 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * message.el (message-syntax-checks): Doc fix.
11768         (message-send-mail): Add check for continuation headers.
11769         (message-check-news-header-syntax): Fix regexp used to check for
11770         continuation headers.
11771
11772 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11775
11776 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11779
11780 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11783         default-truncate-lines.
11784
11785 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11788         to fill the utf-8 entry.
11789
11790         * lpath.el: Fbind unicode-precedence-list.
11791
11792 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11793
11794         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11795
11796 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11797
11798         * gnus-agent.el (directory-files-and-attributes): Move all the way
11799         forward (the third and final move).
11800         (gnus-agent-read-agentview): Trap reconstruction errors due to
11801         nonexistent directory.  Handle by returning nil.
11802
11803 2006-05-30  Didier Verna  <didier@xemacs.org>
11804
11805         * message.el (message-dont-reply-to-names): Update the custom type.
11806         * message.el (message-dont-reply-to-names): New defsubst: potentially
11807         convert a list of regexps into a single one.
11808         * message.el (message-get-reply-headers): Use it.
11809         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11810
11811 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-agent.el (directory-files-and-attributes): Move forward.
11814
11815 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-ml.el (gnus-mailing-list-subscribe)
11818         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11819         (gnus-mailing-list-message): Fix doc strings.
11820
11821 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11822
11823         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11824         of doing it manually.
11825
11826 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11829         comment.
11830
11831 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11832
11833         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11834         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11835         (gnus-agent-read-local): All symbols allocated in my-obarray.
11836         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11837         (gnus-agent-regenerate-group): Check numeric names to see if they are
11838         messages or groups.
11839         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11840         better way of do this...)
11841
11842         * gnus-cache.el (gnus-agent-total-fetched-for):
11843         Ignore 'dummy.group' (there should be a better way of do this...)
11844
11845 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11848         (gnus-saved-headers): Ditto.
11849         (gnus-default-article-saver): Mention functions may have properties.
11850         (gnus-article-save): Override gnus-save-all-headers and
11851         gnus-saved-headers by :headers property which saver function may have.
11852         (gnus-summary-save-in-file): Add :headers property.
11853         (gnus-summary-write-to-file): Ditto.
11854
11855         * gnus-sum.el (gnus-summary-save-article): Bind
11856         gnus-prompt-before-saving to t when saving many articles in a file;
11857         always show all headers.
11858
11859         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11860
11861 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11864         marks.
11865
11866         * message.el (message-indent-citation): Add optional arguments to allow
11867         using it outside of message buffers.
11868
11869         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11870         (gnus-article-treat-unfold-headers): Use it.
11871         (gnus-article-truncate-lines): New variable.
11872         (gnus-article-mode): Use it.
11873         (gnus-article-toggle-truncate-lines): New function.
11874
11875         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11876         Add gnus-article-toggle-truncate-lines.
11877
11878         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11879         coding system in XEmacs, use binary.
11880
11881 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11884         after-load-alist.
11885
11886         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11887         this function should save decoded articles.
11888         (gnus-summary-write-to-file): Use property to specify this function
11889         should save decoded articles and specify gnus-summary-save-in-file
11890         should be used to save articles other than the first one when saving
11891         many articles.
11892         (gnus-summary-save-body-in-file): Use property to specify this
11893         function should save decoded articles.
11894         (gnus-summary-write-body-to-file): Use property to specify this
11895         function should save decoded articles and specify
11896         gnus-summary-save-body-in-file should be used to save articles other
11897         than the first one when saving many articles.
11898
11899         * gnus-sum.el (gnus-summary-save-article): Simplify.
11900
11901 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-art.el (gnus-default-article-saver):
11904         Add gnus-summary-write-body-to-file.
11905         (gnus-article-save-coding-system): Don't use coding system object
11906         in XEmacs.
11907         (gnus-read-save-file-name): Add optional `dir-var' argument which
11908         specifies directory in which files are saved; work even if optional
11909         `variable' argument is not specified.
11910         (gnus-summary-write-to-file): Read file name.
11911         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11912         (gnus-summary-write-body-to-file): New function.
11913
11914         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11915         (gnus-summary-local-variables): Add it.
11916         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11917         (gnus-summary-save-article): Remove optional `decode' argument;
11918         determine whether to decode articles by the value of
11919         gnus-default-article-saver; when saving many files using
11920         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11921         it first and use gnus-summary-save-in-file or
11922         gnus-summary-save-body-in-file thereafter unless
11923         gnus-prompt-before-saving is always; move point to article which
11924         will be saved.
11925         (gnus-summary-save-article-file): Revert.
11926         (gnus-summary-write-article-file): Revert.
11927         (gnus-summary-save-article-body-file): Revert.
11928         (gnus-summary-write-article-body-file): New function.
11929
11930 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el (gnus-default-article-saver): Doc fix.
11933         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11934         from gnus-summary-save-article-coding-system, and default to a
11935         certain coding system.
11936         (gnus-output-to-file): Add coding cookie and encode text according
11937         to gnus-article-save-coding-system; don't use mm-append-to-file.
11938
11939         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11940         gnus-art.el and rename to gnus-article-save-coding-system.
11941         (gnus-summary-save-article): Require gnus-art; don't show all
11942         headers if it decodes articles; don't add coding cookie here;
11943         don't bind mm-text-coding-system-for-write.
11944         (gnus-summary-save-article-file): Save decoded articles.
11945         (gnus-summary-write-article-file): When saving many files, use
11946         gnus-summary-write-to-file first and gnus-summary-save-in-file
11947         thereafter unless gnus-prompt-before-saving is always.
11948         (gnus-summary-save-article-body-file): Save decoded articles.
11949
11950         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11951
11952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * nnrss.el (nnrss-check-group): Bind hash-index.
11955
11956 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11957
11958         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11959         its hash index.  Store this hash in `nnrss-group-data'.
11960         (nnrss-read-group-data): Update accordingly.
11961
11962 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11965         entry.
11966
11967         * gnus-sum.el (gnus-summary-make-menu-bar):
11968         Add gnus-article-browse-html-article.
11969
11970 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11971
11972         * gnus-sum.el (gnus-summary-mime-map):
11973         Add gnus-article-browse-html-article.
11974
11975         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11976
11977 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11980         suitable coding systems in customize.
11981
11982 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * mail-source.el (mail-sources): Fix custom type.
11985
11986 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11989         (gnus-summary-expire-articles-now): Shorten prompt.
11990
11991         * gmm-utils.el (wid-edit): Require.
11992         (defun-gmm): Rename from `gmm-defun-compat'.
11993         (gmm-image-search-load-path): Use it.
11994         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11995
11996 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-sum.el (gnus-summary-save-article-coding-system):
11999         New variable.
12000         (gnus-summary-save-article): Add optional `decode' argument.
12001         If it is set and gnus-summary-save-article-coding-system is non-nil,
12002         save decoded article.
12003         (gnus-summary-write-article-file): Save decoded article if
12004         gnus-summary-save-article-coding-system is non-nil.
12005
12006         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12007         type.
12008
12009 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12012
12013 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12016         first to test gnus-single-article-buffer which may be buffer-local.
12017
12018         * gnus-sum.el (gnus-summary-setup-buffer):
12019         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12020         group; make gnus-article-buffer, gnus-article-current, and
12021         gnus-original-article-buffer always buffer-local.
12022         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12023         group.
12024         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12025
12026 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * nnml.el (nnml-request-compact-group): Compressed files might not
12029         have .gz extension.
12030
12031 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12032
12033         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12034         (mm-copy-to-buffer): Use with-current-buffer.
12035         (mm-display-part): Simplify.
12036         (mm-inlinable-p): Add optional arg `type'.
12037
12038 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12039
12040         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12041         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12042         Try harder to show the attachment internally or externally using
12043         gnus-mime-view-part-as-type.
12044
12045 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * message.el (message-from-style, message-signature-separator)
12048         (message-user-organization-file, message-send-mail-function)
12049         (message-citation-line-function, message-yank-prefix)
12050         (message-indent-citation-function, message-signature)
12051         (message-signature-file, message-signature-insert-empty-line):
12052         Remove autoloads.
12053
12054         * gnus-art.el (gnus-buttonized-mime-types):
12055         Remove "multipart/signed".  Revert 2006-04-26 change.
12056
12057 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058
12059         * gnus.el (gnus-version-number): Bump version.
12060
12061 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12062
12063         * gnus.el: No Gnus v0.5 is released.
12064
12065 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12066
12067         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12068         fetching articles by message-id.
12069
12070 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12071
12072         * message.el (hashcash): Require hashcash as normal.
12073
12074         * ecomplete.el (ecomplete-highlight-match-line):
12075         Use point-at-eol.
12076         (ecomplete-highlight-match-line): Use `highlight', because that
12077         face exists in both Emacs and XEmacs.
12078
12079         * message.el (message-display-abbrev): Use point-at-bol.
12080
12081         * mail-source.el: Don't require timer/timer-funcs.
12082
12083         * gnus-async.el: Ditto.
12084
12085         * password.el: Ditto.
12086
12087         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12088
12089         * mm-url.el: Ditto.
12090
12091         * gnus-xmas.el: Don't require timer-funcs.
12092
12093         * mm-util.el: Require timer/timer-funcs.
12094
12095 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12096
12097         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12098         Close.
12099
12100 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12103         unibyte after clear-decrypt function runs.
12104
12105         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12106         returns as a unibyte string.
12107
12108 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * lpath.el: Revert.
12111
12112         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12113         (pgg-gpg-process-sentinel): Revert.
12114
12115         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12116         (pgg-pgp-lookup-key): Revert.
12117
12118         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12119         (pgg-pgp5-lookup-key): Revert.
12120
12121         * pgg.el (pgg-fetch-key): Revert.
12122
12123 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * lpath.el: Fbind string-as-multibyte for XEmacs.
12126
12127         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12128         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12129         (mml1991-pgg-encrypt): Ditto.
12130
12131         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12132         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12133         a multibyte buffer.
12134
12135         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12136         (pgg-pgp-lookup-key): Ditto.
12137
12138         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12139         (pgg-pgp5-lookup-key): Ditto.
12140
12141         * pgg.el (pgg-fetch-key): Ditto.
12142
12143 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * message.el (message-user-organization-file): Check several
12146         locations of the organization file.
12147
12148         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12149         Add gnus-article-view-part-as-type.
12150
12151         * gnus-art.el (gnus-article-view-part-as-type): New function.
12152
12153         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12154         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12155
12156         * mml.el: Simplify autoload.
12157         (mml-mode): defvar dnd-protocol-alist instead of using
12158         symbol-value.
12159         (mml-default-directory): New variable.
12160         (mml-minibuffer-read-file): Use it.
12161         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12162
12163         * message.el (message-citation-line-format): New variable.
12164         (message-insert-formated-citation-line): New function.
12165         (message-citation-line-function):
12166         Add `message-insert-formated-citation-line' to custom type.
12167
12168         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12169         to doc string.
12170
12171         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12172         depending on mm-verify-option.
12173
12174 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12177         binding pgg-* variables; reimplement the section which prevents
12178         MIME header from being signed.
12179         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12180         pgg-text-mode; remove a blank line at the top of body.
12181
12182         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12183         lines at the top of body; use gnus-newsgroup-charset if there's no
12184         Charset header.
12185
12186 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * message.el (message-self-insert-commands): Doc fix.
12189
12190         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12191         (mm-uu-pgp-encrypted-test): Ditto.
12192         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12193         between header and body; return application/pgp-encrypted handle
12194         if decryption failed; decode decrypted body by charset.
12195
12196         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12197         element match to application/pgp-*.
12198
12199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12200
12201         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12202         HTML.
12203
12204 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205
12206         * mail-source.el (mail-source-call-script): Message the error
12207         string.
12208
12209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * gnus-util.el (gnus-byte-compile): Use it.
12212
12213 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12214
12215         * gnus-util.el (kill-empty-logs): New function.
12216
12217 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12218
12219         * message.el (message-mail-alias-type): Doc fix.
12220         (message-mail-alias-type-p): New function.
12221         (message-send): Use it.
12222         (message-mode): Ditto.
12223         (message-strip-forbidden-properties): Ditto.
12224
12225         * ecomplete.el (ecomplete-database-file-coding-system):
12226         New variable.
12227         (ecomplete-save): Use it.
12228         (ecomplete-setup): Use it.
12229
12230 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * message.el (message-self-insert-commands): New variable.
12233         (message-strip-forbidden-properties): Use it.
12234
12235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12238         that doesn't make XEmacs choke.
12239
12240 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * gnus-util.el (gnus-replace-in-string):
12243         Prefer replace-regexp-in-string over of replace-in-string.
12244
12245 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-util.el (gnus-select-frame-set-input-focus):
12248         Use select-frame-set-input-focus if it is available in XEmacs; use
12249         definition defined in Emacs 22 for old Emacsen.
12250
12251         * dgnushack.el: Autoload unmorse-region for XEmacs.
12252
12253         * lpath.el: Bind cursor-in-non-selected-windows and
12254         select-frame-set-input-focus for XEmacs.
12255
12256 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12259
12260 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * gnus-registry.el (gnus-registry-cache-save): Remove text
12263         properties when saving via the temp buffer.
12264
12265 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * message.el (message-generate-hashcash): Honor custom type.
12268
12269 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * message.el (message-generate-hashcash): Default to non-nil when
12272         hashcash is found.
12273
12274         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12275         (gnus-refer-thread-limit): Increase default to 500.
12276
12277         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12278
12279         * flow-fill.el (fill-flowed): Allow delete-space.
12280
12281 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12284         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12285         Remove autoloads.
12286
12287 2006-04-18  Simon Josefsson  <jas@extundo.com>
12288
12289         * message.el (message-generate-hashcash): Default to.
12290
12291 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12294         concatenating segments rather than before concatenating them.
12295
12296 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12299
12300 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12301
12302         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12303
12304         * message.el (message-forward-make-body-plain):
12305         Allow message-forward-ignored-headers to be a list.
12306         (message-remove-ignored-headers): Factor out into function.
12307         (message-forward-make-body-mml): Use it.
12308
12309         * imap.el (imap-quote-specials): New function.
12310         (imap-login-auth): Quote specials.
12311
12312         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12313         (rfc2231-parse-string): Allow concatanation of parameters that
12314         aren't contiguous.  The test case is
12315           (mail-header-parse-content-type "message/external-body;
12316             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12317             access-type=LOCAL-FILE;
12318             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12319
12320 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12321
12322         * nntp.el (nntp-accept-process-output): Return the value of
12323         `nnheader-accept-process-output'.
12324
12325 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12326
12327         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12328         (gnus-button-alist): Recognize more diff formats.
12329         (gnus-button-patch): Strip directory.
12330
12331 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12334         Emacs 22 when setting focus.
12335
12336 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337
12338         * gnus-art.el (gnus-article-treat-types): Do treatment of
12339         text/x-verbatim parts.
12340         (gnus-button-patch): New command.
12341
12342         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12343         addresses that contain invalid characters.
12344
12345 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * message.el (message-put-addresses-in-ecomplete):
12348         Use gnus-replace-in-string.
12349         (message-is-yours-p): Use the more correct
12350         mail-header-parse-address instead of
12351         mail-extract-address-components.
12352         (message-put-addresses-in-ecomplete): Fix typo.
12353
12354         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12355         keystroke.
12356
12357         * gnus-art.el (gnus-treatment-function-alist): Change order of
12358         newsgroups/generic header folding to avoid double-folding.
12359
12360         * message.el (message-hidden-headers): Add X-Draft-From.
12361
12362         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12363         New command.
12364         (gnus-summary-repeat-search-article-backward): New command.
12365
12366         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12367         groups in the parent topic.
12368
12369 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12370
12371         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12372         (spam-extra-header-to-number): Return the CRM114 number as a
12373         number instead of a string.
12374
12375 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * gnus-art.el (gnus-face-properties-alist): Move here from
12378         gnus-fun.
12379
12380         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12381
12382 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * message.el (message-strip-forbidden-properties): Only display on
12385         self-insert-command.
12386
12387         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12388         reindent.
12389         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12390
12391 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12392
12393         * smiley.el (smiley-style): Fix typo.
12394
12395 2006-03-23  Kenichi Handa  <handa@m17n.org>
12396
12397         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12398         instead of set-buffer-multibyte.
12399
12400 2006-03-23  Kenichi Handa  <handa@m17n.org>
12401
12402         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12403         buffer and then decode the buffer text if necessary.
12404         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12405         first, and after mm-encode-body, change the buffer to unibyte.
12406
12407 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * hashcash.el (hashcash-insert-payment-async-2):
12410         Use message-goto-eoh instead of doing it manually.
12411         (mail-add-payment): Use message-narrow-to-header instead of trying
12412         to do the same itself.
12413
12414         * message.el (message-hidden-headers): Add Face.
12415
12416         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12417         reparenting code.
12418         (gnus-summary-reparent-children): Refactored out code.
12419         (gnus-summary-thread-map): New keystroke.
12420         (gnus-summary-reparent-children): Make into command.
12421
12422         * smiley.el (smiley-style): Default to `medium' if using a large
12423         font.
12424
12425         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12426         does it itself.
12427
12428         * message.el (message-point-in-header-p): Simplify definition.
12429
12430 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * nnagent.el (nnagent-request-set-mark): Silence log file
12433         writing.
12434         (nnagent-request-set-mark): Use write-region instead of
12435         append-to-file.
12436
12437         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12438         strange select method.
12439
12440         * ecomplete.el (ecomplete-display-matches): Get highlightling
12441         right.
12442         (ecomplete-display-matches): Use literals.
12443         (ecomplete-display-matches): Disable message logging.
12444
12445         * message.el (message-display-abbrev): Small optimization.
12446
12447         * ecomplete.el (ecomplete-display-matches): Allow automatic
12448         display.
12449
12450         * message.el (message-strip-forbidden-properties):
12451         Display abbrevs.
12452         (message-display-abbrev): Get automatic display right.
12453
12454         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12455         keystrokes.
12456
12457 2006-04-13  Romain Francoise  <romain@orebokech.com>
12458
12459         TODO: Backport to v5-10!
12460
12461         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12462         Move here (and rename) from gnus-registry.el.
12463
12464         * gnus-registry.el: Require gnus-util.
12465         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12466
12467 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * gnus-group.el (gnus-group-catchup-current):
12470         Change if-then-else-if-then-else into cond.
12471         (gnus-group-catchup): Indent.
12472         (group-name-at-point): New function.
12473         (gnus-fetch-group): Provide default from thing at point.
12474
12475 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * message.el (message-display-abbrev): Fix regexp.
12478
12479         * ecomplete.el (ecomplete-highlight-match-line):
12480         Reimplement choosing.
12481         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12482         dead variables.
12483
12484         * message.el (message-newline-and-indent): Remove debugging.
12485         (message-display-abbrev): Use new implementation.
12486
12487 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * gnus-art.el (gnus-article-mode):
12490         Set cursor-in-non-selected-windows to nil.
12491
12492         * smiley.el: Revert previous change.
12493         (smiley-data-directory): defvar it before using it in the
12494         defcustom of `smiley-style'.
12495
12496 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * message.el (message-newline-and-indent): New function.
12499
12500         * ecomplete.el: Implement more bits.
12501
12502         * message.el (message-put-addresses-in-ecomplete): Clean up the
12503         string.
12504
12505         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12506
12507         * gnus-sum.el (gnus-summary-save-parts):
12508         Bind gnus-summary-save-parts-counter and use it to make unique file
12509         names.
12510
12511         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12512
12513         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12514         parameter to say whether to actually parse the individual
12515         addresses.
12516
12517         * message.el (message-put-addresses-in-ecomplete): New function.
12518         (ecomplete): Require.
12519         (message-mail-alias-type): Add ecomplete as an option.
12520
12521 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12522
12523         * flow-fill.el (fill-flowed): Remove trailing space from blank
12524         quoted lines.
12525
12526 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12527
12528         * smiley.el (smiley-style): Move definition later to avoid a
12529         compilation warning.
12530
12531 2006-04-12  Kenichi Handa  <handa@m17n.org>
12532
12533         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12534         buffer and then decode the buffer text if necessary.
12535         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12536         first, and after mm-encode-body, change the buffer to unibyte.
12537         Use mm-disable-multibyte instead of set-buffer-multibyte.
12538
12539 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12542         Content-Type header instead of Content-Disposition header.
12543         (gnus-mime-inline-part): Ditto.
12544         (gnus-mime-view-part-as-charset): Ignore charset that the part
12545         specifies.
12546
12547         * mm-decode.el (mm-display-part): Work with external parts and
12548         usual parts similarly.
12549
12550         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12551         instead of gnus-display-mime.
12552
12553         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12554         instead of with-temp-buffer.
12555
12556         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12557         tag to summarized topics part in order to encode non-ASCII text.
12558
12559 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * smiley.el (smiley-style): New variable.
12562         (smiley-directory): New function.
12563         (smiley-data-directory): Derive from `smiley-style' using
12564         `smiley-directory'.
12565         (smiley-regexp-alist): Add new entries.
12566
12567         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12568         (gnus-article-browse-delete-temp): Add :version.
12569
12570 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12571
12572         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12573         the sieve region.
12574
12575 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12576
12577         * gnus.el (gnus-version-number): Bump version.
12578
12579 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus.el: No Gnus v0.4 is released.
12582
12583 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12584
12585         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12586         layout.
12587
12588         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12589         unknown charset.
12590
12591         * message.el (message-header-synonyms): Add Original-To to the
12592         default.
12593
12594         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12595         optional parameter.
12596
12597 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gnus-fun.el (gnus): Require it for gnus-directory.
12600
12601 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12604
12605 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12606
12607         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12608
12609 2006-04-05  Simon Josefsson  <jas@extundo.com>
12610
12611         * password.el (password-reset): New function.
12612
12613 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12614
12615         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12616         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12617
12618 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12619
12620         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12621         Some whitespace was matched into the url, which broke browsing hits
12622         > 100 when mm-url-use-external was nil.
12623
12624 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12627         Check gnus-extra-headers for 'Newsgroups.
12628
12629         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12630         bound.
12631
12632 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12633
12634         * pgg-gpg.el: Clean up process buffers every time gpg processes
12635         complete.
12636
12637 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12640         doc string.
12641
12642 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12643
12644         * pgg-gpg.el (pgg-gpg-process-filter)
12645         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12646
12647         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12648         lines, temporary fix.
12649
12650 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12653
12654 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12655
12656         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12657         default-enable-multibyte-characters.  This reverts the change from
12658         revision 6.17 which is no longer necessary because the passphrase
12659         is sent separately now.  GnuPG messages are unreadable under
12660         multibyte locales with default-enable-multibyte-characters set to
12661         nil.
12662
12663 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * message.el (message-tool-bar-gnome): Move "spell".
12666
12667 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12670         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12671         instead.
12672
12673 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12674
12675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12676         Improve newsgroups handling for NNTP overviews which don't include
12677         Newsgroups.
12678
12679 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12680
12681         * message.el (message-resend): Bind message-generate-hashcash to nil.
12682
12683 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12684
12685         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12686         when searching for already-paid recipients.
12687
12688 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12689
12690         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12691         passphrases when it is not needed.
12692         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12693         passphrase stuff from gpg, should only be necessary when you use
12694         gpg with a smartcard.
12695
12696 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * mml.el (mml-insert-mime): Ignore cached contents of
12699         message/external-body part.
12700
12701         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12702         (mm-insert-part): Ditto.
12703
12704 2006-03-23  Simon Josefsson  <jas@extundo.com>
12705
12706         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12707         Reiner.
12708         (pgg-gpg-use-agent-p): Use it again.
12709
12710 2006-03-23  Simon Josefsson  <jas@extundo.com>
12711
12712         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12713         older emacsen.
12714         (pgg-gpg-use-agent-p): Don't use it.
12715
12716 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12719         if we can.
12720
12721 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12722
12723         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12724         (pgg-gpg-update-agent): New function.
12725         (pgg-gpg-use-agent-p): New function.
12726         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12727         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12728         (pgg-gpg-sign-region): Use it.
12729
12730 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12733         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12734
12735 2006-03-21  Simon Josefsson  <jas@extundo.com>
12736
12737         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12738         <wilde@sha-bang.de>.
12739         (pgg-gpg-use-agent): New variable.
12740         (pgg-gpg-process-region): Use it.
12741         (pgg-gpg-encrypt-region): Likewise.
12742         (pgg-gpg-encrypt-symmetric-region): Likewise.
12743         (pgg-gpg-decrypt-region): Likewise.
12744         (pgg-gpg-sign-region): Likewise.
12745         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12746
12747 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12750
12751         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12752         Add comment on version.
12753
12754 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * smiley.el: Add missing test smiley.
12757
12758 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * mm-decode.el (mm-with-part): New macro.
12761         (mm-get-part): Use it; work with message/external-body as well.
12762         (mm-save-part): Treat name and filename equally.
12763
12764         * mm-extern.el (mm-extern-cache-contents): New function.
12765         (mm-inline-external-body): Use it; force the part to be displayed;
12766         move undisplayer added to the cached handle to the parent.
12767
12768         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12769         (gnus-mime-view-part-as-type): Work with message/external-body.
12770
12771         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12772
12773 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12776         images in image-load-path.  [Sync with image.el, revision 1.60, in
12777         Emacs.]
12778
12779 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12782         path rather than symbol.  Always return list of directories.
12783         Guarantee that image directory comes first.  [Sync with image.el,
12784         revision 1.59, in Emacs.]
12785
12786         * message.el (message-make-tool-bar): Adjust to new API of
12787         `gmm-image-load-path-for-library'.
12788
12789         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12790
12791         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12792
12793 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12794
12795         * gnus-art.el (gnus-article-only-boring-p):
12796         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12797         intangible text.
12798         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12799
12800 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12803         Use `defun' instead of `gmm-defun-compat'.
12804
12805 2006-03-14  Simon Josefsson  <jas@extundo.com>
12806
12807         * message.el (message-unique-id): Don't use message-number-base36
12808         if (user-uid) is a float.
12809         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12810
12811 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12814
12815         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12816         empty line between a part and a message part.
12817
12818 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * smiley.el: Add more test smileys.
12821         (smiley-data-directory, smiley-regexp-alist)
12822         (gnus-smiley-file-types): Fix doc strings.
12823         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12824         adding new elements.
12825         (smiley-mouse-map): Unused code.  Make it a comment.
12826
12827 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12830         scan latest NoCeM messages instead of old ones.
12831         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12832         delimiters that are recently used.
12833         (gnus-nocem-load-cache): Add autoload cookie.
12834
12835         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12836
12837         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12838         level which is larger than gnus-use-nocem is specified.
12839
12840         * gnus-group.el (gnus-group-get-new-news): Ditto.
12841
12842 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * gnus-util.el (gnus-tool-bar-update): New function.
12845
12846         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12847         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12848
12849         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12850
12851         * gnus-group.el (gnus-group-redraw-when-idle)
12852         (gnus-group-redraw-check): Remove.
12853         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12854
12855 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12858         if optional last element is specified in splits (FIELD VALUE...).
12859
12860 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12863         to gmm-image-load-path-for-library.  Call with no-error argument.
12864         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12865
12866         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12867
12868         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12869
12870         * gmm-utils.el (gmm-image-load-path): Remove alias.
12871
12872 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gmm-utils.el (gmm-image-load-path): Add alias.
12875
12876         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12877         nnml-generate-nov-databases-1.
12878         (nnml-generate-nov-databases): Use it.
12879         (nnml-generate-nov-databases-directory): Document no-active
12880         argument.
12881
12882         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12883         directory if path is t.  Add no-error.
12884
12885         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12886         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12887
12888         * gnus-art.el (gnus-article-browse-delete-temp-files):
12889         Simplify resetting gnus-article-browse-html-temp-list.
12890
12891         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12892         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12893         Add example to docstring.  Rename local variables.  Move error
12894         checks to default case in cond and simplify.
12895
12896 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12899         handle is multipart when calling it recursively.
12900         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12901
12902 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12903
12904         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12905         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12906
12907 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12910         is loaded.
12911
12912         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12913         loaded.
12914
12915 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12918         to "Emacs 23 (unicode)" in doc string.
12919
12920         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12921         "Emacs 23 (unicode)" in comment.
12922
12923 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12926
12927         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12928         characters 160 through 255 in Emacs 23.
12929
12930 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12933         gnus-article-browse-html-temp.
12934         (gnus-article-browse-delete-temp): Make it customizable.
12935         Add `file'.  Adjust doc string.
12936         (gnus-article-browse-delete-temp-files): Add argument.
12937         Allow query for each file.  Adjust doc string.
12938         (gnus-article-browse-html-parts):
12939         Add `gnus-article-browse-delete-temp-files' to
12940         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12941
12942 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12943
12944         * gnus-art.el (gnus-article-browse-html-temp)
12945         (gnus-article-browse-delete-temp): New variables.
12946         (gnus-article-browse-delete-temp-files): New function.
12947         (gnus-article-browse-html-parts): Use it.
12948
12949 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12952
12953         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12954         string.
12955
12956         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12957         gnus-summary-insert-new-articles when unplugged.
12958         Remove gnus-summary-search-article-forward.
12959
12960         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12961         display-visual-class instead of display-color-cells.
12962
12963 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * dgnushack.el: Autoload customize-group for XEmacs.
12966
12967         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12968         message/* containing non-ASCII text properly.
12969
12970 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * message.el: Require gmm-utils, remove autoloads.
12973         (message-tool-bar): Set default based on
12974         gmm-tool-bar-style.
12975         (message-tool-bar-gnome): Add gmm-customize-mode.
12976
12977         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12978         gmm-tool-bar-style.
12979         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12980
12981         * gnus-group.el (gnus-group-tool-bar): Set default based on
12982         gmm-tool-bar-style.
12983         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12984
12985         * gmm-utils.el (gmm-image-directory): Rename variable from
12986         gmm-image-load-path.
12987         (gmm-image-load-path): Use gmm-image-directory.
12988         (gmm-customize-mode): New function.
12989         (gmm-tool-bar-style): New variable.
12990
12991         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12992         gnus-group-redraw-line-number.
12993         (gnus-group-redraw-check): Simplify.
12994         (gnus-group-tool-bar-update): Remove redraw check.
12995         (gnus-group-make-tool-bar): Add redraw check.
12996
12997 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12998
12999         * gnus-art.el (gnus-button): Add missing parentheses.
13000
13001 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * lpath.el: Fbind line-number-at-pos.
13004
13005 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13008
13009 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-art.el (gnus-button): New face.
13012         (gnus-article-button-face): Use it.
13013
13014         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13015         Add gnus-summary-next-page.  Re-order.
13016
13017         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13018         next-node are now included.
13019         (gnus-group-redraw-line-number): New internal variable.
13020         (gnus-group-redraw-check): Helper function for updating the tool
13021         bar.
13022         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13023
13024         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13025
13026         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13027         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13028         Use it to match format of Spamassassin 3.0 and later.
13029         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13030         (spam-check-bogofilter)
13031         (spam-bogofilter-register-with-bogofilter): Fix args of
13032         `gnus-error' calls.
13033
13034 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13037         unnecessary interaction when sending queued mails.
13038         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13039
13040 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13043         first or last are nil.
13044
13045 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13046
13047         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13048
13049 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13052
13053 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * dns.el (query-dns): Protect more against buggy tcp output.
13056
13057 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13060         nov.php.
13061
13062 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13063
13064         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13065         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13066         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13067         output on the server side.
13068         (nnweb-google-create-mapping): Update regexps and add some
13069         progress indication.
13070
13071 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * gnus-group.el (gnus-group-tool-bar-gnome):
13074         Fix gnus-agent-toggle-plugged.  Re-order icons.
13075         (gnus-group-tool-bar-gnome):
13076         Add gnus-group-{prev,next}-unread-group.
13077         (gnus-group-tool-bar-gnome): Re-order icons.
13078
13079         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13080         Move gnus-summary-insert-new-articles.
13081
13082         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13083         Fix comments.
13084
13085         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13086         also available in Emacs 21.3.
13087
13088         * message.el (message-fix-before-sending): Change "Emacs 22" to
13089         "Emacs 23 (unicode)" in comment.
13090
13091         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13092         "Emacs 23 (unicode)" in comment.
13093
13094         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13095         comment.
13096         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13097
13098         * mm-view.el (mm-fill-flowed): Add :version.
13099
13100 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13103         and load-path.
13104
13105 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * message.el: Autoload gmm-image-load-path.
13108         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13109         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13110         consitency.
13111
13112         * gmm-utils.el (gmm-image-load-path): Also search in
13113         "../etc/images".  Don't set gmm-image-load-path if we don't find
13114         the image.
13115
13116 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gmm-utils.el (gmm-image-load-path): Don't make
13119         `gmm-image-load-path' include subdirectories which the second arg
13120         `image' might specify.
13121
13122         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13123         subdirectory to icon file names.
13124
13125         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13126
13127 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13130         gmm-image-load-path calls.
13131
13132         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13133
13134         * message.el (message-make-tool-bar): Ditto.
13135
13136         * mml.el (mml-preview): Add comment concerning tool bar icons.
13137
13138         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13139         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13140
13141         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13142         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13143
13144         * message.el (message-tool-bar-gnome): Use new icon names.
13145         (message-make-tool-bar): Use `gmm-image-load-path'.
13146
13147         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13148         New functions from MH-E.
13149         (gmm-image-load-path): New variable from MH-E.
13150         (gmm-image-load-path): New function from MH-E.  Add arguments
13151         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13152         *-image-load-path-called-flag.
13153
13154 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13155
13156         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13157
13158 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13159
13160         * nnimap.el (nnimap-request-move-article): Change folder back to
13161         source group before deleting.
13162
13163 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13166
13167         * gnus-art.el (mm-url-insert-file-contents-external):
13168         Autoload mm-url.
13169
13170         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13171
13172 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13175         coding system which mm-charset-to-coding-system returns for a
13176         given charset is valid.
13177
13178 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13179
13180         * html2text.el (html2text-remove-tag-list):
13181         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13182
13183 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13184
13185         * gnus-cus.el: Revert 2005-10-17 change.
13186
13187 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (article-strip-banner):
13190         Call article-really-strip-banner only when the regexp match is made.
13191
13192 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-art.el (article-strip-banner):
13195         Use gnus-extract-address-components instead of
13196         mail-header-parse-addresses to make it work with non-ASCII text;
13197         remove mail-encode-encoded-word-string.
13198
13199         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13200         values which are surrounded with \"...\"; make it never cause a
13201         Lisp error; give up parsing of parameters if it failed in
13202         extracting type.
13203
13204 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13205
13206         * smime.el (smime-cert-by-ldap-1): Fix bug where
13207         `smime-ldap-search' returns results without userCertificates.
13208
13209 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13212
13213 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * spam.el (spam-check-spamassassin-headers): Adapt format for
13216         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13217         <ari@mbf.ocn.ne.jp>.
13218         (spam-list-of-processors): Add spam-use-gmane.
13219
13220 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13223         make-temp-file; make it work with XEmacs as well.
13224
13225         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13226         mm-make-temp-file.
13227
13228         * mm-decode.el (mm-display-external): Use the 3rd arg of
13229         mm-make-temp-file.
13230         (mm-create-image-xemacs): Ditto.
13231
13232 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13235         with message-narrow-to-headers.
13236         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13237         (gnus-draft-check-draft-articles): New function.
13238         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13239
13240 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * gnus-art.el (gnus-article-browse-html-parts):
13243         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13244         Don't use suffix argument for mm-make-temp-file for Emacs 21
13245         compatibility.  Remove useless `format'.
13246
13247 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13248
13249         * nnweb.el (nnweb-google-wash-article): Update regexps.
13250         (nnweb-group-alist): Use defvoo instead of defvar.
13251
13252 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13255         re-loading nn* modules.
13256
13257 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13260         for `tool-bar-mode' and don't check it's default-value.
13261
13262         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13263
13264         * message.el (message-make-tool-bar): Ditto.
13265
13266         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13267         `substring'.  Shorten tmp-file name.
13268
13269         * gnus.el: Remove bogus comment.
13270
13271 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13272
13273         * gnus-art.el (gnus-article-browse-html-parts): New function.
13274         (gnus-article-browse-html-article): New function for viewing html
13275         articles with a browser.
13276
13277 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13278
13279         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13280         in elisp.
13281         (pgg-gpg-encrypt-symmetric-region): Ditto.
13282         (pgg-gpg-sign-region): Ditto.
13283
13284         * pgg-def.el (pgg-text-mode): New variable.
13285
13286         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13287         (mml2015-pgg-encrypt): Ditto.
13288
13289         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13290         (mml1991-pgg-encrypt): Ditto.
13291
13292 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * nnfolder.el (nnfolder-insert-newsgroup-line):
13295         Use message-make-date instead of current-time-string.
13296
13297         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13298         to gnus-decoded which mm-uu might set.
13299
13300 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13303         don't decode quoted parameters; remove misimported Emacs code.
13304         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13305         (rfc2231-decode-encoded-string): Don't use split-string which
13306         behaves differently according to Emacs version; use
13307         mm-decode-coding-region to convert charset to coding-system.
13308         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13309         (rfc2231-encode-string): Remove misimported Emacs code.
13310
13311 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13314         when calling mail-header-parse-content-type.
13315         (article-de-quoted-unreadable): Ditto.
13316         (article-de-base64-unreadable): Ditto.
13317         (article-wash-html): Ditto.
13318
13319         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13320         calling mail-header-parse-content-type and
13321         mail-header-parse-content-disposition.
13322         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13323         mail-header-parse-content-type.
13324
13325         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13326         insert charset and format parameters; encode description after
13327         inserting it to buffer.
13328         (mml-insert-parameter): Fold lines properly even if a parameter is
13329         segmented into two or more lines; change the max column to 76.
13330
13331         * rfc1843.el (rfc1843-decode-article-body): Don't use
13332         ignore-errors when calling mail-header-parse-content-type.
13333
13334         * rfc2231.el (rfc2231-parse-string): Return at least type if
13335         possible; don't cause an error even if it fails in parsing of
13336         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13337         (rfc2231-encode-string): Don't break lines at the beginning, leave
13338         it to mml-insert-parameter.
13339
13340         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13341         calling mail-header-parse-content-type.
13342
13343 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * spam-report.el (spam-report-gmane-use-article-number):
13346         Improve doc string.
13347         (spam-report-gmane-internal): Check if a suitable header was found
13348         in the article.
13349
13350 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13353         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13354
13355 2006-02-05  Romain Francoise  <romain@orebokech.com>
13356
13357         Update copyright notices of all files in the gnus directory.
13358
13359 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13360
13361         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13362
13363 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13366         segmented lines of parameter value to cope with Thunderbird 1.5
13367         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13368         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13369         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13370
13371 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13372
13373         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13374         parts.
13375
13376 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13377
13378         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13379         there's only one active file for all servers.
13380         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13381         solid groups.  Gnus might have used a FAST request to select the group.
13382         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13383         and nnweb-search redundantly in the active file.
13384         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13385         (nnweb-request-create-group): Don't use ARGS.
13386         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13387         initialisations.  Let nnoo do the work.
13388
13389 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13392         Say the part has been decoded.
13393
13394         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13395
13396 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13397
13398         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13399         mailcap-viewer-test-cache when there's no 'test clause, since that
13400         will invert the meaning of a "nil" test previously determined by
13401         mailcap-mailcap-entry-passes-test.
13402
13403 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13406         compiling.
13407
13408         * gnus-sum.el: Ditto.
13409
13410         * message.el: Don't bind tool-bar-map when compiling.
13411
13412 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13415
13416 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13417
13418         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13419         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13420         current Google Groups.
13421
13422 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13425         and tool-bar-mode.
13426
13427         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13428         and tool-bar-mode.
13429
13430         * message.el (message-tool-bar-update): Simplify.
13431         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13432
13433         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13434         gnus-summary-buffer.
13435         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13436         gnus-summary-reply.
13437
13438         * gmm-utils.el (gmm): Add :version.
13439
13440 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * Makefile.in (clean): New rule.
13443         (distclean): Use it.
13444
13445 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13446
13447         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13448         Don't autoload.
13449
13450 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gmm-utils.el (gmm-verbose): Add :group.
13453
13454 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * message.el: Change some comments WRT tool-bars.
13457
13458         * gnus-sum.el (gnus-summary-tool-bar)
13459         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13460         (gnus-summary-tool-bar-zap-list): New variables.
13461         (gnus-summary-make-tool-bar): Complete rewrite using
13462         `gmm-tool-bar-from-list'.
13463
13464         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13465         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13466         New variables.
13467         (gnus-group-make-tool-bar): Complete rewrite using
13468         `gmm-tool-bar-from-list'.
13469         (gnus-group-tool-bar-update): New function.
13470
13471         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13472
13473 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13476         is dissected into a single part of which the type is the same as
13477         the given one; decode charset.
13478
13479 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13480
13481         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13482         into alists as symbol not string, since that's what
13483         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13484         look for.
13485
13486 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13489         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13490
13491         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13492
13493 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13496         (gnus-xmas-mime-security-button-menu): New function.
13497
13498         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13499         (gnus-mime-security-button-menu): New definition.
13500         (gnus-mime-security-button-map): Use them.
13501         (gnus-mime-security-button-menu): New function.
13502         (gnus-insert-mime-security-button): Addition to help echo.
13503         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13504         (gnus-mime-security-pipe-part): New functions.
13505
13506         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13507         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13508
13509         * mm-decode.el (mm-handle-set-disposition): Remove.
13510         (mm-handle-set-description): Remove.
13511
13512 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13515         (mm-w3m-standalone-supports-m17n-p): New function.
13516         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13517         w3m usage.
13518
13519         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13520         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13521
13522 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * message.el (message-tool-bar-zap-list):
13525         Use gmm-tool-bar-zap-list as custom type.
13526         (message-tool-bar-update): New function.
13527         (message-tool-bar, message-tool-bar-gnome)
13528         (message-tool-bar-retro): Add message-tool-bar-update.
13529         (message-tool-bar-gnome): Add flyspell-buffer.
13530
13531         * gnus-util.el (gnus-error): Describe `args'.
13532
13533         * gmm-utils.el (gmm-error): Describe `args'.
13534         (gmm-tool-bar-zap-list): New widget.
13535         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13536
13537 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13540         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13541         the number of recursive calls.
13542
13543         * mm-decode.el (mm-handle-set-disposition): New macro.
13544         (mm-handle-set-description): New macro.
13545
13546 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13549         encoding.
13550
13551 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * message.el (message-tool-bar-zap-list, message-tool-bar)
13554         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13555         (message-tool-bar-local-item-from-menu): Remove.
13556         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13557         (message-make-tool-bar): New function.
13558         (message-mode): Use `message-make-tool-bar'.
13559
13560         * gmm-utils.el: New file.
13561         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13562         (gmm-lazy): New widget copied from `nnmail.el'.
13563         (gmm-tool-bar-from-list): New function for creating customizable
13564         tool bars.
13565         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13566         output.
13567         (gmm): Add :prefix to defgroup.
13568
13569 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13570
13571         * gmm-utils.el (gmm-widget-p): New function.
13572
13573 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * mml.el (mml-attach-file): Describe `description' in doc string.
13576         (mml-menu): Add Emacs MIME manual and PGG manual.
13577
13578 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13579
13580         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13581
13582 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13583
13584         * nntp.el (nntp-end-of-line): Doc fix.
13585
13586 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13587
13588         * imap.el (imap-open): Handle case where buffer is a buffer
13589         object.
13590
13591 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13592
13593         * gnus-delay.el (gnus-delay): Don't autoload.
13594         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13595         to be re-loaded when customizing the `gnus-delay' group.
13596
13597 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13598
13599         * message.el (message-insert-citation-line): Use newlines.
13600
13601 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13602
13603         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13604         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13605         these routines, so the passphrase can be managed externally and
13606         passed in to the system.
13607         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13608         pgg-add-passphrase-to-cache function.
13609
13610         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13611         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13612         these routines, so the passphrase can be managed externally and
13613         passed in to the system.
13614         (pgg-pgp5-sign-region): Use new name of
13615         pgg-add-passphrase-to-cache function.
13616
13617 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13618
13619         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13620         part of the decoded armor to find the key-identifier.
13621         (pgg-gpg-lookup-key-owner): New function to return the
13622         human-readable identifier of a key owner.
13623         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13624         itself.
13625         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13626         the key value) if we have a key and can match it against a secret
13627         key.  Also, added a note pointing out fact that the prompt only
13628         indicates the first matching key.
13629
13630         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13631         pgg-decrypt-region.
13632         (pgg-add-passphrase-to-cache): Rename from
13633         `pgg-add-passphrase-cache' to reduce confusion (all callers
13634         changed).
13635         (pgg-remove-passphrase-from-cache): Rename from
13636         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13637         changed).
13638         (pgg-read-passphrase, pgg-add-passphrase-cache)
13639         (pgg-remove-passphrase-cache): Add informative docstrings.
13640         (pgg-decrypt): Convey provided passphrase in subordinate call to
13641         pgg-decrypt-region.
13642
13643 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13644
13645         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13646         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13647         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13648         'passphrase' argument, so the passphrase can be managed externally
13649         and then passed in to the system.
13650
13651         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13652         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13653         so the passphrase cache can be used reliably with identifiers
13654         besides a pgp packet's key id.
13655
13656         * pgg-gpg.el (pgg-gpg-encrypt-region)
13657         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13658         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13659         these routines, so the passphrase can be managed externally and
13660         passed in to the system.
13661
13662         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13663         'notruncate' argument, so the passphrase cache can be used
13664         reliably with identifiers besides a pgp packet's key id.
13665
13666 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13667
13668         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13669         symmetric encryption.
13670         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13671         encrypted session key.
13672         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13673         message ask for the passphrase in a proper way.
13674
13675         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13676         New user commands for symmetric encryption.
13677
13678 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13681
13682         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13683
13684 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13685
13686         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13687
13688 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-decode.el (mm-inlined-types): Add application/pgp.
13691         (mm-automatic-display): Ditto.
13692
13693         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13694         part as text.
13695
13696 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * nnrss.el: Update copyright.
13699         (nnrss-opml-import): Query whether to subscribe to each entry.
13700
13701         * gnus-art.el:
13702         * gnus-sum.el:
13703         * gnus-xmas.el:
13704         * messagexmas.el:
13705         * mm-uu.el:
13706         * mm-view.el: Update copyright.
13707
13708 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * message.el (message-info): New function.
13711         (message-mode-menu): Add it.
13712         Update copyright.
13713
13714         * ChangeLog: Fix and update copyright.
13715
13716 2006-01-13  Romain Francoise  <romain@orebokech.com>
13717
13718         * message.el (message-forward-subject-name-subject): Prefer the
13719         address to 'nowhere' if the sender has no name.
13720         Fix typo.  Update copyright year.
13721
13722 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (article-wash-html):
13725         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13726         (gnus-article-wash-html-with-w3m-standalone): New function.
13727
13728         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13729         mm-inline-text-html-render-with-w3m-standalone.
13730         (mm-text-html-washer-alist): Map w3m-standalone to
13731         gnus-article-wash-html-with-w3m-standalone.
13732         (mm-inline-text-html-render-with-w3m-standalone): New function.
13733
13734 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13737         Improve LaTeX.
13738
13739 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13742         (nnrss-request-article): Render text/plain parts as HTML.
13743
13744         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13745         the buffer.
13746
13747 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13750         custom definition of `gnus-posting-styles'.
13751
13752         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13753         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13754
13755 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13758         Use nntp for bug archive.
13759
13760 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13763         parts.
13764         (nnrss-normalize-date): New function converts ISO 8601 date into
13765         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13766         (nnrss-check-group): Use it.
13767
13768 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13771
13772         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13773         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13774         (nnrss-insert-w3): Ditto.
13775
13776 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13779         the articles to be forwarded including the case where neither a
13780         number of articles nor a region is specified.
13781
13782 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * nnrss.el (nnrss-request-article): Fix last change; fill
13785         text/plain parts.
13786
13787 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13790         in text/plain part.
13791         (nnrss-check-group): Don't add excessive newline to dc:subject.
13792
13793 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13794
13795         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13796         article.
13797
13798 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13801         (nnml-use-compressed-files, nnml-save-mail): Support other
13802         comression programs such as bzip2.
13803
13804 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13805
13806         * dns.el (query-dns): Make sure we check the buffer size before
13807         removing tcp headers.
13808
13809 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13812         remove MIME buttons associated with multipart/alternative parts.
13813         (gnus-mime-display-alternative): Tag buttons using `article-type'
13814         text property.
13815
13816         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13817         associated with multipart/alternative parts.
13818
13819         * gnus-art.el (gnus-signature-separator): Fix custom type.
13820
13821         * mm-decode.el (mm-inlined-types): Fix custom type.
13822         (mm-keep-viewer-alive-types): Ditto.
13823         (mm-automatic-display): Ditto.
13824         (mm-attachment-override-types): Ditto.
13825         (mm-inline-override-types): Ditto.
13826         (mm-automatic-external-display): Ditto.
13827
13828 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * spam-report.el (spam-report-user-mail-address)
13831         (spam-report-user-agent): New variables.
13832         (spam-report-url-ping-plain): Use spam-report-user-agent.
13833
13834 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13835
13836         * gnus-art.el (gnus-button-handle-custom): Do not just use
13837         `customize-apropos' for any "M-x customize-*" button but the
13838         function called for.  Accept both the function name and its
13839         argument in order to achieve this.
13840         (gnus-button-alist): Remove support for "custom:" URL's.
13841         Pass function name to `gnus-button-handle-custom' in case of "M-x
13842         customize-*" buttons.
13843
13844 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13847         multipart/alternative and add xref to mm-discouraged-alternatives
13848         in doc string.
13849
13850         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13851         gnus-buttonized-mime-types in doc string.
13852
13853 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13856         Suggest image/.* in the doc string.
13857
13858 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13861         message-marks (Debian bug #342521).
13862
13863 2005-12-12  Simon Josefsson  <jas@extundo.com>
13864
13865         * password.el (password-read-from-cache): Add.
13866         (password-read): Use it.
13867
13868 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * rfc2047.el (rfc2047-charset-to-coding-system):
13871         Recognize us-ascii as a MIME charset.
13872
13873         * mm-bodies.el (mm-decode-content-transfer-encoding):
13874         Protect against the case where the 2nd arg TYPE is nil.
13875
13876 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * pop3.el (pop3-stream-type): Fix custom version.
13879
13880         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13881
13882 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13883
13884         * mm-decode.el (mm-display-external): Add missing cdr.
13885
13886 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13889         RFC1524) if it is in mailcap or add a suffix according to
13890         mailcap-mime-extensions when generating a temp filename; postpone
13891         deleting a temp file for 2 seconds for some wrappers, shell
13892         scripts, and so on, which might exit right after having started a
13893         viewer command as a background job.
13894
13895 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * nntp.el (nntp-marks-directory): Fix custom group.
13898
13899         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13900         steps when < 10.
13901
13902         * gnus-start.el (gnus-no-server-1):
13903         Mention `gnus-level-default-subscribed' in doc string.
13904
13905 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13906
13907         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13908         parens.
13909
13910 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-xmas.el (gnus-use-toolbar): Revert.
13913         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13914         gnus-use-toolbar is default.
13915
13916         * messagexmas.el (message-use-toolbar): Revert.
13917         (message-setup-toolbar): Use global default-toolbar if
13918         message-use-toolbar is default.
13919
13920 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13923         according to default-toolbar-visible-p.
13924
13925         * messagexmas.el (message-use-toolbar): Ditto.
13926
13927 2005-11-26  Dave Love  <fx@gnu.org>
13928
13929         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13930         (tls-program, tls-success): Provide openssl alternative.
13931
13932         * starttls.el: Doc fixes.
13933         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13934         SERVICE to PORT.
13935
13936         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13937         port null or service name.
13938         (starttls-negotiate): Autoload.
13939
13940 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * message.el (message-kill-to-signature): Fix interactive spec.
13943
13944 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * pop3.el (pop3-open-server): Recognize a string as a service name.
13947
13948 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13949
13950         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13951
13952 2005-11-23  Dave Love  <fx@gnu.org>
13953
13954         Add pop3s, pop3/starttls.
13955
13956         * pop3.el (pop3-authentication-scheme): Clarify doc.
13957         (open-tls-stream, starttls-open-stream): Autoload.
13958         (pop3-stream-type): New.
13959         (pop3-open-server): Use it.
13960
13961         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13962         for POP.
13963         (mail-source-keyword-map): Add :stream for POP.
13964         (mail-source-fetch-pop): Use pop3-stream-type.
13965
13966 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13969         of current-time-string.
13970
13971 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13972
13973         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13974         date header.
13975
13976 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13977
13978         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13979         it can seriously impact performance as it bypasses the agent's
13980         local caches.
13981
13982 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13983
13984         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13985         must be explicitly online rather than "not explicitly offline" for
13986         its flags to be synchronized.
13987
13988         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13989         that gnus-uu-unmark-thread will function correctly.
13990
13991         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13992         1024K is instead displayed as 1M.
13993
13994 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13995
13996         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13997
13998 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13999
14000         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14001
14002 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14003
14004         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14005         error message to display actual error condition.
14006         (gnus-agent-save-local): Avoid saving symbols that are bound to
14007         nil as they simply result in a warning message in
14008         gnus-agent-read-local.
14009
14010 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14013         rather than make-variable-buffer-local for file-precious-flag.
14014
14015 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14016
14017         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14018         for duplicates which are removed.  The invalid sort check then
14019         triggers a rescan after the sort as sorting may have moved
14020         duplicate entries such that they can be cheaply detected.
14021
14022 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14025
14026 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14027
14028         * gnus-agent.el (gnus-agent-article-alist-save-format):
14029         Change internal variable to a custom variable.  Change default value
14030         from compressed(2) to uncompressed(1).
14031         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14032         support for uncompressed agentview files.  Taken together, reading
14033         the agentview file should now be 6-7 times faster.
14034
14035 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14036
14037         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14038         as a buffer-local variable.  This avoids creating truncated
14039         dribble files as a result of a hang up, eg.
14040
14041 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14042
14043         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14044         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14045         XEmacs.
14046
14047 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gnus-start.el (gnus-start-draft-setup):
14050         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14051
14052         * gnus.el (gnus-splash): Change custom group.
14053         (gnus-group-get-parameter, gnus-group-parameter-value):
14054         Describe allow-list argument.
14055
14056         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14057         string.
14058
14059 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gnus-art.el (gnus-default-article-saver): Add user-defined
14062         `function' to custom type.
14063
14064 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14065
14066         * imap.el (imap-open): Handle case where buffer is a buffer
14067         object.
14068
14069 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14072         long lines.
14073         (gnus-cache-delete-group): Wrap doc strings.
14074
14075         * gnus-agent.el (gnus-agent-rename-group)
14076         (gnus-agent-delete-group): Wrap doc strings.
14077
14078 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * messagexmas.el (message-use-toolbar): Change the valid values
14081         into default, top, bottom, left, and right.
14082         (message-toolbar-thickness): New variable.
14083         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14084         well.
14085         (message-setup-toolbar): Make it work.
14086
14087         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14088         (gnus-use-toolbar): Change the valid values into default, top,
14089         bottom, left, and right.
14090         (gnus-toolbar-thickness): New variable.
14091         (gnus-xmas-setup-toolbar): New function.
14092         (gnus-xmas-setup-group-toolbar): Use it.
14093         (gnus-xmas-setup-summary-toolbar): Use it.
14094
14095 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * gnus-start.el (gnus-1): Add "native" to
14098         gnus-predefined-server-alist.
14099
14100         * gnus.el (gnus-method-to-server): Don't add "native" to the
14101         lists here, because that leads to problems when
14102         gnus-select-method is bound.
14103
14104 2005-11-09  Simon Josefsson  <jas@extundo.com>
14105
14106         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14107         use (not sort-by-date) instead.
14108
14109 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14110
14111         * gnus-delay.el (gnus-delay-group): Don't autoload.
14112         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14113         to be re-loaded when customizing the `gnus-delay' group.
14114
14115 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14116
14117         * message.el: Revert last changes.
14118         (message-insert-citation-line): Use newlines.
14119
14120 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14121
14122         * message.el (message-courtesy-message)
14123         (message-mark-insert-begin, message-mark-insert-end)
14124         (message-elide-ellipsis, message-cancel-message)
14125         (message-add-header, message-change-subject)
14126         (message-cross-post-followup-to-header)
14127         (message-cross-post-insert-note, message-reduce-to-to-cc)
14128         (message-widen-reply, message-delete-not-region)
14129         (message-kill-to-signature, message-insert-signature)
14130         (message-insert-importance-high, message-insert-importance-low)
14131         (message-insert-or-toggle-importance)
14132         (message-insert-disposition-notification-to)
14133         (message-indent-citation, message-yank-original)
14134         (message-cite-original-without-signature, message-cite-original)
14135         (message-insert-citation-line, message-position-on-field)
14136         (message-fix-before-sending, message-send-mail-partially)
14137         (message-send-mail, message-send-mail-with-sendmail)
14138         (message-send-mail-with-qmail, message-send-news)
14139         (message-check-news-header-syntax, message-generate-headers)
14140         (message-insert-courtesy-copy, message-fill-address)
14141         (message-fill-header, message-shorten-references)
14142         (message-setup-1, message-cancel-news)
14143         (message-forward-make-body-plain, message-forward-make-body-mime)
14144         (message-forward-make-body-mml, message-encode-message-body)
14145         (message-forward-make-body-digest-plain)
14146         (message-forward-make-body-digest-mime)
14147         (message-use-alternative-email-as-from): Insert `hard-newline'
14148         instead of ordinary newlines.
14149
14150 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * message.el (message-generate-headers): Downcase the argument
14153         given to message-check-element.
14154
14155 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14156
14157         * nntp.el (nntp-authinfo-rejected): New error condition.
14158         (nntp-wait-for): Use new error condition to signal authentication
14159         error.
14160         (nntp-retrieve-data): Rethrow new error condition to break out of
14161         recursive call to nntp-send-authinfo.
14162
14163 2005-11-08  Romain Francoise  <romain@orebokech.com>
14164
14165         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14166         (gnus-summary-exit-map): Bind to `Z p'.
14167         (gnus-summary-make-menu-bar): Add menu item.
14168
14169 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14172         (gnus-treat-*): Add `first' in all doc strings.
14173
14174         * gnus-group.el (gnus-group-compact-group): Fix typo.
14175
14176 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus.el (gnus-parameters-case-fold-search): New variable.
14179         (gnus-parameters-get-parameter): Use it.
14180
14181         * gnus-score.el (gnus-home-score-file): Doc fix.
14182
14183 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14184
14185         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14186
14187 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * mm-util.el (mm-special-display-p): New function.
14190
14191         * mml.el (mml-preview): Use it; doc fix.
14192
14193 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14194
14195         * imap.el (imap-open): Handle case where buffer is a buffer object.
14196
14197 2005-10-29  Romain Francoise  <romain@orebokech.com>
14198
14199         * message.el (message-fix-before-sending): Fix comment.
14200
14201 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14202
14203         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14204
14205 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14206
14207         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14208         Used in gnus-score.el.
14209
14210 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14213
14214 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14217         whitespace removed in revision 7.8.  Use concatenated string to
14218         protect trailing whitespace.
14219
14220 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14221
14222         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14223         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14224         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14225         Courier IMAP ("some version from 2004").  Mostly based on similar
14226         code in the same function.
14227
14228 2005-10-26  Didier Verna  <didier@xemacs.org>
14229
14230         * gnus-group.el (gnus-group-compact-group): Invalidate original
14231         article buffer.
14232         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14233         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14234         NOV database and in article itself.
14235         Invalidate article backlog.
14236
14237 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14240
14241 2005-10-26  Simon Josefsson  <jas@extundo.com>
14242
14243         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14244         part of 2004-07-25 change.
14245
14246 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * message.el (message-display-completion-list): New function.
14249         (message-expand-group): Use it; make sure the Completions buffer
14250         is modifiable.
14251 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14252
14253         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14254         user-mail-name is an empty string.
14255
14256 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14259         depending on gnus-score-decay-constant.
14260
14261         * encrypt.el (encrypt-insert-file-contents)
14262         (encrypt-write-file-contents): Don't use `gnus-message'.
14263
14264         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14265         arguments.
14266         (mm-uu-type-alist): Add message-marks and insert-marks.
14267         Pass arguments to mm-uu-verbatim-marks-extract.
14268         (mm-uu-hide-markers): New variable.
14269         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14270
14271         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14272         (gnus-convert-image-to-face-command): Use "convert" by default to
14273         allow other input image formats.
14274         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14275         accordingly.
14276
14277 2005-10-23  Simon Josefsson  <jas@extundo.com>
14278
14279         * imap.el (imap-gssapi-program): Align command line parameters
14280         with latest GNU SASL.
14281         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14282
14283 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14284
14285         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14286         HTML.
14287         (nnslashdot-request-article): Ditto.
14288
14289         * lpath.el (featurep): Add nobreak-char-display.
14290
14291 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14292
14293         * mail-source.el (mail-source-fetch-pop): Require pop3.
14294         (mail-source-check-pop): Ditto.
14295
14296 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14299         errors.
14300
14301 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14304         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14305
14306         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14307
14308         * mm-bodies.el (mm-decode-string):
14309         Call `mm-charset-to-coding-system' with allow-override argument.
14310
14311 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14314         (rfc2047-charset-to-coding-system): New function.
14315         (rfc2047-decode-encoded-words): New function.
14316         (rfc2047-decode-region): Use them.
14317         (rfc2047-decode-cte): Remove.
14318         (rfc2047-parse-and-decode): Remove.
14319         (rfc2047-decode): Remove.
14320
14321 2005-10-15  Kenichi Handa  <handa@m17n.org>
14322
14323         * rfc2047.el (rfc2047-decode-cte): New function.
14324         (rfc2047-decode-region): Change the way to decode successive
14325         encoded-words: decode B- or Q-encoding in each encoded-word,
14326         concatenate them, and decode it as charset.
14327
14328 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * lpath.el: Fbind codepage-setup for XEmacs.
14331
14332 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14333
14334         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14335         widget-move-and-invoke.
14336         (gnus-custom-mode): Use gnus-custom-map.
14337
14338 2005-10-15  Bill Wohler  <wohler@newt.com>
14339
14340         * message.el (message-tool-bar-map): Rename image file from
14341         mail_send to mail/send.
14342
14343 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14344
14345         * message.el (message-expand-group): Pass the common
14346         prefix substring of completion to `display-completion-list'.
14347
14348 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * mml-sec.el (mml-secure-method): New internal variable.
14351         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14352         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14353         New functions using mml-secure-method.
14354
14355         * mml.el (mml-mode-map): Add key bindings for those functions.
14356         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14357         Harder <harder@myrealbox.com>.
14358         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14359         Goto end of message if point is the headers of the message.
14360
14361         * message.el (message-in-body-p): New function.
14362
14363         * assistant.el: Autoload gnus-util and netrc.
14364
14365         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14366         Use `mm-charset-override-alist' only when decoding.
14367
14368         * mm-bodies.el (mm-decode-body):
14369         Call `mm-charset-to-coding-system' with allow-override argument.
14370
14371         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14372         `filename' from Content-Disposition if Content-Type doesn't
14373         provide `name'.
14374         (gnus-mime-view-part-as-type): Set default instead of
14375         initial-input.
14376
14377 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14378
14379         * format-spec.el (format-spec): Propagate text properties of % spec.
14380
14381 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-art.el (gnus-treat-predicate): Add `first'.
14384
14385 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14388         (mm-charset-override-alist): New variable.
14389         (mm-charset-to-coding-system): Use it.
14390         (mm-codepage-setup): New helper function.
14391         (mm-charset-eval-alist): New variable.
14392         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14393         Warn about unknown charsets.
14394
14395         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14396
14397 2005-10-04  David Hansen  <david.hansen@gmx.net>
14398
14399         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14400         (nnrss-check-group): Ditto.
14401
14402 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14405         Rename x-gnus-verbatim to x-verbatim.
14406         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14407
14408         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14409         x-verbatim.
14410
14411         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14412
14413         * gnus-util.el (gnus-remove-duplicates): Remove.
14414
14415         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14416         instead of gnus-remove-duplicates.
14417
14418         * message.el (message-remove-duplicates): Remove.
14419         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14420         message-remove-duplicates.
14421
14422         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14423         available, else use implementation from `delete-dups'.
14424
14425         * message.el (message-insert-expires): New function.
14426         (message-mode-map): Add key binding.
14427         (message-mode-field-menu): Add menu entry.
14428         (message-mode): Document it.
14429         (message-make-expires-date): Use `message-make-date'.
14430
14431 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14432
14433         * message.el (message-make-expires-date): New function.
14434
14435 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * Makefile.in (list-installed-shadows): New entry.
14438         (install): Use it.
14439         (remove-installed-shadows): New entry.
14440
14441         * dgnushack.el (dgnushack-default-load-path): New variable.
14442         (dgnushack-find-lisp-shadows): New function.
14443         (dgnushack-remove-lisp-shadows): New function.
14444
14445 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * Makefile.in (install-el-elc): New entry.
14448         (install): Use it so that .el files are necessarily installed.
14449
14450 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14453
14454 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14455
14456         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14457         function rather than the diff-mode.el package.
14458         (mm-display-external): Use with-current-buffer.
14459         (mm-viewer-completion-map, mm-viewer-completion-map):
14460         Move initialization inside declaration.
14461
14462 2005-09-29  Simon Josefsson  <jas@extundo.com>
14463
14464         * spam.el: Load hashcash when compiling, to avoid warnings.
14465         Don't autoload mail-check-payment.
14466         (spam-check-hashcash): Define unconditionally, since hashcash.el
14467         is part of Gnus now.  Ignore errors from payment checking.
14468
14469 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * message.el (message-bold-region, message-unbold-region):
14472         Rename from `bold-region' and `unbold-region'.
14473
14474         * message.el: Remove useless autoloads.
14475
14476 2005-09-28  Simon Josefsson  <jas@extundo.com>
14477
14478         * message.el (message-use-idna): Default to t.
14479         (message-use-idna): Test whether encoding works too.  Doc fix.
14480
14481 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * nntp.el (nntp-warn-about-losing-connection): Remove.
14484
14485 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14488         customizable.  Change default value.
14489         (mm-uu-diff-groups-regexp): Change default value.
14490         (mm-uu-type-alist): Add doc string.
14491         (mm-uu-configure): Add doc string.  Make it interactive.
14492         (mm-uu-tex-groups-regexp): New variable.
14493         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14494         (mm-uu-type-alist): Add LaTeX documents.
14495         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14496         of "text/verbatim".
14497         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14498
14499         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14500         instead of "text/verbatim".
14501
14502         * message.el (message-mark-inserted-region)
14503         (message-mark-insert-file): Use slrn style marks when called with
14504         prefix argument.
14505
14506 2005-09-27  Simon Josefsson  <jas@extundo.com>
14507
14508         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14509
14510 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14511
14512         * message.el (message-remove-duplicates): New function.
14513         Implementation borrowed from `gnus-remove-duplicates'.
14514         (message-idna-to-ascii-rhs): Also encode idna addresses in
14515         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14516         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14517         only ask about the same idna domain once per header and also tell
14518         in what header to replace the idna domain.
14519
14520         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14521         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14522         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14523         a header is decoded and not just the last one.
14524
14525 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14528         has been decoded.
14529
14530         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14531         (mm-insert-part): Don't modify text if it has been decoded.
14532
14533         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14534         decoded.
14535
14536         * mm-view.el (mm-inline-text): Don't strip text props unless
14537         decoding enriched or richtext parts.
14538
14539 2005-09-25  Romain Francoise  <romain@orebokech.com>
14540
14541         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14542         * gnus-start.el (gnus-subscribe-interactively):
14543         * gnus-uu.el (gnus-uu-grab-articles):
14544         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14545         space.
14546
14547 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14548
14549         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14550         * mm-view.el (mm-view-pkcs7-decrypt):
14551         * gnus-sum.el (gnus-summary-limit-to-extra)
14552         (gnus-summary-respool-article, gnus-read-move-group-name):
14553         * gnus-score.el (gnus-summary-increase-score):
14554         * gnus-util.el (gnus-completing-read-with-default):
14555         * gnus-art.el (gnus-read-save-file-name)
14556         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14557         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14558         * message.el (message-check-news-header-syntax):
14559         Follow convention for reading with the minibuffer.
14560
14561 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * spam-report.el (spam-report-url-ping-plain):
14564         Use gnus-extended-version as User-Agent.
14565
14566         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14567         default value is nil.
14568
14569         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14570         (mm-uu-verbatim-marks-extract): New function.
14571         (mm-uu-extract): New face.
14572         (mm-uu-copy-to-buffer): Use it.
14573
14574         * spam-report.el (spam-report-gmane-ham): Rename from
14575         `spam-report-gmane-unspam'.
14576         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14577         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14578
14579         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14580         Autoload.
14581         (spam-report-gmane-unregister-routine):
14582         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14583
14584 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14587         (spam-report-gmane-unregister-routine): Add support for gmane
14588         unregistration.
14589
14590         * spam-report.el (spam-report-gmane-unspam)
14591         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14592         (spam-report-gmane): Change to take a single article and do unspam
14593         registration.
14594
14595 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * mm-url.el (mm-url-decode-entities): Fix regexp.
14598
14599 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600
14601         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14602         default to nil, to be able to use Gnus at all.  If the default
14603         switches to something else, then the function should be fixed not
14604         be exceedingly slow.
14605
14606 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14609         fail hard.
14610
14611         * spam-report.el: Add better Keywords line.
14612
14613         * spam.el: Add Maintainer and better Keywords line.
14614
14615 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-art.el (gnus-article-replace-part)
14618         (gnus-mime-replace-part): New functions.
14619         (gnus-mime-action-alist, gnus-mime-button-commands)
14620         (gnus-mime-save-part-and-strip): Add file argument.
14621         (gnus-article-part-wrapper): Add interactive argument.
14622
14623         * gnus-sum.el (gnus-summary-mime-map):
14624         Add `gnus-article-replace-part'.
14625
14626 2005-09-19  Didier Verna  <didier@xemacs.org>
14627
14628         The nnml compaction feature:
14629         * nnml.el (nnml-request-compact-group): New function.
14630         * nnml.el (nnml-request-compact): New function.
14631         * gnus-int.el (gnus-request-compact-group): New function.
14632         * gnus-int.el (gnus-request-compact): New function.
14633         * gnus-group.el (gnus-group-compact-group): New function.
14634         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14635         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14636         * gnus-srvr.el (gnus-server-compact-server): New function.
14637         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14638         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14639
14640 2005-09-18  Deepak Goel  <deego@gnufans.org>
14641
14642         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14643         format spec.
14644
14645 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14648
14649 2005-09-15  Romain Francoise  <romain@orebokech.com>
14650
14651         * message.el (message-fill-paragraph): Clarify docstring.
14652
14653 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-art.el (gnus-mime-display-part): Protect against broken
14656         MIME messages.
14657
14658 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14661         before parsing header.
14662
14663 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14664
14665         * html2text.el (html2text-replace-list): Add new entities.
14666
14667 2005-09-11  Romain Francoise  <romain@orebokech.com>
14668
14669         * message.el (message-alternative-emails): Improve docstring.
14670         (message-setup-1): Call `message-use-alternative-email-as-from'
14671         after `message-setup-hook' to give it precedence over posting
14672         styles, etc.
14673         (message-use-alternative-email-as-from): Add docstring.
14674         Remove the original From header if present.
14675
14676         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14677         (nnml-save-mail): Use it.
14678
14679         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14680         articles.  Add new argument `silent'.
14681         (gnus-uu-mark-all): Report the total number of marked articles.
14682
14683 2005-09-10  Romain Francoise  <romain@orebokech.com>
14684
14685         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14686         (gnus-uu-mark-series): Likewise.
14687
14688 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * spam-report.el (spam-report-gmane): Fix generation of spam
14691         report URL.
14692
14693 2005-09-10  Simon Josefsson  <jas@extundo.com>
14694
14695         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14696         t, based on discussion on the ding list with Robert Epprecht
14697         <epprecht@solnet.ch>.
14698
14699 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * spam-report.el (spam-report-gmane): Make it work without
14702         X-Report-Spam header.  Gmane now only provides Archived-At.
14703         This is only used if `spam-report-gmane-use-article-number' is nil.
14704         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14705
14706         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14707         make `gnus-summary-sort-by-recipient' work with threading.
14708
14709         * nnweb.el (nnweb-google-wash-article): Print a message if article
14710         is not available.
14711
14712 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14713
14714         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14715         change.  Decode text/* parts content before displaying.
14716
14717 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14720
14721 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14724
14725         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14726         url-package-name, url-package-version,
14727         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14728         w3m-display-inline-images, and w3m-minor-mode-map.
14729
14730 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * message.el (message-tab-body-function): Fix mismatched custom type.
14733
14734         * gnus.el (gnus-group-change-level-function): Ditto.
14735
14736         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14737
14738         * gnus-art.el (gnus-signature-limit)
14739         (gnus-article-mime-part-function): Ditto.
14740
14741 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * mml.el (mml-mode): Silence the byte compiler.
14744
14745         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14746         using `(sit-for 0)' before moving the point to the specified part;
14747         skip unbuttonized parts.
14748         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14749         return to the summary window if gnus-auto-select-part is non-nil.
14750
14751 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14754         New variables.
14755         (mml-dnd-attach-file, mml-mode): Use them.
14756
14757         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14758         Make fetching article by MID work again for Google Groups.
14759         Add FIXME concerning gnus-group-make-web-group.
14760
14761         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14762         Don't depend on Gnus by using mail-extract-address-components if
14763         gnus-extract-address-components is not bound.
14764
14765 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * gnus-art.el (gnus-mime-display-security): Don't display the
14768         signature, but only the signed part.
14769
14770 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14773
14774         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14775         list, not listp.
14776
14777 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14778
14779         * mm-encode.el (mm-encode-content-transfer-encoding):
14780         Likewise when encoding.
14781
14782         * mm-bodies.el (mm-decode-content-transfer-encoding):
14783         De-canonicalize CRLF for all text content types, not just
14784         text/plain.
14785
14786 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14789         valid article; point arrow and cursor at the MIME button.
14790
14791 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14794         Suggested by Dan Christensen <jdc@uwo.ca>.
14795
14796         * mm-decode.el (mm-save-part): Enable change of prompt.
14797
14798 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14799
14800         * gnus-msg.el (gnus-inews-add-send-actions):
14801         Make `message-post-method' lambda parameter ARG `&optional'.
14802
14803 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * gnus-sum.el (gnus-summary-mime-map):
14806         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14807         gnus-article-jump-to-part.
14808
14809         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14810         (gnus-article-edit-part): Use it.
14811         (gnus-article-part-wrapper): Add no-handle argument.
14812         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14813         New functions.
14814
14815 2005-08-29  Romain Francoise  <romain@orebokech.com>
14816
14817         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14818         docstring.
14819         (gnus-face-from-file): Likewise.
14820
14821 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14824         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14825         non-nil.
14826         (gnus-auto-select-part): New variable.
14827         (gnus-article-jump-to-part): New function.
14828         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14829         (gnus-mime-delete-part): Allow selecting specified part after
14830         deleting or stripping parts.
14831         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14832         part if argument is bogus.
14833
14834 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14835
14836         * gnus-art.el (w3m-minor-mode-map):
14837         * gnus-spec.el (gnus-newsrc-file-version):
14838         * gnus-util.el (nnmail-active-file-coding-system)
14839         (gnus-original-article-buffer, gnus-user-agent):
14840         * gnus.el (gnus-ham-process-destinations)
14841         (gnus-parameter-ham-marks-alist)
14842         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14843         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14844         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14845         * mm-decode.el (gnus-current-window-configuration):
14846         * mm-extern.el (gnus-article-mime-handles):
14847         * mm-url.el (url-current-object, url-package-name)
14848         (url-package-version):
14849         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14850         (smime-keys, w3m-cid-retrieve-function-alist)
14851         (w3m-current-buffer, w3m-display-inline-images)
14852         (w3m-minor-mode-map):
14853         * mml-smime.el (gnus-extract-address-components):
14854         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14855         (gnus-newsrc-hashtb, message-default-charset)
14856         (message-deletable-headers, message-options)
14857         (message-posting-charset, message-required-mail-headers)
14858         (message-required-news-headers):
14859         * mml1991.el (mc-pgp-always-sign):
14860         * mml2015.el (mc-pgp-always-sign):
14861         * nnheader.el (nnmail-extra-headers):
14862         * rfc1843.el (gnus-decode-encoded-word-function)
14863         (gnus-decode-header-function, gnus-newsgroup-name):
14864         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14865
14866 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14867
14868         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14869         the end of the date treatments.
14870
14871 2005-08-15  Simon Josefsson  <jas@extundo.com>
14872
14873         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14874         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14875         Capello and Romain Francoise.
14876         (pgg-fetch-key-function): Remove, not used?
14877         (pgg-insert-url-with-w3): Require url, to get
14878         url-insert-file-contents regardless of where it is defined.
14879
14880 2005-08-13  Romain Francoise  <romain@orebokech.com>
14881
14882         * message.el (message-cite-original-1): New function.
14883         (message-cite-original): Use it.
14884         (message-cite-original-without-signature): Ditto.
14885
14886 2005-08-08  Romain Francoise  <romain@orebokech.com>
14887
14888         * message.el (message-yank-empty-prefix): New variable.
14889         (message-indent-citation): Use it.
14890         (message-cite-original-without-signature): Respect X-No-Archive.
14891
14892 2005-08-08  Simon Josefsson  <jas@extundo.com>
14893
14894         * pgg.el: Autoload url-insert-file-contents instead of loading
14895         w3/url.
14896         (pgg-insert-url-with-w3): Don't load url here.
14897
14898 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14899
14900         * message.el (message-kill-to-signature): Don't insert newline at
14901         bol.
14902         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14903
14904 2005-08-06  Romain Francoise  <romain@orebokech.com>
14905
14906         * message.el (message-user-fqdn): Fix typo in docstring.
14907
14908 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14909
14910         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14911
14912         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14913
14914 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * mm-bodies.el (mm-encode-body): Use coding system rather than
14917         charset to encode text.
14918
14919         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14920         number of charsets if utf-8 is available (XEmacs).
14921
14922 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14925         taken from `gnus-button-mid-or-mail-regexp'.
14926         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14927         (gnus-button-alist): Improve regexp for domain part of the MIDs
14928         for news:localpart@domain buttons.
14929         (gnus-button-ctan-directory-regexp): Update.
14930
14931 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * sieve-manage.el (sieve-manage-interactive-login):
14934         Use make-local-variable rather than make-variable-buffer-local.
14935         (sieve-manage-open): Ditto.
14936         (sieve-manage-authenticate): Ditto.
14937
14938         * mml.el (mml-generate-mime-1): Make the content type default to
14939         text/plain if the filename is not specified.
14940
14941 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14944         instead of insert-buffer.
14945
14946         * message.el (message-yank-original): Ditto; set the mark at the
14947         end of the yanked message.
14948
14949 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14952         lines to scroll rather than to stop it.
14953
14954         * mml.el (mml-generate-default-type): Add doc string.
14955         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14956         default to application/octet-stream when determining the content
14957         type if it is not specified for the part or the mml contents; add
14958         a comment about mml-generate-default-type.
14959
14960 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14963         make it default to application/octet-stream when determining the
14964         content type if it is not specified for the external contents.
14965
14966 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14969         segmented parameter but also other parameters might be there.
14970
14971 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * mm-decode.el (mm-display-external): Delete temp file, directory
14974         and buffer immediately if the external process is exited.
14975
14976 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14979         fewer lines than that of scroll-margin.
14980         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14981
14982 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-art.el (gnus-article-next-page): Revert.
14985         (gnus-article-beginning-of-window): New macro.
14986         (gnus-article-next-page-1): Use it.
14987         (gnus-article-prev-page): Ditto.
14988         (gnus-article-edit-part): Use insert-buffer-substring instead of
14989         insert-buffer.
14990         (gnus-article-edit-exit): Ditto.
14991
14992         * gnus-util.el (gnus-beginning-of-window): Remove.
14993         (gnus-end-of-window): Remove.
14994
14995         * lpath.el: Don't bind header-line-format and scroll-margin.
14996
14997 2005-07-25  Simon Josefsson  <jas@extundo.com>
14998
14999         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15000         to have the url package without w3.  Reported by Daiki Ueno
15001         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15002
15003 2005-07-20  Didier Verna  <didier@xemacs.org>
15004
15005         * gnus-diary.el: Remove the description comment (nndiary is now
15006         properly documented in the Gnus manual).
15007         Fix the spelling of "Back End".
15008         * nndiary.el: Ditto.
15009         Fix the copyright notice.
15010
15011 2005-07-18  Romain Francoise  <romain@orebokech.com>
15012
15013         * gnus-sum.el (gnus-summary-to-prefix)
15014         (gnus-summary-newsgroup-prefix): New variables.
15015         (gnus-summary-from-or-to-or-newsgroups): Use them.
15016
15017 2005-07-17  Romain Francoise  <romain@orebokech.com>
15018
15019         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15020         space as it's generally not especially interesting to the user.
15021
15022 2005-07-16  Romain Francoise  <romain@orebokech.com>
15023
15024         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15025         nil to avoid prompting and file modification if one of the
15026         messages at the top of the nnfolder file contains a copyright
15027         notice.
15028         Update copyright notice.
15029
15030         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15031         instead of `current-time-string' as the latter creates a time
15032         string that is not RFC 2822 compliant (it lacks the zone).
15033         Update copyright notice.
15034
15035 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15036
15037         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15038         for text/rtf.  Display default in prompt.  Pass default for M-n.
15039
15040         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15041
15042 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * gnus-msg.el (gnus-button-mailto):
15045         Remove save-selected-window-window hackery because it relies on
15046         save-selected-window internals.
15047
15048 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15051         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15052         (gnus-article-prev-page): Ditto.
15053
15054         * gnus-util.el (gnus-beginning-of-window): New function.
15055         (gnus-end-of-window): New function.
15056
15057         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15058
15059 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15060
15061         * gnus-score.el (gnus-score-edit-all-score):
15062         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15063         gnus-message.
15064
15065 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15066
15067         * gnus-msg.el (gnus-button-mailto):
15068         Remove save-selected-window-window hackery because it relies on
15069         save-selected-window internals.
15070
15071 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15074         add-minor-mode.
15075         (gnus-binary-mode): Ditto.
15076
15077         * gnus-topic.el (gnus-topic-mode): Ditto.
15078
15079 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15080
15081         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15082         (gnus-article-prev-page): Take scroll-margin into consideration.
15083
15084 2005-07-04  Lute Kamstra  <lute@gnu.org>
15085
15086         Update FSF's address in GPL notices.
15087
15088 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15089
15090         * gnus.el (gnus-exit):
15091         * gnus-group.el (gnus-group-icons):
15092         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15093
15094         * gnus-nocem.el (gnus-nocem):
15095         * message.el (message-various, message-buffers, message-sending)
15096         (message-interface, message-forwarding, message-insertion)
15097         (message-headers, message-news, message-mail):
15098         * pgg-gpg.el (pgg-gpg):
15099         * pgg-parse.el (pgg-parse):
15100         * pgg-pgp.el (pgg-pgp):
15101         * pgg-pgp5.el (pgg-pgp5):
15102         * pop3.el (pop3): Finish `defgroup' description with period.
15103
15104 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-art.el (article-display-face): Improve the efficiency.
15107         (article-display-x-face): Ditto; remove grey x-face stuff.
15108
15109 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-art.el (article-display-face): Correct the position in
15112         which Faces are inserted.
15113
15114 2005-06-29  Didier Verna  <didier@xemacs.org>
15115
15116         * gnus-art.el (article-display-face): Display faces in correct
15117         order.
15118
15119 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15122         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15123         (gnus-nocem-check-article): Fetch the Type header.
15124         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15125         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15126         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15127         make sure gnus-nocem-hashtb is initialized.
15128         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15129         (gnus-nocem-unwanted-article-p): Ditto.
15130
15131         * pgg.el (pgg-verify): Return the verification result.
15132
15133 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15134
15135         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15136         is ascii.
15137
15138 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15139
15140         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15141         `show-nonbreak-escape'.
15142
15143 2005-06-23  Lute Kamstra  <lute@gnu.org>
15144
15145         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15146
15147         * dig.el (dig-mode):
15148         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15149
15150 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15151
15152         * nnimap.el (nnimap-split-download-body): Fix spellings.
15153
15154 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15155
15156         * gnus-art.el (gnus-article-encrypt-body):
15157         * gnus-cus.el (gnus-score-customize):
15158         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15159         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15160
15161 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15162
15163         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15164         header by looking for magic "MII" at the beginnig.
15165
15166 2005-06-16  Miles Bader  <miles@gnu.org>
15167
15168         * gnus-xmas.el (gnus-xmas-group-startup-message):
15169         Use renamed gnus-splash face.
15170
15171         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15172         (assistant-field-face): New backward-compatibility alias for renamed
15173         face.
15174         (assistant-render-text): Use renamed assistant-field face.
15175
15176         * spam.el (spam): Remove "-face" suffix from face name.
15177         (spam-face): New backward-compatibility alias for renamed face.
15178         (spam-face, spam-initialize): Use renamed spam face.
15179
15180         * message.el (message-header-to, message-header-cc)
15181         (message-header-subject, message-header-newsgroups)
15182         (message-header-other, message-header-name)
15183         (message-header-xheader, message-separator, message-cited-text)
15184         (message-mml): Remove "-face" suffix from face names.
15185         (message-header-to-face, message-header-cc-face)
15186         (message-header-subject-face, message-header-newsgroups-face)
15187         (message-header-other-face, message-header-name-face)
15188         (message-header-xheader-face, message-separator-face)
15189         (message-cited-text-face, message-mml-face):
15190         New backward-compatibility aliases for renamed faces.
15191         (message-font-lock-keywords): Use renamed message faces.
15192
15193         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15194         (sieve-test-commands, sieve-tagged-arguments):
15195         Remove "-face" suffix from face names.
15196         (sieve-control-commands-face, sieve-action-commands-face)
15197         (sieve-test-commands-face, sieve-tagged-arguments-face):
15198         New backward-compatibility aliases for renamed faces.
15199         (sieve-control-commands-face, sieve-action-commands-face)
15200         (sieve-test-commands-face, sieve-tagged-arguments-face):
15201         Use renamed sieve faces.
15202
15203         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15204         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15205         (gnus-group-news-3-empty, gnus-group-news-4)
15206         (gnus-group-news-4-empty, gnus-group-news-5)
15207         (gnus-group-news-5-empty, gnus-group-news-6)
15208         (gnus-group-news-6-empty, gnus-group-news-low)
15209         (gnus-group-news-low-empty, gnus-group-mail-1)
15210         (gnus-group-mail-1-empty, gnus-group-mail-2)
15211         (gnus-group-mail-2-empty, gnus-group-mail-3)
15212         (gnus-group-mail-3-empty, gnus-group-mail-low)
15213         (gnus-group-mail-low-empty, gnus-summary-selected)
15214         (gnus-summary-cancelled, gnus-summary-high-ticked)
15215         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15216         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15217         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15218         (gnus-summary-low-undownloaded)
15219         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15220         (gnus-summary-low-unread, gnus-summary-normal-unread)
15221         (gnus-summary-high-read, gnus-summary-low-read)
15222         (gnus-summary-normal-read, gnus-splash):
15223         Remove "-face" suffix from face names.
15224         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15225         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15226         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15227         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15228         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15229         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15230         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15231         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15232         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15233         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15234         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15235         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15236         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15237         (gnus-summary-normal-ticked-face)
15238         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15239         (gnus-summary-normal-ancient-face)
15240         (gnus-summary-high-undownloaded-face)
15241         (gnus-summary-low-undownloaded-face)
15242         (gnus-summary-normal-undownloaded-face)
15243         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15244         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15245         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15246         (gnus-splash-face):
15247         New backward-compatibility aliases for renamed faces.
15248         (gnus-group-startup-message): Use renamed gnus faces.
15249
15250         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15251         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15252         (gnus-server-agent): Remove "-face" suffix from face names.
15253         (gnus-server-agent-face, gnus-server-opened-face)
15254         (gnus-server-closed-face, gnus-server-denied-face)
15255         (gnus-server-offline-face):
15256         New backward-compatibility aliases for renamed faces.
15257         (gnus-server-agent-face, gnus-server-opened-face)
15258         (gnus-server-closed-face, gnus-server-denied-face)
15259         (gnus-server-offline-face): Use renamed gnus faces.
15260
15261         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15262         Remove "-face" suffix from face names.
15263         (gnus-picon-xbm-face, gnus-picon-face):
15264         New backward-compatibility aliases for renamed faces.
15265
15266         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15267         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15268         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15269         (gnus-cite-11): Remove "-face" suffix from face names.
15270         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15271         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15272         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15273         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15274         New backward-compatibility aliases for renamed faces.
15275         (gnus-cite-attribution-face, gnus-cite-face-list)
15276         (gnus-article-boring-faces): Use renamed gnus faces.
15277
15278         * gnus-art.el (gnus-signature, gnus-header-from)
15279         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15280         (gnus-header-content): Remove "-face" suffix from face names.
15281         (gnus-signature-face, gnus-header-from-face)
15282         (gnus-header-subject-face, gnus-header-newsgroups-face)
15283         (gnus-header-name-face, gnus-header-content-face):
15284         New backward-compatibility aliases for renamed faces.
15285         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15286
15287         * gnus-sum.el (gnus-summary-selected-face)
15288         (gnus-summary-highlight): Use renamed gnus faces.
15289         * gnus-group.el (gnus-group-highlight): Likewise.
15290
15291 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15292
15293         * gnus-sieve.el (gnus-sieve-article-add-rule):
15294         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15295         * spam-stat.el (spam-stat-buffer-change-to-spam)
15296         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15297
15298         * message.el (message-is-yours-p):
15299         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15300
15301 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * mm-view.el (mm-inline-text): Withdraw the last change.
15304
15305 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15308         executing enriched-decode.
15309
15310 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15313         charset of tar files.
15314
15315 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15316
15317         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15318
15319 2005-06-04  Lute Kamstra  <lute@gnu.org>
15320
15321         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15322         information is never recorded.
15323
15324 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15325
15326         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15327
15328 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * pop3.el (pop3-apop): Run md5 in the binary mode.
15331
15332         * starttls.el (starttls-set-process-query-on-exit-flag):
15333         Use eval-and-compile.
15334
15335 2005-05-31  Simon Josefsson  <jas@extundo.com>
15336
15337         * smime.el (smime-replace-in-string): Define.
15338         (smime-cert-by-ldap-1): Use it.
15339
15340 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-art.el (article-display-x-face): Replace
15343         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15344
15345         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15346         set-process-query-on-exit-flag or process-kill-without-query.
15347
15348         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15349         loop instead of replace-regexp.
15350
15351         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15352         instead of process-kill-without-query if it is available.
15353
15354         * lpath.el: Fbind ldap-search-entries.
15355
15356         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15357         instead of find-file-hooks if it is available.
15358
15359         * mml1991.el: Bind pgg-default-user-id when compiling.
15360
15361         * mml2015.el: Bind pgg-default-user-id when compiling.
15362
15363         * nndraft.el (nndraft-request-associate-buffer):
15364         Use write-contents-functions instead of write-contents-hooks if it is
15365         available.
15366
15367         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15368         instead of find-file-hooks if it is available.
15369
15370         * nntp.el (nntp-open-connection): Replace
15371         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15372         (nntp-open-ssl-stream): Ditto.
15373         (nntp-open-tls-stream): Ditto.
15374
15375         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15376         set-process-query-on-exit-flag or process-kill-without-query.
15377         (starttls-open-stream-gnutls): Use it instead of
15378         process-kill-without-query.
15379         (starttls-open-stream): Ditto.
15380
15381 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15382
15383         * smime.el (smime-cert-by-ldap-1): Don't use
15384         replace-regexp-in-string.
15385
15386 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15387
15388         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15389
15390         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15391         in PEM format.  Adjust to the XEmacs compability.
15392
15393 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15396         by `string-to-number'.
15397         * gnus-agent.el (gnus-agent-regenerate-group)
15398         (gnus-agent-fetch-articles): Ditto.
15399         * gnus-art.el (gnus-button-fetch-group): Ditto.
15400         * gnus-cache.el (gnus-cache-generate-active)
15401         (gnus-cache-articles-in-group): Ditto.
15402         * gnus-group.el (gnus-group-set-current-level)
15403         (gnus-group-insert-group-line): Ditto.
15404         * gnus-score.el (gnus-score-set-expunge-below)
15405         (gnus-score-set-mark-below, gnus-summary-score-effect)
15406         (gnus-summary-score-entry): Ditto.
15407         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15408         (gnus-soup-pack): Ditto.
15409         * gnus-spec.el (gnus-xmas-format): Ditto.
15410         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15411         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15412         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15413         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15414         * nndb.el (nndb-get-remote-expire-response): Ditto.
15415         * nndiary.el (nndiary-parse-schedule-value)
15416         (nndiary-string-to-number, nndiary-request-replace-article)
15417         (nndiary-request-article): Ditto.
15418         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15419         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15420         * nneething.el (nneething-make-head): Ditto.
15421         * nnfolder.el (nnfolder-request-article)
15422         (nnfolder-retrieve-headers): Ditto.
15423         * nnheader.el (nnheader-file-to-number): Ditto.
15424         * nnkiboze.el (nnkiboze-request-article): Ditto.
15425         * nnmail.el (nnmail-process-unix-mail-format)
15426         (nnmail-process-babyl-mail-format): Ditto.
15427         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15428         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15429         (nnmh-request-create-group, nnmh-request-list-1)
15430         (nnmh-request-group, nnmh-request-article): Ditto.
15431         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15432         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15433         * nnsoup.el (nnsoup-make-active): Ditto.
15434         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15435         * nntp.el (nntp-find-group-and-number)
15436         (nntp-retrieve-headers-with-xover): Ditto.
15437         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15438         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15439         (pgg-format-key-identifier): Ditto.
15440         * pop3.el (pop3-last, pop3-stat): Ditto.
15441         * qp.el (quoted-printable-decode-region): Ditto.
15442
15443         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15444         of concat.
15445
15446 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15449
15450         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15451
15452         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15453
15454         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15455
15456         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15457
15458         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15459
15460         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15461         (gnus-carpal-mode): Ditto.
15462
15463         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15464         (gnus-browse-mode): Ditto.
15465
15466         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15467
15468         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15469
15470 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15471
15472         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15473
15474 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-util.el (gnus-run-mode-hooks): New function.
15477
15478         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15479
15480         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15481         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15482
15483 2005-05-27  Lute Kamstra  <lute@gnu.org>
15484
15485         * dns-mode.el (dns-mode): Specify customization group.
15486
15487 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15488
15489         * gnus-agent.el (gnus-agent-make-mode-line-string):
15490         Use mode-line-highlight as mouse-face.
15491
15492 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * canlock.el (canlock): Change the parent group to news.
15495
15496         * deuglify.el (gnus-outlook-deuglify): Add :group.
15497
15498         * dig.el (dig): Add :group.
15499
15500         * dns-mode.el (dns-mode): Add :group.
15501
15502         * encrypt.el (encrypt): Add :group.
15503
15504         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15505         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15506         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15507         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15508         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15509
15510         * gnus-diary.el (gnus-diary): Add :group.
15511
15512         * gnus.el (gnus-group-news-1-face): Add :group.
15513         (gnus-group-news-1-empty-face): Ditto.
15514         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15515         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15516         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15517         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15518         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15519         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15520         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15521         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15522         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15523         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15524         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15525         (gnus-summary-high-ticked-face): Ditto.
15526         (gnus-summary-low-ticked-face): Ditto.
15527         (gnus-summary-normal-ticked-face): Ditto.
15528         (gnus-summary-high-ancient-face): Ditto.
15529         (gnus-summary-low-ancient-face): Ditto.
15530         (gnus-summary-normal-ancient-face): Ditto.
15531         (gnus-summary-high-undownloaded-face): Ditto.
15532         (gnus-summary-low-undownloaded-face): Ditto.
15533         (gnus-summary-normal-undownloaded-face): Ditto.
15534         (gnus-summary-high-unread-face): Ditto.
15535         (gnus-summary-low-unread-face): Ditto.
15536         (gnus-summary-normal-unread-face): Ditto.
15537         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15538         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15539
15540         * hashcash.el (hashcash): New custom group.
15541         (hashcash-default-payment): Add :group.
15542         (hashcash-payment-alist): Ditto.
15543         (hashcash-default-accept-payment): Ditto.
15544         (hashcash-accept-resources): Ditto.
15545         (hashcash-path): Ditto.
15546         (hashcash-extra-generate-parameters): Ditto.
15547         (hashcash-double-spend-database): Ditto.
15548         (hashcash-in-news): Ditto.
15549
15550         * message.el (message-minibuffer-local-map): Add :group.
15551
15552         * netrc.el (netrc): Add :group.
15553
15554         * sieve-manage.el (sieve-manage-log): Add :group.
15555         (sieve-manage-default-user): Diito.
15556         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15557         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15558         (sieve-manage-authenticators): Ditto.
15559         (sieve-manage-authenticator-alist): Ditto.
15560         (sieve-manage-default-port): Ditto.
15561
15562         * sieve-mode.el (sieve-control-commands-face): Add :group.
15563         (sieve-action-commands-face): Ditto.
15564         (sieve-test-commands-face): Ditto.
15565         (sieve-tagged-arguments-face): Ditto.
15566
15567         * smime.el (smime): Add :group.
15568
15569         * spam-report.el (spam-report): Add :group.
15570
15571         * spam.el (spam, spam-face): Add :group.
15572
15573 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574
15575         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15576         return \n.\n.\n at the end of articles.  Protect against that.
15577         (nntp-with-open-group): Allow debugging.
15578
15579         * nnheader.el (mail-header-set-extra): Make into a function
15580         because I just could't understand how to quote the list properly.
15581
15582         * dns.el (query-dns-cached): New function.
15583
15584 2005-05-26  Lute Kamstra  <lute@gnu.org>
15585
15586         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15587
15588 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15591
15592         * gnus-art.el: Don't autoload mail-extract-address-components.
15593
15594         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15595         eval-and-compile to evaluate it.
15596
15597         * hashcash.el: Don't autoload executable-find.
15598
15599         * nndb.el: Don't declare the nndb back end two or more times; don't
15600         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15601
15602         * nntp.el: Autoload format-spec instead of format; use
15603         eval-and-compile to evaluate autoload forms.
15604
15605 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15606
15607         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15608
15609 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15610
15611         * gnus.el (gnus-version-number): Bump version.
15612
15613 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15614
15615         * gnus.el: No Gnus v0.3 is released.
15616
15617 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15618
15619         * lpath.el (featurep): Bind show-nonbreak-escape.
15620
15621 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-article-edit-part): Disable undo.
15624
15625 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15628         gnus-article-date-lapsed-new-header is t if date timer is active;
15629         skip headers in which the original date value is empty.
15630         (gnus-article-save-original-date): Redefine it as a macro.
15631         (gnus-display-mime): Use it.
15632
15633 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-art.el (article-date-ut): Support converting date in
15636         forwarded parts as well.
15637         (gnus-article-save-original-date): New function.
15638         (gnus-display-mime): Use it.
15639
15640 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15641
15642         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15643         enclosure element of <item>.
15644
15645 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * message.el (message-kill-buffer-query): Rename from
15648         `message-kill-buffer-query-if-modified'.  Add :version.
15649
15650 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15653         window layout.
15654
15655 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * mml.el: Autoload dnd when compiling.
15658
15659 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15662         x-dnd-*.
15663
15664 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * qp.el (quoted-printable-encode-region): Save excursion.
15667
15668 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * message.el (message-kill-buffer-query-if-modified): Add new variable
15671         so the user can kill a modified message buffer quickly.
15672         (message-kill-buffer): Use it.
15673
15674 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * lpath.el: Fbind display-time-event-handler; don't fbind
15677         string-to-multibyte.
15678
15679         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15680
15681 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15684         contained in text because xml.el decodes entities) with LFs.
15685
15686 2005-04-11  Lute Kamstra  <lute@gnu.org>
15687
15688         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15689         differently.
15690
15691 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15692
15693         * mm-util.el (mm-detect-coding-region): Typo.
15694
15695 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15698
15699 2005-04-06  Deepak Goel  <deego@gnufans.org>
15700
15701         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15702         user-function allow user modifications of the scores.
15703         (spam-stat-score-buffer-user): New function, to allow
15704         user-computed modifications to the score.
15705         (spam-stat-score-buffer-user-functions): List of additional
15706         scoring functions.
15707         (spam-stat-error-holder): Global temporary error holder.
15708         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15709         variable.
15710
15711 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15712
15713         * gnus-registry.el (gnus-registry-clean-empty-function)
15714         (gnus-registry-trim, gnus-registry-fetch-groups)
15715         (gnus-registry-delete-group): Groups that match
15716         `gnus-registry-ignored-groups' are removed from the registry
15717         entries, not just ignored for splitting.  This helps clean up the
15718         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15719         to get all the groups a message ID is in.
15720
15721         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15722         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15723         (spam-stat-score-buffer-user-functions): Add :number custom type.
15724
15725 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15728         argument in XEmacs.
15729
15730         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15731         (nnrss-request-group): Decode group name first.
15732         (nnrss-request-article): Make a text/plain article if mml-to-mime
15733         failed.
15734         (nnrss-get-encoding): Return a compatible encoding according to
15735         nnrss-compatible-encoding-alist.
15736         (nnrss-find-el): Use consp instead of listp.
15737         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15738
15739 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15742         which Emacs 20 doesn't support.
15743         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15744
15745 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15748         silence the byte compiler inside the defun.
15749
15750         * gnus-demon.el (parse-time-string): Add autoload.
15751
15752         * gnus-delay.el (parse-time-string): Add autoload.
15753
15754         * gnus-art.el (parse-time-string): Add autoload.
15755
15756         * nnultimate.el (parse-time): Require for `parse-time-string'.
15757
15758 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15761
15762         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15763
15764         * smime.el (smime-ldap-host-list): Add :version.
15765
15766 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15769         pass it to `gnus-browse-read-group'.
15770         (gnus-browse-read-group): Add NUMBER argument and pass it to
15771         `gnus-group-read-ephemeral-group'.
15772
15773         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15774         argument and pass it to `gnus-group-read-group'.
15775
15776 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15777
15778         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15779         mm-xemacs-find-mime-charset-1 if we have the mule feature
15780         available at runtime.
15781
15782 2005-03-25  Werner Lemberg  <wl@gnu.org>
15783
15784         * nnmaildir.el: Replace `illegal' with `invalid'.
15785
15786 2005-03-23  Lute Kamstra  <lute@gnu.org>
15787
15788         * time-date.el: Add comment on time value formats.
15789         Don't require parse-time.
15790         (with-decoded-time-value): New macro.
15791         (encode-time-value): New function.
15792         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15793         (days-to-time): Return a valid time value when arg is huge.
15794         (time-since): Use time-subtract.
15795         (time-to-number-of-days): Use time-to-seconds.
15796
15797 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15798
15799         * gnus-start.el (gnus-display-time-event-handler):
15800         Check display-time-timer at runtime rather than only at load time
15801         in case display-time-mode is turned off in the mean time.
15802
15803 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15806         used.
15807
15808         * nneething.el (nneething-map-file-directory): Derive from
15809         `gnus-directory'.
15810
15811         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15812         the To/Cc button.
15813
15814 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15815
15816         * nnmaildir.el (nnmaildir-request-accept-article):
15817         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15818
15819 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15820
15821         * gnus-async.el: Require timer-funcs at compile time when in
15822         XEmacs for `run-with-idle-timer'.
15823
15824 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15825
15826         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15827         autoloaded function.
15828
15829 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15830
15831         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15832
15833 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15834
15835         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15836
15837 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15838
15839         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15840         Add gnus-expert-user to default.
15841
15842 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15843
15844         * nnimap.el (nnimap-open-server): Ditto.
15845
15846         * imap.el (imap-authenticate): Fix typo.
15847
15848 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15849
15850         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15851         buffer (since IMAP server might return FETCH response out of
15852         order, and the nntp buffer must be sorted).
15853
15854 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15855
15856         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15857         comparison on string.
15858
15859         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15860         (gnus-agent-score): Rename category keywords to match gnus-cus.
15861         (gnus-agent-summary-fetch-series): Modify to protect against
15862         gnus-agent-summary-fetch-group clearing processable flags.
15863         (gnus-agent-synchronize-group-flags): Update live group buffer as
15864         synchronization may occur due to the user toggle the plugged
15865         status.
15866         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15867         successfully downloaded.
15868         (gnus-agent-expire-group-1): Avoid using markers when the overview
15869         is in ascending order; greatly improves performance.
15870         (gnus-agent-regenerate-group):
15871         Use gnus-agent-synchronize-group-flags to reset read status in both
15872         gnus and server.
15873         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15874
15875 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * message.el: Don't autoload former message-utils variables.
15878         (message-strip-subject-trailing-was): Change doc string.
15879
15880         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15881         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15882         (nnweb-google-search): Add "hl=en" here.
15883         (nnweb-google-parse-1, nnweb-google-create-mapping):
15884         Don't hardcode URL.
15885
15886 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * message.el (message-get-reply-headers, message-followup):
15889         Mention related variables `message-use-followup-to' and
15890         `message-use-mail-followup-to', in the information buffer.
15891
15892         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15893         of broken groups(-beta).google.com.
15894
15895 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15898         parameter to invoked gnus-request-move-article; remove the
15899         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15900         all at once instead of once per article.
15901         (gnus-summary-remove-process-mark): Accept a list of articles as
15902         well as a single article for processing.
15903
15904         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15905         parameter.
15906
15907         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15908
15909         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15910
15911         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15912         parameter.
15913
15914         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15915         parameter.
15916
15917         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15918         parameter and remove the gnus-sum-hint-move-is-internal variable.
15919
15920         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15921         parameter.
15922
15923         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15924         parameter.
15925
15926         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15927         parameter.
15928
15929         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15930
15931         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15932         parameter.
15933
15934         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15935         parameter.
15936
15937 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15938
15939         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15940         a more conservative way.
15941
15942 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15943
15944         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15945         buffer, so it moves the window's cursor.
15946
15947 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15948
15949         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15950         `mm-dissect-multipart' and receive the from field as an (optional)
15951         argument from `mm-dissect-multipart'.
15952         (mm-dissect-multipart): Receive the from field as an argument and
15953         pass it on when we call `mm-dissect-buffer' on MIME parts.
15954         Fixes verification/decryption of signed/encrypted MIME parts.
15955
15956 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15957
15958         * gnus-sum.el (gnus-summary-move-article):
15959         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15960         whatever it calls (right now, only nnimap-request-move article
15961         respects it).
15962
15963         * nnimap.el (nnimap-request-move-article):
15964         When gnus-sum-hint-move-is-internal is set, don't do the extra
15965         nnimap-request-article.
15966
15967 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15970
15971         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15972         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15973
15974         * gnus-sum.el (gnus-summary-caesar-message):
15975         Apply `gnus-treat-article' after rotation.
15976
15977         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15978         doc string.
15979
15980 2005-02-22  Simon Josefsson  <jas@extundo.com>
15981
15982         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15983         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15984         <arne@arnested.dk>.
15985         (encrypt): Add password-cache and password-cache-expiry as group
15986         members.
15987
15988 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15989
15990         * smime.el (smime-ldap-host-list): Doc fix.
15991         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15992         cache) password.
15993         (smime-sign-region): Use it.
15994         (smime-decrypt-region): Use it.
15995         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15996         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15997         fails.
15998         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15999         certificate from DER to PEM format rather than calling openssl.
16000
16001         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16002
16003         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16004         for signing/encryption.
16005
16006         * mml.el (mml-parse-1): Use them.
16007
16008 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16009
16010         * nnrss.el (nnrss-verbose): Remove.
16011         (nnrss-request-group): Use `nnheader-message' instead.
16012
16013 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16014
16015         * nnrss.el (nnrss-verbose): New variable.
16016         (nnrss-request-group): Make it say nnrss is requesting a group.
16017
16018 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16021         Handle news URL with given port correctly.
16022
16023 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16026         containing special characters.
16027
16028         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16029
16030         * mml.el (mime-to-mml): Ditto.
16031
16032         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16033         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16034         (rfc2047-decode-region): Quote decoded words containing special
16035         characters when rfc2047-quote-decoded-words-containing-tspecials
16036         is non-nil.
16037
16038 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16041
16042         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16043
16044 2005-02-15  Simon Josefsson  <jas@extundo.com>
16045
16046         * nnimap.el (nnimap-debug): Doc fix.
16047
16048         * imap.el (imap-debug): Doc fix.
16049
16050 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16053
16054 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * gnus.el (spam-contents): Improve docs for spam-contents
16057         parameter in its variable incarnation.
16058
16059 2005-02-14  Simon Josefsson  <jas@extundo.com>
16060
16061         * smime-ldap.el: Use require instead of load-library for ldap.
16062         (smime-ldap-search): Indent.
16063         (smime-ldap-search-internal): Shorten line.
16064
16065         * smime.el (smime-cert-by-dns): Add doc-string.
16066         (smime-cert-by-ldap-1): Indent.
16067
16068         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16069         mml-smime-get-dns-ldap.
16070         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16071
16072 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16073
16074         * smime.el: Require smime-ldap.
16075         (smime-ldap-host-list): New variable.
16076         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16077
16078         * mml-smime.el (mml-smime-encrypt-query): New function.
16079         (mml-smime-encrypt-query): Use it.
16080
16081         * smime-ldap.el: New file.
16082
16083 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16086
16087 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16090         argument in doc string.  Make query for type more clear.
16091
16092 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus.el (gnus-group-startup-message): Search for gnus images in
16095         etc/images/gnus.
16096         * mm-util.el (mm-image-load-path): Likewise.
16097         * smiley.el (smiley-data-directory): Search for smilies in
16098         etc/images/smilies.
16099
16100 2005-02-09  Kim F. Storm  <storm@cua.dk>
16101
16102         Change Emacs release version from 21.4 to 22.1 throughout.
16103         Change Emacs development version from 21.3.50 to 22.0.50.
16104
16105 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16108
16109         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16110         non-Mule XEmacs as well.
16111         (mm-decompress-buffer): Signal an error intentionally if it does
16112         not decompress compressed data because auto-compression-mode is
16113         disabled.
16114
16115 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16116
16117         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16118         an ID in the registry even if it has no groups.
16119
16120 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16123         merge it into mm-decompress-buffer.
16124         (gnus-mime-copy-part): Use the MIME part charset, the value which
16125         a user specified or gnus-newsgroup-charset for decoding, like
16126         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16127         save-buffer what was used.  Suggested by Kevin Ryde
16128         <user42@zip.com.au>.
16129         (gnus-mime-inline-part): Allow the name parameter as well as the
16130         filename parameter; force decompressing of compressed data; always
16131         display contents being not decoded as unibyte.
16132
16133         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16134         as well as the filename parameter.
16135
16136         * mm-util.el (mm-decompress-buffer):
16137         Merge gnus-mime-jka-compr-maybe-uncompress.
16138         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16139         of compressed data.
16140
16141 2005-02-08  Simon Josefsson  <jas@extundo.com>
16142
16143         * imap.el (imap-log): Doc fix.
16144
16145 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16148         the coding cookies; decompress compressed parts.
16149
16150         * mml.el (mml-generate-mime-1): Add the charset parameter according
16151         to the value which a user specified manually or the coding cookie.
16152
16153         * mm-util.el (mm-string-to-multibyte): New function.
16154         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16155         (mm-coding-system-to-mime-charset): New function.
16156         (mm-decompress-buffer): New function.
16157         (mm-find-buffer-file-coding-system): New function.
16158
16159         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16160         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16161         parts.
16162
16163 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16164
16165         * mm-view.el (mm-display-inline-fontify): Decode a part according
16166         to the charset parameter.
16167
16168 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16171         prefix arg is neither nil nor a number, as info specifies.
16172
16173 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16176         timestamps.
16177
16178 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16179
16180         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16181         groups error checking and notify user.
16182
16183 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16184
16185         * message.el (message-send-mail-function): Check existence of
16186         sendmail-program first before using default value
16187         `message-send-mail-with-sendmail'.  Otherwise use more generic
16188         `smtpmail-send-it'.
16189
16190 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * nntp.el (nntp-request-update-info): Always return nil.
16193
16194 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16195
16196         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16197
16198 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16199
16200         * message.el (message-beginning-of-line): Change the behavior when
16201         invoked between BOL and : so that it first moves backward.
16202
16203 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16206         article buffer when editing of the article is discarded.
16207         (gnus-article-prepare): Revert.
16208
16209 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-article-prepare):
16212         Remove message-strip-forbidden-properties from the local hook.
16213
16214 2005-01-27  Simon Josefsson  <jas@extundo.com>
16215
16216         * password.el (password-cache-add): Only start one timer per key.
16217         Reported by Derek Atkins <warlord@MIT.EDU>.
16218
16219 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16220
16221         * run-at-time.el: Remove.  It is no longer needed as
16222         timer-funcs.el in the xemacs-base package has a working version of
16223         `run-at-time'.
16224
16225         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16226
16227         * password.el: Require timer-funcs instead of run-at-time in
16228         XEmacs.
16229         Remove `password-run-at-time' macro.
16230         (password-cache-add): Use `run-at-time' instead of
16231         `password-run-at-time'.
16232
16233         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16234         Remove `nnheader-cancel-function-timers' alias,
16235         `cancel-function-timers' exists in XEmacs in timer-funcs.
16236
16237         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16238         for `run-with-idle-timer'.
16239
16240         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16241         for `run-at-time'.
16242
16243         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16244         for `with-timeout'.
16245
16246         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16247         the same as for XEmacs 21.4.
16248         No need to ignore `run-with-idle-timer', this function exists in
16249         XEmacs now in timer-funcs.el in the xemacs-base package.
16250         (dgnushack-compile): No need to delete
16251         run-at-time.el from the list of files to compile because it
16252         doesn't exist anymore.
16253
16254 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16257         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16258
16259 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16260
16261         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16262         sensitively.
16263
16264 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16265
16266         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16267
16268 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16271         which will be inserted according to the multibyteness of a buffer
16272         rather than the type of contents.  Suggested by ARISAWA Akihiro
16273         <ari@mbf.ocn.ne.jp>.
16274
16275         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16276         of string which old xml.el may return rather than a string.
16277
16278 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16281
16282 2005-01-16  Simon Josefsson  <jas@extundo.com>
16283
16284         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16285         idn/idna.el isn't available.
16286         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16287         <michael@waxrat.com>.
16288
16289         * hashcash.el: Remove non-FSF copyright header.
16290
16291         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16292         (hashcash-generate-payment): Use it.
16293         (hashcash-generate-payment-async): Use it.
16294
16295 2005-01-15  Simon Josefsson  <jas@extundo.com>
16296
16297         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16298         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16299
16300         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16301         gnus-summary-idna-message.
16302         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16303         (gnus-summary-idna-message): New function.
16304
16305 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16308         gnus-novice-user.
16309
16310 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * nnrss.el (nnrss-request-delete-group): Delete entries in
16313         nnrss-group-alist as well.
16314         (nnrss-save-server-data): Insert newline.
16315
16316 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus.el (gnus-user-agent): Use list of symbols instead of
16319         symbols.  Display full version number for (S)XEmacs.
16320         Optionally display (S)XEmacs codename.
16321
16322         * gnus-util.el (gnus-emacs-version): Update for new
16323         `gnus-user-agent'.
16324
16325         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16326         Gnus version.
16327
16328 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16331         which is unreadable in some setups.
16332
16333 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-spec.el (gnus-update-format-specifications): Flush the
16336         group format spec cache if it doesn't support decoded group names.
16337
16338 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16341         Allow to apply decay on score files matching a regexp.
16342
16343 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16346         compatibility in %g and %c.
16347
16348 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16351         name for only %g and %c.
16352         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16353         of gnus-tmp-group to decoded group name.
16354         (gnus-group-make-rss-group): Exclude `/'s from group names.
16355
16356 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * nnrss.el (nnrss-get-encoding): Fix regexp.
16359
16360 2004-12-27  Simon Josefsson  <jas@extundo.com>
16361
16362         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16363         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16364         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16365
16366 2004-12-17  Kim F. Storm  <storm@cua.dk>
16367
16368         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16369
16370         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16371
16372 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16373
16374         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16375
16376 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * nnrss.el: Require rfc2047 and mml.
16379         (nnrss-file-coding-system): New variable.
16380         (nnrss-format-string): Redefine it as an inline function.
16381         (nnrss-decode-group-name): New function.
16382         (nnrss-string-as-multibyte): Remove.
16383         (nnrss-retrieve-headers): Decode group name; don't use
16384         nnrss-format-string.
16385         (nnrss-request-group): Decode group name.
16386         (nnrss-request-article): Decode group name; allow a Message-ID as
16387         well as an article number; don't use nnrss-format-string; encode a
16388         Message-ID string which may contain non-ASCII characters; use
16389         mml-to-mime to compose a MIME article.
16390         (nnrss-request-expire-articles): Decode group name.
16391         (nnrss-request-delete-group): Decode group name.
16392         (nnrss-fetch): Clarify error message.
16393         (nnrss-read-server-data): Use insert-file-contents instead of load;
16394         bind file-name-coding-system; use multibyte buffer.
16395         (nnrss-save-server-data): Bind coding-system-for-write to the
16396         value of nnrss-file-coding-system; bind file-name-coding-system;
16397         add coding cookie.
16398         (nnrss-read-group-data): Use insert-file-contents instead of load;
16399         bind file-name-coding-system; use multibyte buffer.
16400         (nnrss-save-group-data): Bind coding-system-for-write to the
16401         value of nnrss-file-coding-system; bind file-name-coding-system.
16402         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16403         make it work with non-ASCII text.
16404         (nnrss-find-el): Make it work with old xml.el as well.
16405
16406 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16407
16408         * nnrss.el (nnrss-get-encoding): New function.
16409         (nnrss-fetch): Use unibyte buffer initially; bind
16410         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16411         decode contents according to the encoding attribute.
16412         (nnrss-save-group-data): Add coding cookie.
16413         (nnrss-mime-encode-string): New function.
16414         (nnrss-check-group): Use it to encode subject and author.
16415
16416 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16419         imaginary variable.
16420
16421 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16424         correctly even if there are wide characters.
16425
16426 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16429         downcased symbol names; make a new cache instead of reusing
16430         bbdb-hashtable.
16431
16432 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16435         concatenating segments rather than before concatenating them.
16436         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16437
16438         * message.el (message-get-reply-headers): Bind `extra'.
16439
16440 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * message.el (message-extra-wide-headers): New variable.
16443         (message-get-reply-headers): Use it.
16444
16445 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16448         (gnus-agent-group-pathname): Ditto.
16449
16450         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16451
16452         * gnus-group.el (gnus-group-make-group): Decode group name.
16453         (gnus-group-make-rss-group): Register the group data after opening
16454         the nnrss group.
16455
16456 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16457
16458         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16459         by expiry now get marked as read.
16460
16461 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16464
16465 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16466
16467         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16468         unify Latin characters in XEmacs.
16469         (mm-find-mime-charset-region): Use it.
16470
16471 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-util.el (gnus-delete-directory): New function.
16474
16475         * gnus-agent.el (gnus-agent-delete-group): Use it.
16476
16477         * gnus-cache.el (gnus-cache-delete-group): Use it.
16478
16479 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16482         names.
16483
16484 2004-12-16  Simon Josefsson  <jas@extundo.com>
16485
16486         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16487
16488 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16491
16492         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16493         (gnus-group-set-current-level): Decode group name.
16494
16495 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16496
16497         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16498         failed.
16499
16500 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-group.el (gnus-group-delete-group): Decode group name.
16503         (gnus-group-make-rss-group): Encode group name.
16504         (gnus-group-catchup-current): Decode group name.
16505         (gnus-group-kill-group): Decode group name.
16506
16507 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16508
16509         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16510
16511 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-group.el (gnus-group-make-rss-group):
16514         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16515
16516         * gnus-start.el (gnus-setup-news): Honor user's setting to
16517         gnus-message-archive-method.  Suggested by Lute Kamstra
16518         <lute@gnu.org>.
16519
16520 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16521
16522         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16523         global counterparts of the buffer-local variables.
16524
16525 2004-11-16  Romain Francoise  <romain@orebokech.com>
16526
16527         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16528         counterparts of the buffer-local variables.
16529
16530 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * message.el (message-forbidden-properties): Fix typo in doc
16533         string.
16534
16535 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-util.el (gnus-replace-in-string): Add doc string.
16538
16539         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16540         to avoid problems when splitting mails with many recipients.
16541
16542 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16543
16544         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16545         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16546
16547 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16548
16549         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16550         if there is no hashtable in memory or file modification time is
16551         newer than cached timestamp.
16552
16553 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * gnus-sum.el (gnus-summary-limit-to-recipient):
16556         Implement not-matching option.
16557
16558 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16561         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16562         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16563         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16564         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16565         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16566
16567 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * message.el (message-forward-make-body-mml): Remove headers
16570         according to message-forward-ignored-headers if a message is decoded.
16571
16572 2004-12-02  Romain Francoise  <romain@orebokech.com>
16573
16574         * message.el (message-forward-make-body-plain): Always remove
16575         headers according to message-forward-ignored-headers.
16576
16577 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * spam.el (spam-summary-prepare-exit): Remove the
16580         gnus-summary-limit pop for now, it has problems with ham marks for
16581         me.
16582
16583 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16584
16585         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16586         correctly.
16587
16588 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16589
16590         * format-spec.el (format-spec): Message the char.
16591
16592 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * gnus-art.el (gnus-split-methods): Reformat comments.
16595
16596         * spam.el (spam-summary-prepare-exit): Remove article limits
16597         before exiting the summary buffer.
16598
16599 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16602         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16603
16604         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16605         order to silence the byte compiler.
16606
16607         * spam.el: Fix the way to silence the byte compiler, which
16608         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16609         bbdb-search-simple, spam-BBDB-register-routine,
16610         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16611         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16612         spam-stat-buffer-is-spam, spam-stat-load,
16613         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16614         spam-stat-save and spam-stat-split-fancy.
16615
16616 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16619         which may confuse users.
16620         (canlock-password-for-verify): Ditto.
16621
16622         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16623
16624         * gnus-art.el (gnus-emphasis-alist): Ditto.
16625
16626         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16627
16628         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16629
16630         * gnus-start.el (gnus-save-killed-list): Ditto.
16631
16632         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16633         (gnus-sum-thread-tree-root): Ditto.
16634         (gnus-sum-thread-tree-false-root): Ditto.
16635         (gnus-sum-thread-tree-single-indent): Ditto.
16636
16637         * message.el (message-courtesy-message): Ditto.
16638         (message-archive-note): Ditto.
16639         (message-subscribed-address-file): Ditto.
16640         (message-user-fqdn): Ditto.
16641
16642         * spam-report.el (spam-report-gmane-regex): Ditto.
16643
16644         * spam.el (spam-blackhole-good-server-regex): Ditto.
16645
16646 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mml.el (mml-preview): Widen the message buffer before copying
16649         the contents to the preview buffer; sort headers before previewing.
16650
16651         * message.el (message-hidden-headers): Fix the way to avoid a bug
16652         in the `repeat' widget in Emacs 21.3 or earlier.
16653
16654 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * message.el (message-hidden-headers): Default to "^References:".
16657         Improve customization type.  Suggested by Reiner Steib
16658         <Reiner.Steib@gmx.de>.
16659
16660 2004-11-25  Romain Francoise  <romain@orebokech.com>
16661
16662         * message.el (message-strip-forbidden-properties): Remove check for
16663         obsolete `message-hidden' text property, hidden headers are not
16664         accessible in the buffer anymore.
16665
16666 2004-11-22  Romain Francoise  <romain@orebokech.com>
16667
16668         * message.el (message-header-format-alist): Add `From' in list
16669         so that it can be sorted.
16670         (message-fix-before-sending): Widen and sort headers before
16671         sending.
16672         (message-hide-headers): Use narrowing to hide headers by moving
16673         them to the top of the buffer and narrowing to the region
16674         underneath.
16675
16676 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16677
16678         * message.el (message-strip-forbidden-properties):
16679         Bind buffer-read-only (etc) to nil.
16680
16681 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16684         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16685
16686 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16687
16688         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16689
16690 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16691
16692         * dns.el (query-dns): Use sit-for to time instead of
16693         accept-process-output, since that doesn't seem to work on udp
16694         sockets.
16695
16696 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16699
16700 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16703         doc string.  Improve doc string.
16704
16705 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * nntp.el (nntp-request-update-info): Return nil if
16708         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16709         may not call gnus-activate-group which uselessly issues the GROUP
16710         commands for all nntp groups and wastes time.  Reported by Romain
16711         Francoise <romain@orebokech.com>.
16712
16713         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16714
16715 2004-11-15  Simon Josefsson  <jas@extundo.com>
16716
16717         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16718         headers separately.
16719         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16720         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16721
16722 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * gnus-start.el (gnus-convert-old-newsrc):
16725         Assign legacy-gnus-agent to 5.10.7.
16726
16727 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728
16729         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16730         start of the lines.
16731
16732 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16733
16734         * hashcash.el (hashcash-default-payment): Change default to 20.
16735         (hashcash-default-accept-payment): Change default to 20.
16736         (hashcash-process-alist): New variable.
16737         (hashcash-generate-payment-async): Add.
16738         (hashcash-already-paid-p): Add.
16739         (hashcash-insert-payment): Don't generate payments twice.
16740         (hashcash-insert-payment-async): Add.
16741         (hashcash-insert-payment-async-2): Add.
16742         (hashcash-cancel-async): Add.
16743         (hashcash-wait-async): Add.
16744         (hashcash-processes-running-p): Add.
16745         (hashcash-wait-or-cancel): Add.
16746         (mail-add-payment): New optional argument.  Conditionally start
16747         asynchronous calculation.
16748         (mail-add-payment-async): Add.
16749
16750         * message.el (message-send-mail): Wait for asynchronous hashcash
16751         results.  Don't clobber existing X-Hashcash headers.
16752         (message-setup-1): Call mail-add-payment-async when
16753         message-generate-hashcash is non-nil.
16754
16755 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16756
16757         * message.el (message-use-alternative-email-as-from): Examine the
16758         From header as well; use message-make-from in order to include a
16759         user's full name.
16760
16761 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16764         default; improve customization type.
16765         (gnus-emphasis-custom-with-format): New macro.
16766         (gnus-emphasis-custom-value-to-external): New function.
16767         (gnus-emphasis-custom-value-to-internal): New function.
16768
16769 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16770
16771         * dns.el (query-dns): Resolve reverse addresses.
16772
16773 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * gnus-group.el (gnus-group-get-new-news): Use it.
16776
16777         * gnus-start.el (gnus-check-reasonable-setup): New function.
16778
16779 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16782         "Args out of range" error.  Reported by Arnaud Giersch
16783         <arnaud.giersch@free.fr>.
16784
16785 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16786
16787         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16788
16789 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16790
16791         * spam.el (spam group): Add :version.
16792
16793         * pgg-def.el (pgg group): Add :version.
16794
16795 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-art.el (gnus-article-edit-article): Don't associate the
16798         article buffer with a draft file.  This is a temporary measure
16799         against the 2004-08-22 change to gnus-article-edit-mode.
16800
16801 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16804         (html2text-format-tags): Remove unused variable `attr'.
16805
16806 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16809
16810         * tls.el (tls-process-connection-type, tls-success)
16811         (tls-certtool-program): Add :version.
16812
16813         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16814         (starttls-extra-arguments, starttls-process-connection-type)
16815         (starttls-connect, starttls-failure, starttls-success): Add :version.
16816
16817         * spam-stat.el (spam-stat): Add :version.
16818
16819         * sieve.el (sieve): Add :version.
16820
16821         * sha1.el (sha1): Add :version.
16822         (sha1-use-external): Remove redundant version.
16823
16824         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16825         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16826         (nnmail-split-fancy-match-partial-words)
16827         (nnmail-split-lowercase-expanded): Add :version.
16828
16829         * nndiary.el (nndiary): Add :version.
16830
16831         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16832
16833         * mml-sec.el (mml-default-sign-method)
16834         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16835         Add :version.
16836
16837         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16838
16839         * mm-url.el (mm-url-use-external, mm-url-program)
16840         (mm-url-arguments): Add :version.
16841
16842         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16843         (mm-attachment-file-modes, mm-decrypt-option)
16844         (mm-w3m-safe-url-regexp): Add :version.
16845
16846         * message.el (message-cite-prefix-regexp)
16847         (message-sendmail-envelope-from, message-minibuffer-local-map)
16848         (message-user-fqdn, message-completion-alist): Add :version.
16849
16850         * gnus-win.el (gnus-configure-windows-hook)
16851         (gnus-use-frames-on-any-display): Add :version.
16852
16853         * gnus-art.el (gnus-article-address-banner-alist)
16854         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16855         (gnus-treat-from-picon, gnus-treat-mail-picon)
16856         (gnus-treat-x-pgp-sig): Add :version.
16857
16858         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16859         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16860         (gnus-summary-article-delete-hook)
16861         (gnus-summary-display-while-building): Add :version.
16862
16863         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16864         (gnus-get-top-new-news-hook): Add :version.
16865
16866         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16867         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16868
16869         * gnus-registry.el (gnus-registry): Add :version.
16870
16871         * gnus-spec.el (gnus-use-correct-string-widths)
16872         (gnus-make-format-preserve-properties): Add :version.
16873
16874         * gnus.el (gnus-group-charter-alist)
16875         (gnus-group-fetch-control-use-browse-url)
16876         (gnus-install-group-spam-parameters): Add :version.
16877
16878         * gnus-diary.el (gnus-diary): Add :version.
16879
16880         * gnus-delay.el (gnus-delay): Add :version.
16881
16882         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16883         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16884         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16885         Add :version.
16886
16887         * gnus-agent.el (gnus-agent-max-fetch-size)
16888         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16889         (gnus-agent-prompt-send-queue): Add :version.
16890
16891         * deuglify.el (gnus-outlook-deuglify): Add :version.
16892
16893         * html2text.el: Beautify code.  Improve doc strings.
16894         Some checkdoc cleanup.
16895         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16896
16897 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16898
16899         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16900
16901 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16904         when package is loaded.
16905
16906         * spam.el (spam-summary-score-preferred-header): Add global preference
16907         for people who want to override the default SpamAssassin over
16908         Bogofilter preference (when both are set).
16909         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16910         (spam-user-format-function-S):
16911         Check spam-summary-score-preferred-header.
16912         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16913         (spam-user-format-function-S): Format the score correctly.
16914
16915 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16918         signature file.  Suggested by Manoj Srivastava
16919         <srivasta@golden-gryphon.com>.
16920
16921         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16922         iso-2022-jp even in the Japanese language environment.
16923         Suggested by Jason Rumney <jasonr@gnu.org>.
16924
16925 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16928         use the same characters as the dummy marks; make it free from
16929         getting affected by the language environment.
16930         (gnus-summary-read-group-1): Update mark positions only when the
16931         format spec is updated.
16932
16933         * gnus-spec.el (gnus-update-format-specifications): Return a list
16934         of updated types.
16935
16936 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16939         of boundp to check if display-warning is available.
16940
16941 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16942
16943         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16944
16945 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * nnspool.el (nnspool-spool-directory): Use news-path if the
16948         news-directory variable is not bound.
16949
16950         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16951         function instead of display-warning if it is not available.
16952
16953 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16956         v5-10: Use `point-at-bol'.
16957
16958 2004-10-26  Simon Josefsson  <jas@extundo.com>
16959
16960         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16961         <chenggao@gmail.com>.
16962
16963 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16966         instead.
16967
16968 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16971         to remove a server from the nnimap-server-buffer-alist.
16972         (nnimap-open-connection, nnimap-close-server): Use it.
16973
16974         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16975
16976 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16979         running the major-mode function.
16980
16981 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16984         dummy marks in the right way.
16985
16986 2004-10-18  David Edmondson  <dme@dme.org>
16987
16988         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16989         excessively.
16990
16991 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16992
16993         * gnus-util.el (gnus-split-references): Accept a nil references
16994         string and go on blissfully.
16995
16996         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16997         cases where the references string is non-nil but has no references.
16998
16999         * encrypt.el: Add autoload tags.
17000
17001         * spam.el (spam-resolve-registrations-routine): Remove article
17002         from unregistration list too.  Reported by David Hanak
17003         <dhanak@isis.vanderbilt.edu>
17004
17005 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17008         nil.  Change custom type.
17009
17010 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17013
17014         * gnus-sum.el (gnus-summary-move-article): Use it.
17015
17016 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * encrypt.el: Add autoload cookies.
17019
17020         * spam.el (spam-backend-article-list-property)
17021         (spam-backend-get-article-todo-list)
17022         (spam-backend-put-article-todo-list)
17023         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17024         Resolve registrations separately.
17025         (spam-register-routine): Format comments.
17026         (spam-unregister-routine, spam-register-routine): Always call with
17027         specific-articles, no default list.
17028         (spam-summary-prepare-exit): Use the spam-classifications function.
17029
17030         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17031         gnus-encrypt.el.
17032
17033         * encrypt.el: Copied from gnus-encrypt.el.
17034
17035         * gnus-encrypt.el: Commented that it's obsolete.
17036
17037 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17040         (gnus-score-save): Use it.
17041
17042         * message.el (message-bury): Use `window-dedicated-p'.
17043
17044 2004-10-15  Simon Josefsson  <jas@extundo.com>
17045
17046         * pop3.el (top-level): Don't require nnheader.
17047         (pop3-read-timeout): Add.
17048         (pop3-accept-process-output): Add.
17049         (pop3-read-response, pop3-retr): Use it.
17050
17051 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17052
17053         * spam.el (spam-register-routine): Move comment.
17054         (spam-verify-bogofilter): Use 'unknown for the initial
17055         spam-bogofilter-valid state, not 'never.
17056
17057         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17058         for netrc-machine.
17059
17060         * nnimap.el (nnimap-open-connection):
17061         Use netrc-machine-user-or-password.
17062
17063 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17064
17065         * gnus-registry.el (gnus-registry-unload-hook):
17066         Set as a variable with add-hook.
17067
17068         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17069         of news-path.
17070
17071         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17072
17073         * spam.el: Delete duplicate `provide'.
17074         (spam-unload-hook): Set as a variable with add-hook.
17075
17076 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17079         in the doc string.
17080
17081         * message.el (message-ignored-news-headers)
17082         (message-ignored-supersedes-headers)
17083         (message-ignored-resent-headers)
17084         (message-forward-ignored-headers): Improve custom type.
17085
17086 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * message.el (message-tokenize-header): Fix 2004-09-06 change
17089         which used point-min in the wrong place.
17090
17091 2004-10-12  Simon Josefsson  <jas@extundo.com>
17092
17093         * tls.el (tls-certtool-program): New variable.
17094         (tls-certificate-information): New function, based on
17095         ssl-certificate-information.
17096
17097 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * compface.el: Move the version of ELisp-based uncompface program
17100         to the contrib directory because of the copyright problem.
17101
17102 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * message.el (message-kill-buffer): Raise the current frame.
17105
17106 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17109
17110         * gnus.el (message-y-or-n-p): Autoload.
17111
17112         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17113         (pop3-password-required, pop3-authentication-scheme)
17114         (pop3-leave-mail-on-server): Make customizable.
17115         (pop3): New custom group.
17116         (pop3-retr): Remove `sleep-for' statements.
17117         Suggested by Dave Love <fx@gnu.org>.
17118
17119         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17120         Windows/DOS.
17121
17122         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17123         (imap-parse-body): Fix incorrect use of `assert'.
17124         Suggested by Dave Love <fx@gnu.org>.
17125
17126         * mml.el (mml-minibuffer-read-disposition): Require match.
17127         Suggested by Dave Love <fx@gnu.org>.
17128
17129 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17132         doc string.
17133
17134 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17137
17138 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17139
17140         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17141         instead of calling `mm-insert-inline', to decode text/* parts
17142         before displaying them.
17143
17144 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * mm-uu.el (mm-uu-text-plain-type): New variable.
17147         (mm-uu-pgp-signed-extract-1): Use it.
17148         (mm-uu-pgp-encrypted-extract-1): Use it.
17149         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17150         bind mm-uu-text-plain-type with that value.
17151         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17152         mm-uu-dissect.
17153
17154 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-group.el (gnus-update-group-mark-positions):
17157         * gnus-sum.el (gnus-update-summary-mark-positions):
17158         * message.el (message-check-news-body-syntax):
17159         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17160         of string-as-multibyte.
17161
17162 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
17168         8-bit unibyte values to a multibyte string for search functions.
17169
17170 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17173         (mm-uu-dissect-text-parts): New function.
17174
17175         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17176         dissect text parts.
17177
17178         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17179         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17180
17181         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17182
17183         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17184         Use gnus-current-topics instead of gnus-current-topic.
17185
17186 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17189
17190 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17191
17192         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17193         where approriate.
17194
17195         * nnml.el (nnml-generate-active-info): do.
17196
17197         * nndiary.el (nndiary-generate-active-info): do.
17198
17199         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17200         (gnus-topic-move): do.
17201
17202         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17203         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17204
17205         * gnus-srvr.el (gnus-server-prepare)
17206         (gnus-server-open-all-servers): do.
17207
17208         * gnus-msg.el (gnus-summary-cancel-article)
17209         (gnus-summary-resend-message)
17210         (gnus-summary-mail-crosspost-complaint): do.
17211
17212         * gnus-move.el (gnus-change-server): do.
17213
17214         * gnus-group.el (gnus-group-unmark-all-groups)
17215         (gnus-group-set-current-level): do.
17216
17217 2004-10-04  Simon Josefsson  <jas@extundo.com>
17218
17219         * message.el (message-generate-hashcash): Doc fix.
17220
17221 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17222
17223         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17224         avoid infinite recursion via gnus-get-function.
17225
17226 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17229
17230         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17231
17232         * nnmail.el (nnmail-split-history): do.
17233
17234         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17235         (nnml-request-delete-group): do.
17236
17237         * nnslashdot.el (nnslashdot-read-groups): do.
17238
17239         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17240         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17241
17242         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17243         (nnspool-sift-nov-with-sed): Use last.
17244         (nnspool-retrieve-headers-with-nov): Use mapc.
17245         (nnspool-request-newgroups): Use dolist.
17246         (nnspool-request-group): Use last.
17247
17248         * nntp.el (nntp-read-server-type): Use dolist.
17249
17250         * nnvirtual.el (nnvirtual-create-mapping)
17251         (nnvirtual-update-read-and-marked): Use dolist.
17252         (nnvirtual-convert-headers): Simplify.
17253
17254 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17255
17256         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17257         Add support for sync'ing tick marks.
17258
17259 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17262         there's no visible header.
17263
17264 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17265
17266         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17267         When necessary, pass full group name to gnus-request-set-marks.
17268
17269 2004-10-01  Simon Josefsson  <jas@extundo.com>
17270
17271         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17272         acroread.
17273
17274 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17275
17276         * spam-report.el (spam-report-gmane): Fix interactive.
17277
17278         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17279
17280         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17281         when writing file.
17282         (gnus-agent-synchronize-flags): Don't default to being
17283         interactive.
17284
17285 2004-09-30  Simon Josefsson  <jas@extundo.com>
17286
17287         * message.el (message-generate-hashcash): Add.
17288         (message-send-mail): Use it, call mail-add-payment.
17289
17290 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17291
17292         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17293
17294 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17295
17296         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17297         gnus-requst-update-info with explicit code to sync the in-memory
17298         info read flags with the marks being sync'd to the backend.
17299
17300         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17301
17302 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-verify-bogofilter): Add new function.
17305         (spam-check-bogofilter)
17306         (spam-bogofilter-register-with-bogofilter): Use it.
17307         (spam-verify-bogofilter): Add small fixes.
17308
17309 2004-09-28  Simon Josefsson  <jas@extundo.com>
17310
17311         * hashcash.el (hashcash-generate-payment): Revert.
17312
17313 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17314
17315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17316         Use gnus-extract-references instead of gnus-split-references.
17317
17318         * gnus-util.el (gnus-extract-references): Add new function, analogous
17319         to gnus-split-references but extracts only the message-ID without
17320         anything extra.
17321
17322         * hashcash.el (hashcash-generate-payment)
17323         (hashcash-check-payment): Do the right thing if hashcash-path is
17324         nil (because the hashcash program could not be found).
17325
17326         * spam.el (spam-use-hashcash): Remove comment.
17327
17328 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17329
17330         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17331         (gnus-cache-enter-article, gnus-cache-remove-article)
17332         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17333
17334         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17335
17336         * gnus-art.el (article-hide-boring-headers)
17337         (article-translate-strings, article-display-face)
17338         (gnus-article-mime-match-handle-first)
17339         (gnus-article-highlight-headers)
17340         (gnus-article-add-buttons-to-head): do.
17341
17342 2004-09-27  Simon Josefsson  <jas@extundo.com>
17343
17344         * hashcash.el: New version, from
17345         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17346         ../contrib/.
17347
17348 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17351
17352 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17353
17354         * gnus-dup.el (gnus-dup-open): Use mapc.
17355         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17356
17357         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17358         Reported by Stefan Wiens <s.wi@gmx.net>.
17359
17360         * gnus.el (gnus-shutdown): Use dolist.
17361
17362         * gnus-undo.el (gnus-undo): Use mapc.
17363
17364         * nnrss.el (nnrss-generate-active): do.
17365
17366         * message.el (message-cite-original-without-signature)
17367         (message-cite-original): Use mapc.
17368         (message-do-actions, message-make-forward-subject): Use dolist.
17369
17370 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17371
17372         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17373         deletion to remove entire duplicate line.  Fixes merged article
17374         number bug.
17375
17376 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17377
17378         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17379         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17380         first ask if you want to open a server and then, even when you
17381         responded with no, asking if you want to synchronize the server's
17382         flags.
17383         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17384         multi-line expressions.
17385         (gnus-agent-synchronize-group-flags): New internal function.
17386         Updates marks in memory (in the info structure) AND in the
17387         backend.
17388
17389         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17390
17391         * nnagent.el (nnagent-request-set-mark):
17392         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17393         method, to ensure that synchronization updates marks in the
17394         backend and in the info (in memory) structure.
17395
17396 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17399         convention fully; don't miss the root article of a thread; make
17400         the X-Draft-From header with correct article numbers.
17401
17402 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17403
17404         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17405         unless plugged.  Disable the agent so that an open failure causes
17406         an error.
17407
17408         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17409         Revert 2004-09-21 change.  The backend must be opened while
17410         synchronizing flags even when the backend stores the flags
17411         locally.
17412
17413 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17416         in `header' match.  Reported by Svend Tollak Munkejord.
17417
17418         * message.el (message-cite-original): Fix use of
17419         `message-cite-articles-with-x-no-archive'.
17420
17421 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17424         (gnus-window-to-buffer): Ditto.
17425
17426         * mml.el (mml-preview-buffer): New variable.
17427         (mml-preview): Manage window layout with gnus-buffer-configuration.
17428
17429         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17430         X-Draft-From header even if those articles aren't quoted.
17431
17432 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17433
17434         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17435         (gnus-request-set-mark, gnus-request-update-mark): Use new
17436         g-s-t-u-l-m to decide to use backend even when unplugged.
17437
17438 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17441         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17442
17443 2004-09-20  Simon Josefsson  <jas@extundo.com>
17444
17445         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17446         "utf-16-le".
17447
17448 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17449
17450         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17451
17452 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17453
17454         * uudecode.el (uudecode-use-external): Add :version.
17455
17456         * smime.el (smime-CA-file, smime-encrypt-cipher)
17457         (smime-dns-server): Add :version.
17458
17459         * smiley.el (gnus-smiley-file-types): Add :version.
17460
17461         * sha1.el (sha1-use-external): Add :version.
17462
17463         * pgg-def.el (pgg-query-keyserver): Add :version.
17464
17465         * nnmail.el (nnmail-fancy-expiry-targets)
17466         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17467         Add :version.
17468
17469         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17470         (nnimap-retrieve-groups-asynchronous): Add :version.
17471         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17472
17473         * mml.el (mml-content-disposition-parameters)
17474         (mml-insert-mime-headers-always): Add :version.
17475
17476         * mm-util.el (mm-coding-system-priorities): Add :version.
17477
17478         * mm-decode.el (mm-inline-text-html-with-images)
17479         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17480         (mm-verify-option): Add :version.
17481         (mm-text-html-renderer): Change :version.
17482
17483         * message.el (message-fcc-externalize-attachments)
17484         (message-required-headers, message-draft-headers)
17485         (message-subject-trailing-was-query)
17486         (message-subject-trailing-was-ask-regexp)
17487         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17488         (message-mark-insert-end, message-archive-header)
17489         (message-archive-note, message-cross-post-default)
17490         (message-cross-post-note, message-followup-to-note)
17491         (message-cross-post-note-function, message-use-mail-followup-to)
17492         (message-subscribed-address-functions)
17493         (message-subscribed-address-file, message-subscribed-addresses)
17494         (message-subscribed-regexps, message-allow-no-recipients)
17495         (message-yank-cited-prefix, message-signature-insert-empty-line)
17496         (message-hidden-headers, message-hierarchical-addresses)
17497         (message-mail-user-agent, message-use-idna)
17498         (message-valid-fqdn-regexp)
17499         (message-strip-special-text-properties, message-header-synonyms)
17500         (message-beginning-of-line, message-tab-body-function): Add :version.
17501         (message-insert-canlock, message-wide-reply-confirm-recipients):
17502         Change :version.
17503
17504         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17505         and :version.
17506         (mail-source-delete-old-incoming-confirm)
17507         (mail-source-movemail-program): Add :version.
17508
17509         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17510         (gnus-agent-cache, gnus-agent): Change :version.
17511
17512         * gnus-util.el (gnus-use-byte-compile): Change :version.
17513
17514         * gnus-sum.el (gnus-summary-make-false-root-always)
17515         (gnus-summary-default-high-score)
17516         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17517         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17518         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17519         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17520         (gnus-sum-thread-tree-single-indent)
17521         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17522         (gnus-sum-thread-tree-leaf-with-other)
17523         (gnus-sum-thread-tree-single-leaf): Add :version.
17524         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17525         (gnus-article-loose-mime): Change :version.
17526
17527         * gnus-start.el (gnus-backup-startup-file)
17528         (gnus-save-startup-file-via-temp-buffer): Add :version.
17529
17530         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17531         (gnus-server-offline-face): Add :version.
17532
17533         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17534
17535         * gnus-msg.el (gnus-gcc-externalize-attachments)
17536         (gnus-debug-files, gnus-debug-exclude-variables)
17537         (gnus-discouraged-post-methods): Change :version.
17538         (gnus-confirm-mail-reply-to-news)
17539         (gnus-confirm-treat-mail-like-news): Add :version.
17540
17541         * gnus-int.el (gnus-server-unopen-status): Add :version.
17542
17543         * gnus-group.el (gnus-group-jump-to-group-prompt)
17544         (gnus-large-ephemeral-newsgroup)
17545         (gnus-fetch-old-ephemeral-headers): Add :version.
17546
17547         * gnus-fun.el (gnus-x-face-directory)
17548         (gnus-convert-pbm-to-x-face-command)
17549         (gnus-convert-image-to-x-face-command)
17550         (gnus-convert-image-to-face-command): Add :version.
17551
17552         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17553
17554         * gnus-cite.el (gnus-cite-blank-line-after-header)
17555         (gnus-article-boring-faces): Add :version.
17556
17557         * gnus-art.el (gnus-buttonized-mime-types)
17558         (gnus-inhibit-mime-unbuttonizing)
17559         (gnus-treat-display-face)
17560         (gnus-treat-body-boundary): Change :version.
17561         (gnus-body-boundary-delimiter, gnus-picon-databases)
17562         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17563         (gnus-treat-date-english, gnus-treat-fold-headers)
17564         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17565         (gnus-treat-mail-picon, gnus-treat-wash-html)
17566         (gnus-article-encrypt-protocol)
17567         (gnus-use-idna, gnus-article-over-scroll)
17568         (gnus-mime-display-multipart-alternative-as-mixed)
17569         (gnus-mime-display-multipart-related-as-mixed)
17570         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17571         (gnus-ctan-url, gnus-button-ctan-handler)
17572         (gnus-button-handle-ctan-bogus-regexp)
17573         (gnus-button-ctan-directory-regexp)
17574         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17575         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17576         (gnus-button-man-level, gnus-button-emacs-level)
17577         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17578
17579         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17580         (gnus-agent-go-online): Change :version.
17581         (gnus-agent-expire-unagentized-dirs)
17582         (gnus-agent-auto-agentize-methods): Add :version.
17583
17584         * flow-fill.el (fill-flowed-display-column)
17585         (fill-flowed-encode-column): Add :version.
17586
17587         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17588         (gnus-outlook-deuglify-unwrap-max)
17589         (gnus-outlook-deuglify-cite-marks)
17590         (gnus-outlook-deuglify-unwrap-stop-chars)
17591         (gnus-outlook-deuglify-no-wrap-chars)
17592         (gnus-outlook-deuglify-attrib-cut-regexp)
17593         (gnus-outlook-deuglify-attrib-verb-regexp)
17594         (gnus-outlook-deuglify-attrib-end-regexp)
17595         (gnus-outlook-display-hook): Add :version.
17596
17597         * binhex.el (binhex-use-external): Add :version.
17598
17599 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17600
17601         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17602         and `invisible'.
17603
17604 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17605
17606         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17607         in gnus-registry-trim.
17608
17609 2004-09-13  Simon Josefsson  <jas@extundo.com>
17610
17611         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17612
17613         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17614
17615         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17616         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17617         <yamaoka@jpl.org>.
17618         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17619         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17620         <yamaoka@jpl.org>.
17621
17622         * sieve.el (sieve-manage-mode): Ditto.
17623
17624 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17627
17628 2004-09-11  Simon Josefsson  <jas@extundo.com>
17629
17630         * dns-mode.el: Add.
17631
17632         * mm-view.el (mm-display-dns-inline): Add.
17633
17634         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17635         (mm-automatic-display): Ditto.
17636
17637         * mailcap.el (mailcap-mime-data): Add text/dns.
17638         (mailcap-mime-extensions): Map .soa to text/dns.
17639
17640 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17641
17642         * gnus-art.el (article-decode-mime-words, article-babel)
17643         (gnus-article-highlight-signature, gnus-article-add-buttons)
17644         (gnus-signature-toggle): Remove unnecessary bindings of
17645         `inhibit-read-only' inherited from v5.10 merge.
17646
17647 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * nntp.el (nntp): New customization group.
17650         (nntp-authinfo-file): Add customization group.
17651
17652         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17653
17654         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17655
17656         * gnus.el (to-address, to-list, subscribed)
17657         (large-newsgroup-initial): Ditto.
17658
17659         * flow-fill.el (fill-flowed-display-column)
17660         (fill-flowed-encode-column): Ditto.
17661
17662 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17663
17664         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17665         Use point-min rather than 1.
17666         (message-send-mail): Use buffer-size rather than point-max.
17667
17668         * gnus-sum.el (gnus-summary-search-article-forward):
17669         Signal a specific `search-failed' rather than a generic `error'.
17670
17671         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17672         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17673         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17674
17675 2004-09-10  Simon Josefsson  <jas@extundo.com>
17676
17677         * nndb.el (require): Remove tcp and duplicate cl.
17678
17679 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-agent.el (directory-files-and-attributes): Move forward.
17682
17683 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17684
17685         * gnus-agent.el (directory-files-and-attributes):
17686         Optionally defined to support XEmacs.
17687
17688 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17689
17690         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17691         to avoid run-time CL dependencies.
17692         (gnus-agent-unfetch-articles): New function.
17693         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17694         article numbers even when local .overview file is missing.
17695         (gnus-agent-read-article-number): New function.  Only accepts
17696         27-bit article numbers.
17697         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17698         Use gnus-agent-read-article-number.
17699         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17700         from backend while recognizing that article numbers in .overview
17701         must be valid.
17702         (gnus-agent-update-files-total-fetched-for):
17703         Use directory-files-and-attributes to improve performance.
17704         * gnus-int.el (gnus-request-move-article):
17705         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17706         improve performance.
17707
17708         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17709         some users confused by references to .newsrc when they only have a
17710         .newsrc.eld file.
17711         (gnus-convert-mark-converter-prompt)
17712         (gnus-convert-converter-needs-prompt): Fix use of property list.
17713         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17714         New function.  Used internally to only display 'gnus converting
17715         files' message when actually necessary.
17716
17717         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17718         methods now autoloaded.
17719
17720 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17723         identifiers.
17724
17725 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17726
17727         * gnus-picon.el: Fix indentation and closing parenthesis.
17728
17729 2004-09-01  Simon Josefsson  <jas@extundo.com>
17730
17731         * message.el (message-canlock-generate): Require sha1, not
17732         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17733         to require within a function.  Sadly, if sha1.el isn't loaded, the
17734         let binding in m-c-g will hide the defcustom definition, which is
17735         bad.)
17736
17737         * canlock.el: Require sha1, not sha1-el.
17738
17739         * message.el: Don't autoload sha1 (there is a autoload cookie in
17740         sha1.el).
17741
17742         * sha1-el.el: Rename to sha1.el.
17743
17744 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17745
17746         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17747
17748 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17749
17750         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17751
17752 2004-08-30  Kim F. Storm  <storm@cua.dk>
17753
17754         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17755
17756         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17757         Add :group 'nnimap.
17758
17759 2004-08-30  Andreas Schwab  <schwab@suse.de>
17760
17761         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17762         ?* and ?\;.
17763
17764         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17765         and ?\' to symbol instead of whitespace.
17766
17767 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17770
17771         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17772         instead of re-search-forward.
17773
17774         * gnus-uu.el (gnus-uu-save-article): Ditto.
17775         (gnus-uu-post-encode-uuencode): Ditto.
17776
17777         * html2text.el (html2text-clean-list-items): Ditto.
17778         (html2text-clean-dtdd): Ditto.
17779         (html2text-format-tags): Ditto.
17780
17781         * message.el (message-send-mail-with-sendmail): Fix regexp.
17782         (message-fill-field-general): Use search-forward instead of
17783         re-search-forward.
17784         (unbold-region): Ditto.
17785
17786         * nnrss.el (nnrss-request-article): Ditto.
17787
17788         * nnslashdot.el (nnslashdot-request-article): Ditto.
17789
17790         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17791
17792         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17793         "Unrecognized menu descriptor" error in XEmacs.
17794
17795 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17796
17797         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17798         parent article of a sparse article in the thread hashtb.
17799
17800 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17801
17802         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17803         (nnmail-expand-newtext): Lowercase expanded entries if
17804         nnmail-split-lowercase-expanded is non-nil.
17805
17806 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17809
17810         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17811         of gnus-tmp-news-method into string under XEmacs.  It will be
17812         passed to gnus-correct-length which takes only a string argument.
17813
17814 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * gnus-util.el (gnus-bind-print-variables): New macro.
17817         (gnus-prin1): Use it.
17818         (gnus-prin1-to-string): Use it.
17819         (gnus-pp): New function.
17820         (gnus-pp-to-string): New function.
17821
17822         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17823         Replace pp-to-string with gnus-pp-to-string.
17824         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17825         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17826         * gnus-msg.el (gnus-debug): Ditto.
17827         * gnus-score.el (gnus-score-save): Ditto.
17828         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17829         gnus-pp-to-string.
17830         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17831         with gnus-pp.
17832         * score-mode.el (gnus-score-pretty-print): Ditto.
17833         * webmail.el (webmail-debug): Ditto.
17834
17835 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-art.el (article-display-face, article-display-x-face):
17838         Use buffer-read-only.
17839
17840 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-art.el (article-hide-list-identifiers):
17843         Bind inhibit-read-only as t.
17844
17845 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17848
17849 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17850
17851         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17852         (gnus-narrow-to-page): Don't assume point-min == 1.
17853         (gnus-article-edit-mode): Derive from message-mode.
17854
17855         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17856         point-min == 1.
17857
17858         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17859         Disable incorrect use of `assert'.
17860
17861         * message.el (message-mode): Set comment-start-skip.
17862
17863
17864 2004-08-22  Sam Steingold  <sds@gnu.org>
17865
17866         * pop3.el (pop3-leave-mail-on-server): New user variable.
17867         (pop3-movemail): Delete mail only when it is nil.
17868
17869 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17870
17871         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17872
17873         * mml.el (mml-preview): Use `pop-to-buffer'.
17874
17875         * message.el (message-goto-mail-followup-to): Insert after "To".
17876         (message-carefully-insert-headers): Add comment.
17877
17878         * gnus.el: Remove unused variable `gnus-article-check-size'.
17879
17880         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17881
17882         * gnus-art.el (gnus-button-alist):
17883         Improve `gnus-button-handle-library' entry.
17884
17885 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17886
17887         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17888         Use downcase, since XEmacs capitalizes error messages differently.
17889
17890 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17891
17892         * nntp.el: Add (require 'gnus) due to reference to
17893         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17894
17895 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17896
17897         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17898         Bind `mm-fill-flowed'.
17899
17900         * mm-decode.el (mm-dissect-singlepart): Check it.
17901
17902 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17903
17904         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17905         'imap' for netrc parsing.
17906
17907 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * mailcap.el (mailcap-mime-data): Mark as risky.
17910
17911 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17914         may be included in the encoded word.
17915         (rfc2047-encode): Don't append a space if the encoded word
17916         includes close parenthesis.
17917
17918 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17921         of text within parentheses.
17922
17923 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17924
17925         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17926         (gnus-encrypt-write-file-contents): Make the password key the file
17927         name PLUS the cipher, not just the cipher.  Also remove failed
17928         passwords from the cache.
17929
17930 2004-08-06  Simon Josefsson  <jas@extundo.com>
17931
17932         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17933         Doc fix.
17934
17935 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17938         LWSP.
17939
17940 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17941
17942         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17943         Try to append in-reply-to: data to the references: header.
17944
17945         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17946         (netrc-parse): Use gnus-encrypt.el functions.
17947
17948         * gnus-encrypt.el: Add new file for encryption support; currently
17949         does only a few GPG ciphers and an internal XOR cipher.
17950
17951         * password.el: Add comments on using password-read-and-add.
17952         (password-read-and-add): Add function to read and add the
17953         password to the cache at once.
17954
17955 2004-07-28  Simon Josefsson  <jas@extundo.com>
17956
17957         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17958         parameter (but don't use it, for now).
17959
17960         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17961         instead of hard coding to nil.
17962
17963 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17966         as mm-inline-image-xemacs does.
17967
17968 2004-07-26  Simon Josefsson  <jas@extundo.com>
17969
17970         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17971         Revert part of 2004-07-17 change below.
17972
17973 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17976         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17977
17978 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17979
17980         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17981         quotes that actually start with ">" at the beginning of the
17982         lines.
17983
17984 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * rfc2047.el (rfc2047-encode-region): Fix last change.
17987         (rfc2047-encode-parameter): Remove useless concat.
17988
17989 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17992         encode special characters; fix some kind of misconfigured headers;
17993         signal a real error if debug-on-quit or debug-on-error is non-nil.
17994         (rfc2047-encode-max-chars): New variable.
17995         (rfc2047-encode-1): Use it.
17996         (rfc2047-encode-parameter): New function.
17997
17998         * mml.el (mml-insert-parameter): Remove an excessive space.
17999
18000 2004-07-17  Simon Josefsson  <jas@extundo.com>
18001
18002         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18003         Kai Grossjohann <kai@emptydomain.de>.
18004         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18005         (gnus-group-make-menu-bar): Ditto.
18006
18007         * gnus-util.el (gnus-group-server): Add.
18008
18009 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18010
18011         * message.el (message-clone-locals): Clone sendmail and smtp
18012         variables.
18013
18014 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * rfc2047.el (rfc2047-encode-region): Fix last change.
18017
18018 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18021         characters as non-special.
18022
18023 2004-07-09  Simon Josefsson  <jas@extundo.com>
18024
18025         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18026         Users will lose all flag changes made while unplugged with
18027         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18028         good default.  See numerous reports on ding mailing list.
18029
18030 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18033         add generate-head-function and generate-article-function to the
18034         rfc822-forward entry.
18035         (nndoc-rfc822-forward-generate-article): New function.
18036         (nndoc-rfc822-forward-generate-head): New function.
18037
18038         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18039
18040 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18041
18042         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18043         respect display group parameter and gnus-summary-expunge-below.
18044         (gnus-articles-to-read): Remove unused reference to display group
18045         parameter.
18046
18047 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * nnheader.el (nnheader-uniquify-message-id): New experimental
18050         variable.
18051         (nnheader-nov-read-message-id): Use it.
18052
18053         * spam-report.el (spam-report-gmane): Add interactive.
18054
18055 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * mm-encode.el (mm-content-transfer-encoding-defaults):
18058         Use qp-or-base64 for the application/* types.
18059
18060 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18061
18062         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18063
18064 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18065
18066         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18067         trim value.
18068
18069 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18070
18071         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18072         New macro and function.
18073         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18074
18075 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18078         after-load-alist.
18079
18080 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081
18082         * gnus-group.el (gnus-group-get-new-news-this-group):
18083         Don't update info that isn't there.
18084
18085 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18086
18087         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18088         entry.
18089
18090 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * mm-view.el (mm-inline-render-with-function): Use multibyte
18093         buffer; decode html source by charset.
18094
18095         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18096
18097         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18098         Mule-UCS is loaded under XEmacs.
18099         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18100
18101 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18104
18105 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * mm-util.el (mm-coding-system-p): Return a coding-system.
18108         (mm-mime-mule-charset-alist): Use shift_jis instead of
18109         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18110         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18111         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18112         instead of japanese-shift-jis and iso-latin-1 respectively in
18113         order to share the default value with both Emacs and XEmacs-mule.
18114         (mm-mule-charset-to-mime-charset):
18115         Make mm-coding-system-priorities effective.
18116         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18117         while predicating of candidates upon the priorities.
18118
18119 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * gnus-sum.el (gnus-summary-make-menu-bar):
18122         Add gnus-uu-invert-processable.
18123
18124         * gnus.el: Autoload gnus-uu-invert-processable.
18125
18126 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * mm-util.el (mm-with-multibyte-buffer): New macro.
18129
18130         * rfc2047.el (rfc2047-encode-string): Use it.
18131         (rfc2047-encode-region): Move point to the end of the region after
18132         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18133
18134 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18137         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18138
18139 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18142         (gnus-cite-parse): Ignore quoted envelope From_.
18143         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18144
18145 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18148         invalid addresses.
18149
18150 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18151
18152         * spam.el: Change section markers, revise TODO list.
18153         (spam-backends): Make new master list of all installed backends.
18154         (spam-summary-exit-behavior): Add new variable to determine how
18155         messages moves are done at summary exit.
18156         (spam-move-spam-nonspam-groups-only)
18157         (spam-process-ham-in-nonham-groups)
18158         (spam-process-ham-in-spam-groups): Remove variables, the
18159         spam-summary-exit-behavior variable should be used to manage this
18160         behavior.
18161         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18162         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18163         and spam-old-spam-articles.
18164         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18165         Add empty variables, placeholders for the backends they represent.
18166         (spam-set-difference): Move, unchanged.
18167         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18168         unless the user has a processor variable.
18169         (spam-classifications, spam-classification-valid-p)
18170         (spam-backend-properties, spam-backend-property-valid-p)
18171         (spam-backend-function-type-valid-p)
18172         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18173         (spam-report-articles-gmane, spam-report-articles-resend):
18174         Remove functions, they are not needed.
18175         (spam-install-backend-super, spam-backend-list)
18176         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18177         (spam-backend-function, spam-backend-ham-registration-function)
18178         (spam-backend-spam-registration-function)
18179         (spam-backend-ham-unregistration-function)
18180         (spam-backend-spam-unregistration-function)
18181         (spam-backend-statistical-p, spam-backend-mover-p)
18182         (spam-install-backend-alias, spam-install-checkonly-backend)
18183         (spam-install-mover-backend, spam-install-nocheck-backend)
18184         (spam-install-backend, spam-install-statistical-backend)
18185         (spam-install-statistical-checkonly-backend): Add backend installation
18186         support.
18187         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18188         (spam-group-processor-p): Use the new backend code and respect the
18189         summary exit behavior.
18190         (spam-mark-spam-as-expired-and-move-routine): Remove.
18191         (spam-summary-prepare): Change to use the new spam-old-articles
18192         variable.
18193         (spam-copy-or-move-routine, spam-copy-spam-routine)
18194         (spam-move-spam-routine, spam-copy-ham-routine)
18195         (spam-move-ham-routine): Add code to copy/move ham or spam.
18196         (spam-fetch-field-fast): Improve doc and code, plus allow the
18197         'number request.
18198         (spam-list-of-checks, spam-list-of-statistical-checks):
18199         Remove variables.
18200         (spam-split, spam-find-spam): Use the new backend code.
18201         (spam-registration-functions): Remove variable.
18202         (spam-unregister-routine): Add convenience wrapper.
18203         (spam-log-undo-registration, spam-register-routine)
18204         (spam-log-processing-to-registry)
18205         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18206         where possible.
18207         (spam-check-gmane-xref, spam-check-regex-headers)
18208         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18209         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18210         (spam-check-bogofilter-headers, spam-check-spamoracle)
18211         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18212         (spam-check-crm114-headers): Use the spam-split-group that
18213         spam-split prepares, no need to determine it every time.
18214
18215         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18216         to the nnheader-parse-naked-head call.
18217
18218         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18219
18220         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18221         the nnheader-nov-read-message-id call.
18222
18223 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18226         gnus-activate-group twice.  Suggested by Markus Peter
18227         <warp@spin.de>.
18228
18229 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-art.el (gnus-article-time-format): Exchange the order of
18232         day and month in the default value; fix customization type.
18233         (article-date-ut): Use add-text-properties.
18234         (article-make-date-line): Use message-make-date instead of
18235         current-time-string.
18236
18237         * message.el (message-fetch-field): Don't use set-text-properties.
18238         (message-make-date): Simplify.
18239
18240         * messagexmas.el (message-xmas-make-date): New function.
18241         (message-xmas-redefine): Defalias message-make-date to it.
18242
18243 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18246         (rfc2047-encode-region): Treat text within parentheses as special;
18247         show the original text when error has occurred.
18248
18249         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18250         already-computed method to gnus-activate-group.
18251
18252         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18253         same select-methods identical Lisp objects.
18254
18255         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18256         object when modifying the info.
18257
18258 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18261         gnus-opened-servers since it has never been opened with the new
18262         configuration yet.
18263
18264 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18267         arg to nnheader-generate-fake-message-id.
18268
18269 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18272         number and build a fake message ID localized to a group and
18273         article number (so it's repeatable from that point on).
18274         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18275         ID format.
18276
18277         * gnus-sum.el (gnus-get-newsgroup-headers):
18278         Call nnheader-generate-fake-message-id with the article number.
18279
18280 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18281
18282         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18283         end-of-buffer.
18284
18285 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * message.el (message-ignored-supersedes-headers): Add Approved.
18288
18289 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18292         goto-char.
18293         (rfc2047-encode): Fold the line before encoding.
18294
18295 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18298         folding -- not all headers can be folded, and this should be done
18299         by the message composition mode.  Probably.  I think.
18300
18301 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18304         fast.
18305
18306         * gnus-ems.el (gnus-remove-image): Don't use
18307         message-text-with-property; remove only the image found first.
18308
18309         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18310         found first.
18311
18312 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18313
18314         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18315
18316 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * message.el (message-text-with-property): Make it fast and accept
18319         optional arguments.
18320         (message-strip-forbidden-properties): Use it.
18321         (message-fix-before-sending): Follow the m-t-w-p change.
18322
18323         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18324
18325 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * gnus-art.el (article-hide-headers): Don't change the buffer
18328         mistakenly when performing mml-preview even if
18329         gnus-single-article-buffer is nil.
18330
18331 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18332
18333         * message.el (message-expand-name-databases): New user option.
18334         (message-expand-name): Use it.
18335
18336 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18337
18338         * spam.el (spam-report-articles-resend)
18339         (spam-report-resend-register-routine): Allow ham reporting.
18340         (spam-report-resend-register-ham-routine): Add wrapper.
18341         (spam-registration-functions): Add ham resending functions.
18342         (spam-list-of-processors): Add ham resend processor.
18343
18344         * gnus.el (ham-resend-to): Add new group parameter.
18345         (spam-process): Add ham resend option.
18346
18347         * spam-report.el (spam-report-resend): Allow reporting ham.
18348         (spam-report-resend-ham): Add wrapper.
18349
18350 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351
18352         * message.el (message-cite-articles-with-x-no-archive):
18353         New variable.
18354         (message-cite-original): Use it.
18355
18356 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18357
18358         * message.el (message-cite-original): Respect X-No-Archive.
18359
18360 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-art.el (article-hide-headers): Refer to the values for
18363         gnus-ignored-headers and gnus-visible-headers in the summary
18364         buffer since a user may have set them as group parameters.
18365
18366 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18367
18368         * assistant.el (assistant-node-name): Add convenience function.
18369         (assistant-render-text, assistant-render-node): Add error handling,
18370         plus handle multiple next nodes.
18371         (assistant-find-next-node): Comment out for now.
18372         (assistant-find-next-nodes): Add function, returns list of next
18373         nodes.
18374
18375 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18376
18377         * mail-source.el (mail-source-directory): Fix doc-string.
18378
18379 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18380
18381         * assistant.el (assistant-render-text, assistant-eval): Add :set
18382         widget type, which is different because it takes and returns a
18383         list.  Much hilarity ensues.
18384
18385 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18386
18387         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18388
18389         * gnus-group.el (gnus-group-get-new-news-this-group):
18390         Add doc-string.
18391
18392         * gnus-start.el (gnus-activate-group): Add doc-string.
18393
18394 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18397
18398 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18399
18400         * assistant.el (assistant-render-text): Try to add a :set
18401         widget, more to come.
18402
18403         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18404         strings.
18405         (spam-report-articles-resend)
18406         (spam-register-routine): Do registration iff any articles warrant
18407         it.
18408         (spam-summary-prepare-exit): Change log message for nil group
18409         destinations.
18410
18411 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18412
18413         * spam.el (spam-report-resend-register-routine):
18414         Allow spam-report-resend-to to be a group parameter or a global value.
18415
18416 2004-05-26  Simon Josefsson  <jas@extundo.com>
18417
18418         * starttls.el: Merge with my GNUTLS based starttls.el.
18419         (starttls-gnutls-program, starttls-use-gnutls)
18420         (starttls-extra-arguments, starttls-process-connection-type)
18421         (starttls-connect, starttls-failure, starttls-success):
18422         New variables.
18423         (starttls-program, starttls-extra-args): Doc fix.
18424         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18425         New functions.
18426         (starttls-negotiate, starttls-open-stream):
18427         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18428         function if it is set.
18429
18430 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18433         structured fields.
18434
18435 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18438
18439 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18440
18441         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18442         Add variable.
18443         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18444         assigning the spam-mark to new messages.
18445
18446 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18447
18448         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18449
18450 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18453
18454         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18455         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18456         default.
18457
18458 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18459
18460         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18461         correct data.
18462
18463 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18464
18465         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18466         (spam-group-processor-p): Fix function.
18467         (spam-group-processor-multiple-p)
18468         (spam-group-spam-processor-report-gmane-p)
18469         (spam-group-spam-processor-report-resend-p)
18470         (spam-group-spam-processor-bogofilter-p)
18471         (spam-group-spam-processor-blacklist-p)
18472         (spam-group-spam-processor-ifile-p)
18473         (spam-group-ham-processor-ifile-p)
18474         (spam-group-spam-processor-spamoracle-p)
18475         (spam-group-spam-processor-crm114-p)
18476         (spam-group-ham-processor-bogofilter-p)
18477         (spam-group-spam-processor-stat-p)
18478         (spam-group-ham-processor-stat-p)
18479         (spam-group-ham-processor-whitelist-p)
18480         (spam-group-ham-processor-BBDB-p)
18481         (spam-group-ham-processor-spamoracle-p)
18482         (spam-group-ham-processor-copy-p): Remove functions with some
18483         prejudice against unneeded code.
18484         (spam-report-articles-resend)
18485         (spam-report-resend-register-routine): Allow the group/topic
18486         spam-resend-to value to override spam-report-resend-to.
18487         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18488         properly now.
18489
18490         * gnus.el (spam-resend-to): Add group/topic parameter.
18491         (spam-process): Move the OBSOLETE processors to the end of the
18492         choices.
18493
18494 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18495
18496         * spam-report.el (spam-report-resend-to, spam-report-resend):
18497         Start with resend-to set to nil, and then ask the user if necessary.
18498         (spam-report-resend): spam-report-resend takes a list of articles, not
18499         separate article numbers.
18500
18501 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18504         addition to emacs-w3m.
18505
18506 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18507
18508         * assistant.el (assistant-authinfo-data): New function.
18509         (assistant-eval): Eval for entire assistant.
18510
18511         * netrc.el (netrc-services-file): New variable.
18512         (netrc-parse-services): New function.
18513         (netrc-find-service-name): New function.
18514         (netrc-find-service-number): New function.
18515         (netrc-port-equal): New function.
18516         (netrc-machine): Use it.
18517
18518         * nnimap.el (nnimap-open-connection): Use netrc.
18519
18520         * gnus-util.el (gnus-netrc-get): Remove aliases.
18521
18522         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18523
18524         * assistant.el (wid-edit): Fix compilation.
18525
18526         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18527
18528 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18529
18530         * gnus-util.el (gnus-set-file-modes): New function.  (small
18531         patch).
18532
18533 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18534
18535         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18536
18537         * assistant.el (assistant-render-node): Fix up rendering and
18538         read-only text.
18539         (assistant-render-node): Reset.
18540         (assistant-make-read-only): Not sticky.
18541
18542 2004-05-20  Danny Siu  <dsiu@adobe.com>
18543
18544         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18545         centered even when gnus-auto-center-summary is t.
18546
18547 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18548
18549         * dns.el (dns-get-txt-answer): New function.
18550         (dns-read-txt): Ditto.
18551         (query-dns): Use it.
18552
18553 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18556         active for foreign groups even if the group level is higher than
18557         the specified value.
18558
18559 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560
18561         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18562         non-active groups.
18563
18564         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18565
18566 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18567
18568         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18569
18570 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18571
18572         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18573         (spam-crm114-header, spam-crm114-spam-switch)
18574         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18575         (spam-crm114-positive-spam-header)
18576         (spam-crm114-database-directory, spam-list-of-processors)
18577         (spam-group-spam-processor-crm114-p)
18578         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18579         (spam-generic-score, spam-list-of-checks)
18580         (spam-list-of-statistical-checks, spam-registration-functions)
18581         (spam-check-crm114-headers, spam-crm114-score)
18582         (spam-check-crm114, spam-crm114-register-with-crm114)
18583         (spam-crm114-register-spam-routine)
18584         (spam-crm114-unregister-spam-routine)
18585         (spam-crm114-register-ham-routine)
18586         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18587         From asjo@koldfront.dk (Adam Sjøgren).
18588
18589         * gnus.el: Add spam-use-crm114.
18590
18591         * spam.el (spam-list-of-processors, spam-registration-functions):
18592         Add spam-use-resend.
18593         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18594         (spam-report-articles-gmane): Add doc fix.
18595         (spam-report-articles-resend, spam-report-resend-register-routine):
18596         Add wrappers around spam-report-resend-to.
18597
18598         * spam-report.el (spam-report-resend-to, spam-report-resend):
18599         Add support for resending spam.
18600         (spam-report-gmane): Fix line length >80.
18601
18602         * gnus.el (spam-process): Add spam-use-resend.
18603
18604 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18605
18606         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18607         number of processed spam messages.
18608         (spam-ham-copy-or-move-routine): Return the number of processed
18609         ham messages.
18610         (spam-summary-prepare-exit): Use the above values to decide
18611         whether status messages shouled be displayed.
18612
18613 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18616         `rfc2047-encoding-function-alist' in order to avoid conflicting
18617         with the old version.
18618         (rfc2047-encode-region): Concatenate words containing non-ASCII
18619         characters in structured fields; don't encode space-delimited
18620         ASCII words even in unstructured fields; don't break words at
18621         char-category boundaries.
18622         (rfc2047-encode-1): New function.
18623         (rfc2047-encode): Use it; encode text so that it occupies the
18624         maximum width within 76-column; work correctly on Q encoding for
18625         iso-2022-* charsets.
18626         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18627         sure not to break a line just after the header name.
18628         (rfc2047-b-encode-region): Remove.
18629         (rfc2047-b-encode-string): New function.
18630         (rfc2047-q-encode-region): Remove.
18631         (rfc2047-q-encode-string): New function.
18632
18633         * mm-util.el (mm-replace-in-string): New function.
18634
18635 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18636
18637         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18638         Really get it right.
18639         (gnus-inews-make-draft): Really.
18640
18641 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18642
18643         * nnmh.el (nnmh-request-list-1): Don't check the link count
18644         before descending.  (small patch)
18645
18646 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18649         stuff.
18650
18651         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18652         Match on real group name.
18653
18654         * gnus-art.el (gnus-signature-limit): Doc fix.
18655
18656         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18657
18658         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18659
18660 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18661
18662         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18663         isn't a string.
18664
18665 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18666
18667         * gnus-draft.el (gnus-draft-send):
18668         Bind rfc2047-encode-encoded-words.
18669
18670         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18671         (rfc2047-encodable-p): Say that =? needs encoding.
18672         (rfc2047-encode-encoded-words): New variable.
18673
18674         * gnus-group.el (gnus-group-select-group): Doc fix.
18675
18676         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18677
18678         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18679         to nil.
18680
18681         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18682
18683         * nnheader.el (nnheader-get-lines-and-char): New function.
18684
18685 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18686
18687         * gnus-msg.el (gnus-summary-followup-with-original):
18688         Document yanking of region when active.
18689
18690 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18693         groups if the group level is higher than the specified value.
18694
18695 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18698         (gnus-group-jump-to-group): Add prefix argument using
18699         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18700         non-active group.
18701
18702         * compface.el (uncompface): Be verbose when changing
18703         `uncompface-use-external'.
18704
18705         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18706         handle manual section.
18707
18708 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * gnus-art.el (gnus-button-alist): Revert previous change.
18711
18712 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18715
18716 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18717
18718         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18719         whether backend can accept message.
18720
18721         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18722
18723 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18724
18725         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18726         Avoid creating directory when nntp-marks-is-evil is true.
18727         Reported by Reiner Steib.
18728
18729 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gnus-picon.el (gnus-picon-style): New variable.
18732         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18733         (gnus-picon-transform-address): Support `gnus-picon-style'.
18734         From Jesper Harder <harder@ifa.au.dk>.
18735
18736 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737
18738         * message.el (message-fill-field): Return point.
18739         (message-generate-headers): Go to end of field.
18740
18741         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18742         stuff for non-living groups.
18743
18744 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18745
18746         * gnus-art.el (gnus-article-followup-with-original)
18747         (gnus-article-reply-with-original): gnus-mark-active-p ->
18748         gnus-region-active-p.
18749
18750 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18751
18752         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18753         only when there is spam or ham to be processed.
18754
18755 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18756
18757         * mail-source.el (mail-source-delete-crash-box): Refactor.
18758         (mail-source-fetch): Use it.
18759         (mail-source-fetch-file): Ditto.
18760         (mail-source-fetch-directory): Run postscript in loop.
18761         (mail-source-fetch-pop): Delete.
18762         (mail-source-fetch-maildir): Ditto.
18763         (mail-source-fetch-imap): Ditto.
18764
18765         * imap.el (imap-authenticators): Comment out sasl.
18766
18767         * message.el (message-skip-to-next-address): New function.
18768         (message-fill-header-address): Refactor.
18769         (message-fill-address): Use it.
18770         (message-delete-address): Use it.
18771         (message-fill-header-general): Refactor.
18772         (message-fill-field-address): Rename.
18773         (message-narrow-to-field): Find the start of the header.
18774         (message-header-format-alist): Don't pre-fill.
18775         (message-fill-header): Remove.
18776         (message-insert-header): New function.
18777         (message-shorten-references): Use it.
18778
18779         * rfc2047.el (rfc2047-field-value): Strip props.
18780
18781         * mail-parse.el (mail-header-make-address): New alias.
18782
18783         * ietf-drums.el (ietf-drums-make-address): New function.
18784
18785         * imap.el: Add compiler directives.
18786
18787         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18788
18789         * gnus-art.el (article-decode-idna-rhs): Don't use
18790         message-idna-inside-rhs-p.
18791
18792 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18793
18794         * message.el (message-idna-inside-rhs-p): Remove.
18795         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18796
18797         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18798         false positives.
18799
18800 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18801
18802         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18803
18804 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18805
18806         * nneething.el (nneething-file-name): Don't create spurious
18807         files.
18808
18809         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18810         (gnus-inews-do-gcc): Remove sleep.
18811
18812         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18813         part under point.
18814
18815         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18816         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18817
18818 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18819
18820         * spam.el (spam-summary-prepare-exit): Fix (length).
18821
18822 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18825         as expired without moving it" message when there are spam
18826         messages left.
18827
18828 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18829
18830         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18831         header is not nil.
18832
18833 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18834
18835         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18836         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18837         (nntp-marks-changed-p): New arg SERVER.
18838         (nntp-request-update-info): Adjust caller.
18839
18840 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18841
18842         * nntp.el (nntp-save-marks): Pass missing arg.
18843
18844 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18845
18846         * nntp.el: Support marks.
18847         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18848         (nntp-marks-modtime, nntp-marks-directory): New variables.
18849         (nntp-request-set-mark, nntp-request-update-info)
18850         (nntp-possibly-create-directory, nntp-marks-changed-p)
18851         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18852         New functions.
18853
18854 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18855
18856         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18857         (gnus-xmas-redefine): Rename.
18858
18859         * gnus-score.el (gnus-score-insert-help):
18860         Use gnus-select-lowest-window.
18861
18862         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18863         appt-select-lowest-window and rename to gnus-select-lowest-window.
18864
18865         * gnus.el: do.
18866
18867 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18868
18869         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18870         encodings of MIME-encoded words, in order to improve
18871         interoperability with several broken MUAs.
18872
18873 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18874
18875         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18876         tags, only when charsets are not specified in headers.
18877         (mm-inline-text-html-render-with-w3m): Ditto.
18878
18879         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18880         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18881
18882 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18883
18884         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18885         instead of MIME-decoded from fields when checking
18886         `gnus-article-address-banner-alist'.
18887
18888 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18891         description rather than subject.
18892
18893 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18894
18895         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18896
18897 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898
18899         * gnus.el (gnus-version-number): Bump.
18900
18901 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18902
18903         * gnus.el: No Gnus v0.2 is released.
18904
18905 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906
18907         * gnus-agent.el (gnus-agent-read-agentview):
18908         Inline gnus-uncompress-range.
18909
18910 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18911
18912         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18913         `exec-installed-p'.
18914
18915 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18916
18917         * gnus.el (spam-process, spam-autodetect-methods):
18918         Add bsfilter and bsfilter-headers.
18919
18920         * spam.el (spam-bsfilter): New customize group.
18921         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18922         (spam-bsfilter-header, spam-bsfilter-probability-header)
18923         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18924         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18925         (spam-bsfilter-database-directory): New options.
18926         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18927         (spam-list-of-statistical-checks, spam-registration-functions):
18928         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18929         (spam-bsfilter-score): New command.
18930         (spam-check-bsfilter-headers, spam-check-bsfilter)
18931         (spam-bsfilter-register-with-bsfilter)
18932         (spam-bsfilter-register-spam-routine)
18933         (spam-bsfilter-unregister-spam-routine)
18934         (spam-bsfilter-register-ham-routine)
18935         (spam-bsfilter-unregister-ham-routine): New functions.
18936         (spam-generic-score): Support bsfilter; Accept an optional argument
18937         to recalcurate spam score even if scoring header has already been
18938         added.
18939         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18940         optional argument to recalcurate spam score even if scoring header
18941         has already been added.
18942
18943 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18944
18945         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18946         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18947         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18948         link is missing.
18949
18950 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18951
18952         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18953         (html2text-get-attr): Rewrite.
18954
18955         * message.el (message-setup-1): Remove redundant put-text-property
18956         on mail-header-separator.
18957
18958 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * gnus-registry.el (gnus-registry-cache-whitespace)
18961         (gnus-registry-action, gnus-registry-spool-action)
18962         (gnus-registry-split-fancy-with-parent): Change message levels
18963         from 5 to 3 or 7, as needed.
18964
18965         * spam.el (spam-summary-prepare-exit)
18966         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18967         (spam-split, spam-find-spam, spam-log-undo-registration)
18968         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18969         level from 5 to 6.
18970
18971 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18974         2004-03-04 change).
18975
18976 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * sieve-manage.el (sieve-manage-open):
18979         * nnweb.el (nnweb-insert-html):
18980         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18981         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18982         * nnspool.el (nnspool-request-group):
18983         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18984         * nnml.el (nnml-request-update-info):
18985         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18986         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18987         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18988         (nnimap-request-set-mark):
18989         * nnfolder.el (nnfolder-request-update-info):
18990         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18991         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18992         * gnus-uu.el (gnus-uu-find-articles-matching):
18993         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18994         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18995         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18996         * gnus-nocem.el (gnus-nocem-scan-groups):
18997         * gnus-int.el (gnus-start-news-server):
18998         * gnus-group.el (gnus-group-make-kiboze-group)
18999         (gnus-group-browse-foreign-server):
19000         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19001         Use mapc when appropriate.
19002
19003 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         FIXME: Make separate entries for each person.
19006
19007         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19008         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19009         <shields@msrl.com>:
19010
19011         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19012         may need for spam sorting and scoring.
19013         (spam-user-format-function-S): Add user format function suitable for
19014         general use.
19015         (spam-article-sort-by-spam-status): Add sorting function for summary
19016         sorting.
19017         (spam-extra-header-to-number): Add function to get a score from a
19018         header.
19019         (spam-summary-score): Add function to get a numeric score from the
19020         headers.
19021         (spam-generic-score): Fix function doc, was in wrong place.
19022         (spam-initialize): Take symbols when it's run, and install the
19023         extra headers that spam-necessary-extra-headers thinks we need.
19024
19025 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19026
19027         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19028         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19029
19030 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19031
19032         * gnus-sum.el (gnus-set-global-variables)
19033         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19034         (gnus-article-get-xrefs, gnus-summary-best-group)
19035         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19036         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19037         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19038         Use with-current-buffer.
19039
19040 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19041
19042         * spam.el (spam-summary-prepare-exit): Simplify logic.
19043         (spam-fetch-article-header): Read the article header if it's not
19044         available.
19045         (spam-list-articles): Simplify logic.
19046         (spam-filelist-register-routine): Fix bug with unregister-list.
19047
19048         * gnus-registry.el: Fix comments at beginning.
19049
19050 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19051
19052         * message.el (message-cater-to-broken-inn): Remove.
19053         (message-shorten-references): Make sure the total folded length of
19054         References is shorter than 998 characters to cater to a bug in INN
19055         2.3.  Also, don't pretend that references aren't folded -- this
19056         hasn't worked for a while.
19057
19058 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19059
19060         * gnus-agent.el (gnus-agentize):
19061         gnus-agent-send-mail-real-function no longer set to current value
19062         of message-send-mail-function but rather a lambda that calls
19063         message-send-mail-function.  The change makes the agent real-time
19064         responsive to user changes to message-send-mail-function.
19065
19066 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19067
19068         * legacy-gnus-agent.el
19069         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19070         help from Florian Weimer <fw@deneb.enyo.de>
19071
19072 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * nnmail.el (nnmail-cache-insert): Revert last change.
19075
19076 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * nnmail.el (nnmail-cache-insert): Always check whether
19079         nnmail-cache-ignore-groups matches a group name.
19080
19081 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19082
19083         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19084         (spam-find-spam, spam-log-processing-to-registry)
19085         (spam-log-registered-p, spam-log-unregistration-needed-p)
19086         (spam-log-undo-registration): Use gnus-message instead of
19087         gnus-error, none of these errors are fatal.
19088
19089         * gnus-registry.el (gnus-registry-clean-empty-function)
19090         (gnus-registry-clean-empty): Remove only empty entries without
19091         extra data.
19092
19093 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19094
19095         * spam-stat.el (spam-stat-buffer-change-to-spam)
19096         (spam-stat-buffer-change-to-non-spam): Change (error) to
19097         (gnus-message 8) invocation.
19098
19099 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * nntp.el (nntp-via-netcat-command): New variable.
19102         (nntp-via-netcat-switches): New variable.
19103         (nntp-open-via-rlogin-and-netcat): New function.
19104         (nntp-open-connection-function): Doc fix.
19105         (nntp-telnet-command): Doc fix.
19106         (nntp-end-of-line): Doc fix.
19107         (nntp-via-rlogin-command): Doc fix.
19108         (nntp-via-user-name): Doc fix.
19109         (nntp-via-address): Doc fix.
19110
19111 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19114         error in Emacs 21.1.
19115
19116 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19119
19120 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19121
19122         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19123         (gnus-agent-with-refreshed-group): New macro.
19124         (gnus-agent-rename-group): New function.
19125         (gnus-agent-delete-group): New function.
19126         (gnus-agent-save-group-info): Use gnus-command-method when
19127         `method' parameter is nil.  Don't write nil entries into the
19128         active file.
19129         (gnus-agent-get-group-info): New function.
19130         (gnus-agent-fetch-articles):
19131         Use gnus-agent-update-files-total-fetched-for to increment disk space
19132         used.
19133         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19134         Use gnus-agent-update-view-total-fetched-for to increment disk space
19135         used.
19136         (gnus-agent-get-local): Add optional parameters to avoid calling
19137         gnus-group-real-name and gnus-find-method-for-group.
19138         (gnus-agent-set-local): Delete stored entry if either min, or max,
19139         are nil.
19140         (gnus-agent-fetch-session): Reworded error/quit messages.
19141         On quit, use gnus-agent-regenerate-group to record existance of any
19142         articles fetched to disk before the quit occurred.
19143         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19144         gnus-agent-update-view-total-fetched-for, and
19145         gnus-agent-update-files-total-fetched-for to decrement disk space
19146         used.
19147         (gnus-agent-retrieve-headers):
19148         Use gnus-agent-update-view-total-fetched-for to increment disk space
19149         used.
19150         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19151         with gnus-agent-update-files-total-fetched-for to decrement disk
19152         space and fresh group buffer.
19153         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19154         (gnus-agent-need-update-total-fetched-for): New variable.
19155         (gnus-agent-update-files-total-fetched-for): New function.
19156         (gnus-agent-update-view-total-fetched-for): New function.
19157         (gnus-agent-total-fetched-for): New function.
19158
19159         * gnus-cache.el (gnus-cache-save-buffers):
19160         Use gnus-cache-update-overview-total-fetched-for to change disk space
19161         used by this group.
19162         (gnus-cache-possibly-enter-article):
19163         Use gnus-cache-update-file-total-fetched-for to increment disk space
19164         used by this group.
19165         (gnus-cache-possibly-remove-article):
19166         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19167         used by this group.
19168         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19169         (gnus-cache-rename-group): New function.
19170         (gnus-cache-delete-group): New function.
19171         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19172         (gnus-cache-need-update-total-fetched-for): New variable.
19173         (gnus-cache-with-refreshed-group): New macro.
19174         (gnus-cache-update-file-total-fetched-for): New function.
19175         (gnus-cache-update-overview-total-fetched-for): New function.
19176         (gnus-cache-rename-group-total-fetched-for): New function.
19177         (gnus-cache-delete-group-total-fetched-for): New function.
19178         (gnus-cache-total-fetched-for): New function.
19179
19180         * gnus-group.el: Require gnus-sum and autoload functions to
19181         resolve warnings when gnus-group.el compiled alone.
19182         (gnus-group-line-format): Documented new %F.
19183         (size of Fetched data) group line format; identifies disk space
19184         used by agent and cache.
19185         (gnus-group-line-format-alist): Defined new F format.
19186         (gnus-total-fetched-for): New function.
19187         (gnus-group-delete-group): No longer update
19188         gnus-cache-active-altered as gnus-request-delete-group now keeps
19189         the cache in sync.
19190         (gnus-group-list-active): Let the agent store a server's active
19191         list if currently plugged.
19192
19193         * gnus-int.el (gnus-request-delete-group):
19194         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19195         local disk in sync with the server.
19196         (gnus-request-rename-group):
19197         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19198         local disk in sync with the server.
19199
19200         * gnus-start.el (gnus-get-unread-articles):
19201         Cosmetic simplification to logic.
19202
19203         * gnus-util.el (gnus-rename-file): New function.
19204
19205 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19206
19207         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19208
19209 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19210
19211         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19212         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19213
19214 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19215
19216         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19217         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19218
19219 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19220
19221         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19222
19223 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19224
19225         * spam.el (spam-set-difference): Add function to replace
19226         gnus-set-difference in spam.el.
19227         (spam-summary-prepare-exit): Use spam-set-difference.
19228
19229 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19230
19231         * gnus-registry.el (gnus-registry-cache-file): Update to use
19232         gnus-dribble-directory OR gnus-home-directory OR ~.
19233         (gnus-registry-split-fancy-with-parent): Fix doc.
19234
19235 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * message.el (message-exchange-point-and-mark):
19238         Use message-mark-active-p.  Suggested by Jesper Harder
19239         <harder@ifa.au.dk>.
19240
19241 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * message.el (message-exchange-point-and-mark): Don't activate
19244         region if it was inactive.  Suggested by Hiroshi Fujishima
19245         <pooh@nature.tsukuba.ac.jp>.
19246
19247 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus-art.el (article-display-face): Display Faces in the same
19250         order as X-Faces.
19251
19252 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19255
19256 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19259         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19260         (gnus-article-mime-hierarchy): Remove.
19261         (gnus-article-mime-hierarchy-next): Remove.
19262         (gnus-article-mode): Revert 2004-03-19 change.
19263         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19264         (gnus-insert-mime-button): Revert 2004-03-19 change.
19265         (gnus-mime-accumulate-hierarchy): Remove.
19266         (gnus-mime-enter-multipart): Remove.
19267         (gnus-mime-leave-multipart): Remove.
19268         (gnus-mime-display-part): Revert 2004-03-19 change.
19269         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19270
19271         * mml.el (mml-preview): Revert 2004-03-19 change.
19272
19273 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19274
19275         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19276
19277 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19278
19279         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19280         t while entering a file name using the mm-with-multibyte macro.
19281         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19282
19283         * mm-util.el (mm-with-multibyte): New macro.
19284
19285 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19288         New user option.
19289         (gnus-mime-multipart-functions): Doc and customization fix.
19290         (gnus-article-mime-hierarchy): New variable.
19291         (gnus-article-mime-hierarchy-next): New variable.
19292         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19293         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19294         gnus-article-mime-hierarchy-next to nil.
19295         (gnus-insert-mime-button): Show hierarchy numbers.
19296         (gnus-mime-accumulate-hierarchy): New function.
19297         (gnus-mime-enter-multipart): New function.
19298         (gnus-mime-leave-multipart): New function.
19299         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19300         (gnus-mime-display-alternative): Show hierarchy numbers.
19301
19302         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19303         gnus-article-mime-hierarchy-next to nil.
19304
19305 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19306
19307         * dns.el: Don't require gnus-xmas.
19308
19309 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19310
19311         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19312         inline PGP.
19313         (mml-menu): Disable mml-quote-region if mark is inactive.
19314
19315 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19318         when the group's active is not available.
19319
19320 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19323         error.
19324
19325 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19326
19327         * imap.el (imap-store-password): New variable.
19328         (imap-interactive-login): Use it.
19329         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19330
19331 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19334         window-start and hscroll to summary window.
19335
19336 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19337
19338         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19339         conversion message to newsrc-dribble when an actual conversion is
19340         performed.
19341
19342 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19343
19344         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19345
19346 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * mm-decode.el (mm-complicated-handles): New function reviving
19349         former definition of mm-multiple-handles.
19350
19351         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19352         (gnus-mime-delete-part): Use it.
19353
19354 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19355
19356         * gnus-agent.el (gnus-agent-read-local):
19357         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19358         avoid the implicit assumption that they will always be equal.
19359         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19360         coding-system-for-write, as the with-temp-file macro first prints
19361         to a buffer then saves the buffer.
19362
19363 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-art.el (gnus-article-edit-part): New function.
19366         (gnus-mime-save-part-and-strip): Use it; do query instead of
19367         signaling an error; don't use mm-multiple-handles.
19368         (gnus-mime-delete-part): Ditto.
19369
19370 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19371
19372         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19373         old file versions.
19374         (gnus-group-prepare-hook): Remove function that converted list
19375         form of gnus-agent-expire-days to group properties.
19376
19377         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19378         (gnus-request-accept-article): Re-indented.
19379
19380         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19381         converters to handle old agent file formats.  Add logic for a
19382         "backup before upgrading warning".
19383         (gnus-convert-mark-converter-prompt): Developers can mark
19384         functions as needing (default), or not needing,
19385         gnus-convert-old-newsrc's "backup before upgrading warning".
19386         (gnus-convert-converter-needs-prompt): Tests whether the user
19387         should be protected from potentially irreversable changes by the
19388         function.
19389
19390         * legacy-gnus-agent.el: New.  Provides converters that are only
19391         loaded when gnus-convert-old-newsrc needs to call them.
19392
19393 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * mail-source.el (mail-source-touch-pop): Doc fix.
19396
19397         * message.el (message-smtpmail-send-it): Doc fix.
19398
19399 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19402
19403         * nnmail.el (nnmail-split-fancy): do.
19404
19405         * gnus-kill.el (gnus-kill, gnus-execute): do.
19406
19407 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19408
19409         * gnus-sum.el (gnus-widget-reversible-match)
19410         (gnus-widget-reversible-to-internal)
19411         (gnus-widget-reversible-to-external): New functions.
19412         (gnus-widget-reversible): New widget.
19413         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19414
19415 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19416
19417         * gnus-sum.el (gnus-thread-sort-functions)
19418         (gnus-article-sort-functions): Document `(not F)' items.
19419
19420 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19421
19422         * spam.el (spam-use-gmane-xref): Add new backend.
19423         (spam-gmane-xref-spam-group): Add variable to control the name of the
19424         Gmane spam group.
19425         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19426         (spam-regex-headers-spam, spam-regex-headers-ham)
19427         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19428         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19429         backends and checks.
19430         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19431
19432         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19433         an autodetect method.
19434
19435 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19436
19437         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19438         articles are being added to a group.
19439         (gnus-request-replace-article): Inform the agent that articles
19440         need to be uncached as the cached contents are no longer valid.
19441
19442 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * binhex.el: Don't autoload executable-find.
19445
19446         * canlock.el: Don't autoload mail-fetch-field.
19447
19448         * dgnushack.el: Autoload c-mode for XEmacs.
19449
19450         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19451
19452         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19453         rmail-dont-reply-to and rmail-output.
19454
19455         * gnus-score.el: Don't autoload ffap-string-at-point.
19456
19457         * gnus-setup.el: Don't autoload sc-cite-original.
19458
19459         * imap.el: Don't autoload base64-decode-string,
19460         base64-encode-string and md5.
19461
19462         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19463         and rmail-msg-restore-non-pruned-header.
19464
19465         * mm-decode.el: Don't autoload executable-find.
19466
19467         * mm-url.el: Don't autoload executable-find.
19468
19469         * mm-view.el: Don't autoload diff-mode.
19470
19471         * nndb.el: Don't autoload news-reply-mode, news-setup,
19472         cancel-timer and telnet.
19473
19474         * password.el: Don't autoload run-at-time for Emacs.
19475
19476         * sha1-el.el: Don't autoload executable-find.
19477
19478         * sieve-mode.el: Don't autoload c-mode.
19479
19480         * uudecode.el: Don't autoload executable-find.
19481
19482 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19483
19484         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19485         (gnus-agent-possibly-alter-active): Avoid null in numeric
19486         comparison.
19487         (gnus-agent-set-local): Refuse to save null in local object table.
19488         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19489         list of articles that will be marked as unread.
19490
19491 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19494
19495 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19496
19497         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19498         language tags.
19499
19500 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19501
19502         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19503         Don't bind "obarray".
19504
19505         * gnus-sum.el (gnus-thread-sort-functions):
19506         Add `gnus-thread-sort-by-most-recent-number' and
19507         `gnus-thread-sort-by-most-recent-date'.
19508         Reported by Kai Grossjohann <kai@emptydomain.de>.
19509
19510 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19513
19514 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19515
19516         * gnus-cus.el (gnus-agent-customize-category):
19517         Remove ignore-errors macro reference that required cl to be loaded at
19518         run-time.
19519
19520         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19521         single-interval range of the form (min . max).  Previously the
19522         range had to look like ((min . max)).  Likewise, return
19523         (min . max) rather than ((min . max)).
19524         (gnus-range-map): Use gnus-range-normalize to accept
19525         single-interval range.
19526
19527         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19528         the cache, but not the agent, now appear with their usual face.
19529
19530         * dgnushack.el (loaddir): New variable that is bound to the
19531         directory containing the dgnushack.el file. Use loaddir, rather
19532         than srcdir, to update load-path. Change lets dgnushack compile
19533         code in directories other than GNUS/lisp.
19534
19535 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * lpath.el: Don't bind w3m-safe-url-regexp.
19538
19539         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19540         w3m-safe-url-regexp variable buffer-local.
19541
19542         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19543
19544 2004-02-27  Simon Josefsson  <jas@extundo.com>
19545
19546         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19547         gnus-group-real-prefix.
19548         (gnus-summary-move-article): Use it, instead of
19549         gnus-group-real-prefix.
19550
19551 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * lpath.el: Bind w3m-safe-url-regexp.
19554
19555         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19556         w3m-safe-url-regexp variable buffer-local and set it as the value
19557         of mm-w3m-safe-url-regexp.
19558
19559         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19560
19561         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19562         parsing gnus-posting-styles when the message is not for replying.
19563
19564         * dgnushack.el: Autoload sgml-mode for XEmacs.
19565
19566         * nnrss.el (nnrss-opml-export):
19567         Use mm-set-buffer-file-coding-system instead of
19568         set-buffer-file-coding-system.
19569
19570 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19573         of checkdoc.el).
19574         * nnrss.el: do.
19575         * gnus-mlspl.el: do.
19576         * gnus-ml.el: do.
19577         * gnus-srvr.el: do.
19578
19579         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19580
19581 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19582
19583         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19584         Corrections to custom-manual links.
19585
19586         * gnus-art.el (gnus-article): Ditto.
19587
19588         * mm-decode.el (mime-display, mime-security): Ditto.
19589
19590 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19591
19592         * flow-fill.el: Typo.
19593
19594 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19595
19596         * spam-wash.el: New file.
19597
19598 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19599
19600         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19601
19602 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19603
19604         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19605         to be run with new-articles as LIST1, not LIST2.
19606         (spam-registration-functions): Add spam-use-ham-copy as a nil
19607         registration backend.
19608
19609 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19610
19611         * spam-stat.el (spam-stat-washing-hook): New option.
19612         (spam-stat-buffer-words): Use it.
19613         (spam-stat-process-directory, spam-stat-test-directory):
19614         Use insert-file-contents-literally.
19615         (spam-stat-coding-system): New variable.
19616         (spam-stat-load, spam-stat-save): Use it.
19617
19618 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * spam-report.el (spam-report-plug-agent):
19621         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19622
19623 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19626         Allow / in mailto URLs.
19627
19628 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19629
19630         * spam-report.el (spam-report-process-queue): Fix interactive use.
19631         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19632         (spam-report-unplug-agent): Doc fixes.
19633         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19634         (spam-report-agentize, spam-report-deagentize): Autoload.
19635
19636 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19639
19640         * message.el (message-setup-fill-variables): Add mml tags to
19641         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19642         <ajk@iu.edu>.
19643         (message-mode): Don't modify paragraph-separate there.
19644
19645 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * compface.el (uncompface-use-external): Default to undecided.
19648         (uncompface-use-external-threshold): New variable.
19649         (uncompface-float-time): New macro.
19650         (uncompface): Determine whether to use the external decoder if
19651         uncompface-use-external is undecided.
19652
19653 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19654
19655         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19656         after images.
19657
19658         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19659
19660 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19663
19664         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19665
19666         * gnus-sum.el (gnus-summary-limit-to-age)
19667         (gnus-summary-limit-children): do.
19668
19669         * gnus-int.el (gnus-request-scan): do.
19670
19671         * gnus-group.el (gnus-group-suspend): do.
19672
19673         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19674
19675         * gnus-cite.el (gnus-cite-parse-attributions): do.
19676
19677         * gnus-agent.el (gnus-summary-set-agent-mark)
19678         (gnus-agent-regenerate-group): do.
19679
19680         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19681
19682         * binhex.el (binhex-decode-region-internal): do.
19683
19684 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-fun.el (gnus-face-properties-alist): New user option.
19687         (gnus-display-x-face-in-from): Use it.
19688
19689         * gnus-art.el (article-display-face): Ditto.
19690
19691         * compface.el (uncompface-use-external): Default to nil.
19692
19693 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19694
19695         * nntp.el (nntp-erase-buffer): New function.
19696         (nntp-retrieve-data, nntp-send-command)
19697         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19698         (nntp-possibly-change-group): Use it.
19699
19700         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19701         Use with-current-buffer.
19702
19703 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19704
19705         * compface.el: Merge the ELisp-based uncompface program.
19706         (compface): New customization group.
19707         (uncompface-use-external): New user option.
19708         (uncompface): Call uncompface-internal if uncompface-use-external
19709         is nil.
19710         (uncompface-internal): New function.  Note that there are also
19711         some other functions and variables added for this function.
19712
19713 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19714
19715         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19716         if necessary.
19717
19718 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19719
19720         * spam-report.el (spam-report-unplug-agent)
19721         (spam-report-plug-agent, spam-report-deagentize)
19722         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19723         Add support for the Agent in spam-report: when unplugged, report to a
19724         file; when plugged, submit all the requests.
19725
19726         * spam.el (spam-register-routine): Fix message about
19727         registration.
19728
19729 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19730
19731         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19732         dependencies.
19733         (rfc2047-encode): Use it.
19734
19735         * gnus-art.el (gnus-button-marker-list): Move before first
19736         reference.
19737
19738         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19739         (imap-parse-body): Fix format string mismatch.
19740
19741         * gnus-score.el (gnus-summary-increase-score): do.
19742
19743         * nnrss.el (nnrss-close): New function.
19744
19745 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19746
19747         * nnrss.el (nnrss-make-filename): New function.
19748         (nnrss-request-delete-group, nnrss-read-server-data)
19749         (nnrss-save-server-data, nnrss-read-group-data)
19750         (nnrss-save-group-data): Use it.
19751         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19752         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19753         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19754
19755 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19756
19757         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19758
19759 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19760
19761         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19762         files.
19763
19764         * message.el (message-generate-headers-first): Don't quote nil
19765         and t in docstrings.
19766
19767         * imap.el (imap-id): do.
19768
19769         * gnus-agent.el (gnus-agent-consider-all-articles)
19770         (gnus-agent-queue-mail): do.
19771
19772 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * spam-report.el (spam-report-process-queue): New function.
19775         Process requests from `spam-report-requests-file'.
19776         (spam-report-process-queue): Doc fix.
19777
19778 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19779
19780         * spam.el (spam-register-routine)
19781         (spam-log-processing-to-registry, spam-log-registered-p)
19782         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19783         Change "check" to "spam-check" for semi-clarity.
19784
19785 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * pop3.el: Require nnheader.
19788
19789         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19790
19791         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19792
19793         * gnus-picon.el: Require cl.
19794
19795         * gnus-fun.el: Require gnus-ems and gnus-util.
19796
19797         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19798
19799         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19800
19801         * gnus-art.el (gnus-article-edit-mode): Define before first
19802         reference.
19803
19804 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19805
19806         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19807         (gnus-uu-post-encoded): Use point-at-bol.
19808
19809         * gnus-topic.el (gnus-group-active-topic-p): do.
19810
19811         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19812
19813         * gnus-group.el (gnus-group-kill-region): do.
19814
19815         * gnus-art.el (article-date-ut): do.
19816
19817         * message.el (message-fetch-field): Remove redundant
19818         case-fold-search binding.
19819         (message-narrow-to-field): Simplify.
19820
19821 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19822
19823         * spam.el (spam-directory): Derive from `gnus-directory'.
19824
19825         * spam-report.el (spam-report-url-to-file)
19826         (spam-report-requests-file): New function and variable for offline
19827         reporting.
19828         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19829         and user defined function.
19830         (spam-report-url-ping-mm-url): Remove doubled slash.
19831
19832 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19833
19834         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19835
19836 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19837
19838         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19839         Fix format string mismatch.
19840
19841         * sieve.el (sieve-deactivate-all): do.
19842
19843         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19844
19845         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19846
19847         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19848
19849         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19850
19851 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19852
19853         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19854         the list of checks.
19855
19856 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19857
19858         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19859         padding.
19860
19861 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19862
19863         * mm-view.el (mm-fill-flowed): New variable.
19864         (mm-inline-text): Use it.
19865
19866 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19867
19868         * spam.el (spam-spamassassin-register-ham-routine)
19869         (spam-spamassassin-register-spam-routine): Fix function names.
19870
19871 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * gnus.el (gnus-tmp-grouplens): Remove.
19874         (gnus-summary-line-format): Remove grouplens.
19875
19876         * gnus-group.el (gnus-group-line-format): Ditto.
19877
19878         * gnus-spec.el (gnus-format-specs): Ditto.
19879         (gnus-update-format-specifications): Flush the group format spec
19880         cache if there's the grouplens stuff.
19881         (gnus-parse-simple-format): Replace %l with the empty string.
19882
19883 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19884
19885         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19886         omission.
19887
19888 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19891         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19892
19893 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19894
19895         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19896         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19897         New macros and functions.
19898         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19899         Handle > NLINK_MAX messages.
19900         * nnmaildir.el (nnmaildir-request-set-mark):
19901         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19902
19903 2004-01-25  Alex Schroeder  <alex@gnu.org>
19904
19905         * spam-stat.el (spam-stat-process-directory-age): New option.
19906         (spam-stat-process-directory): Use it.
19907
19908 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19909
19910         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19911         (spam-stat-save): Accept prefix argument.
19912
19913 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19914
19915         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19916         links" error.
19917
19918 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19921         the rest of the and/or forms.
19922
19923 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19926         compatibility with old .newsrc.eld files.
19927
19928         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19929
19930         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19931
19932         * gnus-start.el (gnus-1): do.
19933
19934         * gnus-group.el (gnus-group-line-format-alist): do.
19935
19936         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19937
19938         * gnus-gl.el: Remove.
19939
19940 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19941
19942         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19943         marks consisting of a single range {for example, (3 . 5)} rather
19944         than a list of a single range { ((3 . 5)) }.
19945
19946 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19947
19948         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19949         Use with-current-buffer.
19950         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19951         avoid consing a string.
19952
19953         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19954         Remove obsolete entries for big5 and gb2312.
19955
19956 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19957
19958         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19959         uncompressed list.
19960
19961 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19962
19963         * spam-stat.el (spam-stat-strip-xref): New function.
19964         (spam-stat-process-directory): Use it.
19965
19966         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19967         here -- it's done in message-fetch-field.
19968
19969 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19970
19971         * gnus-agent.el (gnus-agent-queue-mail)
19972         (gnus-agent-prompt-send-queue): New variables.
19973         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19974         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19975         "nndraft:queue" along to gnus-draft-send.
19976         Use gnus-agent-prompt-send-queue.
19977         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19978         is "nndraft:queue".  Suggested by Gaute Strokkenes
19979         <gs234@srcf.ucam.org>
19980
19981         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19982         (agent-enable-undownloaded-faces): Add.
19983         (gnus-agent-cat-groups): Use eval-and-compile, not
19984         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19985         method of gnus-agent-cat-groups even when the buffer has been
19986         evaled.
19987         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19988         delete gnus-agent-save-active-1.
19989         (gnus-agent-save-groups): Delete.  Identical to
19990         gnus-agent-save-active.
19991         (gnus-agent-write-active): No longer adjust agent's copy of active
19992         file as agent's adjustments are now stored in their own
19993         file.  Remove optional parameter.
19994         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19995         servers.  Add use of min/max range limits from server's local
19996         file.
19997         (gnus-agent-save-alist): Remove unused optional argument.
19998         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19999         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20000         (gnus-agent-set-local): A per-server file that keeps min/max range
20001         limits for articles known to the agent.  Provides a fast mechanism
20002         for altering many active ranges.
20003         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20004         active file (local makes it unnecessary).
20005         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20006
20007         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20008         (agent-enable-undownloaded-faces): Add.
20009
20010         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20011         disable it when sending to "nndraft:queue".
20012         (gnus-group-send-queue): Add safety check to avoid sending queue
20013         when unplugged.
20014
20015         * gnus-group.el (gnus-group-catchup): Use new
20016         gnus-sequence-of-unread-articles, not
20017         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20018         numbers of articles.  Use gnus-range-map to avoid having to
20019         uncompress the unread list.
20020         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20021         Fix invalid ange-ftp reference.
20022
20023         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20024         (gnus-sorted-range-intersection): Intersection of two ranges
20025         without requiring that they first be uncompressed.
20026
20027         * gnus-start.el (gnus-activate-group): Unless blocked by the
20028         caller, possibly expand the active range to include both cached
20029         and agentized articles.
20030         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20031         multiple version-dependent converters.
20032         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20033         gnus-agent-save-active.
20034         (gnus-save-newsrc-file): Save dirty agent range limits.
20035
20036         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20037         gnus-agent-possibly-alter-active.
20038         (gnus-adjust-marked-articles): Faster handling of simple lists.
20039
20040 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20041
20042         * spam-stat.el (spam-stat-test-directory): New optional argument
20043         displays a list of files detected.  Suggested by Andrew Cohen
20044         <cohen@andy.bu.edu>.
20045         (spam-stat-buffer-words-with-scores): Don't narrow and change
20046         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20047
20048 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20049
20050         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20051         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20052         (spam-spamassassin-arguments)
20053         (spam-spamassassin-spam-flag-header)
20054         (spam-spamassassin-positive-spam-flag-header)
20055         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20056         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20057         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20058         (spam-list-of-processors, spam-list-of-checks)
20059         (spam-list-of-statistical-checks, spam-registration-functions)
20060         (spam-check-spamassassin-headers, spam-check-spamassassin)
20061         (spam-spamassassin-score)
20062         (spam-spamassassin-register-with-sa-learn)
20063         (spam-spamassassin-register-spam-routine)
20064         (spam-spamassassin-register-ham-routine)
20065         (spam-assassin-register-spam-routine)
20066         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20067         (spam-bogofilter-score): Fix to show article before scoring.
20068
20069 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20070
20071         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20072         default scoring function.
20073         (spam-generic-score): Call spam-spamassassin-score if
20074         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20075         spam-bogofilter-score otherwise.
20076
20077         * gnus.el (spam-process, spam-autodetect-methods):
20078         Add spamassassin and spamassassin-headers.
20079
20080 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20081
20082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20083         Suppress unnecessary messages.
20084
20085 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20086
20087         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20088         make-hash-table.
20089
20090 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * canlock.el (base64-encode-string): Don't autoload it.
20093
20094 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * run-at-time.el: Remove useless (require 'itimer),
20097         eval-and-compile and (featurep 'xemacs).
20098
20099 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20100
20101         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20102         GROUP is a virtual group.
20103
20104 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20105
20106         * gnus.el: Autoload `message-y-or-n-p'.
20107
20108 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20109
20110         * pgg-parse.el: Remove unnecessary (require 'custom).
20111
20112         * pgg-def.el: do.
20113
20114         * nnmail.el: do.
20115
20116         * gnus-undo.el: do.
20117
20118         * gnus-picon.el: do.
20119
20120         * gnus-util.el: do.
20121
20122 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20125
20126 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20129         handle, as well as a list.
20130
20131         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20132         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20133         (mm-w3m-cid-retrieve): Simplify.
20134
20135 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20136
20137         * message.el (message-kill-to-signature): Allow prefix arg to
20138         specify number of lines to keep before signature.
20139
20140 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20141
20142         * message.el (message-kill-to-signature): Change docstring.
20143
20144 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * canlock.el: Always require sha1-el.
20147         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20148
20149         * message.el: Autoload sha1 only when compiling.
20150
20151         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20152         eudc-expand-inline for XEmacs.
20153
20154 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * message.el (message-canlock-generate): Require sha1-el.
20157
20158 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20159
20160         * message.el (message-expand-name): Silence the byte compiler.
20161
20162         * lpath.el: Add detect-coding-system.
20163
20164         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20165         cus-edit.
20166
20167 2004-01-13  Simon Josefsson  <jas@extundo.com>
20168
20169         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20170         Invoke gnus-score-mode.
20171         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20172
20173         * gnus-range.el (gnus-compress-sequence): Doc fix.
20174         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20175
20176 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20177
20178         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20179
20180 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20181
20182         * spam.el (spam-get-article-as-string): Update to use
20183         gnus-request-article-this-buffer, much simpler.
20184         (spam-get-article-as-buffer): Remove.
20185
20186 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20187
20188         * message.el (message-expand-name): Use EUDC if the user uses that.
20189
20190 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20191
20192         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20193         character for the encoding to avoid consing a string.
20194
20195         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20196         unnecessarily.
20197
20198         * mm-util.el (mm-replace-chars-in-string): Remove.
20199
20200         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20201         of mm-replace-chars-in-string.
20202
20203 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20204
20205         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20206
20207         * mm-util.el (mm-subst-char-in-string): Support inplace.
20208
20209         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20210         a new string in every iteration.  Use shy groups.
20211
20212 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20213
20214         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20215         * gnus-soup.el (gnus-soup-group-brew):
20216         * gnus-msg.el (gnus-put-message):
20217         * gnus-move.el (gnus-group-move-group-to-server):
20218         * gnus-kill.el (gnus-batch-score):
20219         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20220         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20221         (gnus-group-update-group, gnus-group-read-group)
20222         (gnus-group-make-group, gnus-group-make-help-group)
20223         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20224         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20225         (gnus-group-sort-by-unread, gnus-group-catchup)
20226         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20227         (gnus-group-yank-group, gnus-group-set-info)
20228         (gnus-group-list-groups):
20229         * gnus.el (gnus-generate-new-group-name):
20230         * gnus-delay.el (gnus-delay-send-queue):
20231         * nnvirtual.el (nnvirtual-catchup-group):
20232         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20233         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20234         (gnus-group-prepare-topics, gnus-topic-check-topology):
20235         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20236         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20237         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20238         (gnus-group-make-articles-read):
20239         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20240         (gnus-group-change-level, gnus-kill-newsgroup)
20241         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20242         (gnus-get-unread-articles, gnus-make-articles-unread)
20243         (gnus-make-ascending-articles-unread): Use accessor
20244         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20245         to get group information for improved readability.
20246
20247
20248 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * gnus-art.el (article-decode-mime-words, article-babel)
20251         (gnus-article-highlight-signature, gnus-article-add-buttons)
20252         (gnus-signature-toggle): Use gnus-with-article-buffer.
20253
20254         * gnus-art.el (gnus-article-highlight-headers)
20255         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20256
20257         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20258         (gnus-article-set-globals, gnus-request-article-this-buffer)
20259         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20260         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20261         (gnus-mime-display-alternative): Use with-current-buffer.
20262
20263 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20264
20265         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20266         also under 80 char limit, and call gnus-error if needed.
20267         (spam-fetch-article-header): Fix - it was a
20268         buffer-local variable (gnus-newsgroup-data).
20269         (spam-find-spam): Use spam-generate-fake-headers, forget about
20270         spam-insert-fake-headers.
20271         (spam-insert-fake-headers): Remove.
20272
20273 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20274
20275         * deuglify.el (gnus-article-outlook-unwrap-lines)
20276         (gnus-outlook-rearrange-article)
20277         (gnus-outlook-repair-attribution-outlook)
20278         (gnus-outlook-repair-attribution-block)
20279         (gnus-outlook-repair-attribution-other): Remove redundant
20280         save-excursion.
20281
20282 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20283
20284         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20285         (spam-fetch-field-subject-fast)
20286         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20287         (spam-fetch-article-header): Add functions to deal with Gnus
20288         internals for fast retrieval of article header data.
20289         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20290
20291 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20292
20293         * pop3.el (pop3-md5): Remove.
20294         (pop3-apop): Replace pop3-md5 with md5.
20295
20296         * mm-bodies.el: base64 is always built-in.
20297
20298         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20299         Use with-current-buffer.
20300
20301 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * canlock.el (canlock-insert-header): Remove excessive grouping in
20304         regexp.
20305
20306         * gnus-sum.el (gnus-summary-read-document): Ditto.
20307
20308         * gnus-uu.el (gnus-uu-part-number): Ditto.
20309
20310         * html2text.el (html2text-remove-tags): Ditto.
20311         (html2text-format-tags): Ditto.
20312         (html2text-format-single-elements): Ditto.
20313
20314         * mml.el (mml-parse-1): Ditto.
20315
20316 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20317
20318         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20319
20320         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20321
20322         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20323
20324         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20325
20326 2003-11-15  Simon Josefsson  <jas@extundo.com>
20327
20328         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20329         (pgg-gpg-lookup-key): Use regexp match instead of
20330         split-string (split-string is different between emacs 21.2 and
20331         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20332
20333 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20334
20335         * gnus-art.el (gnus-mime-view-all-parts)
20336         (gnus-article-part-wrapper, gnus-article-view-part):
20337         Use with-current-buffer.
20338
20339 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20340
20341         * spam.el (spam-disable-spam-split-during-ham-respool)
20342         (spam-spamoracle-database, spam-cache-lookups)
20343         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20344         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20345         (spam-group-ham-marks, spam-group-spam-marks)
20346         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20347         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20348         also add spam-use-blackholes to the statistical checks.
20349         (spam-fetch-field-fast): Add interface to fetching fields, may
20350         become a macro.
20351         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20352         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20353         (spam-insert-fake-headers): Fake an article when needed.
20354         (spam-find-spam): Fake article when possible.
20355         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20356         (spam-check-bogofilter-headers): Use message-fetch-field instead
20357         of nnmail-fetch-field.
20358
20359 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20360
20361         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20362
20363 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20364
20365         * spam.el (spam-split): Do not require spam-use-CHECK to be
20366         enabled if that check is passed to spam-split explicitly; also
20367         fix so 'spam doesn't get converted to spam-split-group when
20368         spam-split-symbolic-return is t.
20369         (spam-find-spam): Find registrations of the article and use those
20370         instead of re-running spam-split to find the spam/ham
20371         classification of the article.
20372         (spam-log-processing-to-registry, spam-log-registered-p)
20373         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20374         Use gnus-error instead of gnus-message.
20375         (spam-log-registration-type): Add function to determine the
20376         classification of a message based on registry entries; will
20377         return nil if both 'spam and 'ham are found.
20378         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20379         a reasonably fast local cache without the loading errors.
20380         (spam-cache-lookups): Set to t by default.
20381         (spam-find-spam): Don't try to guess spam-cache-lookups.
20382         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20383         spam-caches entry.
20384         (spam-filelist-build-cache, spam-filelist-check-cache):
20385         Fix caching of whitelist/blacklist entries.
20386         (spam-check-whitelist, spam-check-blacklist):
20387         Invoke spam-from-listed-p with a type, not a cache variable.
20388         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20389
20390 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20391
20392         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20393
20394         * nnmail.el (nnmail-split-fancy): do.
20395
20396         * mml.el (mml-parse): do.
20397
20398         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20399         (gnus-score-adaptive): do.
20400
20401 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20404         (gnus-mime-button-map): Don't set keymap parent.
20405         (gnus-button-ctan-directory-regexp): Use shy grouping.
20406         (gnus-prev-page-map): Don't set keymap parent.
20407         (gnus-prev-page-map): Remove duplicated one.
20408         (gnus-next-page-map): Don't set keymap parent.
20409         (gnus-mime-security-button-map): Ditto.
20410
20411         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20412         version number.
20413
20414         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20415
20416 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * canlock.el (canlock-sha1-function): Remove.
20419         (canlock-sha1-function-for-verify): Remove.
20420         (canlock-openssl-program): Remove.
20421         (canlock-openssl-args): Remove.
20422         (canlock-ignore-errors): Remove.
20423         (canlock-sha1-with-openssl): Remove.
20424         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20425         (canlock-verify): Don't use canlock-ignore-errors.
20426
20427         * sha1-el.el (sha1-string-external): Make it can return a string
20428         in binary form.
20429         (sha1-region-external): Ditto.
20430         (sha1-string-internal): Ditto.
20431         (sha1-region-internal): Ditto.
20432         (sha1-region): Ditto.
20433         (sha1-string): Ditto.
20434         (sha1): Ditto.
20435
20436 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * spam.el (spam-report-articles-gmane): New command.
20439
20440 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20443
20444         * run-at-time.el (run-at-time-saved): Remove.
20445         (run-at-time): Doc fix.
20446
20447 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20448
20449         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20450         (gnus-summary-limit-map): Add it.
20451         (gnus-summary-make-menu-bar): do.
20452
20453 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20454
20455         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20456         Make attempt at some caching support (done for BBDB only now).
20457         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20458         addresses to be checked.
20459         (spam-clear-cache-BBDB): Add function, to be invoked by
20460         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20461         (spam-check-BBDB): Check and use the caches, if
20462         spam-cache-lookups is on, remove superfluous (provide).
20463
20464 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20465
20466         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20467
20468 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20469
20470         * run-at-time.el (run-at-time-saved): Move to after the definition
20471         of `run-at-time'.
20472
20473         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20474
20475 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20476
20477         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20478         mm-w3m-local-map-property.
20479
20480         * mm-view.el (mm-w3m-mode-map): Remove.
20481         (mm-w3m-local-map-property): Remove.
20482         (mm-inline-text-html-render-with-w3m): Don't use
20483         mm-w3m-local-map-property.
20484
20485 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20486
20487         * run-at-time.el: New file.
20488
20489         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20490         under Emacs.
20491
20492         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20493         of gnus-set-text-properties.
20494
20495         * gnus-uu.el (gnus-uu-save-article): Ditto.
20496
20497         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20498
20499         * gnus-cite.el (gnus-cite-parse): Ditto.
20500
20501         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20502         of gnus-.
20503
20504         * gnus-xmas.el (run-at-time): Require run-at-time.
20505
20506         * gnus.el: Change calls to nnheader-run-at-time and
20507         password-run-at-time throughout to use run-at-time directly.
20508
20509         * password.el: Remove definition of run-at-time.
20510
20511         * nnheaderxm.el: Remove definition of run-at-time.
20512
20513 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20514
20515         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20516         in prompt.
20517
20518 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20519
20520         * messagexmas.el (message-xmas-redefine): Alias
20521         `message-make-caesar-translation-table' to
20522         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20523         version.
20524
20525         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20526         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20527         `gnus-xmas-set-text-properties'.
20528         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20529         `gnus-xmas-completing-read'.
20530         (gnus-xmas-completing-read): Removed.
20531         (gnus-xmas-open-network-stream): Removed.
20532
20533         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20534         XEmacs version.
20535
20536         * dns.el (dns-make-network-process): Use `open-network-stream'
20537         instead of `gnus-xmas-open-network-stream'.
20538
20539         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20540
20541         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20542
20543 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20544
20545         * gnus-art.el (gnus-mime-display-alternative)
20546         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20547         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20548         Don't use gnus-local-map-property.
20549
20550         * gnus-util.el (gnus-local-map-property): Remove.
20551
20552         * mm-view.el (mm-view-pkcs7-decrypt):
20553         Replace gnus-completing-read-maybe-default with completing-read.
20554
20555         * gnus-util.el (gnus-completing-read): do.
20556         (gnus-completing-read-maybe-default): Remove.
20557
20558 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20559
20560         * password.el: Only autoload `run-at-time' if not XEmacs.
20561         Only autoload the itimer functions if XEmacs.
20562
20563 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20564
20565         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20566         XEmacsen.
20567
20568         * dgnushack.el: Autoload executable-find for XEmacs.
20569
20570 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20571
20572         * gnus-art.el (gnus-read-string): Remove.
20573         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20574         read-string.
20575
20576 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20577
20578         * netrc.el: Autoload password-read.
20579         (netrc): Add configuration group.
20580         (netrc-encoding-method, netrc-openssl-path):
20581         Add variables for encoding and decoding of files with symmetric
20582         ciphers.
20583         (netrc-encode): Add assistant function to encode a file with
20584         netrc-encoding-method.
20585         (netrc-parse): Add interactive parameter, added optional
20586         decoding if netrc-encoding-method is non-nil but otherwise
20587         behavior is standard.
20588         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20589         Do s/encode/encrypt/ everywhere.
20590
20591         * spam.el: Remove executable-find autoload.
20592
20593 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20594
20595         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20596
20597         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20598
20599 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * gnus-art.el (gnus-treat-ansi-sequences)
20602         (article-treat-ansi-sequences): New variable and function.
20603         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20604
20605         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20606         Use it.
20607
20608 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20609
20610         * mm-util.el (mm-quote-arg): Remove.
20611
20612         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20613         shell-quote-argument.
20614
20615         * gnus-uu.el (gnus-uu-command): do.
20616
20617         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20618
20619         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20620         with make-char.
20621
20622         * mm-util.el (mm-make-char): Remove.
20623
20624         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20625         add-minor-mode.
20626
20627         * gnus-undo.el (gnus-undo-mode): do.
20628
20629         * gnus-topic.el (gnus-topic-mode): do.
20630
20631         * gnus-sum.el (gnus-dead-summary-mode): do.
20632
20633         * gnus-start.el (gnus-slave-mode): do.
20634
20635         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20636
20637         * gnus-ml.el (gnus-mailing-list-mode): do.
20638
20639         * gnus-gl.el (gnus-grouplens-mode): do.
20640
20641         * gnus-draft.el (gnus-draft-mode): do.
20642
20643         * gnus-dired.el (gnus-dired-mode): do.
20644
20645         * gnus-ems.el (gnus-add-minor-mode): Remove.
20646
20647         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20648         Replace gnus-char-width with char-width.
20649
20650         * gnus-ems.el (gnus-char-width): Remove.
20651
20652         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20653         Replace gnus-char-width with char-width.
20654
20655         * gnus-ems.el (gnus-char-width): Remove.
20656
20657         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20658         definition.
20659         Remove Emacs 20 hash table compatibility code.
20660
20661         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20662         20 compatibility code.
20663
20664         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20665
20666         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20667
20668         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20669         Replace with point-at-{eol,bol}.
20670
20671         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20672
20673         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20674
20675         * flow-fill.el (fill-flowed-point-at-bol)
20676         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20677
20678         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20679         Replace with point-at-{eol,bol} throughout all files.
20680
20681 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * ntlm.el (ntlm-string-as-unibyte): New macro.
20684         (ntlm-build-auth-response): Use it.
20685
20686         Remove Emacs 20 stuff:
20687         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20688         (butlast, mapc, remove): Remove the compiler macros.
20689         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20690         of delq and copy-sequence.
20691         * gnus-art.el (popup-menu): Remove the compiler macro.
20692         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20693         Emacs 20.
20694
20695 2004-01-05  Simon Josefsson  <jas@extundo.com>
20696
20697         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20698         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20699         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20700         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20701         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20702         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20703         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20704         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20705         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20706         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20707         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20708         string-xor into ntlm-string-xor.
20709         Suggested by Jesper Harder <harder@myrealbox.com>.
20710
20711         * ntlm.el: Don't include poem.
20712
20713         * md4.el (print-int32, print-string-hexa): Remove.
20714         Suggested by Jesper Harder <harder@myrealbox.com>.
20715
20716         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20717
20718         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20719         probably breaks emacs with DL patch, but do we care? Is anyone
20720         still using the DL stuff?)
20721
20722         * sieve-manage.el: Use the password package.
20723         (sieve-manage-read-passwd): Remove.
20724         (sieve-manage-interactive-login): Use password.  Re-add
20725         condition-case around loop.
20726
20727         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20728         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20729         Use the password package.
20730
20731 2003-02-19  Simon Josefsson  <jas@extundo.com>
20732
20733         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20734         token.
20735
20736 2002-08-07  Simon Josefsson  <jas@extundo.com>
20737
20738         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20739         (sieve-manage-authenticators):
20740         (sieve-manage-authenticator-alist): Add some SASL mechs.
20741         (sieve-sasl-auth): New function.
20742         (sieve-manage-cram-md5-auth):
20743         (sieve-manage-plain-auth): Rewrite using SASL library.
20744         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20745         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20746         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20747         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20748
20749 2004-01-05  Simon Josefsson  <jas@extundo.com>
20750
20751         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20752         New files.
20753
20754 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20755
20756         * gnus-group.el (gnus-no-groups-message): Update.
20757
20758         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20759
20760 2003-11-09  Simon Josefsson  <jas@extundo.com>
20761
20762         * imap.el: Support for ID IMAP extension (RFC 2971).
20763         (imap-local-variables): Add imap-id.
20764         (imap-id): New variable.
20765         (imap-id): New function.
20766         (imap-parse-response): Parse untagged ID response.
20767         * nnimap.el (nnimap-id): New variable.
20768         (nnimap-open-connection): Use it.
20769
20770 2003-12-28  Simon Josefsson  <jas@extundo.com>
20771
20772         * gnus-score.el (gnus-score-edit-all-score): New.
20773         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20774
20775 2004-01-04  Simon Josefsson  <jas@extundo.com>
20776
20777         * password.el: Add.
20778
20779 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20780
20781         * dns.el (dns-query-types): Fix typo.
20782         (dns-query-types): New function.
20783         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20784         PTR and SOA replies, see RFC 1035.
20785
20786 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20787
20788         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20789
20790         * Move to Changelog.2.
20791
20792 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20793
20794         * gnus.el (gnus-version-number): Bump version.
20795
20796 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20797
20798         * gnus.el: No Gnus v0.1 is released.
20799
20800 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20801
20802         * gnus.el: No Gnus v0.0 is released.
20803
20804 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20805
20806         * gnus.el (gnus-version-number): Bump.
20807         (gnus-version): No.
20808
20809 See ChangeLog.2 for earlier changes.
20810
20811   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20812
20813   This file is part of GNU Emacs.
20814
20815   GNU Emacs is free software: you can redistribute it and/or modify
20816   it under the terms of the GNU General Public License as published by
20817   the Free Software Foundation, either version 3 of the License, or
20818   (at your option) any later version.
20819
20820   GNU Emacs is distributed in the hope that it will be useful,
20821   but WITHOUT ANY WARRANTY; without even the implied warranty of
20822   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20823   GNU General Public License for more details.
20824
20825   You should have received a copy of the GNU General Public License
20826   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20827
20828 ;; Local Variables:
20829 ;; coding: utf-8
20830 ;; fill-column: 79
20831 ;; add-log-time-zone-rule: t
20832 ;; End: