(article-date-ut): Get the date from the Date header on `t'.
[gnus] / lisp / ChangeLog
1 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (article-date-ut): Get the date from the Date header on
4         `t'.
5
6 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * auth-source.el (auth-source-search): Use copy-sequence instead of
9         the cl.el copy-list.
10
11 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * imap.el: Bring it back (revert
14         84d800cd31de3064f0ed39617d725709a2f8f42f).
15
16 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
17
18         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
19         Improve prompt.
20
21 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-art.el (gnus-article-mode-line-format): Remove the article
24         washing status from the default format.  It isn't very informative.
25
26 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
27
28         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
29         Gcc processing on imap.
30
31 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * imap.el: Remove file.  All the functionality is in nnimap.el.
34
35 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36
37         * message.el (message-bury): Don't pop up a new window when selected
38         window is dedicated.
39
40 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
41
42         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
43
44 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
45
46         * sieve-manage.el: Autoload `auth-source-search'.
47         (sieve-sasl-auth): Use it.
48
49 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * nnimap.el: Autoload `auth-source-forget+'.
52         (nnimap-open-connection-1): Use it if the connection fails.
53
54         * auth-source.el: Require `password-cache'.
55         (auth-source-hide-passwords, auth-source-cache): Remove and mark
56         obsolete.
57         (auth-source-magic): Marker for `password-cache' keys.
58         (auth-source-do-cache): Update docstring.
59         (auth-source-search): Use and check cache.
60         (auth-source-forget-all-cached, auth-source-remember)
61         (auth-source-recall, auth-source-forget, auth-source-forget+)
62         (auth-source-specmatchp): Caching support functions.
63         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
64         Remove and obsolete.
65         (auth-source-user-or-password): Remove caching to further discourage
66         using it.  Always hide passwords.
67
68         * password-cache.el (password-cache-remove): Accept secrets that are
69         not strings.
70
71 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
74         code for now, since it doesn't work for all users.
75
76 2011-02-09  Julien Danjou  <julien@danjou.info>
77
78         * message.el (message-options): Make message-options really buffer
79         local.
80
81 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * mail-source.el: Autoload `auth-source-search'.
84         (mail-source-keyword-map): Note order matters.
85         (mail-source-set-1): Get all the mail-source source values and
86         defaults and search auth-source on those if needed.  This can all
87         probably be simplified.
88
89         * nnimap.el: Autoload `auth-source-search'.
90         (nnimap-credentials): Use it.
91         (nnimap-open-connection-1): Ask for the virtual server and physical
92         address in one shot.
93
94         * nntp.el: Autoload `auth-source-search'.
95         (nntp-send-authinfo): Use it.  Note TODO.
96
97 2011-02-08  Julien Danjou  <julien@danjou.info>
98
99         * shr.el (shr-tag-body): Add support for text attribute in body
100         markups.
101
102         * message.el (message-options): Make message-options a local variable.
103
104 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * auth-source.el (auth-source-secrets-search)
107         (auth-source-user-or-password): Use `append' instead of `nconc'.
108         (auth-source-user-or-password): Build return list better and protect
109         against nil :secret.
110
111 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
112
113         * nnimap.el (nnimap-update-info): Refactor slightly.
114         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
115         (nnimap-update-info): Clean up slightly.
116         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
117         characters.
118         (nnimap-process-quirk): Rename function to avoid collision.
119         (nnimap-update-info): Fix macrology bug-out.
120         (nnimap-update-info): Simplify split history test.
121
122 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
123
124         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
125         `secrets-get-attributes' instead of `secrets-get-attribute'.
126         (auth-source-secrets-search): Limit search when `max' is greater than
127         number of results.
128
129 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
130
131         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
132         part not returning any data.
133
134         * proto-stream.el (open-protocol-stream): Document the return value.
135
136 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * auth-source.el (auth-source-secrets-search): Add examples.
139
140 2011-02-06  Julien Danjou  <julien@danjou.info>
141
142         * message.el (message-setup-1): Handle message-generate-headers-first
143         set to t.
144
145 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
146
147         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
148         API with a string "secrets:collection-name" and with 'default.
149         (auth-source-backend-parse): Parse "secrets:collection-name" and
150         'default.  Recurse on parses instead of repeating code.  Use the
151         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
152         message when ignoring a source.
153         (auth-source-search): List ignored search keys at the top level.
154         (auth-source-netrc-create): Use `case' instead of `cond'.
155         (auth-source-secrets-search): Created with TODOs.
156         (auth-source-secrets-create): Created with TODOs.
157         (auth-source-retrieve, auth-source-create, auth-source-delete)
158         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
159         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
160         (auth-source-user-or-password-sftp)
161         (auth-source-user-or-password-smtp): Removed.
162         (auth-source-user-or-password): Deprecated and modified to be a wrapper
163         around `auth-source-search'.  Not tested thoroughly.
164
165 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * auth-source.el: Bring in assoc and eioeio libraries.
168         (secrets-enabled): New variable to track the status of the Secrets API.
169         (auth-source-backend): New EIOEIO class to represent a backend.
170         (auth-source-creation-defaults): New variable to set prompt defaults
171         during token creation (see the `auth-source-search' docstring for
172         details).
173         (auth-sources): Simplify to allow a simple string as a netrc backend
174         spec.
175         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
176         (auth-source-backend-parse-parameters): Fill in the backend parameters.
177         (auth-source-search): Main auth-source API entry point.
178         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
179         (auth-source-search-collection): Helper function for searching.
180         (auth-source-netrc-parse, auth-source-netrc-normalize)
181         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
182         Supports search, create, and delete.
183         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
184         backend stubs.
185         (auth-source-user-or-password): Call `auth-source-search' but it's not
186         ready yet.
187
188 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-setup-1): Remove the read-only stuff, since it
191         doesn't work under XEmacs, for some reason.
192
193         * gnus-sum.el (gnus-user-date): Rename back from
194         gnus-summary-user-date since user code refers to it.
195
196         * shr.el (shr-render-td): Store the actual background colour used.
197
198         * message.el (message-setup-1): Don't bind the constant
199         -forbidden-properties.
200         (message-setup-1): Revert previous change, since it needs to bind the
201         props to insert them.
202         (message-resend): Allow removing the read-only separator line.
203
204 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-request-accept-article): Give an error message if
207         the APPEND wasn't successful.
208
209 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
210
211         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
212         that have no groups.
213
214 2011-02-03  Julien Danjou  <julien@danjou.info>
215
216         * gnus-draft.el: Remove progn around gnus-draft-setup.
217
218 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-start.el (gnus-read-active-for-groups): This function is never
221         called with a nil `infos', so clean that up.
222         (gnus-get-unread-articles): Request active files from primary/secondary
223         methods that have no groups (yet).
224
225 2011-02-03  Julien Danjou  <julien@danjou.info>
226
227         * message.el (message-setup-1): Always generate References first.
228         (message-mail): Return the return value of message-setup, not always t.
229         (message-setup-1): Insert mail-header-separator with read-only and
230         intangible properties set.
231
232         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
233         user-date in docstring.
234
235         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
236
237         * gnus.el (gnus-summary-line-format): Mention &user-date format in
238         docstring.
239
240         * gnus.el (gnus-user-date-format-alist): Change default value. Use
241         defcustom, with type and group. Move from gnus-util.el. Rename to
242         gnus-summary-user-date-format-alist.
243
244 2011-02-03  Glenn Morris  <rgm@gnu.org>
245
246         * nnimap.el (gnus-fetch-headers): Declare.
247
248         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
249
250 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * message.el (message-forward-make-body-digest-plain)
253         (message-followup, message-reply): Clean up things noted by Stefan.
254
255         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
256         gnus-article-update-date-headers is nil.
257         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
258         it didn't really work with defcustom.
259         (article-update-date-lapsed): Make sure the window start doesn't move,
260         either.
261
262 2011-02-01  Julien Danjou  <julien@danjou.info>
263
264         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
265         format.
266
267         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
268         standard in Emacs nowadays.
269
270         * color.el (color-gradient): Add a color-gradient function.
271
272 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
273
274         * message.el (message-expand-name): Don't trust the return value of
275         bbdb-complete-name.
276         (message-check-news-header-syntax): Remove unused var `start'.
277         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
278         (message-inhibit-body-encoding): Move to before first use.
279         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
280         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
281         (Organization, Message-ID, Date, mh-previous-window-config):
282         Defvar the vars using dynamic scoping.
283
284 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * shr.el (shr-render-td): Only do colours at the final rendering.
287         Should be slightly faster.
288         (shr-insert-table): Fix up TD background colours when doing the
289         vertical padding.
290
291         * gnus-art.el (article-date-ut): Protect against articles with no Date
292         header.
293         (article-update-date-lapsed): Don't use current-column to find the
294         horizontal position.  It's fragile in the presence of \003 characters.
295
296         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
297
298 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-art.el (article-transform-date): Rewrite to still work when
301         there are several rfc2822 parts.
302         (article-transform-date): Fix infinite recursion.
303         (article-date-ut): Replace infinitely many Date headers with a single
304         one when called interactively.
305
306         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
307         secure manner.
308
309         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
310         move around by not using save-window-excursion.  It seems to work...
311
312 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gnus-art.el (article-make-date-line): Work for user-defined format.
315
316 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
317
318         * nntp.el (nntp-retrieve-group-data-early)
319         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
320         fetching functions.
321
322         * gnus-start.el (gnus-read-active-for-groups): Read the active files
323         thoroughly for all backends that have no known groups.  This should
324         allow new nnml methods to retrieve mail.
325
326         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
327         that Gnus doesn't know exists again.
328
329         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
330         (gnus-treat-date-ut): Ditto.
331         (gnus-article-update-date-header): Renamed.
332         (gnus-treat-date-local): Removed.
333         (gnus-treat-date-english): Removed.
334         (gnus-treat-date-lapsed): Removed.
335         (gnus-treat-date-combined-lapsed): Removed.
336         (gnus-treat-date-original): Removed.
337         (gnus-treat-date-iso8601): Removed.
338         (gnus-treat-date-user-defined): Removed.
339         (gnus-article-date-headers): New variable to control all the date
340         header options.
341         (article-date-ut): Rewrite to allow using the new way to format date
342         headers(s).
343
344 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
345
346         * nnmail.el (nnmail-article-group): Check for a direct fancy split
347         method.
348         (nnmail-article-group): A better test for fanciness.
349
350         * nnimap.el (nnimap-request-head): Protect against not finding the
351         article by Message-ID.
352
353 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-art.el (article-update-date-lapsed): Try a better way to really
356         keep point at the "same place".
357
358 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
359
360         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
361         data if the group is unactivated.
362
363 2011-01-28  Julien Danjou  <julien@danjou.info>
364
365         * gnus-win.el: Remove dead function gnus-window-configuration-element.
366         (gnus-all-windows-visible-p): Remove old compatibility code.
367         (gnus-window-top-edge): Add docstring.
368
369         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
370
371 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
374         older request-update-info.
375
376         * gnus-art.el (article-make-date-line): Limit the length a bit more.
377
378 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
379
380         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
381         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
382
383 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
386         groups.  This makes the nndraft:queue group pop up if it's not already
387         there.
388
389         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
390         messages" logic, which was reversed.
391
392         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
393         the "same place" even if point is on the line being replaced.
394         (article-update-date-lapsed): Allow updating both the combined lapsed
395         and the lapsed headers.
396         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
397         (article-make-date-line): Limit the number of segments dynamically to
398         avoid too-long lines.
399
400 2011-01-27  Julien Danjou  <julien@danjou.info>
401
402         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
403         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
404
405 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
408         Use plist-get instead of the cl function getf.
409
410 2011-01-27  Glenn Morris  <rgm@gnu.org>
411
412         * gnus-util.el (float-time): Get rid of compiler warning, again.
413
414 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
415
416         * shr.el (shr-put-color): Special-case background colours: Do put them
417         at the blank parts at the front of the lines.
418
419         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
420         exit hook to nix out all data on readedness on group exit.
421
422         * gnus-util.el (float-time): If float-time is bound, always use it on
423         all Emacsen.  It's unclear why the subrp check was there.
424         (time-date): Require to make some autoload issues on XEmacs go away.
425
426         * shr.el (shr-put-color): Don't do the box padding in tables, since
427         they're already padded.
428
429 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
430
431         * gnus-art.el (gnus-article-next-page): When the last line of the
432         article is displayed, scroll down once more instead of going to the
433         next article at once.
434         (article-lapsed-string): Refactor out and allow specifying how many
435         segments you want.
436         (gnus-article-setup-buffer): Start updating the lapsed header directly.
437         (gnus-article-update-lapsed-header): New variable.
438
439         * shr.el: Revert change that made headings use different-sized faces.
440         The Emacs display engine isn't advanced enough that, for instance,
441         tables can comfortably use differntly-sized faces.
442
443 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
446         used.
447         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
448         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
449         we're using an encrypted connection.
450
451         * proto-stream.el: Alter the interface functions to also return the
452         actual stream type used: network or tls.
453
454 2011-01-25  Julien Danjou  <julien@danjou.info>
455
456         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
457         (mm-display-javascript-inline): New function.
458
459         * mm-decode.el (mm-inline-media-tests): Add application/javascript
460         viewing function.
461
462 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * shr.el (shr-expand-newlines): Fix variable name.
465
466 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * shr.el (shr-expand-newlines): Make nested boxes work.
469
470 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
473         backgrounds.
474         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
475         in a more sensible manner.
476
477 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
478
479         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
480         if EPG is loaded.
481
482 2011-01-24  Julien Danjou  <julien@danjou.info>
483
484         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
485         tags.
486
487 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
490         commands.
491
492         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
493         in the article buffer.
494         (gnus-gravatar-insert): Use blank space from the current buffer to
495         avoid breaking text properties.  This makes X-Sent updating work again.
496
497         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
498
499 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
502         fix the bug in url-http.el instead.
503
504         * shr.el (shr-image-fetched): Ditto.
505
506         * shr.el (shr-image-fetched): Avoid having point move in the article
507         buffer.
508
509         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
510         buffer after being called.  It's apparently being killed by url.el, and
511         killing it made point move to end-of-buffer in a random buffer.
512
513         * shr.el (shr-image-fetched): Ditto.
514
515 2011-01-23  Julien Danjou  <julien@danjou.info>
516
517         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
518
519         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
520         text/x-org.
521
522 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-sum.el (gnus-summary-move-article): Protect against backends
525         (i.e., nnimap) returning nil as the article number.
526
527 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
528
529         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
530         "DelSp" parameter in RFC3676.
531
532 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
533
534         * message.el (message-check-recipients): Display the encoded version of
535         the bogus address if they differ.
536
537         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
538         after sending.
539
540         * gnus-agent.el (gnus-agent-send-mail): Ditto.
541
542         * gnus-group.el (gnus-group-refresh-group): New convenience function.
543
544         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
545         group buffer after sending the queue.
546
547         * gnus-agent.el (gnus-agent-send-mail): Ditto.
548
549 2011-01-22  Julien Danjou  <julien@danjou.info>
550
551         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
552
553 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
556         nested related parts.
557
558         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
559         unexpired articles.  This fixes the regression that led expiry marks to
560         disappear from nnfolder groups.
561
562 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
563
564         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
565         Don't confuse the "ret" of "retrograde" with RET.
566
567 2011-01-21  Julien Danjou  <julien@danjou.info>
568
569         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
570         than mm-insert-inline.
571
572 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
575         Widen article buffer.
576
577 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
578
579         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
580         the temp buffer.
581         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
582
583 2011-01-20  Julien Danjou  <julien@danjou.info>
584
585         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
586
587         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
588         than mm-insert-inline to insert inline part: this respect
589         mm-inline-media-tests displayers.
590
591         * mm-view.el (mm-display-shell-script-inline): New function.
592
593         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
594
595         * mm-uu.el (mm-uu-type-alist): Add org block.
596         (mm-uu-org-src-code-block-extract): New function.
597
598         * mm-view.el (mm-display-org-inline): New function.
599
600         * mm-decode.el (mm-automatic-display): Add text/org.
601
602         * mailcap.el (mailcap-mime-extensions): Add .org.
603
604 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-art.el (gnus-article-highlight): Remove argument passed to
607         gnus-article-add-buttons.
608
609 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
610
611         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
612         From header with a date and "nobody" as the sender.
613
614 2011-01-19  Julien Danjou  <julien@danjou.info>
615
616         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
617         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
618         if you have the same regexp several times.
619         (gnus-button-push): Fix matching when regexp is symbol.
620
621 2011-01-15  Glenn Morris  <rgm@gnu.org>
622
623         * message.el (message-mail): A compose-mail function should
624         accept headers as strings.
625
626 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
627
628         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
629         Add :vert-only tags.
630         (message-mail): New arg RETURN-ACTION.
631         (message-return-action): New var.
632         (message-bury): Use it.
633         (message-mode): Make it buffer-local.
634         (message-send-and-exit): Always call message-bury.
635
636         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
637         message-mail.
638
639 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * nnimap.el (nnimap-convert-partial-article): Protect against
642         zero-length body parts.
643
644         * mm-decode.el (mm-preferred-alternative-precedence):
645         Discourage showing empty parts.
646
647         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
648         and stuff if the backend didn't return the article number.  This fixes
649         an Exchange-related nnimap bug.
650
651         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
652         group window, because it does the wrong thing when a separate frame
653         displays the group buffer.
654
655         * proto-stream.el (open-protocol-stream): Protect against the low-level
656         transport functions returning nil.
657
658 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
659
660         * mml2015.el (epg-sub-key-fingerprint): Autoload.
661         (mml2015-epg-find-usable-secret-key): New function.
662         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
663         mml2015-epg-find-usable-key (Bug#7797).
664         (mml2015-epg-encrypt): Ditto.
665
666 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * dgnushack.el (rot13-string): Fix the way to get the argument.
669
670 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
673
674 2011-01-03  Glenn Morris  <rgm@gnu.org>
675
676         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
677
678         * sieve.el (sieve-open-server): Give a more explicit error if
679         sieve-manage-open returns nil.  (Bug#7720)
680
681 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
682
683         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
684
685 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
688         This avoids sending passwords in plain text over non-encrypted
689         channels.
690
691         * shr.el (shr-rescale-image): Display all GIF images as animated images.
692
693         * nnimap.el (nnimap-login): Refactored out into own function, and
694         implement CRAM-MD5.
695         (nnimap-wait-for-line): Refactored out.
696
697         * mm-view.el (mml-smime): Require.
698
699 2010-12-20  David Engster  <deng@eml.cc>
700
701         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
702         use EPG to decrypt S/MIME messages instead of openssl.
703
704 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
707
708         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
709         status is the group clearly is unreachable.
710
711         * auth-source.el (auth-source-create): Add the optional second
712         parameter to `local-variable-p' to be compatible with XEmacs.
713
714 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
715
716         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
717         work when using a compressed nnml folder.
718
719 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
722         backends after sanitising on entry, because this never makes sense:
723         If the articles have gone missing, then the data no longer exists on
724         the backend, and if they haven't, then Gnus is wrong, and shouldn't
725         overwrite anything anyway.
726
727         * shr.el (shr-insert-document): Bind shr-width dynamically to
728         window-width if it's nil.
729
730 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
731
732         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
733         with the meaning of using the full emacs window width for rendering.
734
735 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
736
737         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
738         case when sender is not given.
739
740 2010-12-23  Julien Danjou  <julien@danjou.info>
741
742         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
743         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
744         the addresses, otherwise we might misplaced the gravatar.
745
746 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
747
748         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
749         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
750         obsolete in Emacs.
751
752 2010-12-20  Julien Danjou  <julien@danjou.info>
753
754         * gnus-util.el (gnus-rescale-image): Revert last change.
755
756 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
757
758         * binhex.el: Improve commentary (Bug#7482).
759
760 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-group.el (gnus-group-delete-articles): New command.
763
764 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
765
766         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
767
768 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
771         here, since it's up to the backends to do CRLF removal if their
772         protocol has it.
773
774         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
775
776 2010-12-17  Julien Danjou  <julien@danjou.info>
777
778         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
779         they are from file. Can also scale up.
780
781 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
782
783         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
784         gnus-use-agent.
785         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
786
787         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
788
789 2010-12-17  Julien Danjou  <julien@danjou.info>
790
791         * gravatar.el (gravatar-retrieve-synchronously): New function.
792         (gravatar-get-data): Make more robust.
793
794 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
797
798 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
801         to really consider the last line.
802
803 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
804
805         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
806         list of recipient keys, or use symmetric encryption if not a list.
807         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
808         EPA override, replacing the call to `netrc-store-data'.
809
810 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
811
812         * gnus-srvr.el: Avoid passing nil regexp argument to
813         delete-matching-lines.
814
815 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
818         fetching stops when Gnus exits.
819
820         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
821         function.
822         (nnfolder-request-expire-articles): Save all the buffers after doing
823         expiry.
824
825         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
826         the last article", since that led to serious performance regressions
827         when expiring nnml groups.
828
829 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
830
831         * nnir.el: Improve customizations.
832
833 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
836
837         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
838         group has been killed.
839         (gnus-group-yank-group): Ditto.
840
841         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
842
843         * nnimap.el (nnimap-request-update-group-status): New function.
844
845         * gnus-int.el (gnus-request-update-group-status): New interface
846         function.
847
848         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
849         copying read-ness to the backends.
850
851         * nnimap.el (nnimap-quirk): New function.
852         (nnimap-retrieve-group-data-early): Use it.
853         (nnimap-quirks): New alist.
854
855 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * shr.el (shr-insert): Set shr-start after deleting trailing space;
858         don't delete it within indentation.
859
860 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
863         previous line.
864
865 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
868         QRESYNC command by deleting a superfluous space which broke Cyrus
869         servers.  This change will break other servers that are buggy the other
870         way around.
871
872 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
873
874         * spam.el: Reindent and fix long lines.
875         (spam-copy-or-move-routine): Exclude invalid move destinations.
876
877 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
878
879         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
880         installed the registry.
881
882 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
885
886 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
887
888         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
889         groupname doesn't contain "gmane".
890
891 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
894         and netrc-bound-and-true-p bindings.
895         (netrc-parse): Cache the netrc contents.
896
897         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
898         (gnus-1): Don't create the nndrafts group twice.
899         (gnus-setup-news): There's no need to read the active file here, since
900         that's done again later on a per-backend basis.
901         (gnus-start-draft-setup): Make sure that the new group is started out
902         empty.
903
904         * gnus-agent.el (gnus-agentize): Don't create the queue group
905         automatically on startup.  It'll be created later, if needed.
906
907         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
908         of automatically subscribed groups.
909         (gnus-auto-subscribed-categories): New variable.
910         (gnus-matches-options-n): Use it.
911         (gnus-default-subscribed-newsgroups): Remove unused variable.
912         (gnus-start-draft-setup): Message a bit less.
913
914 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * nnir.el (nnir-run-imap): Return article list in order of increasing
917         UID.
918
919 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-sum.el (gnus-summary-enter-digest-group):
922         Mention gnus-auto-select-on-ephemeral-exit.
923
924         * proto-stream.el (proto-stream-open-network-only): Fix the calling
925         convention of the network-only option.
926
927 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * proto-stream.el (proto-stream-open-network-only): New function to
930         have a way to specify non-STARTTLS upgrade connections.
931
932 2010-12-10  Julien Danjou  <julien@danjou.info>
933
934         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
935         email address is nil.
936
937         * message.el (message-bogus-recipient-p): Set address to "" if nil.
938
939 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
940
941         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
942         deletion.
943         (nnir-run-imap): Only need to parse list once.
944
945 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * shr.el (shr-tag-script): Ignore <script>.
948         (shr-tag-label): Add <label> support.
949
950 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
953
954         * shr.el (shr-image-displayer): Work for images lined side by side.
955
956 2010-12-08  Robert Pluim  <rpluim@gmail.com>
957
958         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
959         parameter, since XEmacs doesn't accept t as a parameter.
960
961 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
962
963         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
964         ids.
965         (nnir-run-gmane): Simplify groupspec formatting.
966         (nnir-request-expire-articles): New function.
967
968 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
971         overflow, possibly.
972
973         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
974         (shr-render-td): Handle td style="" better.
975         (shr-tag-table): Use the color from the style sheet.
976         (shr-render-td): Make sure we copy over all the overlays, too.
977
978 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
979
980         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
981         (nnir-request-article): Improve article retrieval.
982
983 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * mm-util.el (mm-extra-numeric-entities): New variable.
986
987         * mm-url.el (mm-url-decode-entities):
988         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
989
990         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
991
992 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
993
994         * message.el: Use completion-at-point.
995         (message-completion-function): New fun, extracted from message-tab.
996         (message-mode): Use it for completion-at-point-functions.
997         (message-tab): Use it and completion-at-point.
998
999 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1002         character if a non-breakable character follows.
1003
1004 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1007         any stream.
1008
1009         * shr.el (shr-tag-font): Colorize the region.
1010         (shr-tag-body): Ditto.
1011         (shr-tag-font): Actually let the styles be inherited instead of
1012         overwriting them.
1013         (shr-tag-font): Get the background color right.
1014         (shr-tag-style): Ignore all <style> tags for the moment.
1015
1016         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1017         a Message-ID to avoid having nnimap depend on gnus-sum.
1018
1019         * shr.el (shr-descend): Only colorize something if we have a node that
1020         sets colors.
1021
1022 2010-12-06  Julien Danjou  <julien@danjou.info>
1023
1024         * shr.el (shr-render-td): Render td content with shr-descend, so style
1025         will be applied to <td> too.
1026         (shr-colorize-region): Colorize region even if we only have a background.
1027         (shr-tag-body): Fix color and background color inheritance.
1028         Do not recolorize after shr-generic.
1029         (shr-tag-font): Let shr-generic colorize via inheritance.
1030
1031 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1034
1035 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1036
1037         * nnir.el (nnir-request-move-article): Remove obsolete code.
1038
1039 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1042
1043 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-sum.el (gnus-summary-respool-article): The completion function
1046         expects a list instead of an alist.
1047
1048         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1049         string as the parameter.
1050
1051         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1052
1053         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1054         styles.
1055         (shr-colorize-region): New function.
1056         (shr-insert-background-overlay): Remove.
1057         (shr-render-td): Background setting should be taken care of on a higher
1058         level.
1059         (shr-tag-body): Use post-hoc colorizations.
1060         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1061         (shr-put-color-1): Don't overwrite old colors.
1062         (shr-colorize-region): When the background color isn't explicit, use
1063         a fixed background.
1064
1065         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1066         nnmail variables.
1067
1068 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1069
1070         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1071         unless necessary.
1072
1073 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1074
1075         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1076         server.
1077
1078 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1081         so that TAB works.
1082
1083         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1084         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1085
1086         * shr.el (shr-urlify): Show the URL before the title to avoid
1087         misleading URLs.
1088
1089 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1090
1091         * shr.el (shr-urlify): Display the title in <a> tags.
1092
1093 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1094
1095         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1096
1097 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1098
1099         * nnir.el: Rearrange code to allow macros to be autoloaded by
1100         gnus-sum.el.
1101         (nnir-retrieve-headers-override-function): Make this variable
1102         customizable.
1103         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1104
1105         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1106         from nnir.el.
1107
1108 2010-12-03  Julien Danjou  <julien@danjou.info>
1109
1110         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1111
1112 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1115         allow optional argument `environment'.
1116
1117 2010-12-03  Glenn Morris  <rgm@gnu.org>
1118
1119         * mm-extern.el (message-goto-body): Update declaration.
1120
1121 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-util.el (gnus-macroexpand-all): New function.
1124
1125         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1126         instead of macroexpand-all that is unavailable in XEmacs.
1127
1128 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * nnir.el (nnir-summary-line-format): New variable.
1131         (nnir-mode): Use it.
1132         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1133         (nnir-article-ids): Reimplement as defsubst.
1134         (nnir-retrieve-headers): Don't mangle the subject header.
1135         (nnir-run-imap): Use 100 as RSV score.
1136         (nnir-run-find-grep): Fix for full server searching.
1137         (nnir-run-gmane): Better restriction to gmane groups.
1138
1139         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1140         summary buffers.
1141
1142 2010-12-02  Julien Danjou  <julien@danjou.info>
1143
1144         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1145
1146         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1147
1148         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1149         support.
1150
1151 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1152
1153         * nnir.el: Update to handle the registry better.
1154         (autoload): Silence byte-compiler.
1155         (nnir-open-server): Add a hook for nnir groups.
1156         (nnir-request-move-article): Don't mangle the header. Better to use
1157         formating variables (which will be added in the future).
1158         (nnir-registry-action): Update the registry using the original article
1159         group name.
1160         (nnir-mode): Install nnir-specific hooks for updating the registry.
1161
1162         * gnus-sum.el
1163         (gnus-article-original-subject,gnus-newsgroup-original-name):
1164         Remove obsolete variables.
1165         (gnus-summary-move-article): Remove use of obsolete variables.
1166         (gnus-summary-local-variables): Make move and delete hooks local to
1167         summary buffers.
1168
1169 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * rtree.el: New file.
1172
1173 2010-12-01  Julien Danjou  <julien@danjou.info>
1174
1175         * message.el (message-user-organization): Do not use
1176         gnus-local-organization.
1177
1178         * gnus.el: Remove gnus-local-organization.
1179
1180         * gnus-msg.el: Remove nastygram thing.
1181
1182 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1183
1184         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1185         funcall.
1186
1187 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1190         names.
1191
1192         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1193         characters.
1194
1195         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1196         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1197         Suggested by Štěpán Němec <stepnem@gmail.com>.
1198         (gnus-gravatar-transform-address): Use mail-extract-address-components
1199         that supports non-ASCII names rather than mail-header-parse-addresses.
1200
1201 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * proto-stream.el (open-protocol-stream): All starttls connections are
1204         handled by the network handler.
1205
1206 2010-11-30  Julien Danjou  <julien@danjou.info>
1207
1208         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1209         (nnimap-open-connection-1): Fix PREAUTH.
1210
1211         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1212
1213 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1216         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1217         (shr-insert): Use them.
1218         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1219
1220 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * nnir.el (nnir-request-move-article): Bail out if original group
1223         doesn't support article moves.
1224         (nnir-get-active): Improve active list retrieval.
1225
1226 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1229
1230 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1231
1232         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1233         seem to accept strings-with-numbers as port numbers,
1234
1235 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1236
1237         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1238         change the registry.
1239
1240 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1243         delete-dups that is not available in XEmacs 21.4.
1244
1245         * mm-util.el (mm-delete-duplicates): Add comment.
1246
1247 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1248
1249         * nnir.el (nnir-ignored-newsgroups): New variable.
1250         (nnir-get-active): Use it.
1251
1252 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * proto-stream.el (proto-stream-open-network): Add some comments.
1255
1256         * nntp.el (nntp-open-connection): Provide a :success condition.
1257
1258         * nnimap.el (nnimap-open-connection-1): Ditto.
1259
1260         * proto-stream.el (proto-stream-open-network): See what the response to
1261         the STARTTLS command is.
1262
1263         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1264         backwards compatibility).
1265         (nnimap-open-connection-1): Really respect nnimap-server-port.
1266
1267         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1268         TLS upgrades we don't really care about the identity of the peer.
1269         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1270         that what we've checked for.
1271         (proto-stream-always-use-starttls): Only default to t if
1272         open-gnutls-stream exists.
1273         (proto-stream-open-network): If STARTTLS failed, then just open a
1274         normal connection.
1275         (proto-stream-open-network): Wait until the greeting before doing
1276         STARTTLS.
1277
1278         * nntp.el (nntp-open-connection): Report what the connection error is.
1279
1280         * proto-stream.el (open-protocol-stream): Rename from
1281         open-proto-stream.
1282
1283 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * nnimap.el (nnimap-stream): Change default to `undecided'.
1286         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1287         first, and then network.
1288         (nnimap-open-connection-1): Respect nnimap-server-port.
1289         (nnimap-open-connection): Be more backwards-compatible.
1290
1291         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1292         (proto-stream-open-starttls): De-duplicate the starttls code.
1293         (proto-stream-open-starttls): Folded back into the main function.
1294         (proto-stream-open-network): Fix typo in the gnutls path.
1295         (proto-stream-command): Refactor out.
1296
1297         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1298
1299         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1300         starttls.el STARTTLS.
1301
1302         * color.el (color-lab->srgb): Fix function call name.
1303
1304         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1305         if we're using tls.el.
1306         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1307         built in, then don't try to establish a STARTTLS connection.
1308
1309         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1310         servers.
1311
1312         * proto-stream.el (open-proto-stream): Use network, not stream.
1313         (open-proto-stream): Add a way to specify what the end of a command is.
1314
1315         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1316         connections types.
1317         (nntp-open-network-stream): Remove.
1318         (nntp-open-ssl-stream): Remove.
1319         (nntp-open-tls-stream): Remove.
1320         (nntp-ssl-program): Remove.
1321
1322         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1323
1324 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1325
1326         * nnir.el: Fix typos.
1327         (nnir-retrieve-headers-override-function): Rename variable to reflect
1328         new semantics.
1329         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1330         macros.
1331         (nnir-request-article, nnir-request-move-article): Use them.
1332         (nnir-categorize): New function.
1333         (nnir-run-query): Use it.
1334         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1335         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1336         sorted.
1337         (nnir-group-full-name): Use gnus-group-full-name instead.
1338         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1339         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1340
1341 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1344
1345         * proto-stream.el: New library to provide protocol-specific
1346         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1347         protocols.
1348         (open-proto-stream): Complete the documentation.
1349         (proto-stream-open-network): Fix some typos.
1350
1351         * nnimap.el (nnimap-open-connection): Use it.
1352
1353 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1354
1355         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1356         negotiation.
1357
1358 2010-11-26  Julien Danjou  <julien@danjou.info>
1359
1360         * color.el: Rename various rgb functions to srgb.
1361
1362 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1365         names.
1366
1367 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * shr.el (shr-insert): Revert last change.
1370         (shr-find-fill-point): Never leave point being at bol;
1371         relax the kinsoku limitation when rendering tables.
1372
1373 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1376         results from -accept-article.
1377
1378         * shr-color.el: Require cl when compiling.
1379
1380         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1381         checkin.
1382
1383         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1384
1385         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1386
1387         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1388         'add and 'delete to set backend marks.
1389
1390         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1391
1392         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1393
1394         * nntp.el (nntp-request-set-mark): Use it.
1395
1396         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1397
1398         * nnml.el (nnml-request-set-mark): Ditto.
1399
1400         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1401         introduces regressions in article selection.
1402         (nnimap-find-uid-response): New function.
1403         (nnimap-request-accept-article): Use the UID returned, if any.
1404         (nnimap-request-move-article): Use the UID returned, if any.
1405         (nnimap-get-groups): Reimplement to work with folded lines.
1406         (nnimap-find-uid-response): The UID is the last element in the list.
1407         (nnimap-request-set-mark): Extend syntax with 'set.
1408
1409         * nnml.el (nnml-request-set-mark): Ditto.
1410
1411         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1412
1413         * nntp.el (nntp-request-set-mark): Ditto.
1414
1415 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * message.el (message-called-interactively-p): A temporary macro.
1418         (message-goto-body): Use it temporarily.
1419
1420 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1423         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1424         (nnimap-last-response-string): Fix last unfolding fix.
1425
1426 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * shr.el (shr-insert): Fix the way to fold lines.
1429
1430 2010-11-25  Julien Danjou  <julien@danjou.info>
1431
1432         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1433
1434         * color.el: Rename from color-lab.el
1435         (color-rgb->hex): Add.
1436         (color-complement): Add.
1437         (color-complement-hex): Add.
1438
1439         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1440
1441 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1444         don't exist.
1445
1446 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1449         assuming that article displaying or another mml-preview may be
1450         interrupted for an error or for the like.
1451
1452         * shr.el (shr-get-background): Fix argument name.
1453
1454 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1457
1458         * gnus-sum.el (gnus-summary-include-articles): New function.
1459
1460         * message.el (message-goto-body): called-interactively-p needs a
1461         parameter, so use `any'.
1462
1463         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1464         clear marks before moving, since they're synced from the Gnus side
1465         first.
1466
1467         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1468         (gnus-summary-move-article): Copy over all marks before moving, so that
1469         IMAP doesn't think a new article has arrived.
1470
1471 2010-11-24  Julien Danjou  <julien@danjou.info>
1472
1473         * shr.el (shr-insert-background-overlay): Fix typo.
1474         (shr-render-td): Copy the background before rendering.
1475
1476         * shr-color.el (shr-color-visible): Fix docstring.
1477
1478         * shr.el (shr-tag-table): Add bgcolor support.
1479         (shr-render-td): Add bgcolor support.
1480         (shr-get-background): Add.
1481         (shr-insert-foreground-overlay): Use shr-get-background.
1482
1483         * message.el (message-goto-body): Use called-interactively-p.
1484         (message-in-body-p): message-goto-body returns point.
1485
1486 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1489         Fixes something or other in Emacs 23, and is backwards compatible.
1490
1491         * message.el (message-goto-body): Remove the <#secure special-casing,
1492         which is too special.
1493
1494         * shr.el (shr-parse-style): Drop !important from styles.
1495
1496 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1497
1498         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1499         this function to return incorrect results when calling it with an
1500         explicit article argument different from
1501         (gnus-summary-article-number).
1502
1503 2010-11-24  Julien Danjou  <julien@danjou.info>
1504
1505         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1506         (shr-tag-body): Add background support.
1507         (shr-descend): Add background support.
1508         (shr-tag-title): Add.
1509
1510         * shr-color.el (shr-color-visible): Really return original background
1511         if fixed.
1512
1513 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * shr.el (shr-color-check): Protect against non-existant colour names.
1516
1517 2010-11-24  Julien Danjou  <julien@danjou.info>
1518
1519         * color-lab.el: Require 'cl when compiling.
1520
1521         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1522
1523         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1524         matched part.
1525
1526         * color-lab.el: Fix all expt calls to use float type.
1527
1528 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1531         expression to shr-color-check as is.
1532
1533         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1534
1535         * color-lab.el: Add coding cookie.
1536         (float-pi): Use eval-and-compile.
1537
1538         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1539         compiled for Emacsen having no `libxml-parse-html-region' support.
1540
1541 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * shr.el (shr-insert-color-overlay): Split stuff like
1544         "#444444 !important" to find the real colour.
1545         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1546         parse <font color="red"> entries.
1547
1548 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1549
1550         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1551         point when parsing headers.
1552
1553         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1554         is positioned properly when parsing headers.
1555
1556 2010-11-23  Julien Danjou  <julien@danjou.info>
1557
1558         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1559
1560         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1561
1562         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1563
1564         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1565         Use shr-color-hue-to-rgb.
1566         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1567
1568 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * shr.el (shr-color->hexadecimal): Autoload.
1571         (shr-descend): Add color to all tags.
1572
1573 2010-11-22  Julien Danjou  <julien@danjou.info>
1574
1575         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1576         shr-color->hexadecimal.
1577
1578         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1579         RGB() or HSL() color representation.
1580
1581         * shr.el (shr-tag-font): Add.
1582         (shr-tag-color-check): New function to get better colors.
1583         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1584         tag-span.
1585
1586         * shr-color.el: New file.
1587
1588         * color-lab.el: New file.
1589
1590         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1591
1592 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1593
1594         * nnir.el: Fix typo in comments.
1595         (nnir-run-imap): Simplify code. No need to reverse artlist.
1596         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1597
1598 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1601
1602         * nnimap.el (nnimap-get-capabilities): Refactor out.
1603         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1604
1605 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1606
1607         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1608         appearing when `mm-uu-hide-markers' is nil.
1609
1610 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nnimap.el (nnimap-unselect-group): Make into its own function.
1613         (nnimap-request-rename-group): Unselect group before renaming.
1614         This had gotten lost somewhere.
1615         (nnimap-request-accept-article): Keep track of examined groups, and
1616         unselect the group before APPENDing to read-only groups.
1617         (nnimap-request-move-article): Clear flags before moving so that they
1618         can be re-set later.
1619
1620 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1623         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1624
1625 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-art.el (gnus-mime-display-single)
1628         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1629         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1630         parameter.
1631
1632 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1635         (shr-table-vertical-line): New variable.
1636         (shr-insert-table): Use it.
1637
1638 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-html.el (gnus-html-wash-images): Don't display images if
1641         gnus-inhibit-images is non-nil; register displayer for cid images.
1642         (gnus-html-display-image): Work for cid image.
1643         (gnus-html-insert-image): Allow arguments.
1644         (gnus-html-put-image): Inhibit read-only.
1645         (gnus-html-prefetch-images): Don't prefetch images if
1646         gnus-inhibit-images is non-nil.
1647
1648 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * shr.el (shr-put-image): Break lines when inserting big pictures.
1651
1652 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1653
1654         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1655         sender, thanks Katsumi Yamaoka.
1656
1657 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1658
1659         * nnir.el (nnir-run-imap): Reverse the article list for each group
1660         rather than the whole list.
1661
1662 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * shr.el (shr-image-displayer): Protect function against non-existent
1665         image source.
1666
1667         * gnus-art.el (gnus-inhibit-images): New user option.
1668         (gnus-mime-display-single): Don't display image if it is non-nil.
1669
1670         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1671         gnus-inhibit-images.
1672
1673         * shr.el (shr-image-displayer): New function.
1674         (shr-tag-img): Use it.
1675
1676 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1677
1678         * mml2015.el (mml2015-epg-sign): Use From header.
1679
1680 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1683
1684         * gnus-util.el (gnus-find-text-property-region): Return markers.
1685
1686         * shr.el (shr-tag-img): Put a displayer in the text property.
1687
1688         * gnus-util.el (gnus-find-text-property-region): New utility function.
1689
1690         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1691         (gnus-html-show-images): Remove.
1692
1693         * gnus-art.el (gnus-article-show-images): New, more general function.
1694
1695         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1696         image url text properties.
1697
1698         * shr.el: Ditto.
1699
1700         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1701         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1702
1703 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1706         work for two or more articles.
1707
1708 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1711         divide an image that's in an html article to two or more when washing
1712         non-ASCII characters in alt text of it.
1713
1714 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1717         smime-decrypt-region using function argument.
1718         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1719
1720         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1721
1722         * smime.el (smime-decrypt-region): Catch it.
1723
1724 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * smime.el (smime-mode-map): Move initialization into declaration.
1727         (gnus-run-mode-hooks): Don't autoload.
1728         (smime-mode): Use define-derived-mode.
1729
1730 2010-11-11  Glenn Morris  <rgm@gnu.org>
1731
1732         * smime.el (from): Restrict declaration to XEmacs.
1733
1734         * nnir.el (gnus-group-topic-name): Autoload.
1735
1736 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * shr.el (shr-insert): Don't break long line if it is because of
1739         kinsoku-bol characters in the line end.
1740
1741 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1742
1743         * nnir.el (nnir-request-move-article): Fix to provide original group
1744         and subject.
1745         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1746         been retrieved.
1747
1748         * gnus-sum.el (gnus-summary-move-article): Use original group and
1749         subject for virtual articles such as those in an nnir summary buffer.
1750
1751 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1754         least 21.5).
1755
1756         * smime.el (from): Declare it again for XEmacs.
1757
1758 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * message.el (message-resend): Don't disable encoding unless it's
1761         already encoded.
1762
1763         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1764         low-numbered articles.
1765
1766 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * rfc2047.el (rfc2047-syntax-table): Simplify.
1769
1770         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1771
1772         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1773         set-char-table-range for XEmacs.
1774
1775 2010-11-10  Glenn Morris  <rgm@gnu.org>
1776
1777         * time-date.el (time-to-seconds): Always an alias on Emacs,
1778         never a real function.
1779         (with-no-warnings): Remove compat stub, now unused.
1780         (time-less-p): Doc fix.
1781         (time-to-number-of-days): Simplify.
1782
1783         * smime.el (from): Remove unused declaration.
1784
1785         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1786         (gnus-float-time): On Emacs, always an alias.
1787
1788         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1789         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1790
1791 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * dgnushack.el: Don't use ignore-errors in the top level form since it
1794         is unavailable in XEmacs even if cl is loaded.
1795
1796         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1797
1798 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * shr.el (browse-url-mailto): Autoload.
1801
1802         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1803
1804         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1805         regexp doesn't need quoting.
1806
1807 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1808
1809         * message.el (message-subject-trailing-was-ask-regexp)
1810         (message-subject-trailing-was-regexp): Match was: in addition to was.
1811
1812 2010-11-09  Glenn Morris  <rgm@gnu.org>
1813
1814         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1815         (nnbabyl-check-mbox): Use point-at-bol.
1816
1817 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1820
1821         * message.el (message-mailto): New function.
1822         (message-mailto): Should accept other parameters.
1823         (message-mailto): Remove since it duplicates browse-url-mailto
1824         functionality.
1825
1826 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1829         methods.
1830         (gnus-read-active-file): Ditto.
1831
1832         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1833         ": " from the prompt.
1834         (gnus-group-make-group): Ditto.
1835
1836 2010-11-07  Glenn Morris  <rgm@gnu.org>
1837
1838         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1839         (gnus-bookmark-kill-line): Use point-at-eol.
1840
1841 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1844         asterisks in From header.
1845
1846 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1849         string to avoid making the From headers syntactically invalid.
1850
1851         * message.el (message-send-mail): Don't insert courtesy messages if the
1852         message already has List-Post and List-ID messages.
1853
1854 2010-11-06  Glenn Morris  <rgm@gnu.org>
1855
1856         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1857         `condition', `type', `length' a prefix.
1858         (gnus-treat-predicate): Update for above name changes.
1859
1860 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1861
1862         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1863         binding.  Handled by `gnus-summary-refer-thread' instead.
1864         (nnir-warp-to-article): New backend function.
1865
1866         * nnimap.el (nnimap-request-thread): Force dependency updating.
1867
1868         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1869         (gnus-summary-refer-thread): Rework to improve thread-referral.
1870
1871         * gnus-int.el (gnus-warp-to-article): New function.
1872
1873         * gnus-sum.el (gnus-summary-article-map): Bind it.
1874
1875 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1876
1877         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1878         gnus-summary-refer-thread.
1879
1880         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1881         headers.
1882         (gnus-summary-limit-include-thread): Prevent articles in thread from
1883         being cut in gnus-cut-threads.
1884         (gnus-summary-refer-thread): Limit retrieved headers to those in
1885         thread.
1886
1887 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * message.el (message-send-mail): Use the value of
1890         message-courtesy-message from the message buffer.
1891
1892         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1893
1894         * shr.el (shr-browse-url): Implement mailto: URLs.
1895
1896         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1897         "raw".
1898
1899         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1900         if it's already selected.
1901
1902         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1903
1904 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1907         to measure the length and truncate alt text.
1908
1909 2010-11-03  Glenn Morris  <rgm@gnu.org>
1910
1911         * nndiary.el (nndiary-generate-nov-databases-1)
1912         (nndiary-generate-active-info): Rename dynamic variable `files' to
1913         something less generic.
1914
1915 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1916
1917         * nnir.el (nnir-request-move-article): Call the underlying backend to
1918         move articles from nnir.
1919
1920 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1923
1924 2010-11-02  Julien Danjou  <julien@danjou.info>
1925
1926         * nnir.el: Remove wais support.
1927
1928 2010-11-02  Glenn Morris  <rgm@gnu.org>
1929
1930         * gnus-html.el: Reorder requirements to quieten compiler.
1931
1932 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1935         properly for XEmacs as well.
1936         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1937         (gnus-article-natural-long-line-p): Use window-width rather than
1938         frame-width.
1939
1940 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1941
1942         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1943         (nnir-read-parms): Don't modify query.
1944         (nnir-run-query): Add ability to search topic on current line.
1945         (nnir-get-active): Clean up.
1946
1947 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1950         degenerate articles.
1951
1952         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1953         (gnus-print-buffer): Just print the buffer as is, without any copying
1954         to a buffer and then re-highlighting.
1955
1956         * nnimap.el (nnimap-request-group): Store the new updated info.
1957         (nnimap-request-group): Select the group when we don't know whether it
1958         exists or not.
1959
1960         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1961         groups.
1962
1963         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1964         groups.
1965
1966         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1967         groups.
1968
1969         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1970         long-lines case by only filling the long lines.
1971
1972         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1973         (bug #7311).
1974
1975 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * shr.el: No need to declare `declare-function' since shr.el is for
1978         only Emacsen that provide `libxml-parse-html-region'.
1979
1980         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1981         effective only in a file it is referred to.
1982
1983 2010-11-01  Glenn Morris  <rgm@gnu.org>
1984
1985         * mm-util.el (gnus-completing-read): Autoload.
1986         (mm-read-coding-system): Simplify Emacs definition.
1987
1988         * nnmail.el (gnus-activate-group):
1989         * nnimap.el (gnutls-negotiate):
1990         * nntp.el (netrc-parse): Fix declarations.
1991
1992 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1995         string-match-p in Emacs >=23.
1996
1997         * gnus-msg.el (gnus-configure-posting-styles)
1998         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1999
2000 2010-11-01  Glenn Morris  <rgm@gnu.org>
2001
2002         * nnir.el (declare-function): Add compat stub.
2003         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2004         (nnir-run-gmane): Require 'mm-url.
2005
2006         * mm-util.el (mm-string-to-multibyte): Simplify.
2007
2008         * shr.el (declare-function): Add compat stub.
2009         (url-cache-create-filename): Declare.
2010         (mm-disable-multibyte, widget-convert-button): Autoload.
2011
2012         * smime.el (ldap-search): Declare.
2013         (smime-cert-by-ldap-1): Require ldap on Emacs.
2014
2015         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2016         (nnimap-keepalive): Use gnus-float-time.
2017
2018         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2019         (mail-source-delete-crash-box): Use gnus-float-time.
2020
2021         * gnus-dired.el (gnus-completing-read): Autoload.
2022
2023         * mm-view.el (gnus-rescale-image): Autoload.
2024
2025         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2026
2027         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2028
2029         * sieve-manage.el: Require 'cl when compiling.
2030
2031         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2032         (gnus-iswitchb-completing-read): Require iswitchb.
2033         (gnus-select-frame-set-input-focus): Silence compiler.
2034
2035 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * message.el (message-subject-trailing-was-query): Change default to t,
2038         since I think that's what most people want.
2039
2040         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2041         appending for easier debugging.
2042         (nnimap-wait-for-connection): Take a regexp.
2043         (nnimap-request-accept-article): Wait for the continuation line before
2044         sending anything unless we're streaming.
2045
2046         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2047         leave the header washing to take place.
2048
2049 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2050
2051         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2052         regular expression match and replace in posting styles.
2053
2054 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2055
2056         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2057         an entire server.
2058         (nnir-get-active): New function.
2059         (nnir-run-imap): Use it.
2060         (nnir-run-gmane): Who knew, gmane search returns an article score!
2061
2062         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2063         server on the current line with nnir.
2064
2065 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2068         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2069         left edge.
2070         (gnus-article-foldable-buffer): Skip past the prefix when determining
2071         raggedness.
2072
2073         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2074         the raw article, and change `C-u g' to show the article without doing
2075         treatments.
2076
2077         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2078         on to `gnus-treat-article'.
2079         (gnus-inhibit-article-treatments): New variable.
2080
2081         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2082
2083         * gnus-art.el (gnus-treatment-function-alist): Have
2084         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2085         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2086         sections.
2087
2088         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2089         parameter.
2090         (gnus-article-fill-cited-long-lines): New function.
2091         (gnus-article-fill-cited-article): Allow filling only long sections.
2092
2093         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2094         and non-punctuation (like after the apostrophe in "'We").
2095
2096         * gnus-sum.el (gnus-summary-select-article): Make sure
2097         gnus-original-article-buffer is alive.
2098
2099         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2100         reflect the order they're in in the digest.
2101
2102         * gnus.el (gnus-group-startup-message): Move point to the start of the
2103         buffer.
2104
2105         * nnimap.el (nnimap-capability): New function.
2106         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2107         is set.
2108
2109 2010-10-31  David Engster  <dengste@eml.cc>
2110
2111         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2112         conform with changes to gnus-completing-read.
2113
2114 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2117
2118 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2119
2120         * nnir.el: Move defvar, defcustom around to keep file organized
2121         and keep byte-compiler quiet.
2122         (nnir-read-parms): Accept search-engine as arg.
2123         (nnir-run-query): Pass search-engine as arg.
2124         (nnir-search-engine): Remove.
2125
2126 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * shr.el (shr-generic): The text nodes should be text, not :text.
2129
2130         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2131         later in the file.
2132
2133 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2134
2135         * nnir.el: General clean up.  Allow searching with multiple engines.
2136         Allow separate extra-parameters for each engine.
2137         Batch queries when possible.
2138         (nnir-imap-default-search-key,nnir-method-default-engines):
2139         Add customize interface.
2140         (nnir-run-gmane): New engine.
2141         (nnir-engines): Use it.  Qualify all prompts with engine name.
2142         (nnir-search-engine): Remove global variable.
2143         (nnir-run-hyrex): Restore for now.
2144         (nnir-extra-parms,nnir-search-history): New variables.
2145         (gnus-group-make-nnir-group): Use them.
2146         (nnir-group-server): Remove in favor of gnus-group-server.
2147         (nnir-request-group): Avoid searching twice.
2148         (nnir-sort-groups-by-server): New function.
2149
2150 2010-10-30  Julien Danjou  <julien@danjou.info>
2151
2152         * gnus-group.el: Remove gnus-group-fetch-control.
2153
2154         * gnus-start.el (gnus-find-new-newsgroups):
2155         Remove gnus-check-first-time-used.
2156
2157         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2158
2159 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2160
2161         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2162         set on groups that don't have \* permanentflags.
2163
2164 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2167         control the background color.
2168         (shr-tag-img): Ignore very small web bug type images.
2169         (shr-put-image): Add help-echo alt texts to the images.
2170         (shr-tag-video): Show the video poster image.
2171
2172 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * shr.el (shr-table-depth): New variable.
2175         (shr-tag-table-1): Only insert the images after the top-level table.
2176
2177         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2178
2179         * gnus-util.el (gnus-list-memq-of-list): New function.
2180
2181         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2182         selected.
2183         (nnimap-unsplittable-articles): New slot.
2184         (nnimap-new-articles): Use it.
2185
2186 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2187
2188         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2189         move to the previous line on `M-g'.
2190
2191 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2194         *-request-group, which seems unnecessary.
2195
2196         * nnimap.el (nnimap-quote-specials): Function copied over from
2197         imap.el.
2198         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2199         they support that.  Suggested by Tom Regner.
2200
2201 2010-10-29  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2204         defalias.
2205         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2206
2207         * gnus.el: Remove `gnus-nntp-service' variable.
2208         (gnus-secondary-servers): Make obsolete.
2209         (gnus-nntp-server): Make obsolete.
2210
2211         * gnus-start.el (gnus-1): Remove x-splash calls.
2212
2213         * gnus-ems.el (gnus-x-splash): Remove.
2214
2215         * gnus.el (gnus-group-startup-message): Simplify/update code.
2216
2217         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2218         definition.
2219
2220         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2221         capability before doing anything.
2222         (gnus-group-insert-group-line): Remove useless
2223         gnus-group-remove-excess-properties.
2224
2225 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2228
2229 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2232         config after reselecting.
2233
2234 2010-10-28  Julien Danjou  <julien@danjou.info>
2235
2236         * shr.el (shr-put-image): Use point even if only inserting text.
2237         (shr-put-image): Save excursion when inserting alt text on non-graphic
2238         display, so the behaviour is the same when we are on a graphic display.
2239
2240         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2241
2242 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2245         (gnus-mime-copy-part): Check coding system, not charset.
2246         (gnus-mime-view-part-externally): Never remove part.
2247         (gnus-mime-view-part-internally): Don't remove part here.
2248         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2249         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2250         multipart/alternative.
2251
2252         * mm-decode.el (mm-display-part): Take optional arg `force'.
2253
2254 2010-10-26  Julien Danjou  <julien@danjou.info>
2255
2256         * gnus-group.el (gnus-group-default-list-level): Add this function to
2257         compute the default list level.
2258         (gnus-group-default-list-level): Add possibility to use a function.
2259
2260 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2263
2264         * gnus-group.el (gnus-group-completing-read)
2265         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2266         gnus-replace-in-string.
2267
2268 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * shr.el (shr-tag-div): Add.
2271
2272         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2273
2274 2010-10-25  Julien Danjou  <julien@danjou.info>
2275
2276         * gnus-util.el: Remove `gnus-with-local-quit'.
2277
2278         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2279
2280 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2283         the original article buffer.
2284
2285 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * nnimap.el (nnimap-request-head): New function.
2288         (nnimap-request-move-article): Try to be slighly faster by not
2289         requesting the entire message when moving.
2290         (nnimap-transform-headers): Don't bug out on bodiless articles.
2291         (nnimap-send-command): Have no outstanding messages if the IMAP server
2292         doesn't support streaming.
2293         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2294
2295 2010-10-24  Julien Danjou  <julien@danjou.info>
2296
2297         * message.el (message-default-headers): Fix type.
2298
2299 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2302         prefetching images.
2303
2304         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2305         backend for unknown groups.  This is mainly useful for nnimap groups.
2306
2307         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2308         group isn't covered by the agent.
2309
2310 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2311
2312         * nnir.el (nnir-method-default-engines): New variable.
2313         (nnir-run-query): Use it.
2314         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2315         (gnus-summary-nnir-goto-thread): Change group if needed.
2316
2317         * gnus-group.el (gnus-group-group-map): Add key binding for
2318         gnus-group-make-nnir-group.
2319
2320 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * shr.el (shr-tag-object): Add.
2323
2324         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2325         original article buffer live.
2326         (gnus-summary-select-article-buffer):
2327         Mention gnus-widen-article-buffer.
2328
2329 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * shr.el (shr-tag-strong): Add.
2332
2333 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2336         group names.  They mess up the group buffer badly.
2337
2338         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2339
2340         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2341         instead of the summary one.
2342
2343 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * mml.el (mml-preview): Work properly when editing article.
2346
2347         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2348         gnus-have-read-active-file if it's already been in.
2349
2350 2010-10-22  Tom Tromey  <tromey@redhat.com>
2351
2352         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2353         gnus-group-completing-read.
2354
2355 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * message.el (message-mode-map): Don't bind M-; to comment region, to
2358         allow the global comment-dwim to work.
2359
2360 2010-10-21  Julien Danjou  <julien@danjou.info>
2361
2362         * message.el (message-setup-1): Allow message-default-headers to be a
2363         function.
2364
2365 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * shr.el (shr-tag-table): Simplify.
2368
2369 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2372         to avoid trying to snarf invalid stuff.
2373
2374         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2375
2376         * gnus.el (gnus-message-archive-group): Quote value.
2377         (gnus-message-archive-group): Mark as changed.
2378
2379         * shr.el (shr-add-font): Don't put the font properties on the newline
2380         or the indentation.
2381
2382         * message.el (message-fix-before-sending): Change options when sending
2383         non-printable characters.
2384
2385         * gnus.el (gnus-message-archive-method): Change the default to
2386         monthly outgoing groups.
2387
2388         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2389         that have gotten new numbers.
2390
2391         * nnimap.el (nnimap-request-replace-article): New function.
2392
2393 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2396         (nnrss-request-article): Don't use special html washing code.
2397
2398 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * shr.el (shr-tag-table): Remove useless nconc.
2401
2402 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-art.el (article-wash-html): Simplify and remove the charset
2405         stuff.  Use the normal html rendering code instead of the special html
2406         washing code.
2407
2408         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2409         `gnus-w3m' symbols.
2410         (mm-text-html-washer-alist): Remove.
2411
2412         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2413         (mm-inline-media-tests): Remove use.
2414         (mm-text-html-renderer): Change default to the `shr' symbol.
2415
2416         * mm-view.el (mm-inline-text-html): Remove use.
2417
2418         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2419         `gnus-blocked-images' to be a function.
2420         (gnus-article-wash-function): Remove.
2421
2422 2010-10-20  Julien Danjou  <julien@danjou.info>
2423
2424         * spam.el (spam-list-of-processors): Mark as obsolete.
2425
2426         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2427         (nnimap-insert-partial-structure): Fix boundary detection.
2428
2429 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2430
2431         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2432         run file-truename on remote files.  This can be expensive and even
2433         prevent one from editing drafts if some unrelated buffer has a stale
2434         connection.
2435
2436 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2439         kinsoku-eol regardless of shr-kinsoku-shorten.
2440         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2441         (shr-tag-table): Support caption, thead, and tfoot.
2442
2443 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2446         lines.
2447         (shr-save-contents): New command and keystroke.
2448
2449         * nndoc.el (nndoc-type-alist): Add git support.
2450         (nndoc-git-type-p): New function.
2451         (nndoc-transform-git-article): Ditto.
2452         (nndoc-transform-git-headers): Ditto.
2453         (nndoc-transform-git-headers): Generate Subject headers.
2454
2455         * shr.el (shr-parse-style): New function.
2456         (shr-tag-span): Ditto.
2457
2458         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2459         to `G G' to avoid collisions.
2460
2461 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * shr.el: Load kinsoku if necessary.
2464         (shr-kinsoku-shorten): New internal variable.
2465         (shr-find-fill-point): Make kinsoku shorten text line if
2466         shr-kinsoku-shorten is bound to non-nil.
2467         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2468         shr-indentation too when testing if table is wider than frame width.
2469         (shr-insert-table): Use `string-width' instead of `length' to measure
2470         text width.
2471         (shr-insert-table-ruler): Make sure indentation is done at bol.
2472
2473 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2474
2475         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2476         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2477         undecoded network data.
2478
2479 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2482         name in the mode line spec so that the mode line menu works
2483         (bug #2431).
2484
2485         * message.el (message-get-reply-headers): If we're fed `to-address',
2486         then always use that.
2487
2488         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2489         aren't so wide as to need to switch off the edit menu.
2490
2491         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2492         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2493
2494         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2495         `M-g'.
2496         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2497         the permanent marks.
2498
2499 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2500
2501         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2502         Splitting according to references/in-reply-to obeys the ignore-groups
2503         variable, while splitting by sender and subject do not.
2504
2505 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2508         alist, so that we can look for non-Unicode chars.
2509         (article-translate-strings): Allow both character and string maps.
2510
2511 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * shr.el (shr-insert): Don't insert space behind a wide character
2514         categorized as kinsoku-bol, or between characters both categorized as
2515         nospace.
2516
2517 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2518
2519         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2520         headers to gnus-newsgroup-headers.
2521
2522 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * shr.el (shr-tag-img): Don't align images -- since we're not
2525         rescaling, this often leads to ugly displays.
2526
2527 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2528
2529         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2530         duplicates.
2531
2532 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2533
2534         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2535         call.
2536
2537 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus.el: Autoload gnus-html-show-images.
2540
2541         * nnimap.el: Use nnheader-message throughout.
2542
2543         * shr.el (shr-tag-img): Ignore images with no data.
2544
2545 2010-10-15  Julien Danjou  <julien@danjou.info>
2546
2547         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2548         a possibility to disable format=flow encoding when using hard newlines.
2549
2550 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * shr.el (shr-insert): Remove space inserted before or after a
2553         breakable character or at the beginning or the end of a line.
2554         (shr-find-fill-point): Do kinsoku; find the second best point or give
2555         it up if there's no breakable point.
2556
2557 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * nnimap.el (nnimap-open-connection): Message when opening connection
2560         for debugging purposes.
2561
2562         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2563         on every setup buffer call to allow this to change from article to
2564         article.
2565
2566         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2567         buffers where we have a wide table.
2568
2569 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2570
2571         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2572         uses *-request-thread.
2573
2574 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2577         incantation, which is no longer valid.
2578
2579 2010-10-14  Julien Danjou  <julien@danjou.info>
2580
2581         * shr.el: Fix defcustom type (char -> character).
2582
2583 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2586         programs.
2587
2588 2010-10-14  Julien Danjou  <julien@danjou.info>
2589
2590         * shr.el (shr-tag-a): Use url-link as widget type.
2591
2592         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2593         `gnus-group-get-icon'.
2594
2595 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2598         This should make server editing work better.
2599
2600         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2601
2602         * tls.el (tls-program): Remove spurious %s from openssl.
2603
2604         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2605         (nnimap-parse-flags): Fix regexp.
2606
2607         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2608         probably work for CJVK text, too.
2609
2610         * nnimap.el (nnimap-extend-tls-programs): Remove.
2611         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2612
2613         * tls.el (tls-starttls-switches): Remove starttls hack.
2614         (open-tls-stream): Ditto.
2615         (tls-find-starttls-argument): Ditto.
2616
2617 2010-10-13  Julien Danjou  <julien@danjou.info>
2618
2619         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2620         responses.
2621
2622 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2625
2626         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2627         anything in Emacs.
2628
2629         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2630
2631 2010-10-13  Julien Danjou  <julien@danjou.info>
2632
2633         * shr.el (shr-width): Make shr-width a defcustom with default to
2634         fill-column.
2635         (shr-tag-img): Use shr-width rather than fill-column.
2636
2637 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * dgnushack.el (byte-optimize-apply)
2640         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2641
2642         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2643         position when (X-)Faces exist.
2644         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2645         avatars when called interactively.
2646
2647 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2650         gnus-article-x-face-too-ugly is bound.
2651
2652 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2655
2656         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2657         mailbox that doesn't exist.
2658
2659 2010-10-12  Julien Danjou  <julien@danjou.info>
2660
2661         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2662         (shr-get-image-data): Encode URL properly when fetching from cache.
2663         (shr-tag-img): Use aligned-to spaces to align correctly images.
2664
2665         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2666         before inserting the Gravatar.
2667
2668         * shr.el (shr-tag-img): Add align attribute support for <img>.
2669
2670 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-gravatar.el (gnus-art): Require.
2673
2674         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2675         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2676         Remove long obsoleted functions.
2677
2678 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2681
2682         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2683
2684         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2685         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2686         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2687         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2688         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2689         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2690         * sieve-manage.el, smime.el, spam.el:
2691         Fix comment for declare-function.
2692
2693 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * nnimap.el (nnimap-request-rename-group): Select group read-only
2696         before renaming it.
2697
2698         * shr.el (shr-insert): Fix up the white space only regexp.
2699
2700         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2701         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2702
2703         * shr.el (shr-current-column): New function.
2704         (shr-find-fill-point): New function.
2705
2706 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2707
2708         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2709         numbers.
2710
2711 2010-10-11  Julien Danjou  <julien@danjou.info>
2712
2713         * shr.el (shr-hr-line): Add.
2714         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2715         display hr lines.
2716         (shr-max-columns): Do not change state to nil if we just inserting
2717         spaces.
2718
2719 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2722         select the last group.
2723
2724 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2727
2728 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2729
2730         * dig.el (dig-mode-map): Declare and define in one step.
2731
2732 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2735         for Gnus.
2736         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2737         (nnimap-update-qresync-info): Mark \Seen articles as read.
2738
2739         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2740         non-variable, too.
2741
2742         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2743         available.
2744         (nnimap-update-info): Rely more on the current active than the param
2745         active to avoid marking articles as read too much.
2746
2747         * auth-source.el (auth-source-create): Use (user-login-name) for the
2748         user name default.
2749
2750         * nnimap.el (nnimap-update-info): If the server doesn't return any
2751         useful info, just use the previous info.
2752         (nnimap-update-info): Prefer old info over start-article.
2753         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2754
2755 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2756
2757         * nnir.el (autoload): Clean up autoloads.
2758         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2759         Use key rather than value.
2760         (nnir-imap-search-other): New variable.
2761         (nnir-read-parm): Use it.
2762         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2763         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2764
2765 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2766
2767         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2768         the process, too.
2769
2770 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * spam.el (gnus-summary-mode-map): Bind to "$".
2773         Suggested by Russ Allbery.
2774
2775         * shr.el: Rework the way things are indented by <li> slightly.
2776
2777         * gnus.el (gnus-group-set-parameter): Fix typo.
2778
2779         * nnimap.el: Start implementing QRESYNC support.
2780
2781 2010-10-09  Julien Danjou  <julien@danjou.info>
2782
2783         * nnir.el (nnir-engines): Fix too many arguments.
2784
2785 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2788         group is the "last", so that the backends like nnfolder actually save
2789         their folders.
2790
2791         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2792         try to use that for the tls stream.
2793         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2794         UIDVALIDITY and find out which groups are read-only and not.
2795         (nnimap-get-flags): Use the same marks parsing code as the rest of
2796         nnimap.
2797
2798 2010-10-09  Julien Danjou  <julien@danjou.info>
2799
2800         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2801
2802         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2803         retrieving gravatars.
2804
2805         * shr.el (shr-table-corner): Add.
2806         (shr-table-line): Add.
2807         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2808
2809 2010-10-08  Julien Danjou  <julien@danjou.info>
2810
2811         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2812
2813 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2816
2817         * gnus-sum.el (gnus-mark-article-as-unread)
2818         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2819         (gnus-summary-set-bookmark): Use it.
2820
2821         * gnus-msg.el (gnus-setup-message): Use it.
2822
2823         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2824
2825         * gnus.el (gnus-group-remove-parameter): Use it.
2826
2827         * gnus-group.el (gnus-group-make-web-group): Use it.
2828
2829         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2830
2831         * nnregistry.el: Update docs to mention manual.
2832
2833         * gnus-registry.el: Update docs to mention nnregistry.el.
2834         (gnus-registry-initialize): Don't install nnregistry refer method
2835         automatically.
2836         (gnus-registry-install-nnregistry): Remove it.
2837
2838 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * shr.el (shr-insert): Don't insert double spaces.
2841
2842 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-gravatar.el (gnus-treat-from-gravatar)
2845         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2846         called interactively.
2847
2848         * gnus-art.el (gnus-mime-view-part-externally)
2849         (gnus-mime-view-part-internally): Make predicate function passed to
2850         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2851         of a mime type.
2852
2853         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2854
2855 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * shr.el (require): Require cl when compiling.
2858         (shr-tag-hr): New function.
2859
2860         * nnimap.el (nnimap-update-info): Remove double setting of high.
2861         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2862         This makes nnimap work properly on Courier again.
2863
2864         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2865         the variable for backwards compatability.
2866
2867         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2868         the file name before using to avoid setting mm-default-directory to
2869         nil.
2870
2871         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2872         bidning gnus-agent variables.
2873
2874         * shr.el (shr-render-td): Use a cache for the table rendering function
2875         to avoid getting an exponential rendering behaviour in nested tables.
2876         (shr-insert): Rework the line-breaking algorithm.
2877         (shr-insert): Don't leave trailing spaces.
2878         (shr-insert-table): Also insert empty TDs.
2879         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2880
2881 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         * gnus-sum.el (gnus-number): Rename from `number'.
2884         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2885         (gnus-summary-limit-children): Update uses correspondingly.
2886
2887 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2890         (gnus-gravatar-transform-address): Don't show avatars of people of
2891         which mail addresses match gnus-gravatar-too-ugly.
2892
2893 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * shr.el (shr-table-widths): Expand TD elements to fill available
2896         space.
2897
2898 2010-10-07  Julien Danjou  <julien@danjou.info>
2899
2900         * nnimap.el (nnimap-request-rename-group): Add this method.
2901
2902 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2905         name from XEmacs' function-arglist.
2906
2907         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2908         gravatar under XEmacs.
2909
2910 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * auth-source.el: Update docs with TODO items.
2913
2914         * gnus-sync.el: Update docs to explain state and plans.
2915
2916         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2917         Hooks for mark updates.
2918         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2919
2920         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2921         hooks with arguments, which is needed for mark update hooks.
2922
2923 2010-10-06  Julien Danjou  <julien@danjou.info>
2924
2925         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2926         was matched.
2927
2928         * sieve-manage.el: Update example in `Commentary'.
2929
2930         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2931
2932         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2933         not 2000.
2934         (sieve-manage-authenticate): Re-add function.
2935
2936 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * shr.el (shr-insert): Get 'space transition right.
2939         (shr-render-td): Only delete space at the end of the TD.
2940
2941         * nnimap.el (nnimap-open-connection): Prepare to support
2942         open-gnutls-stream.
2943
2944         * shr.el: Rearrange function order to be more logical.
2945
2946 2010-10-06  Julien Danjou  <julien@danjou.info>
2947
2948         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2949         (nnrss-discover-feed): Remove 404 URL in docstring.
2950
2951         * nnir.el: Fix Swish-E URL.
2952         Fix Namazu URL.
2953
2954         * message.el (message-change-subject): Remove 404 URL in a comment.
2955
2956 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2959         called interactively.
2960
2961         * gnus-util.el (gnus-remove-if): Allow hash table.
2962         (gnus-remove-if-not): New function.
2963
2964         * gnus-art.el (gnus-mime-view-part-as-type)
2965         * gnus-score.el (gnus-summary-score-effect)
2966         * gnus-sum.el (gnus-read-move-group-name):
2967         Replace remove-if-not with gnus-remove-if-not.
2968
2969         * gnus-group.el (gnus-group-completing-read):
2970         Regard collection as a hash table if it is not a list.
2971
2972 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2975
2976         * shr.el: Document the table-rendering algorithm.
2977
2978 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2981         for Emacsen having no `libxml-parse-html-region' support.
2982
2983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2986         invalid URLs.
2987
2988         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2989         line-broken.
2990         (shr-tag-img): Ignore image fetching errors.
2991         (shr-overlays-in-region): Compute overlay positions correctly.
2992
2993         * mm-decode.el (mm-shr): Require shr.
2994
2995         * gnus-art.el (gnus-blocked-images): Move variable here.
2996
2997         * shr.el (shr-insert-table): Bind free variable.
2998
2999         * mm-decode.el (mm-shr): Bind shr-content-function.
3000
3001         * shr.el (shr-content-function): New variable.
3002
3003         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3004         added for symmetry.
3005
3006         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3007
3008         * gnus-group.el (gnus-group-make-group): Doc fix.
3009
3010         * nnimap.el (nnimap-request-newgroups): Return success.
3011
3012         * shr.el (shr-find-elements): New function.
3013         (shr-tag-table): Put all the images after the table.
3014         (shr-tag-table): Really inhibit images inside the table.
3015         (shr-collect-overlays): Copy over overlays from the TD elements to the
3016         main document.
3017
3018         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3019         gnus-blocked-images.
3020
3021 2010-10-05  Julien Danjou  <julien@danjou.info>
3022
3023         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3024
3025         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3026         (gnus-html-maximum-image-size): Add this function.
3027         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3028
3029         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3030         server-value of the capability is nil.
3031
3032 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el (shr-tag-em): Add <EM> tag.
3035
3036 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3037
3038         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3039         customizable.
3040
3041         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3042         handing broken links to browse-url.
3043
3044 2010-10-05  Julien Danjou  <julien@danjou.info>
3045
3046         * gnus-util.el (gnus-emacs-completing-read)
3047         (gnus-iswitchb-completing-read): Use autoload rather than require.
3048
3049 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3052         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3053         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3054         iswitchb-temp-buflist for XEmacs.
3055
3056         * gnus-util.el (gnus-completing-read-function): Exclude
3057         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3058         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3059         XEmacs.
3060
3061         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3062         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3063
3064         * gnus-html.el: Don't require help-fns under XEmacs.
3065         (gnus-html-schedule-image-fetching): Work for XEmacs.
3066
3067         * mm-decode.el (mm-shr): Decode contents by charset.
3068
3069 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3072         unknown.
3073
3074         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3075         (shr-get-image-data): Ensure against the cache file missing.
3076
3077         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3078         for data.
3079
3080         * spam-report.el (spam-report-url-ping-plain): Don't query about
3081         killing the process.
3082
3083         * shr.el (shr-render-td): Protect against too-wide text.
3084
3085 2010-10-04  Julien Danjou  <julien@danjou.info>
3086
3087         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3088         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3089
3090         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3091         retrieved.
3092
3093 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * shr.el (browse-url): Require.
3096         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3097         lines.
3098         (shr-show-alt-text, shr-browse-image): New commands.
3099         (shr-browse-url, shr-copy-url): New commands.
3100
3101         * gnus-sum.el (gnus-widen-article-window): New variable.
3102         (gnus-summary-select-article-buffer): Use it.
3103
3104         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3105         without @ signs.
3106
3107 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3108
3109         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3110
3111 2010-10-04  Julien Danjou  <julien@danjou.info>
3112
3113         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3114         for XEmacs.
3115
3116 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3119
3120         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3121         (nnimap-close-server): Implement.
3122
3123         * dgnushack.el (iswitchb): Require to shut up the compiler.
3124
3125         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3126         (shr-insert): Tweak line breaking.
3127         (shr-insert): Handle <pre> better.
3128         (shr-tag-li): Get <li> indentation right.
3129         (shr-tag-li): Get <li> indentation even righter.
3130         (shr-tag-blockquote): Ensure paragraph start.
3131         (shr-make-table): Tweak table generation.
3132         (shr-make-table): Fix typo.
3133
3134         * shr.el: Implement table rendering.
3135
3136 2010-10-04  Julien Danjou  <julien@danjou.info>
3137
3138         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3139
3140 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * shr.el (shr-insert): Use string anchors instead of line anchors.
3143
3144 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * shr.el: Add headings.
3147         (shr-ensure-paragraph): Actually work.
3148         (shr-tag-li): Make <ul> prettier.
3149         (shr-insert): Get white space at the beginning/end of elements right.
3150         (shr-tag-p): Collapse subsequent <p>s.
3151         (shr-ensure-paragraph): Don't insert double line feeds after blank
3152         lines.
3153         (shr-insert): \t is also space.
3154         (shr-tag-s): Fix "s" tag name function.
3155         (shr-tag-s): Fix face prop name.
3156
3157 2010-10-03  Julien Danjou  <julien@danjou.info>
3158
3159         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3160
3161         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3162         gnus-window-inside-pixel-edges.
3163
3164         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3165         gnus-ems.
3166
3167         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3168
3169         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3170         function.
3171
3172         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3173         resize choice.
3174
3175 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3178         beginning of the buffer.
3179
3180         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3181         article buffer again.
3182
3183         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3184
3185         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3186         when it's at the start of the buffer.
3187
3188         * shr.el (shr-tag-blockquote): Convert name.
3189         (shr-rescale-image): Use the right image-size variant.
3190
3191         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3192         buffer isn't shown, then select the current article first instead of
3193         bugging out.
3194         (gnus-summary-select-article-buffer): Show both the article and summary
3195         buffers again.
3196
3197         * shr.el (shr-fontize-cont): Protect against regions with no text.
3198         Rename tag functions to shr-tag-* for enhanced security.
3199         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3200
3201 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3202
3203         * shr.el (shr-insert):
3204         * pop3.el (pop3-movemail):
3205         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3206         loaded.
3207
3208 2010-10-03  Glenn Morris  <rgm@gnu.org>
3209
3210         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3211
3212         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3213
3214         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3215
3216         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3217
3218         * gnus-util.el (gnus-make-local-hook): Simplify.
3219
3220 2010-10-02  Julien Danjou  <julien@danjou.info>
3221
3222         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3223         (gnus-ido-completing-read): New function.
3224         (gnus-emacs-completing-read): New function.
3225         (gnus-completing-read): Use gnus-completing-read-function.
3226         Add gnus-completing-read-function.
3227
3228 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * shr.el (shr-insert-document): Autoload.
3231         (shr-img): Be silent.
3232         (shr-insert): Add a newline after every picture before text.
3233         (shr-add-font): Use overlays for combining faces.
3234         (shr-insert): Pass upwards the text start point.
3235
3236         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3237         possible.
3238         (mm-shr): New function.
3239
3240 2010-10-02  Julien Danjou  <julien@danjou.info>
3241
3242         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3243         should go backward.
3244
3245 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3246
3247         * shr.el (shr): Fix typo in provide call.
3248
3249 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * shr.el: New file.
3252
3253         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3254
3255         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3256         completing read.
3257
3258 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3261         we're being queried about.  Suggested by Dan Jacobson.
3262
3263         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3264         Suggested by Jason Eisner.
3265
3266         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3267         table, too.  Suggested by Stefan Wiens.
3268         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3269         the table unnecessary.  Suggested by Stefan Wiens.
3270
3271         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3272         longer needed, and probably doesn't work either, as pointed out by
3273         Stefan Wiens.
3274         (gnus-summary-exit): Remove call to the clearing function.
3275         (gnus-summary-exit-no-update): Ditto.
3276
3277         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3278         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3279         Reported by Stefan Monnier.
3280         (gnus-summary-save-in-rmail): Ditto.
3281
3282         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3283         article buffer, instead of both the article buffer and the summary
3284         buffer.  Sort of suggested by Dan Jacobson.
3285
3286         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3287
3288         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3289         Suggested by Dan Jacobson.
3290
3291         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3292         documentation clearer.
3293
3294         * message.el (message-shorten-references): Comment on the number "21".
3295         Suggested by Stefan Monnier.
3296
3297         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3298         Suggested by Dan Jacobson.
3299
3300         * gnus.el (gnus-large-newsgroup):
3301         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3302
3303         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3304         externalize attachments.  Bug reported by Steve Wen.
3305
3306         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3307         really message anything to the user.
3308
3309         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3310         directly.
3311
3312         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3313         messages in empty groups.
3314
3315 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3316
3317         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3318         non-UIDNEXT group.
3319
3320 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3323         not the value from the collection.
3324
3325         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3326         values.  This sometimes happens on some groups that have no info.
3327         (nnimap-request-newgroups): New function.
3328
3329 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3332         check into `gnus-registry-initialize'.
3333         (gnus-registry-initialize): Ditto.
3334         Fix and extend header docs.
3335
3336 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3339         regexp backtrace overflows.
3340
3341         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3342         for starttls that tls.el implements; i.e. openssl.
3343
3344         * tls.el (tls-starttls-switches): Give up on using starttls with
3345         gnutls-cli.
3346         (tls-program): Add --insecure to be consistent with the defaults from
3347         openssl s_client.  Now all three commands are insecure.
3348
3349 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * lpath.el: Bind completion-styles-alist for XEmacs.
3352
3353         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3354         (gravatar-create-image): New function that's an alias to
3355         gnus-xmas-create-image, gnus-create-image, or create-image.
3356         (gravatar-data->image): Use it.
3357
3358 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3359
3360         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3361         install the nnregistry refer method.
3362         (gnus-registry-install-hooks): Use it.
3363         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3364         unfollowed groups.
3365
3366 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3367
3368         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3369         expanding threads.
3370
3371 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * nnir.el: Use the server names without suffixes (bug #7009).
3374
3375         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3376         unencrypted to STARTTLS, if possible.
3377
3378 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3379
3380         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3381         headers before superseding.
3382
3383 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * nnrss.el (nnrss-use-local): Add documentation.
3386
3387         * nnimap.el (nnimap-extend-tls-programs): New function.
3388         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3389         (nnimap-wait-for-connection): Accept the greeting from the stupid
3390         output from openssl s_client -starttls, too.
3391
3392         * tls.el (tls-starttls-switches): New variable.
3393         (tls-find-starttls-argument): Use it.
3394         (open-tls-stream): Ditto.
3395
3396         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3397         (netrc-machine): Ditto.
3398
3399         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3400         article number.
3401         (nnimap-split-fancy): New variable.
3402         (nnimap-split-incoming-mail): Use it.
3403
3404         * nntp.el (nntp-server-list-active-group): Document.
3405
3406         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3407         SELECT to get the message-id.
3408
3409         * mail-source.el (mail-sources): Remove webmail support.
3410         (defvar): Ditto.
3411         (mail-source-fetcher-alist): Ditto.
3412         (mail-source-fetch-webmail): Remove.
3413
3414         * webmail.el: Remove -- doesn't seem relevant any more.
3415
3416         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3417
3418         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3419         the \r.
3420
3421 2010-09-30  Julien Danjou  <julien@danjou.info>
3422
3423         * gnus-agent.el (gnus-agent-add-group): Fix call to
3424         gnus-completing-read.
3425
3426 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * nndoc.el (nndoc-retrieve-groups): New function.
3429
3430         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3431         `default', use nnmail-split-methods.
3432         (nnimap-request-article): Downcase the NILs so that they are nil.
3433
3434         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3435         symbol.
3436
3437         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3438         code, since if the user has requested network, that's what they ought
3439         to get.
3440         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3441         (nnimap-split-rule): Mark as obsolete.
3442
3443         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3444         New variable.
3445
3446         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3447         correct slot, too.
3448
3449 2010-09-29  Julien Danjou  <julien@danjou.info>
3450
3451         * gnus.el (gnus-local-domain): Declare variable obsolete.
3452
3453         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3454         Fix history computing.
3455         (gnus-ido-completing-read): Require ido.
3456
3457 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3460         build Gnus.
3461
3462         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3463         when interpreting the structures.
3464         (nnimap-request-accept-article): Add \r\n to the lines to make this
3465         work with Cyrus.
3466
3467         * nndraft.el (nndraft-request-expire-articles): Use the group name
3468         instead if "nndraft".  Fix found by Nils Ackermann.
3469
3470 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3471
3472         * nnregistry.el: Add.
3473
3474 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * nnmail.el (group, group-art-list, group-art):
3477         Remove unneeded directives.
3478
3479 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3482         (mm-mime-charset)
3483         * rfc2047.el (rfc2047-syntax-table)
3484         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3485
3486         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3487         rather than `insert-file-contents' and `eval-region'.
3488
3489         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3490         construction.
3491
3492         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3493
3494         * time-date.el: No need to require cl for Emacs 21.
3495
3496 2010-09-29  Julien Danjou  <julien@danjou.info>
3497
3498         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3499         replacement of `gnus-gravatar-relief' to mimic
3500         `gnus-faces-properties-alist'.
3501         Add :version property.
3502
3503 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * mail-source.el (mail-source-report-new-mail)
3506         * message.el (message-default-mail-headers)
3507         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3508
3509         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3510
3511 2010-09-28  Julien Danjou  <julien@danjou.info>
3512
3513         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3514         mail-address contains the same string as real-name.
3515
3516         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3517         non-blank in header, otherwise it'll get stripped.
3518
3519         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3520         real-name, and then for mail address rather than doing : or , search.
3521
3522 2010-09-27  Julien Danjou  <julien@danjou.info>
3523
3524         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3525         right completing-read function.
3526         (gnus-use-ido): New variable
3527         (gnus-completing-read-with-default): Remove.
3528         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3529         (gnus-agent-add-group):
3530         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3531         * mm-view.el (mm-view-pkcs7-decrypt):
3532         * mm-util.el (mm-codepage-setup):
3533         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3534         * mml-smime.el (mml-smime-openssl-sign-query):
3535         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3536         (mml-insert-multipart):
3537         * gnus-msg.el (gnus-summary-yank-message):
3538         * gnus-int.el (gnus-start-news-server):
3539         * mm-decode.el (mm-interactively-view-part):
3540         * gnus-dired.el (gnus-dired-attach):
3541         * gnus.el (gnus-read-method):
3542         * gnus-bookmark.el (gnus-bookmark-jump):
3543         * gnus-art.el (gnus-mime-view-part-as-type)
3544         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3545         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3546         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3547         * nnmairix.el (nnmairix-create-server-and-default-group)
3548         (nnmairix-update-groups, nnmairix-get-server)
3549         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3550         (nnmairix-get-group-from-file-path):
3551         * nnrss.el (nnrss-find-rss-via-syndic8):
3552         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3553         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3554         (gnus-group-browse-foreign-server):
3555         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3556         (gnus-summary-execute-command, gnus-summary-respool-article)
3557         (gnus-read-move-group-name):
3558         * gnus-score.el (gnus-summary-increase-score)
3559         (gnus-summary-score-effect):
3560         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3561
3562 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3565         x-focus-frame.
3566
3567         * nnimap.el (auth-source-forget-user-or-password)
3568         (auth-source-user-or-password): Autoload.
3569
3570         * message.el (message-from-style, message-interactive)
3571         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3572         (message-yank-prefix, message-indentation-spaces, message-signature)
3573         (message-signature-file): Add comment.
3574
3575 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3578         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3579         new articles.
3580
3581         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3582         parts.
3583         (nnimap-request-article): Work with the t setting, too.
3584
3585         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3586         that you don't get flashes of other buffers.
3587         (gnus-summary-show-complete-article): Intern before setting.
3588
3589 2010-09-27  David Engster  <dengste@eml.cc>
3590
3591         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3592         well as HEADERS.
3593         (nnmairix-retrieve-headers): Provide new argument for the above.
3594
3595 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus-sum.el (gnus-summary-move-article): Don't alter
3598         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3599         group.
3600
3601         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3602
3603         * message.el (message-cite-prefix-regexp): Revert my last edit.
3604
3605         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3606         variable instead of the Gnus variable.
3607
3608         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3609
3610         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3611
3612         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3613         since some servers don't like it.
3614         (nnimap-open-connection): Forget credentials if the server says the
3615         password was wrong.
3616         (nnimap-parse-line): Protect against invalid data.
3617
3618         * gnus-sum.el (gnus-summary-move-article): Add comment.
3619         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3620         nothing alters it while scanning for new messages.
3621
3622         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3623         which may or may not help.
3624         (nnimap-open-connection): If we're doing a stream connection, and then
3625         discover we're on a STARTTLS-capable server, then open a STARTTLS
3626         connection instead.
3627
3628 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * nnimap.el (utf7): Require.
3631
3632         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3633         prefix.
3634
3635 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3636
3637         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3638
3639 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * nnimap.el (nnimap-request-accept-article): Message the error on
3642         error.
3643
3644 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3647
3648 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * nndoc.el (nndoc-request-list): Return success always.
3651
3652         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3653         `fetch-old' -- we only want to fetch the articles we've requested.
3654         The rest are in the agent, probably.
3655         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3656         disappeared server" to something low.  It's not important.
3657
3658         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3659         arrived before the FETCH data.
3660
3661         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3662         target here, because we don't know the Gnus name of the group.
3663
3664         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3665         for the correct group.
3666
3667         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3668
3669         * gnus.el (gnus): Give a final warning after startup.
3670
3671         * gnus-util.el (gnus-action-message-log): New variable.
3672         (gnus-message): Use it.
3673         (gnus-final-warning): New function.
3674
3675         * nnimap.el (nnimap-open-connection): Record the greeting.
3676         (nnimap): Add greeting.
3677
3678 2010-09-26  Julien Danjou  <julien@danjou.info>
3679
3680         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3681         arguments.
3682         (gnus-html-wash-images): Fix spec computing to include start/end.
3683
3684         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3685
3686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3689         deletion.
3690         (nnimap-retrieve-headers): Don't select the group, because that's
3691         already done by nnimap-possibly-change-group.
3692
3693         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3694         (gnus-picon-transform-address): Use it.
3695
3696         * mail-source.el (mail-source-value): Revert previous patch.
3697
3698         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3699         on failure.
3700         (nnimap-open-connection): Look up both virtual and physical server name
3701         credentials.
3702
3703         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3704
3705 2009-02-07  Dave Love  <fx@gnu.org>
3706
3707         * tls.el (open-tls-stream): Don't query killing process.
3708
3709 2009-02-08  Dave Love  <fx@gnu.org>
3710
3711         * gnus-win.el (gnus-window-to-buffer-helper)
3712         (gnus-all-windows-visible-p): Function needn't be a symbol.
3713
3714         * mail-source.el (mail-source-value): Function needn't be a symbol.
3715
3716 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * message.el (message-cite-prefix-regexp): Remove } from the cite
3719         prefix.
3720
3721         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3722         highlight again, so that the highlight is correct.
3723
3724         * gnus-picon.el (gnus-picon): Remove again.
3725         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3726
3727         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3728         doing the header highlightling, so that the background colour of the
3729         picon is correct.
3730
3731         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3732         (gnus-picon): Ditto.
3733         (gnus-picon): Reinstate.  The background colour for picons is white.
3734         (gnus-picon-insert-glyph): Make the background white.
3735
3736         * nnml.el (nnml-open-nov): Don't return dead buffers.
3737
3738         * auth-source.el (auth-source-create): Query the user for whether to
3739         store the credentials.
3740
3741         * netrc.el (netrc-store-data): New function.
3742
3743         * auth-source.el (auth-source-user-or-password): Use the existing auth
3744         sources, if any, for creation.
3745
3746         * gnus.el (gnus-group-fast-parameter): Return the last matching
3747         parameter instead of the first matching parameter.
3748
3749 2010-09-26  Julien Danjou  <julien@danjou.info>
3750
3751         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3752
3753 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * mml2015.el (mml2015-use): Remove gpg support.
3756
3757         * mml1991.el (mml1991-function-alist): Remove gpg function.
3758         (mml1991-gpg-sign): Remove.
3759
3760 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3761
3762         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3763         (gnus-browse-unsubscribe-current-group): Document it.
3764         (gnus-browse-unsubscribe-group): Use it.
3765
3766 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3769         address to the To list for easier response.
3770
3771         * gnus.el (gnus-play-startup-jingle): Remove.
3772         (gnus-splash): Don't play jingle.
3773         (gnus): Silence gnus-load message.
3774
3775         * gnus-art.el (gnus-treat-play-sounds): Remove.
3776
3777         * gnus.el (gnus-play-jingle): Remove audio support.
3778
3779         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3780
3781         * earcon.el: Remove -- no users.
3782
3783         * gnus-audio.el: Remove -- no users of this package.
3784
3785         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3786
3787         * gnus-start.el (gnus-setup-news): Remove nocem support.
3788
3789         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3790
3791         * gnus.el (gnus-use-nocem): Remove.
3792
3793         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3794         Remove.
3795
3796         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3797         uses NoCeM any more.
3798
3799         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3800         (gnus-button-ctan-handler): Ditto.
3801         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3802         (gnus-button-ctan-directory-regexp): Ditto.
3803         (gnus-button-handle-ctan): Ditto.
3804         (gnus-button-tex-level): Ditto.
3805         (gnus-button-alist): Remove CTAN stuff.
3806
3807 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3810         nnimap-streaming test.
3811
3812         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3813         servers twice.
3814
3815         * nnimap.el (nnimap-open-connection): Add more error reporting when
3816         nnimap fails early.
3817
3818         * nnheader.el (nnheader-get-report-string): New function.
3819         (nnheader-get-report): Use it.
3820
3821         * gnus-int.el (gnus-check-server): Say what the error was when opening
3822         failed.
3823
3824         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3825         using streaming.
3826
3827 2010-09-25  Julien Danjou  <julien@danjou.info>
3828
3829         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3830         gnus-window-inside-pixel-edges.
3831
3832 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3835
3836         * mm-decode.el (mm-save-part): Allow saving to other directories the
3837         normal Emacs way.
3838
3839         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3840         Suggested by Jay Berkenbilt.
3841
3842         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3843         there isn't a single byte.
3844
3845         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3846         just do it.  It doesn't really seem to matter what the user responds
3847         here, I think, so it's just a confusing question.
3848
3849         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3850         non-streaming case.
3851
3852         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3853         (gnus-article-encrypt-body): Use it.
3854
3855         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3856         keystroke.
3857
3858         * nnimap.el (nnimap-find-wanted-parts-1):
3859         Use gnus-fetch-partial-articles.
3860
3861         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3862
3863         * nnimap.el (nnimap-insert-partial-structure): New function.
3864         (nnimap-get-partial-article): New function.
3865         (nnimap-request-article): Use it.
3866         (nnimap-wait-for-response): Return whether the wait was successful.
3867         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3868         retrieval wasn't successful.
3869         (nnimap-retrieve-group-data-early): Allow throttling servers.
3870         (nnimap-streaming): New variable.
3871         (nnimap-fetch-partial-articles): Remove.
3872
3873         * mm-decode.el (mm-with-part): Protect against killed buffers.
3874
3875         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3876         for prettier summary display.
3877
3878 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3879
3880         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3881
3882 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3885         apparently third-party libraries depend on it.
3886
3887         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3888         before starting negotiation.
3889
3890         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3891         privacy reasons.
3892         (gnus-treat-mail-gravatar): Ditto.
3893
3894         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3895         buffer when inserting images.  Inserting text into the headers, for
3896         instance, can make them invalid.
3897
3898 2010-09-25  Julien Danjou  <julien@danjou.info>
3899
3900         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3901         variables.
3902
3903         * nnheader.el: Remove useless variables news-reply-yank-from and
3904         news-reply-yank-message-id.
3905
3906         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3907         variables.
3908
3909         * mml1991.el: Remove useless mml1991-verbose.
3910
3911         * gnus.el: Remove useless variable gnus-use-generic-from.
3912         Remove obsolete variable gnus-topic-indentation.
3913
3914         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3915
3916         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3917
3918         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3919
3920         * gnus-group.el: Remove useless gnus-group-icon-cache.
3921         Remove useless gnus-ephemeral-group-server.
3922
3923         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3924
3925         * mml2015.el: Remove useless mml2015-verbose.
3926
3927         * mml-smime.el: Remove useless mml-smime-verbose.
3928
3929         * gnus.el: Remove useless gnus-local-domain.
3930
3931         * gnus-gravatar.el (gnus-gravatar-transform-address):
3932         Use gnus-gravatar-size.
3933
3934         * gnus-art.el: Remove useless gnus-treat-translate.
3935
3936 2010-09-24  Julien Danjou  <julien@danjou.info>
3937
3938         * gnus-sum.el: Add support for Gravatars.
3939
3940         * gnus-art.el: Add support for Gravatars.
3941
3942         * gnus-gravatar.el: Add this file.
3943
3944         * gravatar.el: Add this file.
3945
3946 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3949
3950         * gnus-group.el (gnus-group-fetch-faq): Remove.
3951
3952         * gnus.el (gnus-group-faq-directory): Remove.
3953
3954         * gnus-group.el (gnus-group-fetch-charter): Remove.
3955
3956         * gnus.el (gnus-group-charter-alist): Remove.
3957
3958         * gnus-group.el (gnus-group-archive-directory): Remove.
3959         (gnus-group-recent-archive-directory): Ditto.
3960         (gnus-group-make-archive-group): Remove.
3961
3962         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3963
3964         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3965         use the same article number for all the cached articles.
3966
3967         * nnimap.el (nnimap-command): Register the last command time so
3968         that we can use it for idling NOOPs.
3969         (nnimap-open-connection): Start the keeplive timer.
3970         (nnimap-make-process-buffer): Store all the process buffers.
3971         (nnimap-keepalive): New function.
3972
3973         * starttls.el (starttls-open-stream): Add autoload cookie.
3974
3975 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3976
3977         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3978         handling.
3979
3980 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3983         its data structures.
3984
3985         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3986         instead of the cl.el copy-list.
3987         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3988         equalp.
3989
3990 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3993         and tool-bar-local-item-from-menu.
3994
3995         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3996         mode-line-highlight face for Emacs.
3997
3998         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3999         loading gnus-sum.elc; fix comment for canlock-verify.
4000         (gnus-article-jump-to-part): Use read-number.
4001         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4002         Remove Emacs pre-21 compatible code for help-echo.
4003         (gnus-article-next-page-1): No need to adjust the number of lines.
4004         (gnus-article-describe-bindings): Always use help-buffer.
4005
4006         * gnus-audio.el (gnus-audio-inline-sound)
4007         * gnus-cus.el (gnus-custom-mode)
4008         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4009
4010         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4011
4012         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4013         compatible code.
4014
4015 2010-09-24  Glenn Morris  <rgm@gnu.org>
4016
4017         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4018         visiting the fcc file in rmail-mode.
4019
4020         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4021
4022 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * nnir.el: Silence the byte compiler.
4025
4026         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4027         alias to browse-url-url-encode-chars if any.
4028         (gnus-html-encode-url): Use it.
4029
4030 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-start.el (gnus-use-backend-marks): New variable.
4033         (gnus-get-unread-articles-in-group): Use it.
4034
4035         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4036         makeover.
4037
4038 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4039
4040         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4041
4042 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4045         Remove.
4046         (gnus-setup-news-hook):
4047         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4048
4049         * gnus-int.el (gnus-request-update-info): Protect against backends not
4050         having the function.
4051
4052         * nnimap.el (nnimap-stream): Mention starttls.
4053         (nnimap-open-connection): Add starttls support.
4054
4055 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4056
4057         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4058
4059 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4062         BODYSTRUCTUREs.
4063         (nnimap-transform-headers): Unfold quoted {42} headers.
4064
4065         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4066         the info.
4067         (gnus-get-unread-articles): Only call updatep on backends that support
4068         it.
4069
4070         * nnweb.el (nnweb-request-update-info): NOOP.
4071
4072         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4073
4074         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4075         since it only deals with marks.
4076
4077         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4078         gnus-request-marks, and make a new gnus-request-update-info.
4079
4080         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4081         the active instead of the high number, which is usually too low.
4082
4083 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4086         * encrypt.el: Remove.
4087
4088 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4091         server in symbolic form.
4092
4093         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4094
4095 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4098         (nnimap-update-info): Fix up code slightly.
4099
4100         * gnus-int.el (gnus-open-server): Add tracing for performance
4101         debugging.
4102
4103         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4104         (gnus-group-insert-group-line): Pass the real group name so that it
4105         gets the right data.
4106
4107         * gnus-start.el (gnus-get-unread-articles): Don't have
4108         `gnus-get-unread-articles-in-group' update info, since that can be
4109         really slow and doesn't seem to be needed?
4110
4111 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4112
4113         * time-date.el (date-to-time): Try using parse-time-string first before
4114         using the slower timezone-make-date-arpa-standard.
4115
4116 2010-09-22  Julien Danjou  <julien@danjou.info>
4117
4118         * gnus-group.el (gnus-group-insert-group-line):
4119         Call gnus-group-highlight-line.
4120         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4121         default hook list.
4122         (gnus-group-update-eval-form): Add new function.
4123         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4124         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4125
4126 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4129         immediate, then expire all articles.
4130         (nnimap-update-info): Fix off-by-one errors.
4131         (nnimap-flags-to-marks): Would return no marks lists for group with no
4132         flags.  Instead return the other data.
4133
4134 2010-09-22  Julien Danjou  <julien@danjou.info>
4135
4136         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4137         Only return an icon.
4138         (gnus-group-insert-group-line): Compute icon to return.
4139
4140         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4141         (gnus-html-image-fetched): Only cache if
4142         gnus-html-image-automatic-caching is set.
4143         (gnus-html-image-fetched): Check for errors.
4144
4145 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4148         once per method on `g'.  This ensures that backends like nnfolder don't
4149         open all their folders.
4150
4151         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4152         (nnimap-request-list): Nix out group in the correct buffer.
4153         (nnimap-parse-flags): Implement by using `read' instead of
4154         hand-parsing.
4155         (nnimap-flags-to-marks): Pass on permanent-flags.
4156         (nnimap-make-process-buffer): Record the server name.
4157         (nnimap-parse-flags): Fix typo.
4158         (nnimap-request-scan): Run split on the server in general, not just a
4159         single group.
4160
4161         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4162         parameter, and propagate this downwards.
4163
4164         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4165         since EXAMINE changes it on the server.
4166
4167         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4168         this command might take a while.
4169
4170 2010-09-22  Julien Danjou  <julien@danjou.info>
4171
4172         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4173         harmful if you have 2 images side-by-side, they can't be properly
4174         update on text deletion.  Using text-property is safer here.
4175         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4176         data.
4177
4178 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * nnimap.el (nnimap-expunge-inbox): Remove.
4181         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4182         (nnimap-expunge): Flip default to t.
4183
4184         * gnus.el (gnus-method-to-server): Don't push things to the cache
4185         unless it's unique.
4186         (gnus-server-to-method): Ditto.
4187
4188 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4191
4192 2010-09-22  Julien Danjou  <julien@danjou.info>
4193
4194         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4195         get the start of data.
4196         (gnus-html-encode-url): Add this function to encode special chars in
4197         URL.
4198         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4199         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4200
4201         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4202         default.
4203         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4204
4205         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4206         images alt-text.
4207         (gnus-html-put-image): Put alt-text as help-echo.
4208
4209 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4212         * mm-util.el (mm-decompress-buffer)
4213         * nnir.el (nnir-run-find-grep)
4214         * pop3.el (pop3-list): Use 3rd arg of split-string.
4215
4216         * time-date.el (format-seconds): Comment fix.
4217
4218         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4219         and byte-optimize-form-code-walker.
4220         (dgnushack-make-auto-load): Don't advise make-autoload.
4221
4222         * lpath.el: Remove Emacs 21 stuff.
4223
4224 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4227         outside the active range.  Suggested by Dan Christensen.
4228
4229         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4230         slightly later to avoid double-getting it.
4231
4232         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4233         previous patch.
4234
4235         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4236
4237 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4238
4239         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4240
4241 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-int.el (gnus-open-server): Give a better error message in the
4244         "go offline" case.
4245
4246         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4247         marks for nnimap, which is seldom the right thing to do.
4248
4249         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4250         (gnus-same-method-different-name): New function.
4251
4252         * nnimap.el (parse-time): Require.
4253
4254         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4255         method in the presence of many similar methods.
4256
4257         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4258
4259         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4260         nnml-inhibit-expiry.
4261
4262         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4263         find out whether methods are equal.
4264
4265         * nnimap.el (nnimap-find-expired-articles): New function.
4266         (nnimap-process-expiry-targets): New function.
4267         (nnimap-request-move-article): Request the article before looking at
4268         what the Message-ID is.  Fix found by Andrew Cohen.
4269         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4270
4271         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4272         for oldness in addition to being a predicate.
4273
4274         * nnimap.el (nnimap-request-group): When we have zero articles, return
4275         the right data to Gnus.
4276         (nnimap-request-expire-articles): Only delete articles immediately if
4277         the target is 'delete.
4278
4279         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4280         method, this would bug out.
4281
4282         * gnus-group.el (gnus-group-expunge-group): Rename from
4283         gnus-group-nnimap-expunge, and implemented as a normal interface
4284         function.
4285
4286         * gnus-int.el (gnus-request-expunge-group): New function.
4287
4288         * nnimap.el (nnimap-request-create-group): Implement.
4289         (nnimap-request-expunge-group): New function.
4290
4291 2010-09-21  Julien Danjou  <julien@danjou.info>
4292
4293         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4294         (gnus-html-cache-expired): Add new function.
4295         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4296         wethever we should display image for fetch it.
4297         Compute alt-text earlier to pass it to the fetching function too.
4298         (gnus-html-schedule-image-fetching): Change function argument to only
4299         get one image at a time, not a list.
4300         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4301         cache.
4302         (gnus-html-get-image-data): New function to retrieve image data from
4303         cache.
4304         (gnus-html-put-image): Change buffer argument to use image data rather
4305         than file, and place image above region rather than inserting a new
4306         one.  Do not take alt-text as argument, since it's useless now: we place
4307         the image above alt-text.
4308         (gnus-html-prune-cache): Remove.
4309         (gnus-html-show-images): Start to fetch image when we find one, do not
4310         push into a temporary list.
4311         (gnus-html-prefetch-images): Only fetch image if they have expired.
4312         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4313         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4314
4315 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4318
4319 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4322         spec inser "*" if the group isn't active instead of 0.
4323
4324         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4325         opening the server.
4326         (nnimap-request-delete-group): Implement group deletion.
4327         (nnimap-transform-headers): Return the size of the entire message in
4328         the Bytes header, not just the size of the first part.
4329         (nnimap-request-move-article): When moving an article from nnimap,
4330         request the article first so the accepting form has an article to
4331         accept.  Reported by Dan Christensen.
4332         (nnimap-command): Make sure that the error message doesn't error out.
4333
4334 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4335
4336         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4337         we haven't requested anything.
4338
4339 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4342         "".  Fix found by Andrew Cohen.
4343
4344         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4345         instead of -encode-string.
4346
4347 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4350
4351         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4352         by mm-subst-char-in-string.
4353
4354 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4357         waiting for the connection string.
4358
4359         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4360         arriving.
4361
4362         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4363         bogus characters.  This allows selecting certain Gmail groups.
4364
4365         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4366         (nnimap-fetch-partial-articles): New variable.
4367         (nnimap-open-connection): When looking for credentials, also use the
4368         nnimap-server-port.
4369         (nnimap-request-article): Return the group/article number, so that Gnus
4370         `^' works as expected.
4371         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4372
4373         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4374         comments.
4375         (gnus-methods-sloppily-equal): New function.
4376         (gnus): When using the development version of Gnus, load the gnus-load
4377         file.
4378
4379         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4380         `gnus-open-server' on each method before trying to scan them etc.
4381         This ensures that all the backend parameters are set correctly.
4382
4383         * nnimap.el (nnimap-authenticator): New variable.
4384         (nnimap-open-connection): Allow anonymous login.
4385         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4386         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4387
4388         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4389         patch, found by Knut Anders Hatlen.
4390
4391 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4392
4393         * gnus-agent.el (gnus-agent-batch-confirmation)
4394         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4395         to gnus-message.
4396         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4397         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4398         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4399         * gnus-int.el (gnus-open-server): Likewise.
4400         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4401         (gnus-score-check-syntax): Likewise.
4402         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4403         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4404         Likewise.
4405         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4406
4407 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4410         calling conventions so that prefetch doesn't bug out.
4411
4412 2010-09-19  Julien Danjou  <julien@danjou.info>
4413
4414         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4415         rather than `subst-char-in-region' in order to be able to replace ASCII
4416         char by UTF-8 ones.
4417
4418         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4419         than curl.
4420         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4421         the right URL and ALT text on images.
4422         (gnus-html-wash-tags): Fix tag case.
4423         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4424         (gnus-article-html): Add -o display_ins_del=2 option.
4425         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4426
4427 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4430         the extra mail headers, which sometimes seem to happen for unknown
4431         reasons.
4432
4433         * mail-parse.el (mail-header-encode-parameter): Define as
4434         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4435         (or most, perhaps?) mail readers don't understand the latter, but do
4436         understand the former.
4437
4438         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4439         to nil, so that no methods are automatically agentized.  I think this
4440         is probably what most users want.
4441
4442         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4443         from url-retrieve, for instance about invalid URLs.
4444
4445         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4446         groups that have no articles.
4447         (nnimap-request-article): Check that we really got an article when we
4448         requested one.
4449
4450         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4451         doesn't exist.
4452
4453         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4454         nntp buffer so the agent can save it.
4455         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4456         that CRLF doesn't get translated to \n.
4457         (nnimap-open-connection): Don't make 'shell commands only send \n.
4458
4459 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4460
4461         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4462         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4463         Update var name.
4464         (nnml-generate-nov-file): Use dolist.
4465         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4466         Use with-current-buffer.
4467
4468 2010-09-18  Julien Danjou  <julien@danjou.info>
4469
4470         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4471         parallel.
4472
4473 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4476         the range update right.
4477         (nnimap-request-group): Don't make `M-g' bug out on group with no
4478         marks.
4479         (nnoo): Require, so that other packages can require nnimap.
4480         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4481         command we're looking for.  This helps when the server sends more
4482         responses after we've gotten everything we expected.
4483         (nnimap): Add a `newlinep' field to keep track of end-of-line
4484         conventions.
4485         Don't send CRLF to things that don't want it.
4486         (nnimap-request-accept-article): Ditto.
4487
4488 2010-09-18  Julien Danjou  <julien@danjou.info>
4489
4490         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4491         than curl to retrieve images.
4492
4493 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4496         the marks.
4497         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4498         (nnimap-wait-for-connection): New function.
4499         (nnimap-open-connection): If we have PREAUTH, don't query for login
4500         credentials.
4501         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4502         when doing a partial update.
4503
4504 2010-09-18  Julien Danjou  <julien@danjou.info>
4505
4506         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4507         tags.
4508
4509 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510
4511         * nnimap.el (nnimap-credentials): New function.
4512         (nnimap-open-connection): Use the new function to look for credentials
4513         also on the numeric equivalents of "imap" and "imaps".
4514
4515         * gnus-start.el (gnus-activate-group): Send the info to
4516         gnus-request-group.
4517
4518         * nnimap.el (nnimap-request-group): Have the "check" version of the
4519         function parse flags and update the info, so that a `M-g' get a total
4520         resync of all flags from the group.
4521
4522         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4523         to allow backends to alter the info on group selection.  Also alter all
4524         the backend -request-group functions to take the parameter.
4525
4526         * nnimap.el (nnimap-store-info): New function.
4527         (nnimap-update-info): Store the info for later usage.
4528         (nnimap-request-group): Use the stored info for the dont-check case, so
4529         that we don't retrieve all marks when we enter a group.
4530
4531         * nnimap.el: Use deffoo instead of defun for interface functions.
4532
4533         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4534         update the group info.  This makes the nndraft groups, for instance, go
4535         back to their old behaviour.
4536
4537         * gnus-sum.el (gnus-select-newsgroup): Indent.
4538
4539         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4540         in.
4541         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4542         nothing.
4543
4544         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4545         from methods that are denied.
4546
4547         * gnus-int.el (gnus-method-denied-p): New function.
4548
4549         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4550         store the password instead of netrc.
4551         (nnimap-open-connection): Don't error out when we can't make a
4552         connections.
4553
4554         * auth-source.el (auth-source-create): In the password prompt, say what
4555         we're querying for.  Also prompt for user name if that hasn't been
4556         given.
4557
4558         * nnimap.el (nnimap-with-process-buffer): Remove.
4559
4560 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4563         method when we're reading from the agent.
4564
4565         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4566
4567         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4568         that's probably most useful for users.
4569
4570         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4571         "failed" all the time.
4572
4573         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4574         ...)) with (with-current-buffer ... ).
4575
4576         * nntp.el (nntp-open-server): Return whether the open was successful or
4577         not.
4578
4579         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4580         select an unread unseen article first.
4581
4582         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4583         /etc/services, supply some sensible port defaults.
4584
4585         * dgnushack.el: Define netrc-credentials.
4586
4587 2010-09-17  Julien Danjou  <julien@danjou.info>
4588
4589         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4590
4591 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4592
4593         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4594         doesn't have any parameters.
4595
4596 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4599         only upcased checks.
4600
4601         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4602
4603         * nnimap.el (nnimap-open-shell-stream): New function.
4604         (nnimap-open-connection): Use it.
4605         (nnimap-transform-headers): Get the number of lines in each message.
4606         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4607         number of lines.
4608         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4609         problem.
4610
4611         * utf7.el (utf7-encode): Autoload.
4612
4613         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4614         to allow the mail splitting to not return a default group.  This is
4615         useful for nnimap, which will leave unmatched mail in the inbox.
4616
4617         * nnimap.el: Rewritten.
4618
4619         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4620         nnimap usage.
4621
4622         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4623         if the move is internal, so that nnimap can do fast internal moves.
4624
4625         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4626         data.
4627         (gnus-read-active-for-groups): Support finishing the early retrieval of
4628         data.
4629
4630         * gnus-range.el (gnus-range-nconcat): New function.
4631
4632         * gnus-int.el (gnus-finish-retrieve-group-infos)
4633         (gnus-retrieve-group-data-early): New functions.
4634
4635 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4636
4637         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4638         (nnrss-retrieve-groups):
4639         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4640         (pop3-quit): Use with-current-buffer.
4641
4642 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4645         instead of nnheader-accept-process-output.
4646
4647         * dgnushack.el (dgnushack-compile): Add comment.
4648
4649         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4650
4651         * gnus-html.el (gnus-html-schedule-image-fetching)
4652         (gnus-html-prefetch-images): Replace process-kill-without-query by
4653         gnus-set-process-query-on-exit-flag.
4654
4655 2010-09-16  Romain Francoise  <romain@orebokech.com>
4656
4657         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4658
4659 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4662         parameter to unintern is mandatory-ish in Emacs 24.
4663
4664         * gnus-html.el (gnus-html-schedule-image-fetching)
4665         (gnus-html-prefetch-images): Check for curl before using it.
4666
4667         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4668         depend on curl, which isn't essential.
4669
4670         * imap.el: Revert back to version
4671         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4672         seem problematic.
4673
4674 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4675
4676         * gnus-registry.el (gnus-registry-install-shortcuts):
4677         Explicitly pass `obarray' to `unintern' to avoid a warning.
4678
4679 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4682         change.
4683
4684         * nnrss.el (nnrss-request-list): Remove this function and related
4685         functions, including the moreover stuff.
4686
4687 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * nnrss.el (nnrss-retrieve-groups): New function.
4690
4691 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4692
4693         * .dir-locals.el: Add no-byte-compile cookie.
4694
4695 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * time-date.el (format-seconds): Comment fix.
4698
4699         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4700         for back end that doesn't support request-scan.
4701
4702 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4705         then do request scans from the backends.
4706
4707         * netrc.el (netrc-credentials): New conveniency function.
4708
4709         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4710         avoid running a hook per line, since this takes a lot of time,
4711         profiling shows.
4712         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4713         directly if gnus-visual-p is true.
4714
4715 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4718         groups; replace mapcar with dolist which is a bit faster; pass groups
4719         info to gnus-read-active-file-1.
4720         (gnus-read-active-file-1): Scan only specified groups if the new
4721         optional arg `infos' is given.
4722
4723 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4726
4727         * pop3.el (pop3-movemail): Remove.
4728         (pop3-streaming-movemail): Rename to pop3-movemail.
4729
4730         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4731         don't restrict end-tag searches to the end of the line.
4732
4733 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4736         articles of every unchecked group to t, which means unknown since the
4737         server has never been opened.
4738
4739 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-html.el (gnus-html-show-alt-text): New command.
4742         (gnus-html-browse-image): Ditto.
4743         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4744         to browse the image directly.
4745         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4746         better.
4747
4748         * gnus-async.el (gnus-async-article-callback):
4749         Call `gnus-html-prefetch-images' unconditionally.
4750
4751         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4752         before feeding URLs to curl.
4753
4754 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4757         internal images as deletable by `W D D'.
4758
4759         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4760         (gnus-async-article-callback): Fix typo.
4761
4762 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4765         current line to work around bugs in the output from w3m.
4766
4767         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4768         for groups that want that.
4769
4770         * nntp.el (nntp-wait-for-string): Supply a timeout for
4771         accept-process-output to ensure progress.
4772
4773         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4774         level to get unread articles from, then use that for foreign groups,
4775         too.
4776
4777         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4778         confuses the rest of the function.
4779
4780         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4781         for the methods that support -retrieve-groups, too.
4782
4783         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4784
4785 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4788         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4789
4790         * pop3.el: Require cl when compiling.
4791         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4792
4793 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4796         that aren't going to be activated.
4797         (gnus-get-unread-articles): Fix up the last commit.
4798
4799         * gnus-html.el (gnus-article-html): Allow calling without specifying
4800         the handle.  In that case, dissect the buffer first.
4801
4802         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4803
4804         * nnimap.el (nnimap-open-connection): Revert the change that would look
4805         into authinfo for imaps instead of imap.
4806
4807         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4808         say that you don't want to call gnus-request-group with don-check, but
4809         do check the reponse.  This is for virtual groups only.
4810         (gnus-get-unread-articles): Count the archive groups as secondary, so
4811         that they're activated the same way as before.
4812
4813         * imap.el (imap-message-map): Removed optional buffer parameter, since
4814         no callers use it.
4815         (imap-message-get): Ditto.
4816         (imap-message-put): Ditto.
4817         (imap-mailbox-map): Ditto.
4818         (imap-mailbox-put): Ditto.
4819         (imap-mailbox-get): Ditto.
4820         (imap-mailbox-get): Revert last change for this function.
4821
4822         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4823         case-insensitively.
4824         (nnimap-debug): Remove.
4825
4826         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4827         to use `imap-fetch' instead.  According to the comments, this should be
4828         safe, since all other IMAP clients use the 1:* syntax.
4829         (imap-enable-exchange-bug-workaround): Removed.
4830         (imap-debug): Removed -- doesn't seem very useful.
4831
4832         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4833         mail from a file, and the file doesn't exist.
4834
4835         * imap.el (imap-log): New convenience function used throughout instead
4836         of repeating the same code all over the place.
4837
4838         * pop3.el (pop3-streaming-movemail): Return t for success.
4839
4840         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4841         .authinfo if we're using ssl connection.
4842
4843         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4844         already have if we're in a main Gnus `g' run.
4845
4846         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4847
4848 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4851
4852         * nnmh.el (nnmh-request-list-1): Bind `file'.
4853
4854         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4855         alias to set-process-query-on-exit-flag or process-kill-without-query.
4856         (pop3-open-server): Use it.
4857
4858 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4861         box to the Incoming file.  Fixes mistake in previous checkin.
4862
4863         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4864         request loop (for debugging purposes) removed.
4865
4866         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4867         culprit is more visible.
4868         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4869         (nnml-add-incremental-nov): New functions to do "incremental" nov
4870         updates, where we just append to the end of the existing nov files
4871         without reading/writing them in full.
4872
4873         * mail-source.el (mail-source-delete-crash-box): Really only check the
4874         incoming files once in a while.
4875
4876         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4877
4878         * mail-source.el (mail-source-delete-crash-box): Only check the
4879         incoming files for deletion once per day to save a lot of file
4880         accesses.
4881
4882         * pop3.el (pop3-logon): Fix up unbound variable typo.
4883
4884         * mail-source.el (pop3-streaming-movemail): Autoload.
4885
4886         * pop3.el (pop3-streaming-movemail):
4887         Respect pop3-leave-mail-on-server.
4888
4889         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4890         retrieval.
4891
4892         * pop3.el (pop3-process-filter): Remove unused function.
4893         (pop3-streaming-movemail, pop3-send-streaming-command)
4894         (pop3-wait-for-messages, pop3-write-to-file)
4895         (pop3-number-of-responses): New functions for streaming pop3
4896         retrieval.
4897
4898         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4899         come from no known methods.
4900         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4901         list.
4902
4903         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4904         message sizes.
4905         (pop3-movemail): Use erase-buffer instead of looping and deleting
4906         regions, which seems rather odd.
4907
4908         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4909         file once per `g' run.
4910
4911         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4912         directories.  This makes the draft queue directory work.
4913
4914         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4915         data from the backends, so that we only request the list of groups from
4916         each method once.  This should speed things up considerably.
4917
4918         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4919         detect that it's not implemented.
4920
4921         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4922         we actually do recurse down into the tree, but don't stat all leaf
4923         nodes.
4924
4925         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4926         then say so instead of bugging out.
4927
4928         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4929         files exist before trying to read them.
4930
4931         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4932         around <pre_int>.
4933
4934         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4935
4936         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4937
4938 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * mm-util.el (mm-image-load-path): Just return the image directories,
4941         not all directories in the path in addition to the image directories.
4942         (mm-image-load-path): Maintain a cache of the image directories so that
4943         the `g' command in Gnus doesn't have to stat dozens of directories each
4944         time.
4945
4946         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4947         (gnus-html-wash-tags): Add a new `i' command to insert images.
4948         (gnus-html-insert-image): New command and keystroke.
4949         (gnus-html-redisplay-with-images): New command and keystroke.
4950         (gnus-html-show-images): Rename command.
4951         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4952         spacers.
4953         (gnus-html-wash-tags): Decode entities at the end, so that entities
4954         inside the tags don't mess up the rest of the "parsing".
4955
4956         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4957         so that nnimap methods aren't agentized by default.  There's apparently
4958         many problems related to agent/imap behaviour.
4959
4960         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4961
4962         * gnus-html.el: Doc fix.
4963
4964 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4967         specifier-spec-list for Emacs 21.
4968
4969         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4970         glyph-width and glyph-height instead of display-graphic-p and
4971         image-size; make avoidance of displaying small images work for XEmacs.
4972
4973         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4974         for XEmacs.
4975
4976         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4977         of symbol that holds plist data.
4978         (gnus-process-plist): Remove plist of process after getting it.
4979
4980 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * message.el (message-generate-hashcash): Change default to
4983         'opportunistic if hashcash is installed.
4984
4985         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4986         (gnus-html-put-image): Only call image-size once, since it's somewhat
4987         time-consuming on remote X servers.
4988
4989 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4992         type on data, not a file name.
4993
4994         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4995         window-pixel-edges for Emacs 21.
4996
4997         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4998         decoded contents.
4999         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5000
5001 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5004         group line format, since it isn't very interesting.
5005
5006         * gnus-agent.el (gnus-agent-short-article),
5007         (gnus-agent-long-article): Increase values for these two variables,
5008         since most people are likely to have more network connection and
5009         storage than before.
5010
5011         * gnus.el (gnus-refer-article-method): Change default to 'current.
5012         When referring an article, the common behaviour is to refer it from the
5013         current select method, not the native select method.  The chances of
5014         the native select method having the message in question is rather slim
5015         these days.
5016
5017         * gnus-sum.el (gnus-auto-select-subject): Change default to
5018         `unseen-or-unread'.  I think it's likely that most people want to
5019         select an unseen article over a previously seen, but unread one.
5020
5021         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5022         means that in the article buffer none of the minor mode elements will
5023         be shown, usually, and this is not desirable in most cases.
5024
5025         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5026         that commands like `d' (and the like) go to the next line in the
5027         buffer, instead of the next unread article.  I think this is the
5028         behaviour that is most natural for most users.
5029         (gnus-single-article-buffer): Change default to nil, so that people can
5030         have as many article buffers open as they have summary buffer.  I think
5031         this is the most natural way for the groups to behave.
5032
5033         * message.el (message-generate-new-buffers): Change default to
5034         `unsent', so that all new message buffers start their names with the
5035         string "*unsent", and it's easier to find the buffers if you move from
5036         them.
5037
5038 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5041         small.  They're probably tracking images.
5042         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5043         (gnus-html-rescale-image): Yet another try at getting the image sizing
5044         right.
5045
5046         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5047         nntp-marks-file-name is nil.
5048
5049 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5050
5051         * gnus-html.el (gnus-html-wash-tags)
5052         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5053         Better logging.
5054
5055 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5058
5059         * gnus-html.el (gnus-html-wash-tags): Check the value of
5060         gnus-blocked-images in the summary buffer.
5061
5062 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5065
5066 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5069         like "a", it seems like.
5070         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5071         since it needs to be picked from the correct buffer.
5072
5073         * nnwfm.el: Remove.
5074
5075         * nnlistserv.el: Remove.
5076
5077 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5078
5079         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5080         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5081
5082 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * nnkiboze.el: Remove.
5085
5086         * nndb.el: Remove.
5087
5088         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5089         alt text.
5090         (gnus-html-rescale-image): Try to get the rescaling logic right for
5091         images that are just wide and not tall.
5092
5093         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5094         overshadow variable bindings.
5095
5096 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * gnus-html.el (gnus-html-wash-tags)
5099         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5100         Add extra logging.
5101
5102 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5105         (gnus-max-image-proportion): New variable.
5106         (gnus-html-rescale-image): New function.
5107         (gnus-html-put-image): Rescale images.
5108
5109 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         Fix up some byte-compiler warnings.
5112         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5113         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5114         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5115         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5116         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5117         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5118         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5119
5120 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-html.el (gnus-article-html): Decode contents by charset.
5123
5124 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5127         (gnus-html-frame-width, gnus-blocked-images)
5128         * message.el (message-prune-recipient-rules): Add custom version.
5129         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5130
5131         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5132         functions.
5133
5134         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5135         gnus-process-get.
5136
5137 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5138
5139         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5140         instead of lsub directly.
5141
5142 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * nnwarchive.el: Remove.
5145
5146         * gnus-soup.el: Remove.
5147
5148         * nnsoup.el: Remove.
5149
5150         * nnultimate.el: Remove.
5151
5152         * gnus-html.el (gnus-blocked-images): New variable.
5153
5154         * message.el (message-prune-recipients): New function.
5155         (message-prune-recipient-rules): New variable.
5156
5157         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5158         guess whether a long line is natural text or not.
5159
5160         * gnus-html.el (gnus-html-schedule-image-fetching):
5161         Use gnus-process-plist and friends for compatibility.
5162
5163 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * gnus-html.el: Require packages that define macros used in this file.
5166         (gnus-article-mouse-face): Declare to silence byte-compiler.
5167         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5168         process-get.
5169         (gnus-html-put-image): Use plist-get to avoid getf.
5170         (gnus-html-prefetch-images): Use with-current-buffer.
5171
5172 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-ems.el: Provide compatibility functions for
5175         gnus-set-process-plist.
5176
5177         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5178         header-line-format for XEmacs 21.4.
5179
5180         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5181         * gnus.el (gnus-valid-select-methods)
5182         * message.el (message-send-mail-partially-limit)
5183         * mm-decode.el (mm-text-html-renderer)
5184         * mml.el (mml-insert-mime-headers-always)
5185         * smiley.el (smiley-regexp-alist): Bump custom version.
5186
5187 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-html.el: require mm-url.
5190         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5191         with the url to `url'.
5192         (gnus-html-wash-tags): Support cid: URLs/images.
5193
5194 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5197         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5198         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5199
5200         * gnus-move.el: Remove file, since it doesn't really work.
5201
5202         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5203         UTF-8.  This seems to fix problems with some German web feeds.
5204
5205         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5206         at the top so that the proper colours are applied.
5207
5208         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5209         don't have dots in their names.
5210
5211         * gnus-art.el (gnus-article-view-part): Doc fix.
5212
5213         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5214         XEmacs-compatible.
5215         (gnus-html-put-image): Don't do images on non-graphic displays.
5216
5217         * nnslashdot.el: Remove this unused backend.
5218
5219         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5220         actions.
5221         (gnus-undo-register-1): Revert last change.
5222
5223         * gnus-group.el (gnus-group-completing-read): Protect against not
5224         having completion-styles bound.
5225
5226         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5227         make broken recipients happier.
5228
5229         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5230
5231         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5232         point parameter.
5233
5234         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5235
5236         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5237         completion-styles for group selection.
5238
5239 2009-02-04  Andreas Schwab  <schwab@suse.de>
5240
5241         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5242         headers and regexp-quote the match if necessary.
5243
5244 2009-03-24  Miles Bader  <miles@gnu.org>
5245
5246         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5247         the blinking smiley.
5248
5249 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5250
5251         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5252         blink smiley.
5253
5254 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5257         where the dribbel file lives exists.
5258
5259         * message.el (message-send-mail-partially-limit): Change the default to
5260         nil, since most people don't want this.
5261
5262         * mm-url.el (mm-url-decode-entities): Also decode entities like
5263         &#x3212.
5264
5265 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5266
5267         * gnus-sum.el (gnus-summary-idna-message):
5268         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5269         Hyperlink urls in docstrings with URL `...'.
5270
5271 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5272
5273         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5274         functions.
5275
5276 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5279         say what the mouseover text should be.
5280
5281         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5282         version of the mm-w3m-safe-url-regexp variable to only download images
5283         in the groups where we want that to happen.
5284
5285         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5286
5287         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5288         easier debugging.
5289         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5290         big pictures in the article buffer.
5291
5292         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5293         gnus-article-html.
5294         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5295         w3m.
5296
5297         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5298
5299 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5302         which doesn't exist.
5303
5304         * message.el (message-inhibit-ecomplete): New variable to allow some
5305         function to inhibit ecomplete address storage.
5306         (message-resend): Disable ecomplete message storage when resending
5307         messages.
5308
5309         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5310
5311 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5314         Save excursion while copying, moving, and deleting articles in order to
5315         prevent the cursor from jumping to unforeseen place.
5316
5317 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * lpath.el: No need to bind bookmark-current-buffer,
5320         bookmark-yank-point and bookmark-make-record-function.
5321
5322 2010-08-17  Glenn Morris  <rgm@gnu.org>
5323
5324         * gnus-sync.el: Require gnus components whose functions are used.
5325
5326         * gnus-art.el (bookmark-make-record-function):
5327         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5328         Declare for compiler.
5329
5330         * mm-url.el (mml-compute-boundary): Autoload.
5331
5332 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5335
5336 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         Typo fix "hoo4a" -> "hook".
5339
5340         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5341
5342 2010-08-14  Glenn Morris  <rgm@gnu.org>
5343
5344         * gnus-sync.el (gnus-sync): Fix defgroup version.
5345
5346 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5349
5350         * gnus-sync.el: Fix docs.
5351         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5352         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5353
5354 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         Optimizations for gnus-sync.el.
5357
5358         * gnus-sync.el: Add docs about gnus-sync-backend
5359         possibilities.
5360         (gnus-sync-save): Remove unnecessary message.
5361         (gnus-sync-read): Optimize and show what groups were skipped.
5362
5363 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         Minor bug fixes for gnus-sync.el.
5366
5367         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5368         Don't read the sync on get-new-news.
5369
5370         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5371         quiet.
5372
5373         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5374         (fix typo).
5375
5376 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5377
5378         Make saving and restoring of hidden threads work with overlays.
5379         Patch applied by Ted Zlatanov.
5380
5381         * gnus-sum.el (gnus-hidden-threads-configuration)
5382         (gnus-restore-hidden-threads-configuration): Update to deal with text
5383         properties, rather than searching for a magic character.
5384
5385 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         New gnus-sync.el library for synchronization of marks.
5388
5389         * gnus-sync.el: New library for synchronization of marks.
5390
5391         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5392         renamed from `gnus-registry-grep-in-list'.
5393
5394         * gnus-registry.el (gnus-registry-follow-group-p):
5395         Use `gnus-grep-in-list'.
5396
5397         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5398
5399 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5402         determining charset of text fails.
5403
5404 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * nnmail.el (nnmail-get-new-mail-1): Revert.
5407
5408         * nnml.el (nnml-active-number): Make sure names of newly created groups
5409         in nnml-group-alist are encoded.
5410
5411 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5414         containing non-ASCII characters in active file for nnml back end.
5415
5416 2010-07-24  David Engster  <dengste@eml.cc>
5417
5418         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5419         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5420
5421 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5422
5423         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5424         tag (Bug#6654).
5425
5426 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5429         the article buffer, not the summary buffer.
5430
5431 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5434         Emacs 23 as well.
5435
5436 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5439         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5440
5441 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5442
5443         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5444         Patch applied by Karl Fogel.
5445
5446         * gnus-sum.el (gnus-summary-bookmark-make-record):
5447         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5448
5449 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5450
5451         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5452         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5453         C-w still not working correctly from Article buffers; Thierry's
5454         patch to fix that will be applied after this.
5455
5456         * gnus-art.el (bookmark-make-record-function): New local variable.
5457
5458         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5459         article buffer.
5460         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5461
5462 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5463
5464         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5465         on changes in bookmark.el.
5466
5467 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5470         `no-log' instead of message not to log prompt string.
5471
5472 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5473
5474         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5475         the *other* type of HTML form submission.
5476
5477 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5478
5479         * auth-source.el (auth-source-pick): If choice does not contain a
5480         questioned keyword, set the check to t.
5481
5482 2010-06-12  Romain Francoise  <romain@orebokech.com>
5483
5484         * gnus-util.el (gnus-date-get-time): Move up before first use.
5485
5486 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5489         (gnus-article-edit-part): Bind it to make last part that is substituted
5490         or deleted visible.
5491         (gnus-mime-display-single): Buttonize part of which id equals to
5492         gnus-mime-buttonized-part-id.
5493
5494 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5495
5496         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5497         (gnus-dd-mmm): Use gnus-date-get-time.
5498         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5499         simplify logic.
5500         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5501         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5502
5503 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5504
5505         * auth-source.el (top): Autoload `secrets-list-collections',
5506         `secrets-create-item', `secrets-delete-item'.
5507         (auth-sources): Fix tag string.
5508         (auth-get-source, auth-source-retrieve, auth-source-create)
5509         (auth-source-delete): New defuns.
5510         (auth-source-pick): Rewrite in order to avoid 2 passes.
5511         (auth-source-forget-user-or-password): New parameter USERNAME.
5512         (auth-source-user-or-password): New parameters CREATE-MISSING and
5513         DELETE-EXISTING.  Retrieve password interactively, if needed.
5514
5515 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5516
5517         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5518         deleting unused directories when gnus-expert-user is t.
5519
5520 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5523         for each temp file when gnus-article-browse-delete-temp is ask.
5524
5525 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5528         Lisp calls to delete-backward-char by calls to delete-char.
5529
5530 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5531
5532         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5533
5534 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5535
5536         * password-cache.el (password-cache-remove): Fix docstring.
5537
5538 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5541         article unless decoding article to be saved.
5542
5543 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5546         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5547         generated within the mm-with-unibyte-current-buffer macro.
5548
5549 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5552         to nil when we're in a mml-preview buffer and no group is selected.
5553
5554 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5555
5556         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5557         when catching the `C-g'.  Reported by "Leo".
5558
5559 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * message.el (message-forward-make-body-plain)
5562         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5563         multibyte-string-p.
5564
5565         * lpath.el: Revert.
5566
5567 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * message.el (message-forward-make-body-mml): Assume original message
5570         is multibyte string; error on unibyte.
5571         (message-forward-make-body-plain): Ditto; don't add excessive newline
5572         in body end.
5573
5574         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5575
5576 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5577
5578         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5579         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5580
5581 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * mm-extern.el (mm-extern-url): Don't use
5584         mm-with-unibyte-current-buffer.
5585         (mm-extern-cache-contents): Use with-current-buffer instead of
5586         save-excursion + set-buffer.
5587
5588 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * mm-util.el (mm-emacs-mule): Remove.
5591
5592 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5593
5594         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5595         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5596         change.
5597
5598 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5601         bind the default value of enable-multibyte-characters to nil.
5602
5603 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * message.el (message-forward-make-body-plain)
5606         (message-forward-make-body-mml):
5607         Don't use mm-with-unibyte-current-buffer.
5608
5609 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5610
5611         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5612
5613 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5614
5615         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5616         (Bug#5592).
5617
5618 2010-05-07  Julien Danjou  <julien@danjou.info>
5619
5620         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5621         it to mm-pipe-part.
5622
5623         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5624         it is given.
5625
5626 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * binhex.el (binhex-decode-region-internal)
5629         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5630         (dns-query)
5631         * nnweb.el (nnweb-gmane-search)
5632         * pgg-parse.el (pgg-parse-armor)
5633         * pgg.el (pgg-verify-region)
5634         * sha1.el (sha1-string-external)
5635         * uudecode.el (uudecode-decode-region-internal)
5636         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5637         XEmacs.
5638
5639         * gnus-art.el (gnus-article-browse-html-parts)
5640         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5641         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5642         make-temp-file.
5643
5644         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5645         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5646         compiling.
5647
5648         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5649         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5650         XEmacs when compiling.
5651
5652         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5653         gnus-pick-mode-off-hook for XEmacs when compiling.
5654         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5655         gnus-binary-mode-off-hook for XEmacs when compiling.
5656
5657         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5658         Return nil if char-charset is not available.
5659
5660         * imap.el (imap-disable-multibyte)
5661         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5662         macros.
5663
5664         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5665         instead of encode-coding-string.
5666
5667         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5668         'xemacs) instead of mm-emacs-mule to switch function definitions.
5669         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5670
5671         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5672         bind temporary-file-directory for XEmacs;
5673         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5674         timer-set-function for XEmacs 21.4 and SXEmacs;
5675         bind timer-list for XEmacs 21.4 and SXEmacs;
5676         fbind char-charset and find-charset-region for non-Mule XEmacs;
5677         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5678         encode-coding-region and encode-coding-string for XEmacs having no
5679         file-coding feature.
5680
5681 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5682
5683         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5684
5685 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5688         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5689
5690 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5691
5692         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5693         alias `jka-compr-delete-temp-file' no longer exists.
5694
5695 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5696
5697         Use define-minor-mode in Gnus where applicable.
5698         * mml.el (mml-mode): Use define-minor-mode.
5699         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5700         (gnus-undo-mode): Use define-minor-mode.
5701         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5702         (gnus-dead-summary-mode): Use define-minor-mode.
5703         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5704         Initialize in declaration.
5705         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5706         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5707         (gnus-mailing-list-mode): Use define-minor-mode.
5708         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5709         (gnus-draft-mode): Use define-minor-mode.
5710         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5711         (gnus-dired-mode): Use define-minor-mode.
5712
5713 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5714
5715         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5716         handles on recursive mml-to-mime translation and check them for
5717         boundary delimiter collisions.  Reported by Greg Troxel.
5718
5719 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5722
5723 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5724
5725         * mm-util.el (mm-find-buffer-file-coding-system):
5726         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5727
5728 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5729
5730         * message.el (message-generate-headers): Record insertion of optional
5731         headers as well.  Otherwise the check to prevent repeated insertion of
5732         optional headers is a no-op.
5733
5734 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * smime.el: Don't mention CVS.
5737
5738         * nnrss.el (nnrss-fetch): Don't mention CVS.
5739
5740         * nnir.el: Don't mention CVS.
5741
5742 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * gnus-sum.el (gnus-summary-bookmark-make-record):
5745         Add `location' field.
5746
5747 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * lpath.el: Fbind bookmark-default-handler,
5750         bookmark-get-bookmark-record, bookmark-make-record-default,
5751         bookmark-prop-get for Emacs <23 and XEmacs.
5752
5753 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5754
5755         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5756         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5757         Use with-current-buffer to silence the byte-compiler.
5758         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5759         bother to require `gnus'.
5760         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5761
5762 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5763
5764         * gnus-sum.el (gnus-summary-bookmark-make-record)
5765         (gnus-summary-bookmark-jump): New functions.
5766         (gnus-summary-mode): Setup bookmark support.
5767
5768 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5769
5770         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5771         if set.
5772
5773 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5776         gnus-article-browse-html-save-cid-image; make it work recursively for
5777         forwarded messages as well.
5778         (gnus-article-browse-html-parts): Work when prefix arg is given.
5779         (gnus-article-browse-html-article): Doc fix.
5780
5781 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5782
5783         * message.el (message-default-mail-headers):
5784         (message-default-headers): Carry the value mail-default-headers over
5785         into message-default-mail-headers, rather than message-default-headers.
5786
5787 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5788
5789         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5790         charset.
5791
5792         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5793         charset into the <meta> tag when the article is encoded to utf-8.
5794
5795 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-browse-delete-temp-files):
5798         Delete directories as well.
5799         (gnus-article-browse-html-parts): Work for images that do not specify
5800         file names; delete temp directory when quitting; insert header at the
5801         right place; use file: scheme for image files.
5802
5803 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5804
5805         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5806         (gnus-article-browse-html-parts): Use it to make temporary cid image
5807         files in addition to html file so that browser may display them.
5808
5809 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5812
5813 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5816
5817 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * auth-source.el (auth-sources): Change default to be simpler.
5820         Explain about Secret Service API sources.  Improve Customize options.
5821         (auth-source-pick): Change to accept any number of search parameters.
5822         Implement fallbacks iteratively, not recursively.  Add scoring on the
5823         second pass and sort by score.  Call Secret Service API when needed.
5824         (auth-source-user-or-password): Use it.  Call Secret Service API
5825         directly when needed to get the user name and the password.
5826
5827 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5828
5829         * message.el (message-interactive): Doc fix.
5830         (message-qmail-inject-args): Reflow.
5831         (message-kill-to-signature): Fix typo in docstring.
5832
5833         * smiley.el (smiley-buffer): Fix typo in docstring.
5834
5835 2010-03-24  Glenn Morris  <rgm@gnu.org>
5836
5837         * mail-source.el (gnus-message): Declare.
5838         (mail-source-delete-old-incoming): Require gnus-util.
5839
5840 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5843
5844         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5845
5846         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5847         password-cache's default if it is not bound.
5848         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5849         password-cache-expiry's default if it is not bound.
5850
5851         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5852         available in Emacs 21.
5853
5854         * lpath.el: Suppress compiler warnings for:
5855         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5856         XEmacs;
5857         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5858         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5859         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5860
5861 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * auth-source.el (auth-sources): Fix up definition so extra parameters
5864         are always inline.
5865
5866 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5867
5868         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5869         wasn't updated after mismatch.  Clear cached mailbox info correctly
5870         when uidvalidity changes.
5871         (nnimap-group-prefixed-name): New function to avoid some code
5872         duplication.
5873         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5874         (nnimap-request-group): Use it.
5875         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5876         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5877         with many imap folders.  This is done by caching the group status from
5878         the imap server persistently in a group parameter `imap-status'.  (This
5879         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5880         but not persistently, so every Gnus startup was still very slow.)
5881
5882 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5885         delete the extra newline.  Otherwise editing of :string and :number
5886         types don't work.
5887
5888 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5891         secrets.el dependency.
5892         (auth-sources): Add optional user name.  Add secrets.el configuration
5893         choice (unused right now).
5894
5895 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * gnus-sum.el (gnus-summary-make-menu-bar):
5898         Let `gnus-registry-install-shortcuts' fill in the functions.
5899
5900         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5901         warnings.
5902         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5903         (gnus-registry-install-shortcuts): Populate and use it in a
5904         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5905
5906 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5907
5908         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5909         In-place substitutions for the group name encoding/decoding.
5910         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5911         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5912         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5913         (nnimap-update-unseen, nnimap-request-list)
5914         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5915         (nnimap-request-set-mark, nnimap-split-to-groups)
5916         (nnimap-split-articles, nnimap-request-newgroups)
5917         (nnimap-request-create-group, nnimap-request-accept-article)
5918         (nnimap-request-delete-group, nnimap-request-rename-group)
5919         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5920         `encoded-mbx' for consistency.
5921         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5922         variable `imap-current-mailbox'.
5923
5924         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5925         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5926
5927 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5928
5929         * pop3.el (pop3-display-message-size-flag): Display message size byte
5930         counts during POP3 download.
5931         (pop3-movemail): Use it.
5932         (pop3-list): Implement listing of available messages.
5933
5934 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5935
5936         * nnir.el (nnir-get-article-nov-override-function): New function to
5937         override the normal NOV retrieval.
5938         (nnir-retrieve-headers): Use it.
5939
5940 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5941
5942         * auth-source.el (netrc-machine-user-or-password): Autoload.
5943
5944 2010-03-19  Glenn Morris  <rgm@gnu.org>
5945
5946         Stop message.el from loading about 40 libraries it doesn't always need.
5947         The general approach is to autoload rather than require, and to
5948         require in the specific functions rather than the file.  (Bug#5642)
5949
5950         * gmm-utils.el: Don't require wid-edit.
5951         (widget-create-child-value, widget-convert, widget-default-get):
5952         Autoload.
5953
5954         * gnus-util.el: Don't require time-date, netrc.
5955         (message-fetch-field, gnus-group-name-decode): Declare rather than
5956         autoloading.
5957         (gnus-fetch-field): Require message.
5958         (gnus-decode-newsgroups): Require gnus-group.
5959
5960         * ietf-drums.el: Don't require time-date.
5961
5962         * message.el: Don't require hashcash, canlock, ecomplete.
5963         Do require mail-utils.  Require nnheader only when compiling.
5964         (smtpmail-default-smtp-server): Remove declaration.
5965         (message-send-mail-function): Check smtpmail-default-smtp-server
5966         is bound rather than requiring smtpmail.
5967         (message-auto-save-directory, message-insert-signature):
5968         Use expand-file-name rather than nnheader-concat.
5969         (nnheader-insert-file-contents): Autoload.
5970         (hashcash-wait-async): Declare.
5971         (message-send-mail): Only call gnus-setup-posting-charset if
5972         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5973         (message-send-mail-with-sendmail): Require sendmail.
5974         (canlock-password, canlock-password-for-verify): Declare.
5975         (message-canlock-password): Require canlock.
5976         (nnheader-get-report): Autoload.
5977         (gnus-setup-posting-charset): Declare.
5978         (message-send-news): Require gnus-msg.
5979         (message-make-references, message-make-in-reply-to): Use mail-header-id
5980         rather than the alias mail-header-message-id.
5981         (ecomplete-add-item, ecomplete-save): Declare.
5982         (message-put-addresses-in-ecomplete): Require ecomplete.
5983         (ecomplete-display-matches): Autoload.
5984
5985         * mm-decode.el: Don't require mailcap, gnus-util.
5986         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5987         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5988         Autoload.
5989         (mailcap-mime-extensions): Declare.
5990
5991         * mm-encode.el: Don't require mailcap.
5992         (mailcap-extension-to-mime): Autoload.
5993
5994         * mml-sec.el: Don't require password-cache.
5995
5996         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5997         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5998         (mml-minibuffer-read-type): Require mailcap.
5999         (mml-preview): Require gnus-msg.
6000
6001         * mml1991.el: Require password-cache.
6002         (password-cache-expiry): Remove declaration.
6003
6004         * mml2015.el: Require password-cache.
6005         (password-cache-expiry): Remove declaration.
6006
6007         * nneething.el (mailcap): Require mailcap.
6008
6009         * nnheader.el (declare-function): Add compatibility stub.
6010         (message-remove-header): Declare rather than autoload.
6011         (nnheader-replace-header): Require message.
6012
6013         * nnimap.el (declare-function): Add compatibility stub.
6014         (netrc-parse, netrc-machine-user-or-password): Declare.
6015         (nnimap-open-connection): Require netrc.
6016
6017         * nntp.el (declare-function): Add compatibility stub.
6018         (netrc-parse, netrc-machine, netrc-get): Declare.
6019         (nntp-send-authinfo): Require netrc.
6020
6021         * rfc2047.el: Don't require qp.
6022         (quoted-printable-encode-region, quoted-printable-decode-string):
6023         Autoload.
6024
6025         * sieve-mode.el: Don't require easymenu.
6026         (easy-menu-add-item): Autoload it.
6027
6028         * spam-stat.el (time-to-number-of-days): Autoload it.
6029
6030 2010-03-19  Glenn Morris  <rgm@gnu.org>
6031
6032         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6033
6034 2010-03-18  Glenn Morris  <rgm@gnu.org>
6035
6036         * hashcash.el (declare-function): Remove duplicate definition.
6037
6038 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6039
6040         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6041         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6042         value if any backslash escapes).
6043
6044 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6047         if it is available.  (bug#5647)
6048
6049         * lpath.el: Suppress compiler warning for coding-system-from-name for
6050         Emacs 21 and XEmacs.
6051
6052 2010-03-14  Juri Linkov  <juri@jurta.org>
6053
6054         * hmac-def.el:
6055         * hmac-md5.el:
6056         * netrc.el: Fix keywords.
6057
6058 2010-02-26  Glenn Morris  <rgm@gnu.org>
6059
6060         * message.el (message-send-mail-function): Change the default, so that
6061         it inherits from a customized send-mail-function.  (Bug#5643)
6062
6063 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6064
6065         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6066         shell-command-to-string signals an error (bug#5299).
6067
6068 2010-02-24  Glenn Morris  <rgm@gnu.org>
6069
6070         * message.el (message-smtpmail-send-it)
6071         (message-send-mail-with-mailclient): Doc fixes.
6072
6073 2010-02-16  Glenn Morris  <rgm@gnu.org>
6074
6075         * message.el (message-default-mail-headers): Change the default value
6076         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6077
6078 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6081         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6082
6083 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6084
6085         * time-date.el (date-to-time): Doc fix (Bug#5408).
6086
6087 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6088
6089         * message.el (message-mail): Just pass yank-action on to message-setup.
6090         (message-setup): Handle (FUN . ARGS) form of yank-action.
6091         (message-with-reply-buffer, message-widen-reply)
6092         (message-yank-original): Handle non-buffer values of
6093         message-reply-buffer (Bug#4080).
6094         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6095
6096 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6099         Fix typo in docstring.
6100
6101 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6102
6103         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6104         response.
6105
6106 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6109
6110         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6111
6112         * message.el (message-check-news-header-syntax): Protect against a
6113         string that `rfc822-addresses' returns when parsing fails.
6114
6115 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6118         (gnus-previous-char-property-change): New functions.
6119
6120         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6121
6122 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6123
6124         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6125         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6126
6127 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6128
6129         * message.el (message-exchange-point-and-mark): Rework last change to
6130         avoid using optional arg of exchange-point-and-mark, for backward
6131         compatibility.
6132
6133 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6134
6135         * message.el (message-exchange-point-and-mark):
6136         Call exchange-point-and-mark with an argument rather than setting
6137         mark-active by hand (Bug#5175).
6138
6139 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * nntp.el (nntp-service-to-port): Work for service expressed with
6142         numeric string; replace [:digit:] with [0-9] for XEmacs.
6143
6144 2009-12-17  Glenn Morris  <rgm@gnu.org>
6145
6146         * gnus-group.el (gnus-bug-group-download-format-alist):
6147         Change emacs entry to debbugs.gnu.org.  Bump :version.
6148
6149 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6152
6153 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * message.el (message-info): Explain why we use `Info-goto-node'.
6156
6157 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6160
6161 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * message.el (message-completion-in-region): New compatibility function.
6164         (message-expand-group): Use it.
6165
6166 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6169         with no unread article should be listed if the 2nd arg `predicate' is
6170         given.
6171
6172 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6175
6176 2009-11-29  Juri Linkov  <juri@jurta.org>
6177
6178         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6179         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6180         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6181
6182 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6183
6184         * sha1.el (sha1-string-external): default-directory "/" in case
6185         otherwise non-existent.  process-connection-type pipe for touch of
6186         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6187
6188 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6189
6190         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6191         it's comms related and sgml-mode.el has "comm" on that basis too.
6192
6193 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6196         containing tspecial characters if they have been already quoted.
6197
6198 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6199
6200         * dns-mode.el (auto-mode-alist): Purecopy string.
6201
6202 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6205
6206 2009-10-24  Glenn Morris  <rgm@gnu.org>
6207
6208         * gnus-art.el (help-xref-stack-item): Define for compiler.
6209
6210 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6211
6212         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6213
6214 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6217
6218 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6221         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6222
6223 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6226         (gnus-overlays-in): New alias to overlays-in.
6227
6228         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6229         gnus-overlay-get, and gnus-delete-overlay.
6230         (gnus-summary-show-thread): Make it work as well for systems in which
6231         next-single-char-property-change is not available.
6232         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6233
6234         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6235         (gnus-overlay-get): New alias to extent-property.
6236         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6237
6238         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6239         SXEmacs.
6240
6241         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6242         SXEmacs.
6243
6244 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6247
6248 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6249
6250         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6251         and XEmacs that don't have `remove-overlays'.
6252
6253 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6256         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6257         selective display.  Use overlays instead.
6258
6259 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6260
6261         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6262
6263 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6264
6265         * spam-stat.el (spam-stat-load): Fix typo in message.
6266
6267 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6268
6269         * dig.el (dig-invoke): Fix typo in docstring.
6270         (query-dig): Reflow docstring.
6271
6272 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6273
6274         * gnus-art.el (gnus-article-encrypt-body):
6275         * message.el (message-check-recipients):
6276         * mm-util.el (mm-codepage-setup):
6277         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6278         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6279
6280 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6281
6282         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6283         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6284         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6285         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6286         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6287
6288 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6289
6290         * dig.el: Add "Keywords: comm", as per net-utils.el.
6291
6292 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6293
6294         * dig.el (dig-mode): Use define-derived-mode.
6295
6296 2009-09-19  Glenn Morris  <rgm@gnu.org>
6297
6298         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6299
6300 2009-09-18  Glenn Morris  <rgm@gnu.org>
6301
6302         * gnus-diary.el (gnus-diary-check-message):
6303         * message.el (message-insert-formatted-citation-line):
6304         * nnbabyl.el (top-level):
6305         * nndiary.el (nndiary-schedule):
6306         Fix typos in condition-case handlers.
6307
6308 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6311         configuration that provides the sole article window in a frame;
6312         position point correctly after deleting a part.
6313
6314 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6315
6316         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6317         (spam-resolve-registrations-routine): Use it to unregister articles
6318         that change status.
6319
6320 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6323         with XEmacs.
6324         (parse-time-string-chars): Use it.
6325
6326 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * imap.el (imap-interactive-login): Better messages.
6329         (imap-open): Fix bug with renamed buffer on reconnect.
6330         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6331         for easier debugging and cleaner code.  On successful (guessed based on
6332         server capabilities) secondary authentication, set imap-state
6333         correctly.
6334         (imap-last-authenticator): Define imap-last-authenticator as a variable
6335         to avoid warnings.
6336
6337 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * nnrss.el (nnrss-request-article): Remove binding of
6340         default-enable-multibyte-characters that has gotten needless by
6341         the 2007-07-13 change in rfc2047-encode-message-header.
6342
6343         * mml.el (mml-insert-multipart): Error on the message header.
6344         (mml-insert-part): Error on the message header; position point at
6345         the end of a MIME tag.
6346
6347 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * time-date.el (autoload): Expand define-obsolete-function-alias into
6350         defalias and make-obsolete for old Emacsen that Gnus supports.
6351         (with-no-warnings): Define it for old Emacsen.
6352         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6353         is available.
6354         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6355         float-time is available; suppress compile warning for time-to-seconds.
6356
6357         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6358         (gnus-float-time): Alias to float-time if it exists.
6359
6360         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6361         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6362         float-time is available; suppress compile warning for time-to-seconds.
6363
6364         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6365         XEmacs.
6366
6367 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * imap.el (imap-message-map): Docstring fix.
6370
6371 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6374         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6375         Add the optional argument `encoding' that overrides the default.
6376
6377         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6378         mm-encode-buffer.
6379
6380 2009-09-04  Glenn Morris  <rgm@gnu.org>
6381
6382         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6383         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6384         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6385         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6386         * mm-util.el (mm-with-unibyte-current-buffer)
6387         (mm-find-buffer-file-coding-system):
6388         * yenc.el (yenc-decode-region): Use default-value rather than
6389         default-enable-multibyte-characters.
6390
6391 2009-09-03  Glenn Morris  <rgm@gnu.org>
6392
6393         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6394         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6395         than default-enable-multibyte-characters.
6396
6397 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6398
6399         * gnus-art.el (gnus-article-read-summary-keys):
6400         Fix gnus-buffer-configuration's value temporarily used.
6401
6402 2009-09-02  Glenn Morris  <rgm@gnu.org>
6403
6404         * gnus-util.el (gnus-float-time): New function.
6405         * gnus-delay.el (gnus-delay-article):
6406         * gnus-sum.el (gnus-thread-latest-date):
6407         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6408         * nnspool.el (nnspool-request-newgroups):
6409         Use gnus-float-time rather than time-to-seconds.
6410         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6411
6412         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6413         (gnus-header-subject-face, gnus-header-newsgroups-face)
6414         (gnus-header-name-face, gnus-header-content-face):
6415         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6416         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6417         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6418         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6419         (gnus-cite-face-11):
6420         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6421         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6422         (gnus-server-closed-face, gnus-server-denied-face)
6423         (gnus-server-offline-face):
6424         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6425         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6426         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6427         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6428         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6429         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6430         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6431         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6432         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6433         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6434         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6435         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6436         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6437         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6438         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6439         (gnus-summary-high-undownloaded-face)
6440         (gnus-summary-low-undownloaded-face)
6441         (gnus-summary-normal-undownloaded-face)
6442         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6443         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6444         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6445         (gnus-splash-face):
6446         * message.el (message-header-to-face, message-header-cc-face)
6447         (message-header-subject-face, message-header-newsgroups-face)
6448         (message-header-other-face, message-header-name-face)
6449         (message-header-xheader-face, message-separator-face)
6450         (message-cited-text-face, message-mml-face):
6451         * sieve-mode.el (sieve-control-commands-face)
6452         (sieve-action-commands-face, sieve-test-commands-face)
6453         (sieve-tagged-arguments-face):
6454         * spam.el (spam-face):
6455         Mark face aliases with "-face" in the name as obsolete.
6456
6457 2009-09-01  Glenn Morris  <rgm@gnu.org>
6458
6459         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6460         than goto-line.
6461
6462 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6465         Don't move point if the command is invoked inside the message header.
6466
6467 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * imap.el (imap-send-command): Simplify.
6470         (imap-wait-for-tag): point-max -> buffer-size.
6471
6472 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6475         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6476         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6477         * nnir.el (nnir-swish-e-index-file):
6478         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6479         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6480         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6481         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6482         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6483         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6484
6485 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6488         Don't save excursion.
6489
6490 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6491
6492         * nnheader.el (nnheader-find-file-noselect):
6493         * mm-util.el (mm-insert-file-contents):
6494         Use (default-value 'major-mode) instead of default-major-mode.
6495
6496 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6499
6500 2009-08-26  Glenn Morris  <rgm@gnu.org>
6501
6502         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6503         than placing in files.el.
6504
6505 2009-08-25  Glenn Morris  <rgm@gnu.org>
6506
6507         * nnir.el (top-level): Don't require cl at run-time.
6508         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6509         Replace cl-function substitute with gnus-replace-in-string.
6510         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6511         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6512         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6513         simplified expansions.
6514
6515 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6516
6517         * dig.el (dig): Add autoload cookie.
6518
6519 2009-08-22  Glenn Morris  <rgm@gnu.org>
6520
6521         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6522         goto-line.
6523
6524 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6525
6526         * parse-time.el (parse-time-string-chars): Save match data.
6527
6528 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6529
6530         * parse-time.el (parse-time-string-chars): Compute using character
6531         classes, to handle non-ascii characters (Bug#3190).
6532
6533 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6536
6537         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6538         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6539         (gnus-mm-display-part, gnus-mime-display-single)
6540         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6541         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6542
6543         * gnus-sum.el
6544         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6545         (gnus-summary-move-article): Add expirable mark to articles copied or
6546         moved to group that has auto-expire turned on if the option is non-nil.
6547
6548 2009-07-24  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6551         Fix typo.  (Bug#3903)
6552
6553 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6556         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6557         that should not be used for draft articles.
6558         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6559         that has no concern in minor mode keys.
6560         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6561         Abolish.
6562
6563 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6566         article without making inquiry to a user for unknown encoding.
6567
6568         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6569         (nnmaildir--scan): Assume i-node and device number that file-attributes
6570         returns might be cons-cell.
6571
6572         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6573
6574         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6575
6576 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6577
6578         * auth-source.el: Remove docs now in auth.texi.  Don't use
6579         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6580         `auth-source-hide-passwords' and use them.
6581
6582 2009-07-15  Glenn Morris  <rgm@gnu.org>
6583
6584         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6585
6586 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6589         excessive whitespace from the default values of title and description.
6590
6591 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6594         mail-fetch-field to fetch Content-Description header in order to
6595         exclude newlines.
6596
6597 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6598
6599         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6600         format used by GnuPG 2.0.11.
6601
6602 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6605         to deleted part.
6606
6607 2009-05-30  David Engster  <dengste@eml.cc>
6608
6609         * nnmairix.el: Remove old documentation in the commentary block.
6610         (nnmairix-request-group): Do not update active file for nnml back ends.
6611         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6612         end so that overview files are ignored.
6613         (nnmairix-update-groups): Make updating the groups more robust by using
6614         marks.
6615         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6616         with dollar characters in message-id.
6617
6618 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6621         2008-12-25 in dns.el.
6622
6623 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6624
6625         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6626         could happen if the text is only composed of spaces and/or tabs.
6627
6628 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6629
6630         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6631         when sending a queued message to avoid extra mml tags.
6632
6633 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6636
6637 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6640         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6641         rmail-toggle-header for XEmacs;
6642         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6643
6644 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-dired.el: Remove autoload for gnus-setup-message.
6647         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6648         displaying Gnus logo; always use compose-mail.
6649
6650 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6653
6654 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6657         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6658         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6659         available.
6660         (gnus-nocem-epg-verify): New function.
6661
6662 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6665
6666 2009-02-15  Glenn Morris  <rgm@gnu.org>
6667
6668         * gnus-util.el (rmail-insert-rmail-file-header)
6669         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6670         autoloads.
6671         (rmail-default-rmail-file): Remove unnecessary declaration.
6672         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6673
6674 2009-02-14  Glenn Morris  <rgm@gnu.org>
6675
6676         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6677         variable (only used in gnus-util, which declares it anyway).
6678         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6679         which was only needed by gnus-art (changed to not use it any more).
6680         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6681         only used in gnus-util, which autoloads it itself.
6682         (rmail-update-summary): Fix autoload.
6683
6684         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6685         rather than rmail-output-to-rmail-file.
6686
6687 2009-02-07  Glenn Morris  <rgm@gnu.org>
6688
6689         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6690         autoload of function that no longer exists.
6691         (rmail-toggle-header): Declare.
6692         (message-forward-rmail-make-body): Handle mbox Rmail.
6693
6694 2009-01-31  Glenn Morris  <rgm@gnu.org>
6695
6696         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6697         2009-01-09 change.
6698
6699 2009-01-31  Dave Love  <fx@gnu.org>
6700
6701         * imap.el (imap-fetch-safe): Bind debug-on-error.
6702         (imap-debug): Add imap-fetch-safe.
6703
6704 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6705
6706         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6707         (auth-source-forget-all-cached): New convenience function.
6708         (auth-source-user-or-password): Accept list of modes or a single mode.
6709
6710         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6711         auth-source modes.
6712
6713         * netrc.el (netrc-machine-user-or-password): Use list of
6714         auth-source modes.
6715
6716         * nnimap.el (nnimap-open-connection): Use list of
6717         auth-source modes.
6718
6719         * nntp.el (nntp-send-authinfo): Use list of
6720         auth-source modes.
6721
6722 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6725         now.
6726
6727 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6730         coding system in XEmacs; add a workaround for XEmacs.
6731
6732         * lpath.el: Fbind coding-system-aliasee.
6733
6734 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6737         of current-language-environment.
6738
6739 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6742         available at runtime.
6743
6744 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6747
6748 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6749
6750         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6751         the greatest positive fixnum value doesn't work under an XEmacs with
6752         bignum support; use the most-positive-fixnum constant instead,
6753         available since Emacs 21.1 with cl and XEmacs 21.1.
6754
6755 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6758         XEmacs gets not to work.
6759
6760 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mm-util.el (mm-coding-system-priorities): Allow the value like
6763         "Japanese (UTF-8)" of current-language-environment.
6764
6765 2009-01-09  Glenn Morris  <rgm@gnu.org>
6766
6767         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6768         with last-command-event.
6769
6770 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6773         in the doc string.
6774
6775         * message.el (message-fix-before-sending): Amend comment.
6776
6777 2009-01-08  Dave Love  <fx@gnu.org>
6778
6779         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6780
6781 2009-01-07  David Engster  <dengste@eml.cc>
6782
6783         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6784         simplified server definitions by converting it via
6785         gnus-server-to-method.
6786
6787 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6790         parameter's operands.
6791
6792 2009-01-06  David Engster  <dengste@eml.cc>
6793
6794         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6795         primary select method (for gnus-group-mark-article-as-read).
6796
6797 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6798
6799         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6800         `(gnus)Face', not `(gnus)X-Face'.
6801
6802 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * mm-util.el (mm-ucs-to-char): New function.
6805
6806         * mm-url.el (mm-url-decode-entities): Use it.
6807
6808         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6809         unicode-to-char.
6810
6811 2009-01-05  Dave Love  <fx@gnu.org>
6812
6813         * time-date.el: Require cl for `declare'.
6814
6815 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6818         Dave Love.
6819
6820 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * message.el (message-fix-before-sending): Add `eight-bit' to
6823         illegible-text check.
6824
6825 2009-01-03  Michael Olson  <mwolson@gnu.org>
6826
6827         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6828         `headers' is nil.  This can occur if the IMAP server does not have
6829         permissions to read messages from a folder, but can write new messages
6830         to the folder.
6831         (nnimap-request-article-part): Do not insert `data' if it is nil.
6832
6833         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6834         characters which will confuse `read', so skip past them.
6835
6836 2009-01-01  Dave Love  <fx@gnu.org>
6837
6838         * imap.el (imap-string-to-integer): Fix typo.
6839         (imap-fetch-safe): New function.
6840         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6841
6842         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6843
6844         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6845         (imap-parse-greeting): Fix doc strings.
6846         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6847         (imap-parse-flag-list): Make messages unique.
6848         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6849
6850         * nnimap.el: Fix author email.
6851         (nnimap-split-rule): Add FIXME comment.
6852         (nnimap-debug): Fix doc string.
6853
6854 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6857
6858 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6861         nslookup if resolv.conf isn't available.
6862         (dns-query): Rename from query-dns.
6863         (dns-query-cached): Rename from query-dns-cached.
6864
6865 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6868         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6869         to check if those variables exist (first appeared in Emacs 18.50).
6870
6871 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * mm-util.el (mm-line-number-at-pos): New function.
6874
6875         * spam-report.el (spam-report-process-queue): Use it.
6876
6877 2008-12-24  David Engster  <dengste@eml.cc>
6878
6879         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6880         parameters that haven't existed as variables as buffer-local variables.
6881
6882 2008-12-23  Dave Love  <fx@gnu.org>
6883
6884         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6885         cadar.
6886
6887         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6888         imap-starttls-p.
6889         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6890
6891 2008-12-22  Dave Love  <fx@gnu.org>
6892
6893         * imap.el: Fix author email.  Doc fixes.
6894         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6895         reply.
6896
6897 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * spam-report.el (spam-report-gmane-max-requests): New constant.
6900         (spam-report-gmane-wait): New variable.
6901         (spam-report-gmane-ham, spam-report-gmane-spam)
6902         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6903         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6904         the server.
6905
6906         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6907         Add explanations.
6908
6909         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6910         nnheader-accept-process-output and nnheader-read-timeout if available.
6911         (pop3-movemail): Use it.
6912
6913         * message.el (message-check-news-body-syntax): Fix signature check if
6914         there's an attachment.
6915
6916 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * mm-util.el: Add comments to the mm- emulating functions.
6919
6920 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6923         Reported by Stephen Berman <stephen.berman@gmx.net>.
6924
6925 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * mm-util.el (mm-substring-no-properties): New function.
6928         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6929         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6930         (mm-string-to-multibyte): Doc fix.
6931
6932         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6933
6934 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * mml.el (mml-attach-file): Strip text properties from file name.
6937         (Bug#1574)
6938
6939 2008-12-16  Glenn Morris  <rgm@gnu.org>
6940
6941         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6942
6943 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6946         knows since the charset specified might be a bogus alias that
6947         mm-charset-synonym-alist provides.
6948
6949 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6952         "ISO_8859-1".
6953
6954         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6955
6956 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * mm-util.el (mm-charset-eval-alist):
6959         Define it before mm-charset-to-coding-system.
6960         (mm-charset-to-coding-system): Add optional argument `silent';
6961         define it before mm-charset-override-alist.
6962         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6963         default value if it can be used in Emacs currently running;
6964         silence mm-charset-to-coding-system.
6965
6966 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6969         `allow-override' which says whether to use `mm-charset-override-alist'.
6970         (rfc2047-decode-encoded-words): Use it.
6971
6972         * mm-util.el (mm-charset-override-alist): Fix custom type;
6973         add `(gb2312 . gbk)' to choices.
6974
6975 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6978         fast.
6979
6980         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6981
6982         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6983
6984 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6985
6986         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6987         on links.
6988
6989         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6990
6991 2008-12-03  Lute Kamstra  <lute@gnu.org>
6992
6993         * sha1.el: Remove leading * from docstrings of defcustoms,
6994         deffaces, defconsts and defuns.
6995
6996 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6999         users' addresses that don't have domain parts.
7000         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7001         rather than message-narrow-to-head since there will be the message
7002         header separator.
7003
7004 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7007         since the result is inserted in a unibyte buffer anyway.
7008         (nnimap-demule-use-string-to-multibyte): Remove.
7009         (nnimap-demule): Alias it to mm-string-to-multibyte.
7010
7011 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7014         variable for debugging bug#464 and bug#1174.
7015         (nnimap-demule): Use it.
7016
7017 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7020         score calculation correctly.
7021
7022 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7023
7024         * message.el (message-send-mail): Just set the buffer to unibyte
7025         rather than use mm-with-unibyte-current-buffer which does a lot more.
7026         (message-send-mail-partially): Don't bother with
7027         mm-with-unibyte-current-buffer since it's already been made unibyte by
7028         message-send-mail.
7029
7030 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7033
7034 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7037
7038 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7041         require itself and to remove `with-no-warnings'.
7042
7043 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * starttls.el (starttls-any-program-available): Get the name of the
7046         available TLS layer program.
7047         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7048         well as the host name in the "opening" message.
7049
7050         * auth-source.el (auth-source-cache, auth-source-do-cache)
7051         (auth-source-user-or-password): Cache passwords and logins by default,
7052         allow override with `auth-source-do-cache'.
7053         (auth-source-forget-user-or-password): Allow users to remove cache
7054         entries if needed.
7055
7056 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7057
7058         * md4.el (md4-buffer): Fix typo in docstring.
7059         (md4, md4-64): Doc fixes.
7060         (md4-pack-int32): Reflow docstring.
7061
7062 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7065         condition-case to only the forward-sexp call.
7066
7067 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7070         quotes contained.  Make it more robust regardless by an extra
7071         condition-case wrapper.
7072
7073 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7076
7077 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * nnml.el (nnml-request-expire-articles): Check if the function set to
7080         `nnmail-expiry-target' returns the symbol `delete'.
7081
7082         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7083
7084         * nnmail.el (nnmail-expiry-target): Fix custom type.
7085
7086 2008-10-02  Glenn Morris  <rgm@gnu.org>
7087
7088         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7089         Silence compiler warning.
7090
7091 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7092
7093         * tls.el (open-tls-stream): Show the actual command being
7094         executed, instead of the format string.
7095
7096 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * lpath.el: Fbind codepage-setup for Emacs 23.
7099
7100 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7101
7102         * mml.el (mml-menu): Don't assume mml2015 is bound.
7103
7104 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7107         exists.
7108
7109 2008-09-27  Glenn Morris  <rgm@gnu.org>
7110
7111         * gnus-util.el (mail-header-remove-comments): Autoload it.
7112
7113 2008-09-27  Andreas Schwab  <schwab@suse.de>
7114
7115         * gnus-util.el (gnus-split-references): Strip comments.
7116         (gnus-parent-id): Likewise.
7117
7118 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * message.el (message-confirm-send): Fix version.
7121
7122 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * message.el (message-idna-to-ascii-rhs-1): Use
7125         mail-extract-address-components rather than mail-header-parse-addresses
7126         that is an alias by default to ietf-drums-parse-addresses that does not
7127         support non-ASCII names in headers' contents.
7128
7129 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * message.el (message-confirm-send): Fix variable documentation to
7132         avoid the "y/n" wording.
7133
7134 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7135
7136         * message.el (message-set-auto-save-file-name): Save to a different
7137         filename so multiple messages (especially drafts) can be recovered.
7138
7139 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * message.el (message-confirm-send): Add appropriate version.
7142
7143 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7146         defvar.
7147
7148 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7149
7150         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7151         (mm-pkcs7-enveloped-magic): Ditto.
7152
7153 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7154
7155         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7156         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7157
7158 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7161         default, it's better.
7162
7163 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7166         summary line gnus-number property and ignore them (with a warning
7167         message).
7168
7169 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7172         macro caddr in the interactive form since it won't be expanded.
7173
7174 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7177         `charset'; fix name of function called recursively.
7178         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7179
7180 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7183         (gnus-mime-set-charset-parameters): New function.
7184         (gnus-mime-view-part-as-charset): Use it to correctly display part
7185         specifying wrong charset.
7186
7187 2008-09-08  David Engster  <dengste@eml.cc>
7188
7189         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7190         in completing-read for back end server.
7191
7192 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * message.el (message-confirm-send): New variable to confirm sending a
7195         message.
7196         (message-send): Use it.
7197
7198 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7201
7202 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7205
7206 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7209         prevent tracking too many groups.
7210         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7211         Use it.
7212
7213 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7214
7215         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7216         moving point to the bottom of the window in order to avoid recentering.
7217
7218 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7221
7222         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7223         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7224         (gnus-article-beginning-of-window): Fix calculation.
7225
7226 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-msg.el (gnus-summary-supersede-article)
7229         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7230         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7231         message header.
7232
7233 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7234
7235         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7236         pending output coming after the status change.
7237
7238 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7239
7240         * message.el:
7241         * gnus-start.el:
7242         * gnus-registry.el: Remove VMS support.
7243
7244 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7247         macro.
7248         (rfc2104-hash): Use it.
7249
7250 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7253         (gnus-summary-sort-by-most-recent-date): New commands.
7254         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7255         and menu entries.
7256
7257 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7260         don't redisplay article for raw contents; remove plural articles stuff.
7261
7262         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7263         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7264         on gnus-summary-save-article; display results properly.
7265
7266 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * lpath.el: No need to fbind ns-focus-frame.
7269
7270 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7273
7274 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-art.el (gnus-summary-save-in-pipe):
7277         Consider gnus-save-all-headers.
7278
7279 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7280
7281         * gnus-util.el (ns-focus-frame): Remove declaration.
7282         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7283         like x.
7284
7285 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7286
7287         * rfc2104.el (rfc2104-zero): Delete defconst.
7288         (rfc2104-hex-alist): Likewise.
7289         (rfc2104-hex-to-int): Delete func.
7290         (rfc2104-hexstring-to-bitstring): Likewise.
7291         (rfc2104-nybbles): New defconst.
7292         (rfc2104-hash): Rewrite for speed.
7293
7294 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * tls.el (open-tls-stream): Make it work with the 2nd argument
7297         BUFFER that is a string but does not exist as a buffer object, as
7298         mentioned in the doc-string.
7299
7300 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7303         SXEmacs.
7304
7305 2008-07-16  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-util.el (ns-focus-frame): Declare for compiler.
7308
7309 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7312         set as a group parameter.
7313         (gnus-summary-save-in-pipe): Work when it is called independently.
7314         (gnus-summary-pipe-to-muttprint): Don't modify
7315         gnus-summary-pipe-output-default-command.
7316
7317 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7318
7319         * message.el (message-send-mail-with-sendmail):
7320         Display the error message.
7321
7322 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-art.el (gnus-default-article-saver):
7325         Add gnus-summary-save-in-pipe to choices.
7326         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7327         gnus-summary-pipe-output-default-command as the default command.
7328         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7329         instead of gnus-last-shell-command.
7330
7331         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7332         New user option.
7333         (gnus-summary-muttprint-program): Mention the value will be changed.
7334         (gnus-summary-save-article): Force showing of all headers.
7335         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7336
7337 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7338
7339         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7340
7341 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7342
7343         * nnimap.el (nnimap-id):
7344         * sieve-manage.el (sieve-manage-open): Doc fixes.
7345
7346 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7347
7348         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7349         if available.
7350
7351 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7352
7353         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7354
7355         * nnkiboze.el (nnkiboze-generate-group):
7356         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7357
7358         * nnmairix.el: Require CL.
7359
7360 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * dgnushack.el: Autoload get-display-table and put-display-table for
7363         XEmacs 21.5.
7364
7365         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7366         21.4 and SXEmacs.
7367
7368 2008-06-15  David Engster  <dengste@eml.cc>
7369
7370         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7371
7372 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7373
7374         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7375         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7376         runtime choice under XEmacs.
7377
7378         * gnus-sum.el (gnus-summary-set-display-table):
7379         Use `gnus-put-display-table', `gnus-get-display-table',
7380         `gnus-set-display-table' for the display table, instead of `aset'.
7381
7382         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7383         Use `gnus-put-display-table', `gnus-get-display-table',
7384         `gnus-set-display-table' for the display table.
7385
7386 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * nnmairix.el: Add autoloads.
7389
7390 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * nnmairix.el (nnmairix-delete-recreate-group)
7393         (nnmairix-update-and-clear-marks): Fix error messages.
7394
7395 2008-06-14  David Engster  <dengste@eml.cc>
7396
7397         * nnmairix.el: Upgrade to version 0.6.
7398         (nnmairix-group-toggle-propmarks-this-group)
7399         (nnmairix-group-toggle-readmarks-this-group)
7400         (nnmairix-group-delete-recreate-this-group)
7401         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7402         (nnmairix-remove-tick-mark-original-article): New commands.
7403         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7404         (nnmairix-propagate-marks-to-nnmairix-groups)
7405         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7406         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7407         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7408         functions needed for marks propagation and manipulation of read marks.
7409         (nnmairix-update-groups): New function.
7410         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7411         (nnmairix-determine-original-group-from-registry)
7412         (nnmairix-determine-original-group-from-path)
7413         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7414         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7415         New helper functions.
7416         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7417         keystrokes for new commands.
7418         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7419         (nnmairix-request-group): Check allow-fast group parameter.
7420         (nnmairix-request-create-group): Set allow-fast group parameter if
7421         nnmairix-allowfast-default is set.
7422         (nnmairix-close-group): Propagate marks upon closing if needed.
7423         (nnmairix-group-toggle-threads-this-group): Use new.
7424         nnmairix-group-toggle-parameter helper function.
7425         (nnmairix-search): Better check for empty search result.
7426         (nnmairix-goto-original-article): Use new helper functions for
7427         determining original article.
7428         (nnmairix-show-original-article): Make sure message-id is in brackets.
7429         (nnmairix-call-mairix-binary): Change variable name.
7430         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7431         helper function.
7432         (nnmairix-widget-toggle-activate): Fix doc string.
7433
7434 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * nnir.el: Require edmacro when compiling with XEmacs.
7437         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7438         available in Emacs 21.
7439
7440 2008-06-11  Glenn Morris  <rgm@gnu.org>
7441
7442         * gnus-util.el (x-focus-frame):
7443         * gnus.el (image-size):
7444         * mm-decode.el (image-size): Declare.
7445
7446         * gnus-picon.el (declare-function): Add compat definition.
7447         (image-size): Declare.
7448
7449         * gnus-group.el (tool-bar-map):
7450         * gnus-sum.el (tool-bar-map): Define for compiler.
7451
7452         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7453
7454         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7455
7456         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7457         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7458         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7459         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7460         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7461         * sieve-manage.el, spam-report.el, spam.el:
7462         Remove unnecessary eval-and-compile of autoloads.
7463
7464 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7465
7466         * auth-source.el: Precise Tramp doc.
7467
7468 2008-06-07  Glenn Morris  <rgm@gnu.org>
7469
7470         * nnmairix.el: Remove unnecessary eval-when-compile.
7471
7472 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * lpath.el: Fbind propertize for XEmacs 21.4.
7475
7476 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * nnir.el: Move here from ../contrib.
7479
7480 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7481
7482         * gnus-util.el (gnus-read-shell-command): New function.
7483         * mm-decode.el (mm-pipe-part):
7484         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7485
7486 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7489
7490 2008-06-03  Glenn Morris  <rgm@gnu.org>
7491
7492         * pop3.el (nnheader-accept-process-output): Autoload it.
7493
7494 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7497         are not 2-digit hexadecimal characters that follow `%'s.
7498
7499 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * message.el (message-bogus-recipient-p): Fix type in doc string.
7502         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7503         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7504         Improve custom options.
7505         (message-bogus-recipient-p): Adjust accordingly.
7506
7507 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7508
7509         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7510         long-form month and day names.
7511
7512 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * dgnushack.el: Autoload debug, eudc-expand-inline and
7515         pgg-snarf-keys-region for XEmacs.
7516
7517         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7518
7519         * nnmairix.el: Require edmacro when compiling with XEmacs.
7520
7521 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7524         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7525
7526 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * auth-source.el: Add more docs.
7529
7530         * netrc.el (netrc-machine): Always match if the port is not given.
7531
7532 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7535         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7536         retrieval faster in some cases, but might make CPU usage larger.
7537         If this has any bad side effects, we might revert this change.
7538
7539         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7540         seems to make mail retrieval much, much faster.
7541         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7542         unconditionally.
7543
7544         * gnus-draft.el (gnus-group-send-queue):
7545         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7546
7547 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7550
7551         * message.el (message-bogus-address-regexp): Fix and improve custom
7552         type.
7553         (message-setup-hook): Add message-check-recipients as custom option.
7554
7555 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * message.el (message-cite-function): Remove bogus autoload which crept
7558         in during merge from v5-10.
7559
7560 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7563
7564         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7565
7566         * auth-source.el: Preliminary Tramp docs.
7567         (auth-sources): Change the default auth-sources to use
7568         EPA .gpg files.
7569
7570 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * nntp.el: Autoload `auth-source-user-or-password'.
7573         (nntp-send-authinfo): Use it.
7574
7575         * nnimap.el: Autoload `auth-source-user-or-password'.
7576         (nnimap-open-connection): Use it.
7577
7578         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7579         for the gnus-message function.
7580         (auth-source-user-or-password): Use it.
7581
7582 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7583
7584         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7585         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7586         (rfc2104-hash): Use it.
7587
7588 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7589
7590         * gnus-art.el (gnus-article-toggle-truncate-lines):
7591         Don't use `iff' in docstring.
7592
7593 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7596
7597         * gnus-util.el (gnus-extract-address-component-name)
7598         (gnus-extract-address-component-email): Convenience functions around
7599         `gnus-extract-address-components'.
7600
7601         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7602         Use `gnus-extract-address-component-email' to fix bug of comparing full
7603         sender name to `user-mail-address'.
7604
7605 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7608         catch/throw to optimize.
7609         (gnus-registry-find-keywords): Just use member to find a keyword.
7610
7611 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7612
7613         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7614         is current before calling gnus-server-prepare.
7615         (gnus-server-setup-buffer, gnus-server-update-server)
7616         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7617
7618 2008-05-04  Juri Linkov  <juri@jurta.org>
7619
7620         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7621         (mailcap-file-default-commands): Use mailcap-replace-in-string
7622         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7623         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7624
7625 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7626
7627         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7628
7629 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7630
7631         * gnus.el: Bump version to 0.11.
7632
7633 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7634
7635         * gnus.el: No Gnus v0.10 is released.
7636
7637 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7640         hooks.
7641         (gnus-update-read-articles): Speed up non-marks-using users.
7642         (gnus-use-marks): Define gnus-use-marks.
7643         (gnus-propagate-marks): Rename variable to something more sensible.
7644
7645 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7646
7647         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7648         (gmm-image-load-path-for-library): Fix typos in docstrings.
7649         (gmm-message): Reflow docstring.
7650
7651 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7652
7653         * mail-source.el (mail-source-set-1, mail-source-bind):
7654         Move auth-source code out of the macro to clean it up and fix bugs.
7655
7656 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7659         by sender if it's equal to user-mail-address, it's likely to be
7660         useless.
7661
7662         * mail-source.el (mail-source-bind): Don't use user or password if they
7663         are not bound.  Unintern them if they are nil.  Don't use server unless
7664         it's bound, and default it to empty string otherwise.
7665
7666 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * mail-source.el: Load auth-source.el.
7669         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7670         get user name or password, if auth-sources is set up.
7671
7672         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7673         strategy of splitting with parent.
7674         (gnus-registry-split-fancy-with-parent)
7675         (gnus-registry-post-process-groups): Use it and fix prior
7676         bug (returning a list as the split result).
7677
7678         * auth-source.el (auth-sources): Remove server parameter.
7679         (auth-source-pick, auth-source-user-or-password)
7680         (auth-source-user-or-password-imap)
7681         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7682         (auth-source-user-or-password-sftp)
7683         (auth-source-user-or-password-smtp): Remove server parameter.
7684
7685 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7686
7687         * smime.el (smime-sign-region, smime-encrypt-region)
7688         (smime-decrypt-region):
7689         Remove redundant calls to `generate-new-buffer-name'.
7690
7691 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7692
7693         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7694         Don't use QP for message/rfc822.
7695         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7696
7697 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7698
7699         * sieve-manage.el (sieve-string-bytes): Remove.
7700         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7701         correct byte-length only if the process's coding-system is the same as
7702         the one used internally by Emacs to represent strings.
7703
7704 2008-04-22  Juri Linkov  <juri@jurta.org>
7705
7706         * mailcap.el (mailcap-file-default-commands): New function.
7707
7708 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * message.el (message-signature-separator, message-cite-function):
7711         Change custom version.
7712
7713 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7714
7715         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7716         commands.
7717         (tls-checktrust): Ditto.
7718
7719 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * mm-decode.el (mm-display-external): Make temp file read-only.
7722
7723 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7726         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7727         `C-c C-f d'.
7728
7729 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7730
7731         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7732
7733 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus.el: Bump version to 0.9.
7736
7737 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus.el: No Gnus v0.8 is released.
7740
7741 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * mail-source.el (mail-source-value):
7744         Prefer fboundp to functionp so it works with macros as well.
7745
7746 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7747
7748         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7749         Fix last change in case the element is not even a symbol.
7750
7751 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7752
7753         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7754         Prefer fboundp to functionp so it works with macros as well.
7755
7756 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * auth-source.el: Add docs.
7759         (auth-sources): Modify format to support server.
7760         (auth-source-pick, auth-source-user-or-password)
7761         (auth-source-user-or-password-imap)
7762         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7763         (auth-source-user-or-password-sftp)
7764         (auth-source-user-or-password-smtp): Add server parameter.
7765
7766 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * gnus-registry.el: Initialize the registry when gnus-registry-install
7769         is t.
7770
7771 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * compface.el (uncompface): Make buffer unibyte.
7774
7775 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7776
7777         * mail-source.el (mail-source-value):
7778         Prefer fboundp to functionp so it works with macros as well.
7779
7780 2008-04-05  Glenn Morris  <rgm@gnu.org>
7781
7782         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7783
7784 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7785
7786         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7787         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7788
7789         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7790         multibyteness after rather than before erasing it.
7791
7792         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7793         mm-with-multibyte.
7794         (gnus-request-article-this-buffer): Make sure the proper decoding is
7795         used if gnus-original-article-buffer happens to be unibyte.
7796
7797         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7798         default-enable-multibyte-characters.
7799
7800         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7801         default-enable-multibyte-characters.
7802
7803         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7804
7805         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7806
7807 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7808
7809         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7810         Fix last change in case the element is not even a symbol.
7811
7812 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7813
7814         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7815         (imap-message-copyuid-1): Use it.
7816         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7817         J. Williams in
7818         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7819
7820         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7821         imap-enable-exchange-bug-workaround.
7822         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7823
7824 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7825
7826         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7827         a 100 byte status-checks into a 2-3MB transfer for each group.
7828         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7829         to enable bug workaround or not.
7830         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7831
7832 2008-03-31  Glenn Morris  <rgm@gnu.org>
7833
7834         * message.el (mml2015-use): Declare for compiler.
7835         (message-info): Require mml2015 when appropriate.
7836
7837 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7840         whitespace.
7841
7842 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7843
7844         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7845         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7846         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7847         (nntp-service-to-port): New function.
7848         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7849         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7850         (nntp-open-netcat-stream): New function.
7851         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7852
7853 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7854
7855         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7856
7857 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7860
7861 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7862
7863         * dns.el (dns-write): Use set-buffer-multibyte.
7864
7865 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7866
7867         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7868
7869 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * message.el (message-signature-separator): Change default.
7872         Improve custom type.
7873         (message-cite-function): Change default to
7874         message-cite-original-without-signature.
7875
7876         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7877         toggle.
7878
7879         * message.el (message-check-news-body-syntax): Fix signature check.
7880         (message-setup-1): Mark buffer as unmodified _after_ running
7881         message-setup-hook and handling message-alternative-emails.
7882         (message-shorten-references): Be more strict when building list of
7883         valid references to comply with GNKSA.
7884
7885         * gnus-group.el (gnus-read-ephemeral-bug-group)
7886         (gnus-read-ephemeral-debian-bug-group)
7887         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7888
7889         * message.el (message-info): Don't use booleanp which isn't supported
7890         in Emacs 21 and XEmacs.
7891
7892 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7895         gnus-group-gmane-group-download-format.
7896         (gnus-group-read-ephemeral-gmane-group): Rename from
7897         gnus-group-read-ephemeral-gmane-group.
7898         (gnus-read-ephemeral-gmane-group-url): Rename from
7899         gnus-group-read-ephemeral-gmane-group-url.
7900         (gnus-bug-group-download-format-alist): New variable.
7901         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7902         (gnus-read-ephemeral-emacs-bug-group): New commands.
7903
7904 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7907         (gnus-visible-headers): Improve custom type.
7908
7909 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * mml.el (mml-menu): Add workarounds for XEmacs.
7912
7913         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7914         X-Boundary header.
7915
7916         * message.el (message-simplify-recipients): Fix previous commit.
7917
7918 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7919
7920         * mm-util.el (mm-set-buffer-multibyte): New function.
7921         * mm-decode.el (mm-copy-to-buffer): Use it.
7922
7923         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7924         Prefer fboundp to functionp so it works with macros as well.
7925
7926 2008-03-19  Glenn Morris  <rgm@gnu.org>
7927
7928         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7929         Accidentally removed in the sync process with Emacs.
7930
7931 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * message.el (message-alter-recipients-discard-bogus-full-name):
7934         New function.
7935         (message-alter-recipients-function): New variable.
7936         (message-get-reply-headers): Use it.
7937         (message-replace-header): New helper function.
7938         (message-recipients-without-full-name): New variable.
7939         (message-simplify-recipients): New command.
7940
7941         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7942
7943         * message.el (message-info): Handle EasyPG manual.
7944
7945         * mml.el (mml-menu): Add entry for EasyPG.
7946
7947 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7948
7949         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7950         parameter.
7951
7952         * message.el (message-disassociate-draft): Specify drafts group name
7953         fully.
7954
7955 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7958         Eliminate unnecessary duplicates from the match list.
7959
7960 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7963
7964         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7965
7966         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7967         args of `how-many' of which the XEmacs version doesn't take; declare
7968         Info-index-next as function.
7969
7970 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-score.el (gnus-score-headers): Fix handling of
7973         gnus-inhibit-slow-scoring.
7974
7975         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7976         string.
7977         (gnus-button-url-regexp): Improve handling of parenthesis.
7978         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7979         (gnus-button-handle-info-keystrokes): Handle index entries.
7980
7981 2008-03-15  Glenn Morris  <rgm@gnu.org>
7982
7983         * parse-time.el (parse-time-string): Simplify.
7984
7985 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7988         Incoming* files.
7989
7990 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * auth-source.el (auth-sources): Rename from auth-source-choices.
7993         (auth-source-pick): Use it.
7994
7995 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7996
7997         * binhex.el (binhex-decode-region-internal):
7998         * uudecode.el (uudecode-decode-region-internal):
7999         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8000         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8001         setting default-enable-multibyte-characters.
8002
8003 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8004
8005         * auth-source.el (auth-source-protocols)
8006         (auth-source-protocols-customize, auth-source-choices): Add and
8007         modified variable customizations and defaults.
8008         (auth-source-pick, auth-source-user-or-password)
8009         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8010         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8011         (auth-source-user-or-password-sftp)
8012         (auth-source-user-or-password-smtp): Use new variables and provide an
8013         interface to netrc.el.
8014
8015 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8018         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8019         Make sure the nntp port to specify is a string.
8020
8021 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8022
8023         * nntp.el: Use with-current-buffer.
8024         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8025         dubious mm-with-unibyte-current-buffer.
8026         (nntp-with-open-group-function): New function extracted from
8027         nntp-with-open-group macro.
8028         (nntp-with-open-group): Use the function, so it's easier to debug.
8029         Add indentation and debugging info.
8030         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8031         Recommend the use of the netcat alternatives.
8032
8033         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8034         Avoid mm-string-as-multibyte as well.
8035
8036         * nnweb.el (nnweb-insert-html):
8037         Remove use of nnheader-string-as-multibyte.
8038
8039         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8040         (nnheader-string-as-multibyte): Remove.
8041
8042         * mm-view.el: Use inhibit-read-only.
8043         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8044         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8045         or unibyte-string.
8046
8047         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8048         (mm-uu-yenc-extract): Use with-current-buffer.
8049
8050         * gnus-soup.el (gnus-soup-send-packet): Don't use
8051         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8052
8053         * nnmh.el: Use with-current-buffer.
8054         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8055         mm-string-as-multibyte on the output of mm-encode-coding-string.
8056
8057         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8058         (nnimap-request-move-article): Use with-current-buffer.
8059
8060         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8061         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8062         conversion uses string-make-unibyte rather than string-as-unibyte.
8063
8064         * gnus-msg.el: Use with-current-buffer.
8065
8066         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8067
8068 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8069
8070         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8071         string for caching if it is 'PIN.
8072
8073 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * lpath.el: Consider the case without Emacs/W3.
8076
8077 2008-03-08  Glenn Morris  <rgm@gnu.org>
8078
8079         * time-date.el (date-to-time, time-subtract, time-add)
8080         (safe-date-to-time): Doc fixes.
8081
8082 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * mail-source.el (mail-source-delete-old-incoming-confirm):
8085         Change default to nil.
8086         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8087
8088 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * lpath.el: Rearrange.
8091
8092         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8093         (gnus-article-goto-prev-page): Work for articles having ^L's.
8094
8095         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8096
8097         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8098
8099 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8100
8101         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8102         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8103         (gnus-bookmark-jump): Adjust some variable names.
8104
8105 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * auth-source.el: New package.
8108         (auth-source-choices): Add customization entry point variable.
8109
8110         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8111         bug.
8112
8113 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8114
8115         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8116         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8117         (gnus-registry-install-shortcuts): Rename from
8118         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8119         the `gnus-registry-mark-map' keymap dynamically from
8120         `gnus-registry-marks'.  The generated functions update the summary line
8121         when a registry mark is added or deleted, and will call
8122         `gnus-registry-install-p' (see the comments in the code).
8123         (gnus-registry-user-format-function-M): Use concat intelligently.
8124
8125         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8126         the registry mark functions.
8127
8128 2008-03-05  Glenn Morris  <rgm@gnu.org>
8129
8130         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8131         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8132         gnus-art.
8133         (top-level): No need to load own source when compiling.
8134
8135 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8138         Suggested by <chris.anderton@zetnet.co.uk>.
8139
8140 2008-03-04  Glenn Morris  <rgm@gnu.org>
8141
8142         * gnus-sum.el (top-level): No need to require gnus when compiling,
8143         since unconditionally required near start of file.
8144         (gnus-summary-display-while-building): Move definition before use.
8145
8146 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8147
8148         * gnus-registry.el (gnus-registry-user-format-function-M):
8149         Add formatting function.
8150
8151 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8152
8153         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8154         with plists.
8155         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8156         Use new format.
8157
8158 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8161         `where-is-internal' that returns a range of key sequences.
8162
8163 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8166
8167         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8168         (gnus-summary-jump-to-group): Consider windows on other displayed
8169         frames as well.  Similar changes might be needed elsewhere, but that's
8170         the one I've bumped into during my use.
8171
8172         * nndoc.el (nndoc-oe-dbx-type-p):
8173         * gnus-msg.el (gnus-debug):
8174         * gnus-group.el (gnus-update-group-mark-positions):
8175         Use mm-string-to-multibyte.
8176
8177 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8180         doesn't handle NotDashEscaped.
8181
8182         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8183         (mml-dnd-attach-options): Fix typo in custom choice.
8184
8185         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8186         Change nndoc-article-type to mbox.
8187         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8188
8189         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8190         to nil, instead of html2text.
8191
8192         * imap.el (imap-debug): Add `imap-ping-server'.
8193
8194         * gnus-bookmark.el: Add FIXMEs.
8195
8196         * message.el (message-form-letter-separator)
8197         (message-send-form-letter-delay): New variables.
8198         (message-send-form-letter): Use them.  New command to send form
8199         letters.  Requested by Uwe Siart.
8200         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8201
8202 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * Update copyright years.
8205
8206 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         Sync from EMACS_22_BASE.
8209
8210         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8211
8212 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8213
8214         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8215         empty author.
8216
8217 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * gnus-registry.el (gnus-registry-marks): Add variable for
8220         customization of marks and their appearance.
8221         (gnus-registry-read-mark): Use it.
8222         (gnus-registry-do-marks): Add utility function to loop through
8223         `gnus-registry-marks'.
8224         (gnus-registry-install-shortcuts-and-menus): Add function to install
8225         shortcuts and menus.
8226         (gnus-registry-initialize): Use it.
8227         (gnus-registry-default-mark): Clarify documentation.
8228
8229 2008-02-29  Glenn Morris  <rgm@gnu.org>
8230
8231         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8232         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8233         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8234         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8235         Change defcustom :version from 23.0 to 23.1.
8236
8237 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8238
8239         * gnus-registry.el (gnus-registry-follow-group-p)
8240         (gnus-registry-post-process-groups): Add functions to aid registry
8241         splitting and improve logging.  Clarify behavior in function
8242         documentation.
8243         (gnus-registry-split-fancy-with-parent): Use them.
8244
8245 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8246
8247         * gnus-art.el: Use with-current-buffer.
8248
8249 2008-02-27  David Engster  <dengste@eml.cc>
8250
8251         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8252         Express real group name in the response.
8253
8254 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8257         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8258         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8259         autoload gnus-registry-fetch-group when compiling.
8260         (nnmairix-request-group-with-article-number-correction):
8261         Remove unreferenced argument passed to nnmairix-call-backend.
8262
8263 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8266         (mm-uu-extract): Improve face for low color ttys.
8267         Reported by Sascha Wilde.
8268
8269 2008-02-27  Glenn Morris  <rgm@gnu.org>
8270
8271         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8272         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8273         variables to defconsts.  Convert comments to doc-strings.
8274         (nnmairix-last-server, nnmairix-current-server): Convert from free
8275         variables to defvars.  Convert comments to doc-strings.
8276         (gnus-registry-fetch-group): Autoload.
8277         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8278         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8279         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8280         caddr.
8281         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8282         nnmairix-request-group-with-article-number-correction call.
8283         (nnmairix-fast, nnmairix-group): New, less general names, for free
8284         variables passed from nnmairix-request-group to
8285         nnmairix-request-group-with-article-number-correction.  Declare.
8286         (nnmairix-request-group-with-article-number-correction):
8287         Use nnmairix-fast, nnmairix-group rather than fast, group.
8288
8289 2008-02-26  David Engster  <dengste@eml.cc>
8290
8291         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8292         version 0.5.
8293
8294 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8297         instead of making an extra function call.  Don't add the current group
8298         to articles only when they have the group.  Use
8299         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8300         Reported by David <de_bb@arcor.de>.
8301
8302 2008-02-24  Miles Bader  <miles@gnu.org>
8303
8304         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8305         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8306         (mm-find-mime-charset-region):
8307         * mm-bodies.el (mm-encode-body):
8308         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8309
8310 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8313         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8314
8315 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * mail-source.el (mail-source-delete-incoming): Change default.
8318         Supplement doc string.
8319
8320         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8321
8322 2008-02-14  Glenn Morris  <rgm@gnu.org>
8323
8324         * time-date.el (format-seconds): New function.
8325
8326 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * nnmail.el (nnmail-message-id-cache-file): Derive from
8329         `gnus-home-directory'.
8330
8331 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8334         Document negative prefix.
8335
8336         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8337
8338 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * message.el (message-unsent-separator): Add the Exim bounce
8341         separator.
8342
8343 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8344
8345         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8346         list.
8347         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8348         recipient/signer list.
8349
8350 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * Makefile.in (datarootdir): Define.
8353         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8354         name that might contain whitespace.
8355
8356 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8359         fbound (Emacs 23 unicode), signal an error.
8360
8361 2008-02-08  Glenn Morris  <rgm@gnu.org>
8362
8363         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8364
8365 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8366
8367         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8368         ports to the calls to `netrc-machine-user-or-password' in addition to
8369         "imap" and "imaps".
8370
8371 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8372
8373         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8374
8375         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8376
8377 2008-02-01  Kenichi Handa  <handa@m17n.org>
8378
8379         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8380         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8381         (rfc2104-hash): Convert the result of concat to unibyte string.
8382
8383 2008-02-01  Dave Love  <fx@gnu.org>
8384
8385         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8386         coding-system-for-read.
8387         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8388
8389 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8392         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8393         <hanche@math.ntnu.no>.
8394
8395 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8398
8399         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8400
8401 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8402
8403         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8404         * message.el (message-beginning-of-line): Use featurep instead of bound
8405         tests in order to resolve conditionals at compile time.
8406
8407 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8408
8409         * mail-source.el (mail-sources): Add `group' choice.
8410
8411         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8412         parameter `in-group' to control into which group the articles go.
8413         Add treatment of `group' mail-source.
8414
8415 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8418
8419         * mm-decode.el (mm-dissect-buffer): Decode description.
8420
8421         * mml.el (mml-to-mime): Encode message header first.
8422
8423 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8426         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8427
8428         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8429         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8430
8431 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8432
8433         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8434
8435 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8438         prefix keys.
8439         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8440         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8441         gnus-xmas.el.
8442
8443         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8444         (gnus-xmas-article-describe-bindings): New function.
8445         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8446         gnus-xmas-article-describe-bindings.
8447
8448         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8449
8450 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8451
8452         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8453         Add new variables for article mark management.
8454         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8455         list of extra data entries which, when present, will indicate that the
8456         article ID should not be trimmed from the registry.
8457         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8458         functions.
8459         (gnus-registry-read-mark): New function to read a mark name from the
8460         user.
8461         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8462         (gnus-registry-set-article-mark-internal): New functions to add and
8463         remove marks.
8464         (gnus-registry-get-article-marks): New function to show the marks for
8465         an article, or retrieve them for further use.
8466
8467 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8470         keys when no argument is given.
8471
8472 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * imap.el (imap-ping-server): New variable.
8475         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8476         (imap-ping-server): Minor doc string fixes.
8477
8478 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8479
8480         * imap.el (imap-ping-server): New function.
8481         (imap-opened): Call imap-ping-server.
8482
8483 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * gnus-sum.el (gnus-article-sort-by-random)
8486         (gnus-thread-sort-by-random): Fix doc strings.
8487         Reported by jidanni@jidanni.org.
8488
8489 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-article-describe-bindings): New function.
8492         (gnus-article-read-summary-keys): Use it.
8493         (gnus-article-mode-map): Bind `C-h b' to it.
8494
8495 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8498         XEmacs.
8499         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8500         Protect against non-character events.
8501
8502         * lpath.el: Fbind map-keymap for Emacs 21.
8503
8504 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8507         New command.
8508         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8509         instead of END.  Change name of the temp file.
8510         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8511         customizable.
8512
8513 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8516         bind `S W' to gnus-article-wide-reply-with-original; set default
8517         binding to gnus-article-read-summary-send-keys.
8518         (gnus-article-read-summary-keys): Fix the order of keys; display
8519         continuation keys correctly in the echo area; describe bindings
8520         correctly when keys end with `C-h'.
8521         (gnus-article-read-summary-send-keys): New function.
8522         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8523         Work for gnus-article-read-summary-send-keys; display continuation keys
8524         correctly in the echo area.
8525         (gnus-article-reply-with-original): Ignore prefix argument.
8526         (gnus-article-wide-reply-with-original): New function.
8527
8528         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8529         Emacs 21.
8530
8531 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8534         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8535
8536 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8539         (gnus-group-read-ephemeral-gmane-group): New command.
8540
8541 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8542
8543         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8544
8545 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * message.el (message-send-mail-function): Increase custom version.
8548
8549         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8550         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8551
8552 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8555         for the cases where imap-authenticate is called with a nil buffer
8556         parameter.
8557
8558 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8561         html parts correctly; support forwarded messages.
8562         (gnus-article-browse-html-article): Remove work buffers.
8563
8564         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8565         compiling.
8566         (netrc-bound-and-true-p): New macro.
8567         (netrc-parse): Use it instead of bound-and-true-p that is not available
8568         in XEmacs 21.4.
8569
8570 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8571
8572         * gnus-registry.el (gnus-registry-mark-article)
8573         (gnus-registry-article-marks): Add functionality to mark articles
8574         through the Gnus registry.
8575
8576         * encrypt.el: Clarify documentation for the new pgg method.
8577         (encrypt-file-alist): Add PGG option.
8578         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8579         functionality.  Abstract password key and messaging to external
8580         functions.
8581         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8582         (encrypt-message-method-and-cipher): Add new convenience external
8583         functions.
8584         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8585         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8586
8587         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8588         (netrc-parse): Use encrypt-file-alist to determine if
8589         encrypt-find-model or encrypt-insert-file-contents should be used.
8590
8591         * encrypt.el: Clarify documentation.  Load password-cache or
8592         password, whichever one is found first, instead of autoloading.
8593
8594 2007-12-19  Glenn Morris  <rgm@gnu.org>
8595
8596         * mml.el (message-options-set, message-narrow-to-head)
8597         (message-in-body-p, message-mail-p, message-encode-message-body):
8598         Autoload.
8599         (message-remove-header, message-narrow-to-headers-or-head)
8600         (message-subscribed-p, message-make-mail-followup-to)
8601         (message-position-on-field, message-news-p)
8602         (message-options-set-recipient, message-generate-headers)
8603         (message-sort-headers): Declare as functions.
8604
8605 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8608         convention in doc string.
8609
8610 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8613         title to html parts.
8614         (gnus-article-browse-html-article): Pass message header to it.
8615
8616         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8617
8618 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8621         or password compatible with XEmacs.
8622
8623 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8626         format document.
8627         (gnus-mime-delete-part): Don't write description line if empty.
8628         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8629
8630 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8631
8632         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8633         (gnus-summary-mark-read-and-unread-as-read)
8634         (gnus-summary-mark-current-read-and-unread-as-read)
8635         (gnus-summary-mark-unread-as-ticked): Doc fix.
8636         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8637
8638 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8641         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8642
8643 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8646         yes-or-no-p.
8647
8648 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * mm-decode.el (mm-add-meta-html-tag): New function.
8651         (mm-save-part-to-file, mm-pipe-part): Use it.
8652
8653         * gnus-art.el (gnus-article-browse-delete-temp-files):
8654         Use gnus-y-or-n-p instead of y-or-n-p.
8655         (gnus-article-browse-html-parts): Work with message/external-body; use
8656         mm-add-meta-html-tag.
8657
8658 2007-12-11  Glenn Morris  <rgm@gnu.org>
8659
8660         * gnus-cache.el: Require gnus-sum not just when compiling.
8661
8662         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8663
8664         * gnus-int.el (gnus-server-opened, gnus-status-message):
8665         Move definitions before use.
8666
8667         * mm-decode.el: Require gnus-util.
8668         (mm-remove-part): Only call delete-annotation on XEmacs.
8669
8670         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8671
8672         * nnmail.el: Require gnus-int.
8673
8674         * spam.el: Move `require's before `eval-when-compile's.
8675
8676         * gnus-ems.el (gnus-alive-p):
8677         * gnus-fun.el (message-goto-eoh):
8678         * gnus-util.el (gnus-group-name-decode):
8679         * mail-source.el (gnus-compress-sequence):
8680         * message.el (Info-goto-node, format-spec):
8681         * mm-bodies.el (message-options-get):
8682         * mm-decode.el (mm-view-pkcs7):
8683         * mm-util.el (gmm-write-region):
8684         * mml-smime.el (mml-compute-boundary)
8685         (gnus-completing-read-with-default):
8686         * mml.el (widget-button-press, gnus-make-hashtable):
8687         * mml1991.el (mm-decode-content-transfer-encoding)
8688         (mm-encode-content-transfer-encoding)
8689         (message-options-get, message-options-set):
8690         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8691         * nnfolder.el (gnus-request-group):
8692         * nnheader.el (ietf-drums-unfold-fws):
8693         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8694         * smime.el (gnus-run-mode-hooks):
8695         * spam-stat.el (gnus-message): Autoload.
8696
8697         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8698         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8699         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8700         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8701         Add declare-function compatibility definition.
8702
8703         * gnus-cache.el (nnvirtual-find-group-art):
8704         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8705         (gnus-add-image, gnus-add-wash-type):
8706         * gnus-group.el (nnkiboze-score-file):
8707         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8708         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8709         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8710         (message-tokenize-header, gnus-get-buffer-create)
8711         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8712         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8713         * gnus.el (gnus-group-decoded-name):
8714         * mail-source.el (imap-capability):
8715         * mm-bodies.el (message-options-set):
8716         * mm-decode.el (gnus-configure-windows):
8717         * mm-extern.el (message-goto-body):
8718         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8719         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8720         (epg-sub-key-validity, message-options-set):
8721         * mml.el (widget-event-point, gnus-configure-windows):
8722         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8723         * mml2015.el (epg-check-configuration, epg-configuration)
8724         (message-options-set):
8725         * nndb.el (nndb-request-article):
8726         * nnfolder.el (gnus-request-create-group):
8727         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8728         * nnmaildir.el (gnus-group-mark-article-read):
8729         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8730         * rfc1843.el (message-fetch-field):
8731         * spam.el (gnus-extract-address-components):
8732         Declare as functions.
8733
8734 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8737
8738         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8739
8740         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8741         bind show-trailing-whitespace for XEmacs.
8742
8743 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8746         new no-op macro for backward compatibility.
8747
8748         * imap.el (imap-string-to-integer): New function.
8749
8750 2007-12-09  Glenn Morris  <rgm@gnu.org>
8751
8752         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8753
8754         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8755         * message.el, mm-view.el, sieve-manage.el, smime.el:
8756         Add declare-function compatibility definition.
8757
8758         * gnus-art.el (w3-region, w3m-region, Info-menu):
8759         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8760         * gnus-sum.el (gnus-get-predicate):
8761         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8762         * message.el (mail-abbrev-in-expansion-header-p):
8763         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8764         (w3m-detect-meta-charset, w3m-region):
8765         * sieve-manage.el (password-read, password-cache-add)
8766         (password-cache-remove):
8767         * smime.el (password-read-and-add): Declare as functions.
8768
8769 2007-12-08  David Kastrup  <dak@gnu.org>
8770
8771         * gnus-sum.el (gnus-summary-simplify-subject-query):
8772         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8773         `message'.
8774
8775 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8778         it to bind idna-program, installation-directory, defined-colors, and
8779         face-attribute for XEmacs of the version that compiles defcustom forms.
8780
8781 2007-12-07  Glenn Morris  <rgm@gnu.org>
8782
8783         * gnus-art.el (article-make-date-line): Revert previous change.
8784
8785 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8788
8789 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8790
8791         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8792         Call gnus-add-to-range ranges only once with a prepared article-list.
8793
8794 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8795
8796         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8797         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8798         group names with backslashes.
8799         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8800
8801 2007-12-06  Deepak Goel  <deego3@gmail.com>
8802
8803         * gnus-art.el (article-make-date-line):
8804         * gnus-start.el (gnus-load):
8805         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8806
8807 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-art.el (gnus-use-idna)
8810         * gnus-start.el (gnus-site-init-file)
8811         * message.el (message-use-idna)
8812         * mm-uu.el (mm-uu-hide-markers)
8813         * smiley.el (smiley-style): Revert changes that suppress warnings.
8814
8815 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8818         specify charset to html source.
8819         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8820
8821 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8824         idna-program in order to suppress byte compile warning issued by XEmacs
8825         that came to byte compile the default value section of defcustom forms
8826         recently.
8827
8828         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8829         value of installation-directory.
8830
8831         * message.el (message-use-idna): Don't directly refer to the value of
8832         idna-program.
8833
8834         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8835
8836         * smiley.el (smiley-style): Don't directly call face-attribute.
8837
8838 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8841
8842         * gnus-dired.el: Reduce Gnus dependencies.
8843         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8844         Don't require.  Use autoloads instead.
8845         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8846         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8847         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8848         (gnus-dired-mode): Adjust doc string.
8849         (gnus-dired-mail-mode): New variable.
8850         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8851         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8852         (gnus-dired-mail-buffers): New function.  Return mail or message
8853         composition buffers.
8854         (gnus-dired-attach): Use it.
8855         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8856         NO-DECODE.
8857         (gnus-dired-print): Use `gnus-print-buffer' depending on
8858         `gnus-dired-mail-mode'.
8859
8860 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * rfc2047.el (rfc2047-encoded-word-regexp)
8863         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8864         explaining what regexp patterns are for.
8865
8866 2007-12-04  Glenn Morris  <rgm@gnu.org>
8867
8868         * password.el: Move to password-cache.el.
8869
8870         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8871         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8872         * mml-smime.el (password-read, password-cache-add)
8873         (password-cache-remove):
8874         No need to autoload, since mml-sec requires password.
8875
8876         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8877         * message.el (gnus-extract-address-components):
8878         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8879
8880         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8881         password.
8882
8883 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * mailcap.el: Reduce dependencies.
8886         (mail-header-parse-content-type): Autoload.
8887         (mailcap-delete-duplicates): New alias.
8888         (mailcap-mime-info): Add optional argument NO-DECODE.
8889         (mailcap-mime-types): Use mailcap-delete-duplicates.
8890
8891         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8892
8893 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8894
8895         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8896         (imap-parse-status): Upcase status-att for servers that sends them
8897         lower-case (e.g., MS Exchange 2007).
8898
8899 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8902         function.
8903
8904         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8905         (gnus-uu-yenc-article): New function.
8906
8907         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8908
8909         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8910
8911 2007-12-02  Glenn Morris  <rgm@gnu.org>
8912
8913         * binhex.el (binhex): New custom group.
8914         (binhex-decoder-program, binhex-decoder-switches)
8915         (binhex-use-external): Move to the binhex custom group.
8916
8917         * uudecode.el (uudecode): New custom group.
8918         (uudecode-decoder-program, uudecode-decoder-switches)
8919         (uudecode-use-external): Move to the uudecode custom group.
8920
8921         * netrc.el (top-level): Don't load `encrypt' features.
8922         (netrc-parse): Don't use encrypt.
8923         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8924
8925         * encrypt.el: Remove file.
8926
8927 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8930         matches on patches.
8931
8932         * gnus-art.el (gnus-article-browse-html-article):
8933         Mention `mm-text-html-renderer' in the doc string.
8934
8935         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8936         string.  Add comments.
8937
8938         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8939         if rhs is ASCII.
8940
8941 2007-12-01  Glenn Morris  <rgm@gnu.org>
8942
8943         * mail-source.el (top-level): Require format-spec before
8944         eval-when-compile.
8945
8946 2007-11-30  Glenn Morris  <rgm@gnu.org>
8947
8948         * encrypt.el: Require password, rather than autoloading password-read.
8949
8950 2007-11-29  Glenn Morris  <rgm@gnu.org>
8951
8952         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8953         (sasl-make-client, sasl-next-step, sasl-step-data)
8954         (sasl-step-set-data): Declare as functions.
8955
8956 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8959
8960 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8961
8962         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8963         certs should be verified and what is to be done in the event of a
8964         verification failure.
8965
8966         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8967         caller can indicate whether the cache should be disregarded for this
8968         call.  This way the result of the call is reproducible at all times and
8969         can be considered a canonical server name for the supplied method.
8970         (gnus-agent-method-p): Canonicalize server names by pushing their
8971         method through `gnus-method-to-server' using the no-cache argument.
8972
8973         * gnus-srvr.el (gnus-server-insert-server-line):
8974         Call `gnus-method-to-server' with `no-cache' argument.
8975
8976         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8977         gnus-agent-possibly-synchronize-flags as this should be called when the
8978         server is actually being opened.
8979         (gnus-agent-possibly-synchronize-flags)
8980         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8981         flags file of an agentized server to the latter function.
8982
8983         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8984         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8985         after a connection has been established successfully.
8986
8987 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (article-display-face): Force to display face if called
8990         interactively; check if gnus-article-x-face-too-ugly matches author.
8991         (article-display-x-face): Display face even if From header is missing
8992         as article-display-face does.
8993
8994 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8995
8996         * hashcash.el (message-narrow-to-headers-or-head)
8997         (message-fetch-field, message-goto-eoh)
8998         (message-narrow-to-headers): Declare as functions.
8999
9000 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * mail-source.el (mail-sources): Default to fetch from file for
9003         compatibility with default of nnmail-spool-file.
9004
9005 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9008         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9009         to look for encoded word that should be encoded again.
9010         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9011         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9012         encoding pattern.
9013         (rfc2047-decode-region): Switch strict regexp and loose one according
9014         to rfc2047-allow-irregular-q-encoded-words.
9015
9016 2007-11-25  Romain Francoise  <romain@orebokech.com>
9017
9018         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9019
9020 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * tls.el (tls-program): Provide more custom choices from
9023         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9024         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9025
9026 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9029         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9030
9031         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9032         `nnmail-spool-file'.
9033
9034         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9035         `nnmail-spool-file'.
9036
9037         * gnus-move.el (gnus-change-server): Ditto.
9038
9039         * gnus-kill.el (gnus-batch-score): Ditto.
9040
9041         * gnus-cache.el (gnus-jog-cache): Ditto.
9042
9043         * gnus-msg.el (gnus-summary-reply):
9044         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9045
9046 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9049         version.  Minor improvement to doc strings.
9050         (tls-program): Add comment.
9051
9052 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9053
9054         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9055         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9056         mismatch between the hostname provided in the certificate and the name
9057         of the host connnecting to.
9058         (open-tls-stream): Use them.  Check certificates against trusted root
9059         certificates.
9060
9061 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * gnus-cache.el (gnus-cache-generate-nov-databases):
9064         Use nnml-generate-nov-databases-directory instead of
9065         nnml-generate-nov-databases-1.
9066
9067 2007-11-24  Glenn Morris  <rgm@gnu.org>
9068
9069         * message.el (message-tool-bar-retro): Update for rename
9070         mail_send.xpm->mail-send.xpm.
9071
9072 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9075         `smime-ldap-search' for Emacs 22 and up.
9076
9077 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9078
9079         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9080
9081         * message.el (message-send-mail-function): Fix error convention.
9082         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9083         (message-widen-reply, message-send-mail, message-talkative-question)
9084         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9085         (message-clone-locals, message-send-news): Use with-current-buffer.
9086         (message-insert-or-toggle-importance): Remove unused var `valid'.
9087         (message-make-references): Remove unused var `new-references'.
9088         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9089
9090 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9091
9092         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9093         (spam-split-symbolic-return-positive): Reflow docstring.
9094         (spam-backends, spam-summary-exit-behavior)
9095         (spam-mark-ham-unread-before-move-from-spam-group)
9096         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9097         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9098         (spam-clear-cache, spam-backend-check, spam-install-backend)
9099         (spam-install-statistical-backend, spam-list-of-processors)
9100         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9101         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9102         (spam-check-crm114, spam-initialize, spam-unload-hook):
9103         Fix typos in docstrings.
9104
9105 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9108         been checked if they have never been read and those group levels are
9109         higher than the one that a user specified.
9110
9111 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9114         foreign groups unless a group level is specified by a user.
9115         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9116
9117 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * message.el (message-send-mail-function): Require sendmail.
9120
9121 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * message.el (message-send-mail-function): Check for smtpmail too.
9124
9125         * utf7.el (utf7-encode, utf7-decode): Use coding system
9126         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9127
9128         * message.el (message-send-mail-function): New function.
9129         (message-send-mail-function): Set default using
9130         message-send-mail-function.  Adjust doc string.
9131         (message-send-mail-with-mailclient): New function.
9132
9133 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9134
9135         * smime.el (from):
9136         * rfc2047.el (message-posting-charset):
9137         * qp.el (mm-use-ultra-safe-encoding):
9138         * pop3.el (parse-time-months):
9139         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9140         * nnml.el (files):
9141         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9142         (jka-compr-compression-info-list, ange-ftp-path-format)
9143         (efs-path-regexp):
9144         * nndiary.el (files):
9145         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9146         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9147         (epg-digest-algorithm-alist, inhibit-redisplay)
9148         (password-cache-expiry):
9149         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9150         (pgg-output-buffer, password-cache-expiry):
9151         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9152         (efs-path-regexp):
9153         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9154         (inhibit-redisplay):
9155         * mm-uu.el (file-name, start-point, end-point, entry)
9156         (gnus-newsgroup-name, gnus-newsgroup-charset):
9157         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9158         (latin-unity-ucs-list):
9159         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9160         (mm-uu-binhex-decode-function):
9161         * message.el (gnus-message-group-art, gnus-list-identifiers)
9162         (rmail-enable-mime-composing, gnus-local-organization)
9163         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9164         (gnus-read-active-file, facemenu-add-face-function)
9165         (facemenu-remove-face-function, gnus-article-decoded-p)
9166         (tool-bar-mode):
9167         * mail-source.el (display-time-mail-function):
9168         * gnus-util.el (nnmail-pathname-coding-system)
9169         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9170         (gnus-original-article-buffer, gnus-user-agent)
9171         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9172         (xemacs-codename, sxemacs-codename, emacs-program-version):
9173         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9174         * gnus-start.el (gnus-agent-covered-methods)
9175         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9176         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9177         (gnus-newsgroup-headers, gnus-group-list-mode)
9178         (gnus-group-mark-positions, gnus-newsgroup-data)
9179         (gnus-newsgroup-unreads, nnoo-state-alist)
9180         (gnus-current-select-method, mail-sources)
9181         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9182         (nnmail-spool-file, gnus-cache-active-hashtb):
9183         * gnus-mh.el (mh-lib-progs):
9184         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9185         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9186         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9187         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9188         (gnus-group-buffer):
9189         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9190         (font-lock-set-defaults):
9191         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9192         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9193         (gnus-summary-post-menu, total-parts, type, condition, length):
9194         * gnus-agent.el (gnus-agent-read-agentview):
9195         * flow-fill.el (show-trailing-whitespace):
9196         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9197         eval-and-compile wrappers for byte compiler pacifiers.
9198
9199         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9200         (mm-display-inline-fontify): Check for featurep 'xemacs not
9201         extent-list.
9202
9203         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9204         itimer-list.
9205         (mm-create-image-xemacs): Only do something for XEmacs.
9206         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9207
9208         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9209
9210         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9211         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9212
9213 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9214
9215         * nnimap.el (nnimap-split-download-body):
9216         * gnus-demon.el (gnus-demon):
9217         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9218
9219 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9222         New macros.
9223         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9224         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9225         copy data from unibyte buffer to multibyte current buffer.
9226         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9227         to copy data from unibyte current buffer to multibyte buffer.
9228         (nntp-make-process-buffer): Make process buffer unibyte.
9229
9230         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9231
9232 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9233
9234         * pop3.el (pop3-open-server): Accept and process data more robustly at
9235         connexion start to avoid spurious "POP SSL connexion failed" errors.
9236
9237 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9240         read group names.
9241
9242 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9245
9246 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9249         (nnmail-save-active): Use a unibyte buffer when saving active file,
9250         which may contain non-ASCII group names.
9251
9252         * nnml.el (nnml-request-group): Decode group names in messages.
9253
9254 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * message.el (message-citation-line-function)
9257         (message-insert-formatted-citation-line): Fix spelling of
9258         `message-insert-formated-citation-line'.
9259
9260 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9263
9264 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9267         nnmail-pathname-coding-system.
9268
9269         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9270         that a user enters; decode group names in messages.
9271
9272         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9273
9274 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9277
9278         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9279
9280         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9281         risky local variable.
9282
9283         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9284
9285 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9286
9287         * encrypt.el: Improve documentation to fix function name typo.
9288         Reported by Daiki Ueno <ueno@unixuser.org>.
9289
9290 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9293         even if the point is not in the last page of an article.
9294         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9295         back to the previous page.
9296
9297 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9300
9301 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9304
9305 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9306
9307         * message.el (message-check-news-body-syntax):
9308         Avoid mm-string-as-multibyte.
9309         (message-hide-headers): Don't assume (point-min)==1.
9310
9311 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el (message-remove-blank-cited-lines): Fix if remove is
9314         given.
9315         (message-bogus-address-regexp): New variable.
9316         (message-bogus-recipient-p): New function.
9317         (message-check-recipients): New command.
9318         (message-syntax-checks): Add `bogus-recipient'.
9319         (message-fix-before-sending): Add `bogus-recipient'.
9320
9321         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9322         (gnus-treat-body-boundary): Don't test window-system.
9323
9324 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9325
9326         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9327
9328 2007-10-28  Miles Bader  <miles@gnu.org>
9329
9330         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9331         at compile-time too.
9332
9333 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-msg.el (gnus-message-setup-hook):
9336         Add `message-remove-blank-cited-lines' to options.
9337
9338 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * message.el (message-remove-blank-cited-lines): New function.
9341         Suggested by Karl Plästerer.
9342
9343 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9346         mapc.
9347
9348         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9349         (top-level): Use mapc to set functions to be traced for debugging.
9350
9351         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9352         called for effect with while loop.
9353
9354         * message.el (message-talkative-question): Replace mapcar called for
9355         effect with mapc.
9356
9357         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9358         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9359         called for effect with dolist.
9360
9361         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9362
9363         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9364         gnus-extra-headers and nnmail-extra-headers.
9365
9366         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9367         called for effect with dolist.
9368         (top-level): Use mapc to set functions to be traced for debugging.
9369
9370         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9371         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9372         dolist.
9373
9374         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9375         Replace mapcar called for effect with mapc.
9376         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9377         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9378         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9379         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9380
9381         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9382         remove-if that's a cl function.
9383
9384         * webmail.el (webmail-debug): Replace mapcar called for effect with
9385         dolist.
9386
9387         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9388         with mapc.
9389
9390 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9393         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9394         with while loop.
9395
9396         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9397         functions from article-* functions.
9398         (gnus-multi-decode-header): Replace mapcar called for effect with
9399         dolist.
9400
9401         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9402         (gnus-bookmark-show-details): Replace mapcar called for effect with
9403         while loop.
9404
9405         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9406         called for effect with while loop.
9407
9408         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9409         with dolist.
9410
9411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9412         Replace mapcar called for effect with dolist.
9413
9414         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9415
9416         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9417         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9418         Replace mapcar called for effect with dolist.
9419         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9420         mapc.
9421
9422         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9423         Replace mapcar called for effect with dolist.
9424         (gnus-topic-list): Replace mapcar called for effect with mapc.
9425
9426         * gnus.el: Use mapc instead of mapcar to add autoloads.
9427
9428 2007-10-23  Richard Stallman  <rms@gnu.org>
9429
9430         * gnus-group.el (gnus-group-highlight): Mark as risky.
9431
9432 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus.el (gnus-server-to-method): Return method found first in
9435         gnus-newsrc-alist.
9436
9437         * gnus-art.el (gnus-article-highlight-signature)
9438         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9439         button overlay without the front stickiness.
9440
9441 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9442
9443         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9444         overview buffer needed a catch to receive its throw.
9445         (gnus-agent-flush-cache): Declare as interactive to make this function
9446         easier to use.
9447
9448 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9451         `next-line'.
9452
9453 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9456         exclude address matching message-dont-reply-to-names.
9457
9458 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-util.el (gnus-string<): New function.
9461
9462         * gnus-sum.el (gnus-article-sort-by-author)
9463         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9464
9465 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9468         the frame-focus tag is set in gnus-buffer-configuration.
9469
9470 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9473         the front stickiness.
9474
9475 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9478         url pattern; remove duplicate one.
9479         (gnus-article-extend-url-button): New function.
9480         (gnus-article-add-buttons): Use it.
9481         (gnus-button-push): Use concatenated url that it makes.
9482
9483 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9484
9485         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9486
9487 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9488
9489         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9490         Don't hardcode point-min==1.
9491
9492 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9495         Fix comment about "iso8859-1".
9496
9497 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9498
9499         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9500         ones returned from the verify-function.
9501
9502         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9503         Call mml2015-extract-cleartext-signature if extraction failed.
9504
9505 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9508         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9509         failed.
9510
9511 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9514
9515 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9518         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9519         recommends to use EasyPG instead of PGG.
9520
9521         * pgg.el: Revert to revision 6.23.2.16.
9522
9523         * pgg-def.el: Revert to revision 6.6.2.14.
9524
9525         * pgg-gpg.el: Revert to revision 6.23.2.34.
9526
9527 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9528
9529         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9530         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9531         thread for both the null and zero (kill/expire thread) universal prefix
9532         cases.
9533         (gnus-summary-expire-thread): Add new function to expire a thread,
9534         using gnus-summary-kill-thread.
9535         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9536         shortcuts for gnus-summary-expire-thread.
9537         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9538         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9539
9540 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9543         extras value, so an extras entry can be deleted.
9544         (gnus-registry-delete-extra-entry): Use it.
9545         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9546         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9547         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9548         storage through the gnus-registry, and provide an appropriate API for
9549         it.
9550
9551 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9554         Suggested by Leo <sdl.web@gmail.com>.
9555
9556         * gnus.el: Do.
9557
9558 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9561         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9562
9563         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9564
9565         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9566         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9567
9568 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9571         newline.
9572         (nnmbox-request-accept-article): Don't change article in source buffer;
9573         narrow to header to use message-fetch-field rather than
9574         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9575         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9576         as delimiters; make sure article ends with newline.
9577         (nnmbox-delete-mail): Correct last position of article to be deleted;
9578         ignore X-Gnus-Newsgroup header in article body.
9579         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9580         positions; make sure article ends with newline.
9581
9582         * message.el (message-display-abbrev): Don't infloop when a user
9583         inserts SPC in the beginning of header.
9584
9585         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9586         coding-system-for-read and coding-system-for-write for XEmacs having no
9587         file-coding feature.
9588
9589         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9590
9591 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9592
9593         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9594         list of groups not followed by default.  Fix type to be regexp.
9595         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9596
9597 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9598
9599         * hmac-def.el (define-hmac-function): Switch from old-style to
9600         new-style backquotes.
9601
9602         * md4.el (md4-make-step): Likewise.
9603
9604 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9607         raw-text coding system when saving .newsrc file, which may contain
9608         non-ASCII group names.
9609
9610 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-cus.el (gnus-score-extra): New widget.
9613         (gnus-score-extra-convert): New function.
9614         (gnus-score-customize): Use it for Extra.
9615
9616 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9617
9618         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9619         (mml2015-mailcrypt-clear-verify): Use it.
9620         (mml2015-gpg-clear-verify): Use it.
9621         (mml2015-pgg-clear-verify): Use it.
9622         (mml2015-epg-clear-verify): Replace the current part with the output
9623         from GnuPG; don't extract the plaintext by itself.
9624
9625         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9626         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9627         mml2015-clear-verify-function; don't touch the armor headers or
9628         dash-escaped text here.
9629
9630 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9633         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9634         parts, or application/octet-stream as a last resort.
9635         (gnus-mime-view-part-as-type): Don't toggle display.
9636         (gnus-mime-view-part-as-charset): Don't turn off display before
9637         querying charset.
9638
9639         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9640         stuff to undisplayer function in Emacs.
9641         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9642
9643         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9644         text/calendar parts.
9645
9646 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9649         decoding text/calendar parts.
9650
9651         * message.el (message-forward-make-body-mime): Always mark body as
9652         having no illegible text; remove signed-or-encrypted argument.
9653         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9654
9655         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9656         (mml-generate-mime-1): Don't encode body if it is specified to be in
9657         raw form; don't make buffer be unibyte when inserting multibyte string.
9658
9659 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9660
9661         * sha1.el: Fix up comment style.
9662         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9663         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9664
9665         * hex-util.el: Fix up comment style.
9666         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9667
9668         * gnus-salt.el: Use with-current-buffer.
9669         (gnus-pick-setup-message): Fix long-standing typo.
9670
9671 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * imap.el (imap-logout-timeout): New variable.
9674         (imap-logout, imap-logout-wait): New functions.
9675         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9676
9677         * nnimap.el (nnimap-logout-timeout): New server variable.
9678         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9679         nnimap-logout-timeout.
9680
9681         * gnus-art.el (gnus-article-summary-command-nosave)
9682         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9683
9684 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * gnus.el (gnus-maximum-newsgroup): New variable.
9687
9688         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9689         according to gnus-maximum-newsgroup.
9690
9691         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9692         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9693         Limit the range of articles according to gnus-maximum-newsgroup.
9694
9695 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9696
9697         * gnus-art.el (gnus-sticky-article): Fix problems described in
9698         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9699         Don't perform gnus-configure-windows here; reuse existing sticky
9700         article buffer.
9701
9702         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9703         it doesn't exist in gnus-article-mode.
9704
9705 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9708         (gnus-agent-decoded-group-name): New function.
9709         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9710         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9711
9712 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9713
9714         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9715         Add binding for gnus-sticky-article.
9716         (gnus-summary-exit): Don't kill sticky article buffers.
9717
9718         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9719         article buffer.
9720         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9721         (gnus-kill-sticky-article-buffers): New commands.
9722
9723 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * nntp.el (nntp-xref-number-is-evil): New server variable.
9726         (nntp-find-group-and-number): If it is non-nil, don't trust article
9727         numbers in the Xref header.
9728
9729 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-agent.el (gnus-agent-read-group): New function.
9732         (gnus-agent-flush-group, gnus-agent-expire-group)
9733         (gnus-agent-regenerate-group): Use it.
9734         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9735         nnmail-pathname-coding-system.
9736
9737 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9740
9741         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9742         that are unread as unread, and also as selected so that information of
9743         marks having been changed by a user may be updated when exiting group.
9744
9745 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9748
9749 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9752         calculated ignoring signature parts to gnus-treat-article.
9753
9754 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9757         a point here in order to keep the window start.
9758         (gnus-insert-mime-security-button): Make a button overlay without the
9759         front stickiness.
9760         (gnus-mime-display-security): Goto the end of a button.
9761
9762         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9763
9764 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9767         group-name-at-point.
9768         (gnus-group-completing-read): New function that offers decoded
9769         non-ASCII group names for completion.
9770         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9771         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9772         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9773         (gnus-group-fetch-control): Use it.
9774         (gnus-fetch-group): Use group-name-at-point for the initial value
9775         rather than the default value; use gnus-alive-p.
9776
9777         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9778         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9779         (gnus-summary-post-news): Use gnus-group-completing-read.
9780
9781         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9782         (gnus-read-move-group-name): Decode group name for completion.
9783
9784 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9785
9786         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9787         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9788         Yamaoka slightly modified the code).
9789
9790 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9793         (nnmail-split-incoming): Bind it.
9794
9795         * nnml.el (nnml-group-name-charset): New function.
9796         (nnml-decoded-group-name): Use it; don't decode group name if
9797         nnmail-group-names-not-encoded-p is non-nil.
9798         (nnml-encoded-group-name): New function.
9799         (nnml-group-pathname): Inline nnml-decoded-group-name.
9800         (nnml-request-expire-articles): Decode group name in message.
9801         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9802         nnmail-pathname-coding-system.
9803         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9804         not decoded ones according to nnmail-group-names-not-encoded-p.
9805         (nnml-generate-active-info): Use nnml-encoded-group-name.
9806
9807 2007-08-08  Glenn Morris  <rgm@gnu.org>
9808
9809         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9810         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9811         doc-strings and comments.
9812
9813 2007-07-25  Glenn Morris  <rgm@gnu.org>
9814
9815         * Relicense all FSF files to GPLv3 or later.
9816
9817 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-sum.el (gnus-summary-move-article):
9820         Make gnus-summary-respool-article work.
9821
9822 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9825         string.
9826
9827 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9828
9829         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9830         that should be ignored when comparing distant RSS articles with local
9831         ones.
9832         (nnrss-make-hash-index): New function.  Create a hash index according
9833         to the ignored fields.
9834         (nnrss-check-group): Use it.
9835
9836 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9839
9840         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9841
9842         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9843         the new optional argument ENCODED is non-nil.
9844         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9845         coding system for encoding group name.
9846         (gnus-group-make-rss-group): Pass un-encoded group name to
9847         gnus-group-make-group.
9848         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9849         encoded.
9850
9851         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9852         Encode group name to which articles are moved or copied.
9853         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9854         coding system for encoding Newsgroup, Followup-To and Xref headers.
9855
9856         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9857         marks; use nnheader-file-coding-system to write a file.
9858         (nnagent-retrieve-headers): Bind file-name-coding-system to
9859         nnmail-pathname-coding-system.
9860
9861         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9862
9863         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9864         (nnml-request-article, nnml-request-create-group)
9865         (nnml-request-rename-group, nnml-find-id)
9866         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9867         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9868         (nnml-save-marks): Use nnml-group-pathname instead of
9869         nnmail-group-pathname.
9870
9871         (nnml-request-create-group, nnml-request-expire-articles)
9872         (nnml-request-move-article, nnml-request-delete-group)
9873         (nnml-deletable-article-p, nnml-possibly-create-directory)
9874         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9875         (nnml-open-marks): Bind file-name-coding-system to
9876         nnmail-pathname-coding-system.
9877
9878         (nnml-request-article): Pass server argument to nnml-find-group-number.
9879         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9880         Pass server argument to nnml-possibly-create-directory.
9881         (nnml-request-accept-article): Pass server argument to
9882         nnml-active-number and nnml-save-mail.
9883         (nnml-find-group-number): Pass server argument to nnml-find-id.
9884         (nnml-request-update-info): Pass server argument to
9885         nnml-marks-changed-p.
9886
9887         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9888         (nnml-save-mail, nnml-active-number): Add server argument.
9889
9890         (nnml-request-delete-group): Warn if group is missing.
9891         (nnml-get-nov-buffer): Decode group name.
9892         (nnml-generate-active-info): Encode group name.
9893         (nnml-open-marks): Decode group name in messages.
9894
9895 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9898         if it is not specified.
9899         (gnus-article-pipe-part, gnus-article-save-part)
9900         (gnus-article-interactively-view-part, gnus-article-copy-part)
9901         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9902         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9903         (gnus-article-replace-part, gnus-article-delete-part)
9904         (gnus-article-view-part-as-type): Pass raw prefix argument to
9905         gnus-article-part-wrapper.
9906
9907 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-agent.el (gnus-agent-save-active):
9910         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9911
9912         * gnus-cache.el (gnus-cache-save-buffers)
9913         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9914         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9915         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9916         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9917         (gnus-cache-generate-active, gnus-cache-rename-group)
9918         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9919         (gnus-cache-update-overview-total-fetched-for):
9920         Bind file-name-coding-system to nnmail-pathname-coding-system.
9921         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9922         New variables.
9923         (gnus-cache-decoded-group-name): New function.
9924         (gnus-cache-file-name): Use it.
9925         (gnus-cache-generate-active): Use non-decoded group name for active.
9926
9927         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9928         right place.
9929         (gnus-write-active-file): Don't break non-ASCII group names.
9930
9931         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9932         nnmail-pathname-coding-system.
9933
9934         * lpath.el: Bind default-file-name-coding-system,
9935         file-name-coding-system and language-info-alist for XEmacs.
9936
9937         * gnus-uu.el (gnus-uu-decode-save): Typo.
9938
9939 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9942
9943 2007-07-14  David Kastrup  <dak@gnu.org>
9944
9945         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9946         finishing actions if we did not edit the article.
9947
9948 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9951         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9952         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9953         (gnus-agent-flush-group, gnus-agent-flush-cache)
9954         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9955         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9956         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9957         (gnus-agent-regenerate-group)
9958         (gnus-agent-update-files-total-fetched-for)
9959         (gnus-agent-update-view-total-fetched-for):
9960         Bind file-name-coding-system to nnmail-pathname-coding-system.
9961         (gnus-agent-group-pathname): Don't encode file names by
9962         nnmail-pathname-coding-system.
9963         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9964         coding-system-for-write instead of buffer-file-coding-system to
9965         gnus-agent-file-coding-system.
9966
9967         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9968         Decode group name.
9969
9970         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9971
9972         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9973         (gnus-read-newsrc-el-file): Make group names unibyte.
9974
9975         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9976         nnmail-pathname-coding-system.
9977
9978         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9979         (nnrss-request-delete-group): Bind file-name-coding-system to
9980         nnmail-pathname-coding-system.
9981         (nnrss-read-server-data, nnrss-read-group-data):
9982         Bind file-name-coding-system correctly.
9983         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9984
9985         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9986         (nntp-server-to-method-cache): New variable.
9987         (nntp-group-pathname): New function that decodes non-ASCII group names.
9988         (nntp-possibly-create-directory, nntp-marks-changed-p)
9989         (nntp-save-marks, nntp-open-marks): Use it.
9990         (nntp-possibly-create-directory, nntp-open-marks):
9991         Bind file-name-coding-system to nnmail-pathname-coding-system.
9992         (nntp-open-marks): Decode group names when bootstrapping marks.
9993
9994         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9995         Newsgroups and Folowup-To headers.
9996
9997 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10000         (gnus-server-closed-face, gnus-server-denied-face)
10001         (gnus-server-offline-face): Remove variable.
10002         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10003
10004         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10005         of modifying message-stack directly for XEmacs.
10006
10007         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10008         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10009         if the coding-system argument is nil for XEmacs.
10010
10011         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10012         mm-charset-override-alist.
10013
10014         * rfc2047.el: Don't require base64; require rfc2045 for the function
10015         rfc2045-encode-string.
10016         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10017         to quote the parameter value.
10018
10019 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10022         form in gnus-group-name-charset-method-alist.
10023
10024         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10025         overrides the default layout edit-form.
10026
10027         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10028
10029         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10030
10031 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10034         as unfetched articles.
10035
10036 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10039
10040 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10043         original back end that keeps marks in the local system.
10044
10045 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10048         arg of pop-to-buffer for XEmacs.
10049         (gnus-article-read-summary-keys): Ditto; don't restore window
10050         configuration if summary command ends up with neither article buffer
10051         nor summary buffer; describe bindings if summary keys end with C-h.
10052
10053 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * message.el (message-fix-before-sending): Skip raw message part to be
10056         forwarded while checking illegible text.
10057         (message-forward-make-body-mime, message-forward-make-body):
10058         Mark signed or encrypted raw message as having no illegible text.
10059
10060 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10063         (gnus-message-with-timestamp-1): New macro.
10064         (gnus-message-with-timestamp): New function.
10065         (gnus-message): Use them.
10066
10067         * nnheader.el (nnheader-message): Use them.
10068
10069 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10072         .newsrc.eld file.
10073
10074 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * gnus-agent.el (gnus-agent-fetch-headers)
10077         (gnus-agent-retrieve-headers):
10078         Bind gnus-decode-encoded-address-function to identity.
10079
10080         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10081         available also when the server returns simply a dot.
10082
10083         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10084
10085 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10088
10089 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * gnus-ems.el (gnus-x-splash): Make it work.
10092
10093         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10094         from being used.
10095
10096         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10097
10098 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10101         4th and the 5th arguments.
10102
10103         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10104         the front stickiness.
10105         (gnus-article-summary-command-nosave): Correct the order of the
10106         arguments passed to pop-to-buffer.
10107         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10108         summary command ends up with the article buffer.
10109
10110         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10111         the same faces.
10112
10113 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10114
10115         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10116
10117 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10118
10119         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10120         * gnus-sum.el (gnus-summary-highlight):
10121         * pgg.el (pgg-sign-region, pgg-sign):
10122         * mail-source.el (mail-source-delete-old-incoming-confirm):
10123         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10124
10125 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-art.el (gnus-mime-view-part-externally)
10128         (gnus-mime-view-part-internally): Fix predicate function passed to
10129         completing-read.
10130
10131         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10132
10133         * gnus.el (gnus-update-message-archive-method): Add :version.
10134
10135 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus.el (gnus-update-message-archive-method): New variable.
10138
10139         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10140         according to gnus-message-archive-method if
10141         gnus-update-message-archive-method is non-nil.
10142
10143 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10146         Suggested by Loic Dachary <loic@dachary.org>.
10147         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10148
10149 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * message.el (message-pop-to-buffer): Add switch-function argument.
10152         (message-mail): Pass switch-function argument to it.
10153
10154 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10157         Improve doc string.
10158
10159 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10162         (gnus-header-content)
10163         * gnus-cite.el (gnus-cite-10)
10164         * gnus-srvr.el (gnus-server-closed)
10165         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10166         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10167         (gnus-group-mail-3-empty, gnus-group-mail-low)
10168         (gnus-group-mail-low-empty, gnus-splash)
10169         * message.el (message-header-to, message-header-cc)
10170         (message-header-subject, message-header-other, message-header-name)
10171         (message-header-xheader, message-separator, message-cited-text)
10172         (message-mml): Lighten colors of faces used for dark background.
10173
10174 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10175
10176         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10177         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10178
10179 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * message.el (message-narrow-to-headers-or-head):
10182         Ignore mail-header-separator in the body.
10183
10184 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10187         same as window size.
10188
10189 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10190
10191         * message.el (message-font-lock-keywords): Use message-header-xheader
10192         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10193         ahead of the anything pattern, to get it recognised.
10194
10195 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10198         spam.el loads uses it in the compiled defadvice form.
10199
10200 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10201
10202         * gnus-sum.el (gnus-articles-to-read)
10203         (gnus-summary-insert-old-articles): Don't truncate group name for
10204         `read-string'.
10205
10206         * gnus-util.el (gnus-limit-string): Delete this function.
10207
10208         * gnus-sum.el (gnus-simplify-subject-fully):
10209         Use `truncate-string-to-width' instead.
10210
10211 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10212
10213         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10214         Tell if, on summary exit, the next group has to be selected.
10215         (gnus-summary-exit): Use it.
10216
10217 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10220         non-break space.
10221
10222 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10225         Check if group is not a directory.
10226         (nnfolder-request-expire-articles): Don't delete articles if the target
10227         group is not available.
10228
10229         * nnml.el (nnml-request-create-group): Properly check if group is not a
10230         file.
10231         (nnml-request-expire-articles): Don't delete articles if the target
10232         group is not available.
10233
10234         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10235         Don't quote characters that are within parentheses.
10236
10237 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10240         (gnus-handle-ephemeral-exit): Select article according to it.
10241
10242 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * message.el (message-insert-formated-citation-line): Remove newline.
10245         (message-citation-line-format): Add final \n here so that the user can
10246         avoid a blank line.
10247
10248 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10249
10250         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10251         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10252         Update lanl/arXiv support.
10253
10254 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus.el: Bump version number.
10257
10258 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * gnus.el (gnus-version-number): Bump version.
10261
10262 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10263
10264         * gnus.el: No Gnus v0.6 is released.
10265
10266 2007-04-27  Didier Verna  <didier@xemacs.org>
10267
10268         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10269         * gmm-utils.el (gmm-regexp-concat): ... here.
10270         * message.el: Don't require 'gnus-util.
10271         (message-dont-reply-to-names): Handle name change above.
10272         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10273
10274 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10277         since the initial value varies according to the system.
10278
10279 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10282
10283 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10284
10285         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10286
10287 2007-04-24  Didier Verna  <didier@xemacs.org>
10288
10289         Improve the type of gnus-ignored-from-addresses.
10290         * gnus-util.el (gnus-orify-regexp): New function.
10291         * message.el (gnus-util): Require it.
10292         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10293         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10294         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10295
10296 2007-04-24  Didier Verna  <didier@xemacs.org>
10297
10298         * gnus-sum.el:
10299         * gnus-utils.el: Fix some trailing whitespaces.
10300
10301 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10304         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10305         article's Message-ID; refer parent article in summary buffer.
10306
10307         * message.el (message-bounce): Call mime-to-mml.
10308
10309         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10310         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10311         optimize and/or forms properly.
10312
10313 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10316         URL.
10317
10318 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10321
10322 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10325         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10326         displayed of multipart/alternative part if it is invoked from summary
10327         buffer.
10328
10329         * mm-view.el (mm-inline-text-html-render-with-w3m)
10330         (mm-inline-text-html-render-with-w3m-standalone)
10331         (mm-inline-render-with-function): Use mail-parse-charset by default.
10332
10333 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10334
10335         * parse-time.el (parse-time-string-chars): Check if CHAR
10336         is less than the length of parse-time-syntax.
10337
10338 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10341         from gnus-newsgroup-processable.
10342
10343 2007-04-16  Didier Verna  <didier@xemacs.org>
10344
10345         * gnus-msg.el (gnus-configure-posting-styles):
10346         Handle message-signature-directory properly with :file syntax.
10347         Reported by "Leo".
10348
10349 2007-04-11  Didier Verna  <didier@xemacs.org>
10350
10351         New user option: message-signature-directory.
10352         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10353         * message.el (message-insert-signature): Ditto.
10354         * message.el (message-signature-file): Doc update.
10355         * message.el (message-signature-directory): New.
10356
10357 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-msg.el (gnus-inews-yank-articles):
10360         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10361
10362 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * message.el (message-yank-original): Make sure cited text ends with
10365         newline; don't exchange point and mark.
10366
10367 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10368
10369         * tls.el (open-tls-stream): Properly handle case where there
10370         is no associated buffer.
10371
10372 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10373
10374         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10375         message-yank-original, make sure (< mark TEXT point).
10376
10377 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * message.el (message-fill-column): New variable.
10380         (message-mode): Use it.  Add comment on a possible new hook.
10381
10382         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10383         (nnmail-get-new-mail): Reformat.
10384
10385         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10386
10387         * gmm-utils.el: Fix Commentary.
10388         (gmm-tool-bar-from-list): Fix typo in doc string.
10389
10390 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10391
10392         * message.el (message-yank-original): Don't switch point and mark
10393         unnecessarily to put point and mark as documented.
10394
10395 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10398         from the message heads.
10399
10400 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10401
10402         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10403         article buffer does not have a window.  This may not be the best
10404         solution but is certainly better than setting the start of the null,
10405         that is the current, window.
10406
10407 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10410         (gnus-draft-setup): Run it.
10411
10412         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10413         gnus-score-fast-scoring.  Allow regexp.
10414         (gnus-score-headers): Use it.
10415
10416         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10417         XEmacs.
10418
10419         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10420         string.
10421         (gnus-button-alist): Also catch `<f1> k ...'.
10422         (gnus-treat-display-x-face): Fix doc string.
10423
10424 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425
10426         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10427         evaluation of gnus-extended-version to ensure correct generation of the
10428         User-Agent header when message-generate-headers-first is used.
10429
10430 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10431
10432         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10433         hashcash-path is nil.  Don't call callback with incorrect number of
10434         parameters if val is 0.
10435
10436 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10437
10438         * message.el (message-required-news-headers):
10439         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10440
10441 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10442
10443         * tls.el (open-tls-stream): In handshake-waiting loop,
10444         don't wait more if there is output available to process.
10445
10446 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10447
10448         * tls.el (tls-program): Doc fix.
10449
10450 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * message.el (message-generate-new-buffers): Change the meaning of the
10453         nil value; add `standard' to the choices; treat t as `unique'; improve
10454         doc string.
10455         (gnus-select-frame-set-input-focus): Autoload.
10456         (message-buffer-name): Search for the existing message buffer if
10457         message-generate-new-buffers is nil or `standard'; treat the value t of
10458         message-generate-new-buffers as `unique'.
10459         (message-pop-to-buffer): Raise the frame already displaying the message
10460         buffer; clear the echo area after querying.
10461         (message-setup): Pass the `continue' argument to compose-mail.
10462         (message-mail): Prefer `switch-function' if it is given; search for the
10463         existing message buffer if the `continue' argument is non-nil; pass
10464         continue and switch-function arguments to compose-mail by way of
10465         message-setup.
10466         (message-mail-other-window): Adjust argument of message-setup.
10467         (message-mail-other-frame): Ditto.
10468
10469 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10472         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10473         to turn font-lock on when turning gnus-message-citation-mode on.
10474
10475 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10478         (mml-smime-function-alist): New variable; add epg as the backend.
10479         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10480         mml-smime- functions instead.
10481         * mm-view.el: Require smime.
10482
10483 2007-03-05  Didier Verna  <didier@xemacs.org>
10484
10485         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10486         instead of just inheritance for posting styles.
10487         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10488
10489 2007-02-24  Chris Moore  <dooglus@gmail.com>
10490
10491         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10492         * pgg-pgp.el (pgg-pgp-encrypt-region):
10493         * pgg-gpg.el (pgg-gpg-encrypt-region):
10494         Check pgg-encrypt-for-me if no other recipients.
10495
10496 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10497
10498         * tls.el (tls-certtool-program): Fix custom type.
10499
10500 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10503         and point-at-eol instead of line-(beginning|end)-position.
10504
10505         * assistant.el (assistant-parse-buffer): Ditto.
10506
10507         * netrc.el (netrc-parse-services): Ditto.
10508
10509 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10510
10511         * mml2015.el (mml2015-epg-find-usable-key): New function.
10512         (mml2015-epg-sign): Use it.
10513         (mml2015-epg-encrypt): Use it.
10514
10515 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * message.el (message-make-in-reply-to): Quote name containing
10518         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10519         if there are special characters.  Reported by NAKAJI Hiroyuki
10520         <nakaji@jp.freebsd.org>.
10521
10522 2007-02-27  Didier Verna  <didier@xemacs.org>
10523
10524         Include the group parameters as well as the topic ones in the
10525         inheritance filter process.
10526         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10527         argument GROUP-PARAMS-LIST.
10528         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10529
10530 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * nntp.el (nntp-never-echoes-commands)
10533         (nntp-open-connection-functions-never-echo-commands): New variables.
10534         (nntp-send-command): Use them.
10535
10536 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10537
10538         * mml2015.el (mml2015-epg-verify): Simplify.
10539
10540 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * mml.el (mml-content-disposition-alist): New user option.
10543         (mml-content-disposition): New function.
10544         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10545         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10546
10547 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10548
10549         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10550         verification.
10551
10552 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10553
10554         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10555         articles posted in the last 24 hours.
10556
10557 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10558
10559         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10560
10561 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10562
10563         * nntp.el (nntp-send-command): Don't wait for echoes when
10564         nntp-open-ssl-stream is used.
10565
10566 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10569         (gnus-message-add-citation-keywords)
10570         (gnus-message-remove-citation-keywords): Remove.
10571         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10572         directly, make the variables in font-lock-defaults buffer-local, add
10573         gnus-message-citation-keywords to them and then update the value of
10574         font-lock-keywords.
10575
10576 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * message.el (message-cite-original-1): Don't call
10579         gnus-article-highlight-citation.
10580
10581         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10582         citations; fix line count.
10583
10584 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10587         (gnus-message-add-citation-keywords)
10588         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10589         versions of font-lock-add-keywords and font-lock-remove-keywords to
10590         work with XEmacs correctly.
10591
10592 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-cite.el (gnus-cite-face-list): Set the values of
10595         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10596         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10597         (gnus-message-cite-prefix-regexp): New variable.
10598         (gnus-message-search-citation-line): Use it; protect against long
10599         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10600         the 0th match data for Emacs.
10601         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10602         (gnus-message-add-citation-keywords): Append keywords rather than
10603         prepending; emulate font-lock-add-keywords if it is not available.
10604         (gnus-message-remove-citation-keywords):
10605         Emulate font-lock-remove-keywords if it is not available.
10606
10607         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10608
10609         * message.el (message-cite-prefix-regexp): Set the value of
10610         gnus-message-cite-prefix-regexp.
10611
10612 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10613
10614         * nnweb.el (nnweb-google-parse-1): Update parser.
10615
10616 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10617
10618         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10619
10620 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10621
10622         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10623         regexp.
10624
10625 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10628         string-to-multibyte.
10629         (uudecode-decode-region-internal): Use it.
10630
10631         * lpath.el: Fbind string-as-multibyte for XEmacs.
10632
10633 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10636         Fix custom choice.
10637
10638         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10639
10640 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10641
10642         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10643
10644         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10645         `write-region' to respect `mm-inhibit-file-name-handlers'.
10646
10647 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10650         Use gnus-home-directory instead of "~/" or "$HOME".
10651
10652 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10653
10654         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10655         to mention filename.
10656         Add comments at beginning regarding usage.
10657         (encrypt-write-file-contents): Change interactive so a string is
10658         acceptable.  If the file has no associated model, show an error instead
10659         of a nonsense prompt.
10660
10661 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10662
10663         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10664         Thanks to Yoshihiko Yamada for kind notification of this typo.
10665
10666 2007-01-12  Kenichi Handa  <handa@m17n.org>
10667
10668         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10669         multibyte buffer.
10670
10671 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-score.el (gnus-score-fast-scoring): New variable.
10674         (gnus-score-headers): Use it.
10675
10676         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10677
10678         * message.el (message-cite-original-1):
10679         Call gnus-article-highlight-citation if requested.
10680         (message-make-from): Allow name and address as optional arguments.
10681
10682         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10683
10684         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10685         bugs to doc string.
10686         (gnus-button-alist): Add mid\\|message-id.
10687         (gnus-button-fetch-group): Extend for use in
10688         `browse-url-browser-function'.
10689         (gnus-button-url-regexp): Try to catch paired parentheses like in
10690         Wikipedia URLs.
10691
10692         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10693         Suggested by Simon Krahnke <overlord@gmx.li>.
10694
10695 2007-01-13  Romain Francoise  <romain@orebokech.com>
10696
10697         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10698         Update copyright.
10699
10700 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10701
10702         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10703
10704 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10705
10706         * gnus-registry.el (gnus-registry-unfollowed-groups)
10707         (gnus-registry-split-fancy-with-parent): Fix documentation.
10708
10709 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10712         from nnweb groups.
10713
10714 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715
10716         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10717         Xref urls.  Erase buffer before requesting head.
10718
10719         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10720
10721 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10724         customizable.
10725
10726 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10727
10728         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10729         no signing key is found.
10730         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10731         no encrypting and/or signing key is found.
10732
10733 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10736
10737 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10738
10739         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10740         headers read from disk with the ones newly found in the current search.
10741         This should no longer cause problems, because the article numbers in
10742         Gmane's `nov.php' output are ignored since the previous change.
10743
10744 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10745
10746         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10747
10748 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10751         replace-regexp-in-string; bind url-version; fbind display-images-p and
10752         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10753         find-face and set-itimer-function for Emacs; bind itimer-list for
10754         Emacs.
10755
10756         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10757
10758 2007-01-01  Romain Francoise  <romain@orebokech.com>
10759
10760         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10761
10762 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10763
10764         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10765         `define-minor-mode' macro definition expanded properly.
10766         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10767         exclude it there.
10768
10769         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10770         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10771         `fboundp' test.
10772         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10773         This is OK to autoload in (S)XEmacs now.
10774
10775 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10778         keystroke.
10779         (gnus-summary-limit-to-singletons): Fix typo.
10780
10781         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10782         else fails.
10783
10784 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10785
10786         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10787         docstring.
10788
10789         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10790         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10791         (gnus-summary-insert-dormant-articles): Fix typo in message.
10792
10793 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10796         nil for XEmacs.
10797         (gnus-message-citation-mode): Don't autoload in XEmacs.
10798
10799         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10800
10801 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10802
10803         * nnimap.el (nnimap-expunge-search-string):
10804         Mention nnimap-search-uids-not-since-is-evil in docstring.
10805
10806 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * spam.el: Revert to make-obsolete-variable because
10809         define-obsolete-variable-alias is not supported in Emacs 21.
10810
10811         * spam.el (spam-ifile-path, spam-ifile-database-path)
10812         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10813         make-obsolete-variable.
10814         (spam-bsfilter-path, spam-bsfilter-program)
10815         (spam-spamassassin-path, spam-spamassassin-program)
10816         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10817         Don't use "path" inappropriately.
10818         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10819         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10820         variable names.
10821
10822 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10823
10824         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10825         summary buffer.
10826
10827         * password.el (password-cache-remove): Use clear-string to burn
10828         password, if available.
10829
10830 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10833
10834         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10835
10836         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10837         (gnus-message-highlight-citation): Move defcustom here from
10838         gnus-cite.el.
10839         (gnus-message-citation-mode): Autoload.
10840
10841         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10842         checks to make it compile with XEmacs.
10843         (gnus-message-citation-mode): New minor mode.
10844         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10845         (gnus-message-highlight-citation): New variables.
10846         (gnus-message-search-citation-line)
10847         (gnus-message-add-citation-keywords)
10848         (gnus-message-remove-citation-keywords)
10849         (turn-on-gnus-message-citation-mode)
10850         (turn-off-gnus-message-citation-mode): New functions.
10851
10852 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10853
10854         * gnus-cite.el: Enable highlighting of different citation levels in
10855         message-mode.
10856
10857 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * message.el (message-make-fqdn): Fix comment.
10860         (message-bogus-system-names): Add ".local".
10861
10862         * spam.el (spam-ifile-path, spam-ifile-program)
10863         (spam-ifile-database-path, spam-ifile-database)
10864         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10865         Don't use "path" inappropriately.
10866         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10867         strings.
10868         (spam-check-ifile, spam-ifile-register-with-ifile)
10869         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10870         Use new variable names.
10871
10872         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10873         (gnus-treat-display-smileys): Simplify using
10874         gnus-image-type-available-p.
10875
10876         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10877         available.
10878
10879         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10880         Use `display-images-p' if available.
10881
10882 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10885         one after turning on the buffer's multibyteness instead of decoding
10886         them directly in the unibyte buffer that causes unexpected conversion
10887         in Emacs 23 (unicode).
10888
10889 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10890
10891         * message.el (message-generate-hashcash): Fix custom type.
10892
10893 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10896
10897 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10900         disconnect icons.  Add help text.
10901
10902 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10905         negated to be consistent with the others we handle.
10906
10907 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10910         version of gnus-summary-buffer to something, so that we can use two
10911         article buffers at the same time.
10912
10913 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10914
10915         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10916         trigger all the extra headers.
10917         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10918         sorting.
10919
10920 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10921
10922         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10923         solid groups.
10924
10925 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10926
10927         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10928
10929 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * legacy-gnus-agent.el: Add Copyright notice.
10932
10933 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10934
10935         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10936
10937 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938
10939         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10940
10941         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10942         to make it work reliably in CVS Emacs.
10943         (gnus-summary-limit-strange-charsets-predicate)
10944         (gnus-summary-limit-to-predicate): New functions.
10945
10946 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10947
10948         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10949         specifying array size.
10950         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10951         array if it is too small.
10952         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10953         (gnus-sort-threads-loop): New function.
10954
10955 2006-12-06  Chris Moore  <dooglus@gmail.com>
10956
10957         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10958         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10959
10960 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10961
10962         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10963         options.
10964
10965 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10968         DOS-ing the recipient.
10969
10970         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10971         the headers when creating the mapping to avoid mismappings.
10972         (nnweb-gmane-create-mapping): Always nix out old mapping.
10973
10974 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10977         and mm-verify-option to never.
10978
10979 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * message.el (message-signed-or-encrypted-p): New function.
10982         (message-forward-make-body): Use it.
10983
10984         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10985         Replace encode-coding-string with mm-encode-coding-string.
10986
10987 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * nneething.el (nneething-decode-file-name):
10990         Replace decode-coding-string with mm-decode-coding-string.
10991
10992         * gnus-int.el (gnus-open-server): Say failed server's name.
10993
10994 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10995
10996         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10997         strings to a single string.  Quote `errors-file-name'.
10998         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10999         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11000         Adjust calls.  Use `shell-quote-argument'.
11001
11002 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11003
11004         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11005         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11006
11007         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11008         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11009         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11010         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11011         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11012         (gnus-subscribe-newsgroup, gnus-1):
11013         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11014         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11015         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11016         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11017
11018 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11021         keystroke.
11022         (gnus-summary-limit-to-bodies): Implement headersp.
11023
11024 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11027
11028 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11031
11032 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * message.el (message-generate-hashcash): Expand range of values to
11035         include `opportunistic'.
11036         (message-send-mail): Use it.
11037
11038 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11039
11040         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11041         and comment it.
11042
11043         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11044
11045 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-util.el (gnus-extract-address-components): Improve comment.
11048
11049 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-util.el (gnus-extract-address-components): Work with address in
11052         which the name portion contains @.
11053
11054         * lpath.el: Fbind custom-autoload.
11055
11056 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus.el (gnus-start): Move custom group up.
11059         (gnus-select-method): Don't autoload, but make it available for
11060         `customize-variable'.
11061         (gnus-getenv-nntpserver): Don't autoload.
11062
11063 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11064
11065         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11066
11067 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * message.el (message-sendmail-extra-arguments): New variable.
11070         (message-send-mail-with-sendmail): Use it.
11071
11072 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11075         mm-with-unibyte-current-buffer to make string unibyte.
11076
11077         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11078         mm-string-as-multibyte.
11079
11080 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11081
11082         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11083         Reported by Werner Koch <wk@gnupg.org>.
11084
11085 2006-11-14  Daiki Ueno  <ueno@p360>
11086
11087         * mml2015.el: Autoload epa-select-keys when compiling.
11088
11089 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11090
11091         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11092         message-options.
11093         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11094
11095 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11096
11097         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11098         EasyPG (< 0.0.6).
11099         (mml2015-always-trust): New user option.
11100         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11101         prompt.
11102
11103 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * nntp.el (nntp-authinfo-force): New variable.
11106         (nntp-send-authinfo): Use it.
11107
11108 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11111         decode encoded words.  Improve prompt.  Add comment about forwarding.
11112         (message-replacement-char): Move up.
11113
11114 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11115
11116         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11117         instead of gnus-intersection because arguments of gnus-sorted-nunion
11118         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11119
11120 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11123         (message-simplify-subject-functions):
11124         Enable message-strip-subject-encoded-words by default.
11125
11126 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * message.el (message-strip-subject-encoded-words): New function.
11129         (message-simplify-subject-functions): New variable.
11130         (message-simplify-subject): Use it.  Fix typo in doc string.
11131         Support message-strip-subject-encoded-words.
11132
11133 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11134
11135         * gnus-diary.el (gnus-diary-delay-format-function):
11136         * nndiary.el (nndiary-reminders):
11137         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11138
11139 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (article-hide-boring-headers): Fetch date from
11142         gnus-original-article-buffer to avoid problems with localized date
11143         strings.
11144
11145 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11148
11149 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11152         New variables.
11153         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11154         (mm-charset-synonym-alist): Move some entries to
11155         mm-codepage-iso-8859-list.
11156         (mm-charset-synonym-alist, mm-charset-override-alist):
11157         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11158
11159 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11162
11163 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11166         with Emacs 21 and XEmacs.
11167
11168 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11169
11170         * spam.el (spam-parse-address): New function for better parsing,
11171         catching errors, etc.
11172         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11173
11174 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * mm-view.el: Add interactive arg to html2text autoload.
11177
11178 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11181
11182 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11185         New variables.
11186         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11187         (mm-charset-synonym-alist): Move some entries to
11188         mm-codepage-iso-8859-list.
11189
11190         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11191
11192 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * message.el (message-citation-line-format)
11195         (message-insert-formated-citation-line): Fix implementation of %E, %N
11196         and %n according to the doc string.
11197
11198 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11199
11200         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11201         Use car-safe to avoid bad parses.
11202
11203 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11206         names.
11207
11208         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11209
11210 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11213         header.
11214
11215         * message.el (message-draft-headers): Add Date.
11216         (message-headers-to-generate): Fix typo in docstring.
11217
11218         * nndraft.el (nndraft-required-headers): New variable.
11219         (nndraft-generate-headers): Use it.
11220
11221         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11222
11223 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11224
11225         * gnus-registry.el (gnus-registry-wash-for-keywords)
11226         (gnus-registry-find-keywords): New functions to allow easy searching of
11227         articles that are in the registry.
11228
11229 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11230
11231         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11232         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11233         Reported by Damien Elmes <damien@repose.cx>.
11234
11235 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus.el (gnus-mime): Remove unused custom group.
11238
11239 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11240
11241         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11242         "blank line" when searching for end of armor headers.
11243
11244 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gmm-utils.el (gmm-write-region): Fix variable name.
11247
11248 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gmm-utils.el (gmm-write-region): New function based on compatibility
11251         code from `mm-make-temp-file'.
11252
11253         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11254
11255         * nnmaildir.el (nnmaildir--update-nov)
11256         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11257         Use `gmm-write-region'.
11258
11259 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11262         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11263
11264         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11265
11266         * message.el (message-replacement-char): New variable.
11267         (message-fix-before-sending): Use it.
11268         (message-simplify-subject): New function to remove duplicate code.
11269         (message-reply, message-followup): Use it.
11270
11271         * gnus-sum.el (gnus-summary-make-menu-bar):
11272         Clarify gnus-summary-limit-to-articles.
11273
11274 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-util.el (gnus-with-local-quit): New macro.
11277
11278         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11279
11280 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11283         ignore non-string data.
11284
11285 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11288         non-string data (needs to be done in the registry too).
11289
11290 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11293         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11294         (gnus-registry-split-fancy-with-parent)
11295         (gnus-registry-fetch-simplified-message-subject-fast)
11296         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11297         Remove text properties on ingress into the registry and when it's saved.
11298         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11299         registry from entries with no groups.
11300
11301 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11304         function to remove string properties.
11305
11306 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gmm-utils.el (gmm): Adjust custom version.
11309
11310         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11311         Adjust custom version.
11312
11313         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11314
11315 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-art.el (gnus-insert-prev-page-button)
11318         (gnus-insert-next-page-button): Simplify.  Reformat.
11319
11320 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11321
11322         * gnus-art.el (gnus-insert-prev-page-button)
11323         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11324
11325 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11326
11327         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11328
11329 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11330
11331         * gnus-art.el (gnus-insert-mime-button)
11332         (gnus-insert-mime-security-button):
11333         Apply gnus-article-button-face to MIME and security buttons.
11334
11335 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11338         readable.
11339
11340 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11343
11344 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11345
11346         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11347         `browse-url-of-file' instead of `browse-url'.
11348
11349 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11350
11351         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11352         regexp.  Articles containing quotation were cut prematurely.
11353
11354 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * message.el (message-cite-original-1): Use nobody by default for the
11357         value of From header.
11358         (message-reply): Ditto.
11359
11360 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11361
11362         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11363         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11364         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11365
11366 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11369         mails in the doc string.  Add some URLs in comment.
11370         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11371
11372 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11375         backslashes handling and the way to find boundaries of quoted strings.
11376
11377 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11378
11379         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11380         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11381         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11382         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11383
11384 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11387         doc string.
11388         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11389
11390 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * lpath.el: Fbind epg-check-configuration.
11393
11394 2006-09-06  Simon Josefsson  <jas@extundo.com>
11395
11396         * mml2015.el (mml2015-use): Doc fix, mention epg.
11397
11398 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * mml2015.el (mml2015-use): Default to epg, if available.
11401
11402 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11403
11404         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11405         message-sender.
11406         (mml1991-epg-encrypt): Ditto.
11407         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11408         message-sender.
11409         (mml2015-epg-encrypt): Ditto.
11410
11411 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11412
11413         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11414         several common directories.
11415
11416 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11417
11418         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11419         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11420
11421 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (article-decode-encoded-words): Make it fast.
11424
11425 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11428
11429         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11430         in quoted string into `\'.
11431
11432 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11435         Use standard-syntax-table.
11436
11437 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-art.el (gnus-decode-address-function): New variable.
11440         (article-decode-encoded-words): Use it to decode headers which are
11441         assumed to contain addresses.
11442         (gnus-mime-delete-part): Remove useless `or'.
11443
11444         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11445         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11446         (gnus-nov-parse-line): Use it to decode From header.
11447         (gnus-get-newsgroup-headers): Ditto.
11448         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11449
11450         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11451         (mail-decode-encoded-address-string): New alias.
11452
11453         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11454         New function.
11455         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11456         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11457         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11458         (rfc2047-decode-string): Ditto.
11459         (rfc2047-decode-address-region): New function.
11460         (rfc2047-decode-address-string): New function.
11461
11462 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * message.el (message-caesar-buffer-body): Allow rotating headers.
11465
11466         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11467
11468         * message.el (message-insert-formated-citation-line): Fix %f.
11469         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11470
11471 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11474         (gnus-bookmark-mouse-available-p): New macro.
11475         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11476         (gnus-bookmark-bmenu-show-infos): Use it.
11477         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11478         (gnus-bookmark-bmenu-hide-infos): Ditto.
11479         (gnus-bookmark-remove-properties): New function.
11480         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11481         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11482         (gnus-bookmark-write-file): Bind coding-system-for-write.
11483         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11484         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11485         group before selecting it.
11486         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11487         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11488         quit-window if it is not available; use gnus-mouse-2 and bind it to
11489         gnus-bookmark-bmenu-select-by-mouse.
11490         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11491         (gnus-bookmark-bmenu-select-by-mouse): New function.
11492
11493 2006-08-13  Romain Francoise  <romain@orebokech.com>
11494
11495         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11496         space.
11497
11498 2006-08-10  Romain Francoise  <romain@orebokech.com>
11499
11500         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11501         (dns-mode-soa-auto-increment-serial): New user option.
11502         (dns-mode-soa-maybe-increment-serial): New function.
11503         (dns-mode): Add the latter to `write-contents-functions'.
11504
11505 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * compface.el (uncompface): Use binary rather than raw-text-unix.
11508
11509 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * compface.el (uncompface): Make sure the eol conversion doesn't take
11512         place when communicating with the external programs.
11513         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11514
11515 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11518
11519 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11520
11521         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11522         Make it more robust by parsing author and date independently.
11523
11524 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11527
11528 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11529
11530         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11531         first matching secret key.
11532         (mml2015-epg-encrypt): Ditto.
11533
11534         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11535         first matching secret key.
11536         (mml1991-epg-encrypt): Ditto.
11537
11538         * mml2015.el (mml2015-encrypt-to-self): New user option.
11539         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11540         mml2015-epg-encrypt-to-self is set.
11541
11542         * mml1991.el (mml1991-encrypt-to-self): New variable.
11543         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11544         mml1991-epg-encrypt-to-self is set.
11545
11546         * mml2015.el (mml2015-signers): New user option.
11547         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11548         (mml2015-epg-encrypt): Allow to select signing keys.
11549
11550         * mml1991.el (mml1991-signers): New variable.
11551         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11552         (mml1991-epg-encrypt): Allow to select signing keys.
11553
11554 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * nnheader.el (nnheader-insert-head): Make it work even if the file
11557         uses CRLF for the line-break code.
11558
11559 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11560
11561         * mml2015.el: Require mml-sec instead of password.
11562         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11563         (mml2015-cache-passphrase): Inherit the default value from
11564         mml-secure-cache-passphrase.
11565         (mml2015-passphrase-cache-expiry): Inherit the default value from
11566         mml-secure-passphrase-cache-expiry.
11567
11568         * mml1991.el: Require mml-sec instead of password.
11569         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11570         (mml1991-cache-passphrase): Inherit the default value from
11571         mml-secure-cache-passphrase.
11572         (mml1991-passphrase-cache-expiry): Inherit the default value from
11573         mml-secure-passphrase-cache-expiry.
11574
11575         * mml-sec.el: Require password.
11576         (mml-secure-verbose): New user option.
11577         (mml-secure-cache-passphrase): New user option.
11578         (mml-secure-passphrase-cache-expiry): New user option.
11579
11580 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11581
11582         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11583         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11584         andreas@altroot.de (Andreas Vögele).
11585
11586         FIXME: Use `tiny change'?
11587
11588 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11589
11590         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11591         workaround for the url package included with Emacs.
11592
11593         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11594
11595 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11598         correctly.  This fixes a bug caused by the 2006-05-12 change.
11599
11600 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11601
11602         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11603         some information about the error when saying that the `bogus' mail
11604         group will be used.
11605
11606 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11609         string.
11610
11611 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11612
11613         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11614
11615 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11616
11617         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11618
11619 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11620
11621         * mml1991.el (mml1991-function-alist): Add epg.
11622         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11623         (mml1991-epg-encrypt): New functions.
11624
11625 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11626
11627         * mml2015.el (mml2015-verbose): New variable.
11628         (mml2015-cache-passphrase): Ditto.
11629         (mml2015-passphrase-cache-expiry): Ditto.
11630         (mml2015-function-alist): Add epg.
11631         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11632         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11633         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11634         New functions.
11635
11636 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11637
11638         * message.el (message-cite-original-1): Preserve region when removing
11639         quoted text due to X-No-Archive in order to avoid bogus attribution
11640         when citing multiple messages.
11641
11642 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11643
11644         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11645         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11646
11647 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus-diary.el (gnus-user-format-function-d)
11650         (gnus-user-format-function-D): Autoload.
11651
11652         * imap.el (Commentary): Fix typo.
11653
11654         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11655         2006-04-22 contribution.
11656
11657 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11658
11659         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11660         It didn't really fix the bogosity I'm seeing with solid web groups.
11661
11662 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11663
11664         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11665         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11666         created using server names.  If we use the feature without declaring
11667         it, Gnus does not properly manage server and group state.
11668
11669         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11670         bound.
11671
11672 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11673
11674         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11675         looking up the method using GROUP's prefix before inventing a new one.
11676         It is used on killed/unknown groups in various places where returning
11677         an all-new method isn't expected by the caller.
11678
11679         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11680         and match semantics of gnus-group-real-prefix.
11681
11682 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * nnmail.el (nnmail-broken-references-mailers): New variable.
11685         (nnmail-ignore-broken-references): New function generalizing
11686         nnmail-fix-eudora-headers.
11687         (nnmail-fix-eudora-headers): Now obsolete.
11688
11689         * gnus-art.el (gnus-button-handle-custom):
11690         Support `customize-apropos*'.
11691
11692 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11695
11696         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11697         articles.
11698
11699 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * message.el (message-cite-reply-above): New variable.
11702         (message-yank-original): Use it.
11703
11704 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11707
11708 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11711         as read.
11712
11713         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11714
11715 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11718         (gnus-bookmark-default-file): Use gnus-directory.
11719         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11720         Remove "*" in doc string.
11721         (gnus-bookmark-write-file): Simplify.
11722         (gnus-bookmark-maybe-sort-alist): Use `when'.
11723         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11724         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11725         Add FIXME about Emacs 21 and XEmacs compatibility.
11726         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11727         compatibility.
11728         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11729         compatibility.
11730         (gnus-bookmark-menu-heading): Fix version.
11731
11732 2006-06-19  Bastien Guerry  <bzg@altern.org>
11733
11734         * gnus-bookmark.el: New file.
11735
11736 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * message.el (message-syntax-checks): Doc fix.
11739
11740 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11741
11742         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11743         unsubscribed groups as if they were killed ones.  It causes duplicate
11744         entries in gnus-newsrc-alist.
11745
11746 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * message.el (message-syntax-checks): Doc fix.
11749         (message-send-mail): Add check for continuation headers.
11750         (message-check-news-header-syntax): Fix regexp used to check for
11751         continuation headers.
11752
11753 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11756
11757 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11760
11761 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11764         default-truncate-lines.
11765
11766 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11769         to fill the utf-8 entry.
11770
11771         * lpath.el: Fbind unicode-precedence-list.
11772
11773 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11774
11775         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11776
11777 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11778
11779         * gnus-agent.el (directory-files-and-attributes): Move all the way
11780         forward (the third and final move).
11781         (gnus-agent-read-agentview): Trap reconstruction errors due to
11782         nonexistent directory.  Handle by returning nil.
11783
11784 2006-05-30  Didier Verna  <didier@xemacs.org>
11785
11786         * message.el (message-dont-reply-to-names): Update the custom type.
11787         * message.el (message-dont-reply-to-names): New defsubst: potentially
11788         convert a list of regexps into a single one.
11789         * message.el (message-get-reply-headers): Use it.
11790         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11791
11792 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-agent.el (directory-files-and-attributes): Move forward.
11795
11796 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-ml.el (gnus-mailing-list-subscribe)
11799         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11800         (gnus-mailing-list-message): Fix doc strings.
11801
11802 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11803
11804         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11805         of doing it manually.
11806
11807 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11810         comment.
11811
11812 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11813
11814         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11815         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11816         (gnus-agent-read-local): All symbols allocated in my-obarray.
11817         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11818         (gnus-agent-regenerate-group): Check numeric names to see if they are
11819         messages or groups.
11820         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11821         better way of do this...)
11822
11823         * gnus-cache.el (gnus-agent-total-fetched-for):
11824         Ignore 'dummy.group' (there should be a better way of do this...)
11825
11826 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11829         (gnus-saved-headers): Ditto.
11830         (gnus-default-article-saver): Mention functions may have properties.
11831         (gnus-article-save): Override gnus-save-all-headers and
11832         gnus-saved-headers by :headers property which saver function may have.
11833         (gnus-summary-save-in-file): Add :headers property.
11834         (gnus-summary-write-to-file): Ditto.
11835
11836         * gnus-sum.el (gnus-summary-save-article): Bind
11837         gnus-prompt-before-saving to t when saving many articles in a file;
11838         always show all headers.
11839
11840         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11841
11842 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11845         marks.
11846
11847         * message.el (message-indent-citation): Add optional arguments to allow
11848         using it outside of message buffers.
11849
11850         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11851         (gnus-article-treat-unfold-headers): Use it.
11852         (gnus-article-truncate-lines): New variable.
11853         (gnus-article-mode): Use it.
11854         (gnus-article-toggle-truncate-lines): New function.
11855
11856         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11857         Add gnus-article-toggle-truncate-lines.
11858
11859         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11860         coding system in XEmacs, use binary.
11861
11862 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11865         after-load-alist.
11866
11867         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11868         this function should save decoded articles.
11869         (gnus-summary-write-to-file): Use property to specify this function
11870         should save decoded articles and specify gnus-summary-save-in-file
11871         should be used to save articles other than the first one when saving
11872         many articles.
11873         (gnus-summary-save-body-in-file): Use property to specify this
11874         function should save decoded articles.
11875         (gnus-summary-write-body-to-file): Use property to specify this
11876         function should save decoded articles and specify
11877         gnus-summary-save-body-in-file should be used to save articles other
11878         than the first one when saving many articles.
11879
11880         * gnus-sum.el (gnus-summary-save-article): Simplify.
11881
11882 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (gnus-default-article-saver):
11885         Add gnus-summary-write-body-to-file.
11886         (gnus-article-save-coding-system): Don't use coding system object
11887         in XEmacs.
11888         (gnus-read-save-file-name): Add optional `dir-var' argument which
11889         specifies directory in which files are saved; work even if optional
11890         `variable' argument is not specified.
11891         (gnus-summary-write-to-file): Read file name.
11892         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11893         (gnus-summary-write-body-to-file): New function.
11894
11895         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11896         (gnus-summary-local-variables): Add it.
11897         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11898         (gnus-summary-save-article): Remove optional `decode' argument;
11899         determine whether to decode articles by the value of
11900         gnus-default-article-saver; when saving many files using
11901         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11902         it first and use gnus-summary-save-in-file or
11903         gnus-summary-save-body-in-file thereafter unless
11904         gnus-prompt-before-saving is always; move point to article which
11905         will be saved.
11906         (gnus-summary-save-article-file): Revert.
11907         (gnus-summary-write-article-file): Revert.
11908         (gnus-summary-save-article-body-file): Revert.
11909         (gnus-summary-write-article-body-file): New function.
11910
11911 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (gnus-default-article-saver): Doc fix.
11914         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11915         from gnus-summary-save-article-coding-system, and default to a
11916         certain coding system.
11917         (gnus-output-to-file): Add coding cookie and encode text according
11918         to gnus-article-save-coding-system; don't use mm-append-to-file.
11919
11920         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11921         gnus-art.el and rename to gnus-article-save-coding-system.
11922         (gnus-summary-save-article): Require gnus-art; don't show all
11923         headers if it decodes articles; don't add coding cookie here;
11924         don't bind mm-text-coding-system-for-write.
11925         (gnus-summary-save-article-file): Save decoded articles.
11926         (gnus-summary-write-article-file): When saving many files, use
11927         gnus-summary-write-to-file first and gnus-summary-save-in-file
11928         thereafter unless gnus-prompt-before-saving is always.
11929         (gnus-summary-save-article-body-file): Save decoded articles.
11930
11931         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11932
11933 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * nnrss.el (nnrss-check-group): Bind hash-index.
11936
11937 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11938
11939         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11940         its hash index.  Store this hash in `nnrss-group-data'.
11941         (nnrss-read-group-data): Update accordingly.
11942
11943 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11946         entry.
11947
11948         * gnus-sum.el (gnus-summary-make-menu-bar):
11949         Add gnus-article-browse-html-article.
11950
11951 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11952
11953         * gnus-sum.el (gnus-summary-mime-map):
11954         Add gnus-article-browse-html-article.
11955
11956         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11957
11958 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11961         suitable coding systems in customize.
11962
11963 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * mail-source.el (mail-sources): Fix custom type.
11966
11967 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11970         (gnus-summary-expire-articles-now): Shorten prompt.
11971
11972         * gmm-utils.el (wid-edit): Require.
11973         (defun-gmm): Rename from `gmm-defun-compat'.
11974         (gmm-image-search-load-path): Use it.
11975         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11976
11977 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-sum.el (gnus-summary-save-article-coding-system):
11980         New variable.
11981         (gnus-summary-save-article): Add optional `decode' argument.
11982         If it is set and gnus-summary-save-article-coding-system is non-nil,
11983         save decoded article.
11984         (gnus-summary-write-article-file): Save decoded article if
11985         gnus-summary-save-article-coding-system is non-nil.
11986
11987         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11988         type.
11989
11990 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11993
11994 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11997         first to test gnus-single-article-buffer which may be buffer-local.
11998
11999         * gnus-sum.el (gnus-summary-setup-buffer):
12000         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12001         group; make gnus-article-buffer, gnus-article-current, and
12002         gnus-original-article-buffer always buffer-local.
12003         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12004         group.
12005         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12006
12007 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * nnml.el (nnml-request-compact-group): Compressed files might not
12010         have .gz extension.
12011
12012 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12013
12014         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12015         (mm-copy-to-buffer): Use with-current-buffer.
12016         (mm-display-part): Simplify.
12017         (mm-inlinable-p): Add optional arg `type'.
12018
12019 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12020
12021         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12022         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12023         Try harder to show the attachment internally or externally using
12024         gnus-mime-view-part-as-type.
12025
12026 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * message.el (message-from-style, message-signature-separator)
12029         (message-user-organization-file, message-send-mail-function)
12030         (message-citation-line-function, message-yank-prefix)
12031         (message-indent-citation-function, message-signature)
12032         (message-signature-file, message-signature-insert-empty-line):
12033         Remove autoloads.
12034
12035         * gnus-art.el (gnus-buttonized-mime-types):
12036         Remove "multipart/signed".  Revert 2006-04-26 change.
12037
12038 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * gnus.el (gnus-version-number): Bump version.
12041
12042 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12043
12044         * gnus.el: No Gnus v0.5 is released.
12045
12046 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12047
12048         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12049         fetching articles by message-id.
12050
12051 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * message.el (hashcash): Require hashcash as normal.
12054
12055         * ecomplete.el (ecomplete-highlight-match-line):
12056         Use point-at-eol.
12057         (ecomplete-highlight-match-line): Use `highlight', because that
12058         face exists in both Emacs and XEmacs.
12059
12060         * message.el (message-display-abbrev): Use point-at-bol.
12061
12062         * mail-source.el: Don't require timer/timer-funcs.
12063
12064         * gnus-async.el: Ditto.
12065
12066         * password.el: Ditto.
12067
12068         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12069
12070         * mm-url.el: Ditto.
12071
12072         * gnus-xmas.el: Don't require timer-funcs.
12073
12074         * mm-util.el: Require timer/timer-funcs.
12075
12076 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12077
12078         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12079         Close.
12080
12081 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12084         unibyte after clear-decrypt function runs.
12085
12086         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12087         returns as a unibyte string.
12088
12089 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * lpath.el: Revert.
12092
12093         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12094         (pgg-gpg-process-sentinel): Revert.
12095
12096         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12097         (pgg-pgp-lookup-key): Revert.
12098
12099         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12100         (pgg-pgp5-lookup-key): Revert.
12101
12102         * pgg.el (pgg-fetch-key): Revert.
12103
12104 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * lpath.el: Fbind string-as-multibyte for XEmacs.
12107
12108         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12109         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12110         (mml1991-pgg-encrypt): Ditto.
12111
12112         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12113         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12114         a multibyte buffer.
12115
12116         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12117         (pgg-pgp-lookup-key): Ditto.
12118
12119         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12120         (pgg-pgp5-lookup-key): Ditto.
12121
12122         * pgg.el (pgg-fetch-key): Ditto.
12123
12124 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * message.el (message-user-organization-file): Check several
12127         locations of the organization file.
12128
12129         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12130         Add gnus-article-view-part-as-type.
12131
12132         * gnus-art.el (gnus-article-view-part-as-type): New function.
12133
12134         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12135         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12136
12137         * mml.el: Simplify autoload.
12138         (mml-mode): defvar dnd-protocol-alist instead of using
12139         symbol-value.
12140         (mml-default-directory): New variable.
12141         (mml-minibuffer-read-file): Use it.
12142         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12143
12144         * message.el (message-citation-line-format): New variable.
12145         (message-insert-formated-citation-line): New function.
12146         (message-citation-line-function):
12147         Add `message-insert-formated-citation-line' to custom type.
12148
12149         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12150         to doc string.
12151
12152         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12153         depending on mm-verify-option.
12154
12155 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12158         binding pgg-* variables; reimplement the section which prevents
12159         MIME header from being signed.
12160         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12161         pgg-text-mode; remove a blank line at the top of body.
12162
12163         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12164         lines at the top of body; use gnus-newsgroup-charset if there's no
12165         Charset header.
12166
12167 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * message.el (message-self-insert-commands): Doc fix.
12170
12171         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12172         (mm-uu-pgp-encrypted-test): Ditto.
12173         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12174         between header and body; return application/pgp-encrypted handle
12175         if decryption failed; decode decrypted body by charset.
12176
12177         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12178         element match to application/pgp-*.
12179
12180 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12181
12182         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12183         HTML.
12184
12185 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12186
12187         * mail-source.el (mail-source-call-script): Message the error
12188         string.
12189
12190 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12191
12192         * gnus-util.el (gnus-byte-compile): Use it.
12193
12194 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12195
12196         * gnus-util.el (kill-empty-logs): New function.
12197
12198 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12199
12200         * message.el (message-mail-alias-type): Doc fix.
12201         (message-mail-alias-type-p): New function.
12202         (message-send): Use it.
12203         (message-mode): Ditto.
12204         (message-strip-forbidden-properties): Ditto.
12205
12206         * ecomplete.el (ecomplete-database-file-coding-system):
12207         New variable.
12208         (ecomplete-save): Use it.
12209         (ecomplete-setup): Use it.
12210
12211 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * message.el (message-self-insert-commands): New variable.
12214         (message-strip-forbidden-properties): Use it.
12215
12216 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12219         that doesn't make XEmacs choke.
12220
12221 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-util.el (gnus-replace-in-string):
12224         Prefer replace-regexp-in-string over of replace-in-string.
12225
12226 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-util.el (gnus-select-frame-set-input-focus):
12229         Use select-frame-set-input-focus if it is available in XEmacs; use
12230         definition defined in Emacs 22 for old Emacsen.
12231
12232         * dgnushack.el: Autoload unmorse-region for XEmacs.
12233
12234         * lpath.el: Bind cursor-in-non-selected-windows and
12235         select-frame-set-input-focus for XEmacs.
12236
12237 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12240
12241 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12242
12243         * gnus-registry.el (gnus-registry-cache-save): Remove text
12244         properties when saving via the temp buffer.
12245
12246 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * message.el (message-generate-hashcash): Honor custom type.
12249
12250 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251
12252         * message.el (message-generate-hashcash): Default to non-nil when
12253         hashcash is found.
12254
12255         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12256         (gnus-refer-thread-limit): Increase default to 500.
12257
12258         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12259
12260         * flow-fill.el (fill-flowed): Allow delete-space.
12261
12262 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12265         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12266         Remove autoloads.
12267
12268 2006-04-18  Simon Josefsson  <jas@extundo.com>
12269
12270         * message.el (message-generate-hashcash): Default to.
12271
12272 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12275         concatenating segments rather than before concatenating them.
12276
12277 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12280
12281 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12282
12283         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12284
12285         * message.el (message-forward-make-body-plain):
12286         Allow message-forward-ignored-headers to be a list.
12287         (message-remove-ignored-headers): Factor out into function.
12288         (message-forward-make-body-mml): Use it.
12289
12290         * imap.el (imap-quote-specials): New function.
12291         (imap-login-auth): Quote specials.
12292
12293         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12294         (rfc2231-parse-string): Allow concatanation of parameters that
12295         aren't contiguous.  The test case is
12296           (mail-header-parse-content-type "message/external-body;
12297             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12298             access-type=LOCAL-FILE;
12299             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12300
12301 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12302
12303         * nntp.el (nntp-accept-process-output): Return the value of
12304         `nnheader-accept-process-output'.
12305
12306 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12307
12308         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12309         (gnus-button-alist): Recognize more diff formats.
12310         (gnus-button-patch): Strip directory.
12311
12312 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12315         Emacs 22 when setting focus.
12316
12317 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * gnus-art.el (gnus-article-treat-types): Do treatment of
12320         text/x-verbatim parts.
12321         (gnus-button-patch): New command.
12322
12323         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12324         addresses that contain invalid characters.
12325
12326 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * message.el (message-put-addresses-in-ecomplete):
12329         Use gnus-replace-in-string.
12330         (message-is-yours-p): Use the more correct
12331         mail-header-parse-address instead of
12332         mail-extract-address-components.
12333         (message-put-addresses-in-ecomplete): Fix typo.
12334
12335         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12336         keystroke.
12337
12338         * gnus-art.el (gnus-treatment-function-alist): Change order of
12339         newsgroups/generic header folding to avoid double-folding.
12340
12341         * message.el (message-hidden-headers): Add X-Draft-From.
12342
12343         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12344         New command.
12345         (gnus-summary-repeat-search-article-backward): New command.
12346
12347         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12348         groups in the parent topic.
12349
12350 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12351
12352         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12353         (spam-extra-header-to-number): Return the CRM114 number as a
12354         number instead of a string.
12355
12356 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12357
12358         * gnus-art.el (gnus-face-properties-alist): Move here from
12359         gnus-fun.
12360
12361         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12362
12363 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * message.el (message-strip-forbidden-properties): Only display on
12366         self-insert-command.
12367
12368         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12369         reindent.
12370         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12371
12372 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12373
12374         * smiley.el (smiley-style): Fix typo.
12375
12376 2006-03-23  Kenichi Handa  <handa@m17n.org>
12377
12378         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12379         instead of set-buffer-multibyte.
12380
12381 2006-03-23  Kenichi Handa  <handa@m17n.org>
12382
12383         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12384         buffer and then decode the buffer text if necessary.
12385         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12386         first, and after mm-encode-body, change the buffer to unibyte.
12387
12388 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12389
12390         * hashcash.el (hashcash-insert-payment-async-2):
12391         Use message-goto-eoh instead of doing it manually.
12392         (mail-add-payment): Use message-narrow-to-header instead of trying
12393         to do the same itself.
12394
12395         * message.el (message-hidden-headers): Add Face.
12396
12397         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12398         reparenting code.
12399         (gnus-summary-reparent-children): Refactored out code.
12400         (gnus-summary-thread-map): New keystroke.
12401         (gnus-summary-reparent-children): Make into command.
12402
12403         * smiley.el (smiley-style): Default to `medium' if using a large
12404         font.
12405
12406         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12407         does it itself.
12408
12409         * message.el (message-point-in-header-p): Simplify definition.
12410
12411 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12412
12413         * nnagent.el (nnagent-request-set-mark): Silence log file
12414         writing.
12415         (nnagent-request-set-mark): Use write-region instead of
12416         append-to-file.
12417
12418         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12419         strange select method.
12420
12421         * ecomplete.el (ecomplete-display-matches): Get highlightling
12422         right.
12423         (ecomplete-display-matches): Use literals.
12424         (ecomplete-display-matches): Disable message logging.
12425
12426         * message.el (message-display-abbrev): Small optimization.
12427
12428         * ecomplete.el (ecomplete-display-matches): Allow automatic
12429         display.
12430
12431         * message.el (message-strip-forbidden-properties):
12432         Display abbrevs.
12433         (message-display-abbrev): Get automatic display right.
12434
12435         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12436         keystrokes.
12437
12438 2006-04-13  Romain Francoise  <romain@orebokech.com>
12439
12440         TODO: Backport to v5-10!
12441
12442         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12443         Move here (and rename) from gnus-registry.el.
12444
12445         * gnus-registry.el: Require gnus-util.
12446         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12447
12448 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12449
12450         * gnus-group.el (gnus-group-catchup-current):
12451         Change if-then-else-if-then-else into cond.
12452         (gnus-group-catchup): Indent.
12453         (group-name-at-point): New function.
12454         (gnus-fetch-group): Provide default from thing at point.
12455
12456 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12457
12458         * message.el (message-display-abbrev): Fix regexp.
12459
12460         * ecomplete.el (ecomplete-highlight-match-line):
12461         Reimplement choosing.
12462         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12463         dead variables.
12464
12465         * message.el (message-newline-and-indent): Remove debugging.
12466         (message-display-abbrev): Use new implementation.
12467
12468 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * gnus-art.el (gnus-article-mode):
12471         Set cursor-in-non-selected-windows to nil.
12472
12473         * smiley.el: Revert previous change.
12474         (smiley-data-directory): defvar it before using it in the
12475         defcustom of `smiley-style'.
12476
12477 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12478
12479         * message.el (message-newline-and-indent): New function.
12480
12481         * ecomplete.el: Implement more bits.
12482
12483         * message.el (message-put-addresses-in-ecomplete): Clean up the
12484         string.
12485
12486         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12487
12488         * gnus-sum.el (gnus-summary-save-parts):
12489         Bind gnus-summary-save-parts-counter and use it to make unique file
12490         names.
12491
12492         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12493
12494         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12495         parameter to say whether to actually parse the individual
12496         addresses.
12497
12498         * message.el (message-put-addresses-in-ecomplete): New function.
12499         (ecomplete): Require.
12500         (message-mail-alias-type): Add ecomplete as an option.
12501
12502 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12503
12504         * flow-fill.el (fill-flowed): Remove trailing space from blank
12505         quoted lines.
12506
12507 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * smiley.el (smiley-style): Move definition later to avoid a
12510         compilation warning.
12511
12512 2006-04-12  Kenichi Handa  <handa@m17n.org>
12513
12514         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12515         buffer and then decode the buffer text if necessary.
12516         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12517         first, and after mm-encode-body, change the buffer to unibyte.
12518         Use mm-disable-multibyte instead of set-buffer-multibyte.
12519
12520 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12523         Content-Type header instead of Content-Disposition header.
12524         (gnus-mime-inline-part): Ditto.
12525         (gnus-mime-view-part-as-charset): Ignore charset that the part
12526         specifies.
12527
12528         * mm-decode.el (mm-display-part): Work with external parts and
12529         usual parts similarly.
12530
12531         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12532         instead of gnus-display-mime.
12533
12534         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12535         instead of with-temp-buffer.
12536
12537         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12538         tag to summarized topics part in order to encode non-ASCII text.
12539
12540 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * smiley.el (smiley-style): New variable.
12543         (smiley-directory): New function.
12544         (smiley-data-directory): Derive from `smiley-style' using
12545         `smiley-directory'.
12546         (smiley-regexp-alist): Add new entries.
12547
12548         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12549         (gnus-article-browse-delete-temp): Add :version.
12550
12551 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12552
12553         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12554         the sieve region.
12555
12556 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * gnus.el (gnus-version-number): Bump version.
12559
12560 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * gnus.el: No Gnus v0.4 is released.
12563
12564 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12567         layout.
12568
12569         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12570         unknown charset.
12571
12572         * message.el (message-header-synonyms): Add Original-To to the
12573         default.
12574
12575         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12576         optional parameter.
12577
12578 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gnus-fun.el (gnus): Require it for gnus-directory.
12581
12582 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12585
12586 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12587
12588         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12589
12590 2006-04-05  Simon Josefsson  <jas@extundo.com>
12591
12592         * password.el (password-reset): New function.
12593
12594 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12595
12596         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12597         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12598
12599 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12600
12601         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12602         Some whitespace was matched into the url, which broke browsing hits
12603         > 100 when mm-url-use-external was nil.
12604
12605 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12608         Check gnus-extra-headers for 'Newsgroups.
12609
12610         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12611         bound.
12612
12613 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12614
12615         * pgg-gpg.el: Clean up process buffers every time gpg processes
12616         complete.
12617
12618 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12621         doc string.
12622
12623 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12624
12625         * pgg-gpg.el (pgg-gpg-process-filter)
12626         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12627
12628         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12629         lines, temporary fix.
12630
12631 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12634
12635 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12636
12637         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12638         default-enable-multibyte-characters.  This reverts the change from
12639         revision 6.17 which is no longer necessary because the passphrase
12640         is sent separately now.  GnuPG messages are unreadable under
12641         multibyte locales with default-enable-multibyte-characters set to
12642         nil.
12643
12644 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * message.el (message-tool-bar-gnome): Move "spell".
12647
12648 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12651         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12652         instead.
12653
12654 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12655
12656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12657         Improve newsgroups handling for NNTP overviews which don't include
12658         Newsgroups.
12659
12660 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12661
12662         * message.el (message-resend): Bind message-generate-hashcash to nil.
12663
12664 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12665
12666         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12667         when searching for already-paid recipients.
12668
12669 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12670
12671         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12672         passphrases when it is not needed.
12673         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12674         passphrase stuff from gpg, should only be necessary when you use
12675         gpg with a smartcard.
12676
12677 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * mml.el (mml-insert-mime): Ignore cached contents of
12680         message/external-body part.
12681
12682         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12683         (mm-insert-part): Ditto.
12684
12685 2006-03-23  Simon Josefsson  <jas@extundo.com>
12686
12687         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12688         Reiner.
12689         (pgg-gpg-use-agent-p): Use it again.
12690
12691 2006-03-23  Simon Josefsson  <jas@extundo.com>
12692
12693         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12694         older emacsen.
12695         (pgg-gpg-use-agent-p): Don't use it.
12696
12697 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12700         if we can.
12701
12702 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12703
12704         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12705         (pgg-gpg-update-agent): New function.
12706         (pgg-gpg-use-agent-p): New function.
12707         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12708         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12709         (pgg-gpg-sign-region): Use it.
12710
12711 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12714         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12715
12716 2006-03-21  Simon Josefsson  <jas@extundo.com>
12717
12718         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12719         <wilde@sha-bang.de>.
12720         (pgg-gpg-use-agent): New variable.
12721         (pgg-gpg-process-region): Use it.
12722         (pgg-gpg-encrypt-region): Likewise.
12723         (pgg-gpg-encrypt-symmetric-region): Likewise.
12724         (pgg-gpg-decrypt-region): Likewise.
12725         (pgg-gpg-sign-region): Likewise.
12726         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12727
12728 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12731
12732         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12733         Add comment on version.
12734
12735 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * smiley.el: Add missing test smiley.
12738
12739 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * mm-decode.el (mm-with-part): New macro.
12742         (mm-get-part): Use it; work with message/external-body as well.
12743         (mm-save-part): Treat name and filename equally.
12744
12745         * mm-extern.el (mm-extern-cache-contents): New function.
12746         (mm-inline-external-body): Use it; force the part to be displayed;
12747         move undisplayer added to the cached handle to the parent.
12748
12749         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12750         (gnus-mime-view-part-as-type): Work with message/external-body.
12751
12752         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12753
12754 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12757         images in image-load-path.  [Sync with image.el, revision 1.60, in
12758         Emacs.]
12759
12760 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12763         path rather than symbol.  Always return list of directories.
12764         Guarantee that image directory comes first.  [Sync with image.el,
12765         revision 1.59, in Emacs.]
12766
12767         * message.el (message-make-tool-bar): Adjust to new API of
12768         `gmm-image-load-path-for-library'.
12769
12770         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12771
12772         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12773
12774 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12775
12776         * gnus-art.el (gnus-article-only-boring-p):
12777         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12778         intangible text.
12779         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12780
12781 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12784         Use `defun' instead of `gmm-defun-compat'.
12785
12786 2006-03-14  Simon Josefsson  <jas@extundo.com>
12787
12788         * message.el (message-unique-id): Don't use message-number-base36
12789         if (user-uid) is a float.
12790         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12791
12792 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12795
12796         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12797         empty line between a part and a message part.
12798
12799 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * smiley.el: Add more test smileys.
12802         (smiley-data-directory, smiley-regexp-alist)
12803         (gnus-smiley-file-types): Fix doc strings.
12804         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12805         adding new elements.
12806         (smiley-mouse-map): Unused code.  Make it a comment.
12807
12808 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12811         scan latest NoCeM messages instead of old ones.
12812         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12813         delimiters that are recently used.
12814         (gnus-nocem-load-cache): Add autoload cookie.
12815
12816         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12817
12818         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12819         level which is larger than gnus-use-nocem is specified.
12820
12821         * gnus-group.el (gnus-group-get-new-news): Ditto.
12822
12823 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-util.el (gnus-tool-bar-update): New function.
12826
12827         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12828         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12829
12830         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12831
12832         * gnus-group.el (gnus-group-redraw-when-idle)
12833         (gnus-group-redraw-check): Remove.
12834         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12835
12836 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12839         if optional last element is specified in splits (FIELD VALUE...).
12840
12841 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12844         to gmm-image-load-path-for-library.  Call with no-error argument.
12845         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12846
12847         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12848
12849         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12850
12851         * gmm-utils.el (gmm-image-load-path): Remove alias.
12852
12853 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gmm-utils.el (gmm-image-load-path): Add alias.
12856
12857         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12858         nnml-generate-nov-databases-1.
12859         (nnml-generate-nov-databases): Use it.
12860         (nnml-generate-nov-databases-directory): Document no-active
12861         argument.
12862
12863         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12864         directory if path is t.  Add no-error.
12865
12866         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12867         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12868
12869         * gnus-art.el (gnus-article-browse-delete-temp-files):
12870         Simplify resetting gnus-article-browse-html-temp-list.
12871
12872         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12873         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12874         Add example to docstring.  Rename local variables.  Move error
12875         checks to default case in cond and simplify.
12876
12877 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12880         handle is multipart when calling it recursively.
12881         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12882
12883 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12884
12885         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12886         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12887
12888 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12891         is loaded.
12892
12893         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12894         loaded.
12895
12896 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12899         to "Emacs 23 (unicode)" in doc string.
12900
12901         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12902         "Emacs 23 (unicode)" in comment.
12903
12904 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12907
12908         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12909         characters 160 through 255 in Emacs 23.
12910
12911 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12914         gnus-article-browse-html-temp.
12915         (gnus-article-browse-delete-temp): Make it customizable.
12916         Add `file'.  Adjust doc string.
12917         (gnus-article-browse-delete-temp-files): Add argument.
12918         Allow query for each file.  Adjust doc string.
12919         (gnus-article-browse-html-parts):
12920         Add `gnus-article-browse-delete-temp-files' to
12921         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12922
12923 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12924
12925         * gnus-art.el (gnus-article-browse-html-temp)
12926         (gnus-article-browse-delete-temp): New variables.
12927         (gnus-article-browse-delete-temp-files): New function.
12928         (gnus-article-browse-html-parts): Use it.
12929
12930 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12933
12934         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12935         string.
12936
12937         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12938         gnus-summary-insert-new-articles when unplugged.
12939         Remove gnus-summary-search-article-forward.
12940
12941         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12942         display-visual-class instead of display-color-cells.
12943
12944 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * dgnushack.el: Autoload customize-group for XEmacs.
12947
12948         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12949         message/* containing non-ASCII text properly.
12950
12951 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * message.el: Require gmm-utils, remove autoloads.
12954         (message-tool-bar): Set default based on
12955         gmm-tool-bar-style.
12956         (message-tool-bar-gnome): Add gmm-customize-mode.
12957
12958         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12959         gmm-tool-bar-style.
12960         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12961
12962         * gnus-group.el (gnus-group-tool-bar): Set default based on
12963         gmm-tool-bar-style.
12964         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12965
12966         * gmm-utils.el (gmm-image-directory): Rename variable from
12967         gmm-image-load-path.
12968         (gmm-image-load-path): Use gmm-image-directory.
12969         (gmm-customize-mode): New function.
12970         (gmm-tool-bar-style): New variable.
12971
12972         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12973         gnus-group-redraw-line-number.
12974         (gnus-group-redraw-check): Simplify.
12975         (gnus-group-tool-bar-update): Remove redraw check.
12976         (gnus-group-make-tool-bar): Add redraw check.
12977
12978 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12979
12980         * gnus-art.el (gnus-button): Add missing parentheses.
12981
12982 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * lpath.el: Fbind line-number-at-pos.
12985
12986 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12989
12990 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * gnus-art.el (gnus-button): New face.
12993         (gnus-article-button-face): Use it.
12994
12995         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12996         Add gnus-summary-next-page.  Re-order.
12997
12998         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12999         next-node are now included.
13000         (gnus-group-redraw-line-number): New internal variable.
13001         (gnus-group-redraw-check): Helper function for updating the tool
13002         bar.
13003         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13004
13005         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13006
13007         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13008         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13009         Use it to match format of Spamassassin 3.0 and later.
13010         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13011         (spam-check-bogofilter)
13012         (spam-bogofilter-register-with-bogofilter): Fix args of
13013         `gnus-error' calls.
13014
13015 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13018         unnecessary interaction when sending queued mails.
13019         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13020
13021 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13024         first or last are nil.
13025
13026 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13027
13028         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13029
13030 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13031
13032         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13033
13034 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * dns.el (query-dns): Protect more against buggy tcp output.
13037
13038 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13041         nov.php.
13042
13043 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13044
13045         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13046         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13047         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13048         output on the server side.
13049         (nnweb-google-create-mapping): Update regexps and add some
13050         progress indication.
13051
13052 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-group.el (gnus-group-tool-bar-gnome):
13055         Fix gnus-agent-toggle-plugged.  Re-order icons.
13056         (gnus-group-tool-bar-gnome):
13057         Add gnus-group-{prev,next}-unread-group.
13058         (gnus-group-tool-bar-gnome): Re-order icons.
13059
13060         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13061         Move gnus-summary-insert-new-articles.
13062
13063         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13064         Fix comments.
13065
13066         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13067         also available in Emacs 21.3.
13068
13069         * message.el (message-fix-before-sending): Change "Emacs 22" to
13070         "Emacs 23 (unicode)" in comment.
13071
13072         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13073         "Emacs 23 (unicode)" in comment.
13074
13075         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13076         comment.
13077         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13078
13079         * mm-view.el (mm-fill-flowed): Add :version.
13080
13081 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13084         and load-path.
13085
13086 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * message.el: Autoload gmm-image-load-path.
13089         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13090         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13091         consitency.
13092
13093         * gmm-utils.el (gmm-image-load-path): Also search in
13094         "../etc/images".  Don't set gmm-image-load-path if we don't find
13095         the image.
13096
13097 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gmm-utils.el (gmm-image-load-path): Don't make
13100         `gmm-image-load-path' include subdirectories which the second arg
13101         `image' might specify.
13102
13103         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13104         subdirectory to icon file names.
13105
13106         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13107
13108 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13111         gmm-image-load-path calls.
13112
13113         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13114
13115         * message.el (message-make-tool-bar): Ditto.
13116
13117         * mml.el (mml-preview): Add comment concerning tool bar icons.
13118
13119         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13120         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13121
13122         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13123         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13124
13125         * message.el (message-tool-bar-gnome): Use new icon names.
13126         (message-make-tool-bar): Use `gmm-image-load-path'.
13127
13128         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13129         New functions from MH-E.
13130         (gmm-image-load-path): New variable from MH-E.
13131         (gmm-image-load-path): New function from MH-E.  Add arguments
13132         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13133         *-image-load-path-called-flag.
13134
13135 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13136
13137         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13138
13139 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13140
13141         * nnimap.el (nnimap-request-move-article): Change folder back to
13142         source group before deleting.
13143
13144 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13147
13148         * gnus-art.el (mm-url-insert-file-contents-external):
13149         Autoload mm-url.
13150
13151         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13152
13153 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13156         coding system which mm-charset-to-coding-system returns for a
13157         given charset is valid.
13158
13159 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13160
13161         * html2text.el (html2text-remove-tag-list):
13162         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13163
13164 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13165
13166         * gnus-cus.el: Revert 2005-10-17 change.
13167
13168 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-art.el (article-strip-banner):
13171         Call article-really-strip-banner only when the regexp match is made.
13172
13173 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (article-strip-banner):
13176         Use gnus-extract-address-components instead of
13177         mail-header-parse-addresses to make it work with non-ASCII text;
13178         remove mail-encode-encoded-word-string.
13179
13180         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13181         values which are surrounded with \"...\"; make it never cause a
13182         Lisp error; give up parsing of parameters if it failed in
13183         extracting type.
13184
13185 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13186
13187         * smime.el (smime-cert-by-ldap-1): Fix bug where
13188         `smime-ldap-search' returns results without userCertificates.
13189
13190 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13193
13194 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * spam.el (spam-check-spamassassin-headers): Adapt format for
13197         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13198         <ari@mbf.ocn.ne.jp>.
13199         (spam-list-of-processors): Add spam-use-gmane.
13200
13201 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13204         make-temp-file; make it work with XEmacs as well.
13205
13206         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13207         mm-make-temp-file.
13208
13209         * mm-decode.el (mm-display-external): Use the 3rd arg of
13210         mm-make-temp-file.
13211         (mm-create-image-xemacs): Ditto.
13212
13213 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13216         with message-narrow-to-headers.
13217         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13218         (gnus-draft-check-draft-articles): New function.
13219         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13220
13221 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-art.el (gnus-article-browse-html-parts):
13224         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13225         Don't use suffix argument for mm-make-temp-file for Emacs 21
13226         compatibility.  Remove useless `format'.
13227
13228 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13229
13230         * nnweb.el (nnweb-google-wash-article): Update regexps.
13231         (nnweb-group-alist): Use defvoo instead of defvar.
13232
13233 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13236         re-loading nn* modules.
13237
13238 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13241         for `tool-bar-mode' and don't check it's default-value.
13242
13243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13244
13245         * message.el (message-make-tool-bar): Ditto.
13246
13247         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13248         `substring'.  Shorten tmp-file name.
13249
13250         * gnus.el: Remove bogus comment.
13251
13252 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13253
13254         * gnus-art.el (gnus-article-browse-html-parts): New function.
13255         (gnus-article-browse-html-article): New function for viewing html
13256         articles with a browser.
13257
13258 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13259
13260         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13261         in elisp.
13262         (pgg-gpg-encrypt-symmetric-region): Ditto.
13263         (pgg-gpg-sign-region): Ditto.
13264
13265         * pgg-def.el (pgg-text-mode): New variable.
13266
13267         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13268         (mml2015-pgg-encrypt): Ditto.
13269
13270         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13271         (mml1991-pgg-encrypt): Ditto.
13272
13273 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * nnfolder.el (nnfolder-insert-newsgroup-line):
13276         Use message-make-date instead of current-time-string.
13277
13278         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13279         to gnus-decoded which mm-uu might set.
13280
13281 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13284         don't decode quoted parameters; remove misimported Emacs code.
13285         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13286         (rfc2231-decode-encoded-string): Don't use split-string which
13287         behaves differently according to Emacs version; use
13288         mm-decode-coding-region to convert charset to coding-system.
13289         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13290         (rfc2231-encode-string): Remove misimported Emacs code.
13291
13292 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13295         when calling mail-header-parse-content-type.
13296         (article-de-quoted-unreadable): Ditto.
13297         (article-de-base64-unreadable): Ditto.
13298         (article-wash-html): Ditto.
13299
13300         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13301         calling mail-header-parse-content-type and
13302         mail-header-parse-content-disposition.
13303         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13304         mail-header-parse-content-type.
13305
13306         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13307         insert charset and format parameters; encode description after
13308         inserting it to buffer.
13309         (mml-insert-parameter): Fold lines properly even if a parameter is
13310         segmented into two or more lines; change the max column to 76.
13311
13312         * rfc1843.el (rfc1843-decode-article-body): Don't use
13313         ignore-errors when calling mail-header-parse-content-type.
13314
13315         * rfc2231.el (rfc2231-parse-string): Return at least type if
13316         possible; don't cause an error even if it fails in parsing of
13317         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13318         (rfc2231-encode-string): Don't break lines at the beginning, leave
13319         it to mml-insert-parameter.
13320
13321         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13322         calling mail-header-parse-content-type.
13323
13324 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * spam-report.el (spam-report-gmane-use-article-number):
13327         Improve doc string.
13328         (spam-report-gmane-internal): Check if a suitable header was found
13329         in the article.
13330
13331 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13334         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13335
13336 2006-02-05  Romain Francoise  <romain@orebokech.com>
13337
13338         Update copyright notices of all files in the gnus directory.
13339
13340 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13341
13342         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13343
13344 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13347         segmented lines of parameter value to cope with Thunderbird 1.5
13348         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13349         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13350         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13351
13352 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13353
13354         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13355         parts.
13356
13357 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13358
13359         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13360         there's only one active file for all servers.
13361         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13362         solid groups.  Gnus might have used a FAST request to select the group.
13363         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13364         and nnweb-search redundantly in the active file.
13365         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13366         (nnweb-request-create-group): Don't use ARGS.
13367         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13368         initialisations.  Let nnoo do the work.
13369
13370 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13373         Say the part has been decoded.
13374
13375         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13376
13377 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13378
13379         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13380         mailcap-viewer-test-cache when there's no 'test clause, since that
13381         will invert the meaning of a "nil" test previously determined by
13382         mailcap-mailcap-entry-passes-test.
13383
13384 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13387         compiling.
13388
13389         * gnus-sum.el: Ditto.
13390
13391         * message.el: Don't bind tool-bar-map when compiling.
13392
13393 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13396
13397 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13398
13399         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13400         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13401         current Google Groups.
13402
13403 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13406         and tool-bar-mode.
13407
13408         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13409         and tool-bar-mode.
13410
13411         * message.el (message-tool-bar-update): Simplify.
13412         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13413
13414         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13415         gnus-summary-buffer.
13416         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13417         gnus-summary-reply.
13418
13419         * gmm-utils.el (gmm): Add :version.
13420
13421 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * Makefile.in (clean): New rule.
13424         (distclean): Use it.
13425
13426 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13427
13428         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13429         Don't autoload.
13430
13431 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gmm-utils.el (gmm-verbose): Add :group.
13434
13435 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * message.el: Change some comments WRT tool-bars.
13438
13439         * gnus-sum.el (gnus-summary-tool-bar)
13440         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13441         (gnus-summary-tool-bar-zap-list): New variables.
13442         (gnus-summary-make-tool-bar): Complete rewrite using
13443         `gmm-tool-bar-from-list'.
13444
13445         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13446         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13447         New variables.
13448         (gnus-group-make-tool-bar): Complete rewrite using
13449         `gmm-tool-bar-from-list'.
13450         (gnus-group-tool-bar-update): New function.
13451
13452         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13453
13454 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13457         is dissected into a single part of which the type is the same as
13458         the given one; decode charset.
13459
13460 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13461
13462         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13463         into alists as symbol not string, since that's what
13464         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13465         look for.
13466
13467 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13470         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13471
13472         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13473
13474 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13477         (gnus-xmas-mime-security-button-menu): New function.
13478
13479         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13480         (gnus-mime-security-button-menu): New definition.
13481         (gnus-mime-security-button-map): Use them.
13482         (gnus-mime-security-button-menu): New function.
13483         (gnus-insert-mime-security-button): Addition to help echo.
13484         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13485         (gnus-mime-security-pipe-part): New functions.
13486
13487         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13488         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13489
13490         * mm-decode.el (mm-handle-set-disposition): Remove.
13491         (mm-handle-set-description): Remove.
13492
13493 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13496         (mm-w3m-standalone-supports-m17n-p): New function.
13497         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13498         w3m usage.
13499
13500         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13501         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13502
13503 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * message.el (message-tool-bar-zap-list):
13506         Use gmm-tool-bar-zap-list as custom type.
13507         (message-tool-bar-update): New function.
13508         (message-tool-bar, message-tool-bar-gnome)
13509         (message-tool-bar-retro): Add message-tool-bar-update.
13510         (message-tool-bar-gnome): Add flyspell-buffer.
13511
13512         * gnus-util.el (gnus-error): Describe `args'.
13513
13514         * gmm-utils.el (gmm-error): Describe `args'.
13515         (gmm-tool-bar-zap-list): New widget.
13516         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13517
13518 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13521         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13522         the number of recursive calls.
13523
13524         * mm-decode.el (mm-handle-set-disposition): New macro.
13525         (mm-handle-set-description): New macro.
13526
13527 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13530         encoding.
13531
13532 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * message.el (message-tool-bar-zap-list, message-tool-bar)
13535         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13536         (message-tool-bar-local-item-from-menu): Remove.
13537         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13538         (message-make-tool-bar): New function.
13539         (message-mode): Use `message-make-tool-bar'.
13540
13541         * gmm-utils.el: New file.
13542         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13543         (gmm-lazy): New widget copied from `nnmail.el'.
13544         (gmm-tool-bar-from-list): New function for creating customizable
13545         tool bars.
13546         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13547         output.
13548         (gmm): Add :prefix to defgroup.
13549
13550 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13551
13552         * gmm-utils.el (gmm-widget-p): New function.
13553
13554 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * mml.el (mml-attach-file): Describe `description' in doc string.
13557         (mml-menu): Add Emacs MIME manual and PGG manual.
13558
13559 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13560
13561         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13562
13563 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13564
13565         * nntp.el (nntp-end-of-line): Doc fix.
13566
13567 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13568
13569         * imap.el (imap-open): Handle case where buffer is a buffer
13570         object.
13571
13572 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13573
13574         * gnus-delay.el (gnus-delay): Don't autoload.
13575         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13576         to be re-loaded when customizing the `gnus-delay' group.
13577
13578 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13579
13580         * message.el (message-insert-citation-line): Use newlines.
13581
13582 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13583
13584         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13585         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13586         these routines, so the passphrase can be managed externally and
13587         passed in to the system.
13588         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13589         pgg-add-passphrase-to-cache function.
13590
13591         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13592         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13593         these routines, so the passphrase can be managed externally and
13594         passed in to the system.
13595         (pgg-pgp5-sign-region): Use new name of
13596         pgg-add-passphrase-to-cache function.
13597
13598 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13599
13600         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13601         part of the decoded armor to find the key-identifier.
13602         (pgg-gpg-lookup-key-owner): New function to return the
13603         human-readable identifier of a key owner.
13604         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13605         itself.
13606         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13607         the key value) if we have a key and can match it against a secret
13608         key.  Also, added a note pointing out fact that the prompt only
13609         indicates the first matching key.
13610
13611         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13612         pgg-decrypt-region.
13613         (pgg-add-passphrase-to-cache): Rename from
13614         `pgg-add-passphrase-cache' to reduce confusion (all callers
13615         changed).
13616         (pgg-remove-passphrase-from-cache): Rename from
13617         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13618         changed).
13619         (pgg-read-passphrase, pgg-add-passphrase-cache)
13620         (pgg-remove-passphrase-cache): Add informative docstrings.
13621         (pgg-decrypt): Convey provided passphrase in subordinate call to
13622         pgg-decrypt-region.
13623
13624 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13625
13626         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13627         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13628         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13629         'passphrase' argument, so the passphrase can be managed externally
13630         and then passed in to the system.
13631
13632         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13633         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13634         so the passphrase cache can be used reliably with identifiers
13635         besides a pgp packet's key id.
13636
13637         * pgg-gpg.el (pgg-gpg-encrypt-region)
13638         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13639         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13640         these routines, so the passphrase can be managed externally and
13641         passed in to the system.
13642
13643         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13644         'notruncate' argument, so the passphrase cache can be used
13645         reliably with identifiers besides a pgp packet's key id.
13646
13647 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13648
13649         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13650         symmetric encryption.
13651         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13652         encrypted session key.
13653         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13654         message ask for the passphrase in a proper way.
13655
13656         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13657         New user commands for symmetric encryption.
13658
13659 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13662
13663         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13664
13665 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13666
13667         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13668
13669 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * mm-decode.el (mm-inlined-types): Add application/pgp.
13672         (mm-automatic-display): Ditto.
13673
13674         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13675         part as text.
13676
13677 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * nnrss.el: Update copyright.
13680         (nnrss-opml-import): Query whether to subscribe to each entry.
13681
13682         * gnus-art.el:
13683         * gnus-sum.el:
13684         * gnus-xmas.el:
13685         * messagexmas.el:
13686         * mm-uu.el:
13687         * mm-view.el: Update copyright.
13688
13689 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * message.el (message-info): New function.
13692         (message-mode-menu): Add it.
13693         Update copyright.
13694
13695         * ChangeLog: Fix and update copyright.
13696
13697 2006-01-13  Romain Francoise  <romain@orebokech.com>
13698
13699         * message.el (message-forward-subject-name-subject): Prefer the
13700         address to 'nowhere' if the sender has no name.
13701         Fix typo.  Update copyright year.
13702
13703 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (article-wash-html):
13706         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13707         (gnus-article-wash-html-with-w3m-standalone): New function.
13708
13709         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13710         mm-inline-text-html-render-with-w3m-standalone.
13711         (mm-text-html-washer-alist): Map w3m-standalone to
13712         gnus-article-wash-html-with-w3m-standalone.
13713         (mm-inline-text-html-render-with-w3m-standalone): New function.
13714
13715 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13718         Improve LaTeX.
13719
13720 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13723         (nnrss-request-article): Render text/plain parts as HTML.
13724
13725         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13726         the buffer.
13727
13728 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13731         custom definition of `gnus-posting-styles'.
13732
13733         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13734         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13735
13736 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13739         Use nntp for bug archive.
13740
13741 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13744         parts.
13745         (nnrss-normalize-date): New function converts ISO 8601 date into
13746         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13747         (nnrss-check-group): Use it.
13748
13749 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13752
13753         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13754         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13755         (nnrss-insert-w3): Ditto.
13756
13757 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13760         the articles to be forwarded including the case where neither a
13761         number of articles nor a region is specified.
13762
13763 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * nnrss.el (nnrss-request-article): Fix last change; fill
13766         text/plain parts.
13767
13768 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13771         in text/plain part.
13772         (nnrss-check-group): Don't add excessive newline to dc:subject.
13773
13774 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13775
13776         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13777         article.
13778
13779 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13782         (nnml-use-compressed-files, nnml-save-mail): Support other
13783         comression programs such as bzip2.
13784
13785 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13786
13787         * dns.el (query-dns): Make sure we check the buffer size before
13788         removing tcp headers.
13789
13790 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13793         remove MIME buttons associated with multipart/alternative parts.
13794         (gnus-mime-display-alternative): Tag buttons using `article-type'
13795         text property.
13796
13797         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13798         associated with multipart/alternative parts.
13799
13800         * gnus-art.el (gnus-signature-separator): Fix custom type.
13801
13802         * mm-decode.el (mm-inlined-types): Fix custom type.
13803         (mm-keep-viewer-alive-types): Ditto.
13804         (mm-automatic-display): Ditto.
13805         (mm-attachment-override-types): Ditto.
13806         (mm-inline-override-types): Ditto.
13807         (mm-automatic-external-display): Ditto.
13808
13809 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * spam-report.el (spam-report-user-mail-address)
13812         (spam-report-user-agent): New variables.
13813         (spam-report-url-ping-plain): Use spam-report-user-agent.
13814
13815 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13816
13817         * gnus-art.el (gnus-button-handle-custom): Do not just use
13818         `customize-apropos' for any "M-x customize-*" button but the
13819         function called for.  Accept both the function name and its
13820         argument in order to achieve this.
13821         (gnus-button-alist): Remove support for "custom:" URL's.
13822         Pass function name to `gnus-button-handle-custom' in case of "M-x
13823         customize-*" buttons.
13824
13825 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13828         multipart/alternative and add xref to mm-discouraged-alternatives
13829         in doc string.
13830
13831         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13832         gnus-buttonized-mime-types in doc string.
13833
13834 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13837         Suggest image/.* in the doc string.
13838
13839 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13842         message-marks (Debian bug #342521).
13843
13844 2005-12-12  Simon Josefsson  <jas@extundo.com>
13845
13846         * password.el (password-read-from-cache): Add.
13847         (password-read): Use it.
13848
13849 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * rfc2047.el (rfc2047-charset-to-coding-system):
13852         Recognize us-ascii as a MIME charset.
13853
13854         * mm-bodies.el (mm-decode-content-transfer-encoding):
13855         Protect against the case where the 2nd arg TYPE is nil.
13856
13857 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * pop3.el (pop3-stream-type): Fix custom version.
13860
13861         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13862
13863 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13864
13865         * mm-decode.el (mm-display-external): Add missing cdr.
13866
13867 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13870         RFC1524) if it is in mailcap or add a suffix according to
13871         mailcap-mime-extensions when generating a temp filename; postpone
13872         deleting a temp file for 2 seconds for some wrappers, shell
13873         scripts, and so on, which might exit right after having started a
13874         viewer command as a background job.
13875
13876 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * nntp.el (nntp-marks-directory): Fix custom group.
13879
13880         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13881         steps when < 10.
13882
13883         * gnus-start.el (gnus-no-server-1):
13884         Mention `gnus-level-default-subscribed' in doc string.
13885
13886 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13887
13888         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13889         parens.
13890
13891 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-xmas.el (gnus-use-toolbar): Revert.
13894         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13895         gnus-use-toolbar is default.
13896
13897         * messagexmas.el (message-use-toolbar): Revert.
13898         (message-setup-toolbar): Use global default-toolbar if
13899         message-use-toolbar is default.
13900
13901 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13904         according to default-toolbar-visible-p.
13905
13906         * messagexmas.el (message-use-toolbar): Ditto.
13907
13908 2005-11-26  Dave Love  <fx@gnu.org>
13909
13910         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13911         (tls-program, tls-success): Provide openssl alternative.
13912
13913         * starttls.el: Doc fixes.
13914         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13915         SERVICE to PORT.
13916
13917         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13918         port null or service name.
13919         (starttls-negotiate): Autoload.
13920
13921 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * message.el (message-kill-to-signature): Fix interactive spec.
13924
13925 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * pop3.el (pop3-open-server): Recognize a string as a service name.
13928
13929 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13930
13931         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13932
13933 2005-11-23  Dave Love  <fx@gnu.org>
13934
13935         Add pop3s, pop3/starttls.
13936
13937         * pop3.el (pop3-authentication-scheme): Clarify doc.
13938         (open-tls-stream, starttls-open-stream): Autoload.
13939         (pop3-stream-type): New.
13940         (pop3-open-server): Use it.
13941
13942         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13943         for POP.
13944         (mail-source-keyword-map): Add :stream for POP.
13945         (mail-source-fetch-pop): Use pop3-stream-type.
13946
13947 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13950         of current-time-string.
13951
13952 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13953
13954         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13955         date header.
13956
13957 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13958
13959         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13960         it can seriously impact performance as it bypasses the agent's
13961         local caches.
13962
13963 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13964
13965         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13966         must be explicitly online rather than "not explicitly offline" for
13967         its flags to be synchronized.
13968
13969         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13970         that gnus-uu-unmark-thread will function correctly.
13971
13972         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13973         1024K is instead displayed as 1M.
13974
13975 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13976
13977         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13978
13979 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13980
13981         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13982
13983 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13984
13985         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13986         error message to display actual error condition.
13987         (gnus-agent-save-local): Avoid saving symbols that are bound to
13988         nil as they simply result in a warning message in
13989         gnus-agent-read-local.
13990
13991 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13994         rather than make-variable-buffer-local for file-precious-flag.
13995
13996 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13997
13998         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13999         for duplicates which are removed.  The invalid sort check then
14000         triggers a rescan after the sort as sorting may have moved
14001         duplicate entries such that they can be cheaply detected.
14002
14003 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14006
14007 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14008
14009         * gnus-agent.el (gnus-agent-article-alist-save-format):
14010         Change internal variable to a custom variable.  Change default value
14011         from compressed(2) to uncompressed(1).
14012         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14013         support for uncompressed agentview files.  Taken together, reading
14014         the agentview file should now be 6-7 times faster.
14015
14016 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14017
14018         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14019         as a buffer-local variable.  This avoids creating truncated
14020         dribble files as a result of a hang up, eg.
14021
14022 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14023
14024         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14025         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14026         XEmacs.
14027
14028 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * gnus-start.el (gnus-start-draft-setup):
14031         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14032
14033         * gnus.el (gnus-splash): Change custom group.
14034         (gnus-group-get-parameter, gnus-group-parameter-value):
14035         Describe allow-list argument.
14036
14037         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14038         string.
14039
14040 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus-art.el (gnus-default-article-saver): Add user-defined
14043         `function' to custom type.
14044
14045 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14046
14047         * imap.el (imap-open): Handle case where buffer is a buffer
14048         object.
14049
14050 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14053         long lines.
14054         (gnus-cache-delete-group): Wrap doc strings.
14055
14056         * gnus-agent.el (gnus-agent-rename-group)
14057         (gnus-agent-delete-group): Wrap doc strings.
14058
14059 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * messagexmas.el (message-use-toolbar): Change the valid values
14062         into default, top, bottom, left, and right.
14063         (message-toolbar-thickness): New variable.
14064         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14065         well.
14066         (message-setup-toolbar): Make it work.
14067
14068         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14069         (gnus-use-toolbar): Change the valid values into default, top,
14070         bottom, left, and right.
14071         (gnus-toolbar-thickness): New variable.
14072         (gnus-xmas-setup-toolbar): New function.
14073         (gnus-xmas-setup-group-toolbar): Use it.
14074         (gnus-xmas-setup-summary-toolbar): Use it.
14075
14076 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * gnus-start.el (gnus-1): Add "native" to
14079         gnus-predefined-server-alist.
14080
14081         * gnus.el (gnus-method-to-server): Don't add "native" to the
14082         lists here, because that leads to problems when
14083         gnus-select-method is bound.
14084
14085 2005-11-09  Simon Josefsson  <jas@extundo.com>
14086
14087         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14088         use (not sort-by-date) instead.
14089
14090 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14091
14092         * gnus-delay.el (gnus-delay-group): Don't autoload.
14093         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14094         to be re-loaded when customizing the `gnus-delay' group.
14095
14096 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14097
14098         * message.el: Revert last changes.
14099         (message-insert-citation-line): Use newlines.
14100
14101 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14102
14103         * message.el (message-courtesy-message)
14104         (message-mark-insert-begin, message-mark-insert-end)
14105         (message-elide-ellipsis, message-cancel-message)
14106         (message-add-header, message-change-subject)
14107         (message-cross-post-followup-to-header)
14108         (message-cross-post-insert-note, message-reduce-to-to-cc)
14109         (message-widen-reply, message-delete-not-region)
14110         (message-kill-to-signature, message-insert-signature)
14111         (message-insert-importance-high, message-insert-importance-low)
14112         (message-insert-or-toggle-importance)
14113         (message-insert-disposition-notification-to)
14114         (message-indent-citation, message-yank-original)
14115         (message-cite-original-without-signature, message-cite-original)
14116         (message-insert-citation-line, message-position-on-field)
14117         (message-fix-before-sending, message-send-mail-partially)
14118         (message-send-mail, message-send-mail-with-sendmail)
14119         (message-send-mail-with-qmail, message-send-news)
14120         (message-check-news-header-syntax, message-generate-headers)
14121         (message-insert-courtesy-copy, message-fill-address)
14122         (message-fill-header, message-shorten-references)
14123         (message-setup-1, message-cancel-news)
14124         (message-forward-make-body-plain, message-forward-make-body-mime)
14125         (message-forward-make-body-mml, message-encode-message-body)
14126         (message-forward-make-body-digest-plain)
14127         (message-forward-make-body-digest-mime)
14128         (message-use-alternative-email-as-from): Insert `hard-newline'
14129         instead of ordinary newlines.
14130
14131 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * message.el (message-generate-headers): Downcase the argument
14134         given to message-check-element.
14135
14136 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14137
14138         * nntp.el (nntp-authinfo-rejected): New error condition.
14139         (nntp-wait-for): Use new error condition to signal authentication
14140         error.
14141         (nntp-retrieve-data): Rethrow new error condition to break out of
14142         recursive call to nntp-send-authinfo.
14143
14144 2005-11-08  Romain Francoise  <romain@orebokech.com>
14145
14146         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14147         (gnus-summary-exit-map): Bind to `Z p'.
14148         (gnus-summary-make-menu-bar): Add menu item.
14149
14150 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14153         (gnus-treat-*): Add `first' in all doc strings.
14154
14155         * gnus-group.el (gnus-group-compact-group): Fix typo.
14156
14157 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus.el (gnus-parameters-case-fold-search): New variable.
14160         (gnus-parameters-get-parameter): Use it.
14161
14162         * gnus-score.el (gnus-home-score-file): Doc fix.
14163
14164 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14165
14166         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14167
14168 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * mm-util.el (mm-special-display-p): New function.
14171
14172         * mml.el (mml-preview): Use it; doc fix.
14173
14174 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14175
14176         * imap.el (imap-open): Handle case where buffer is a buffer object.
14177
14178 2005-10-29  Romain Francoise  <romain@orebokech.com>
14179
14180         * message.el (message-fix-before-sending): Fix comment.
14181
14182 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14183
14184         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14185
14186 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14187
14188         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14189         Used in gnus-score.el.
14190
14191 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14194
14195 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14198         whitespace removed in revision 7.8.  Use concatenated string to
14199         protect trailing whitespace.
14200
14201 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14202
14203         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14204         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14205         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14206         Courier IMAP ("some version from 2004").  Mostly based on similar
14207         code in the same function.
14208
14209 2005-10-26  Didier Verna  <didier@xemacs.org>
14210
14211         * gnus-group.el (gnus-group-compact-group): Invalidate original
14212         article buffer.
14213         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14214         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14215         NOV database and in article itself.
14216         Invalidate article backlog.
14217
14218 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14221
14222 2005-10-26  Simon Josefsson  <jas@extundo.com>
14223
14224         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14225         part of 2004-07-25 change.
14226
14227 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * message.el (message-display-completion-list): New function.
14230         (message-expand-group): Use it; make sure the Completions buffer
14231         is modifiable.
14232 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14233
14234         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14235         user-mail-name is an empty string.
14236
14237 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14240         depending on gnus-score-decay-constant.
14241
14242         * encrypt.el (encrypt-insert-file-contents)
14243         (encrypt-write-file-contents): Don't use `gnus-message'.
14244
14245         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14246         arguments.
14247         (mm-uu-type-alist): Add message-marks and insert-marks.
14248         Pass arguments to mm-uu-verbatim-marks-extract.
14249         (mm-uu-hide-markers): New variable.
14250         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14251
14252         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14253         (gnus-convert-image-to-face-command): Use "convert" by default to
14254         allow other input image formats.
14255         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14256         accordingly.
14257
14258 2005-10-23  Simon Josefsson  <jas@extundo.com>
14259
14260         * imap.el (imap-gssapi-program): Align command line parameters
14261         with latest GNU SASL.
14262         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14263
14264 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14267         HTML.
14268         (nnslashdot-request-article): Ditto.
14269
14270         * lpath.el (featurep): Add nobreak-char-display.
14271
14272 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14273
14274         * mail-source.el (mail-source-fetch-pop): Require pop3.
14275         (mail-source-check-pop): Ditto.
14276
14277 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14280         errors.
14281
14282 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14285         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14286
14287         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14288
14289         * mm-bodies.el (mm-decode-string):
14290         Call `mm-charset-to-coding-system' with allow-override argument.
14291
14292 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14295         (rfc2047-charset-to-coding-system): New function.
14296         (rfc2047-decode-encoded-words): New function.
14297         (rfc2047-decode-region): Use them.
14298         (rfc2047-decode-cte): Remove.
14299         (rfc2047-parse-and-decode): Remove.
14300         (rfc2047-decode): Remove.
14301
14302 2005-10-15  Kenichi Handa  <handa@m17n.org>
14303
14304         * rfc2047.el (rfc2047-decode-cte): New function.
14305         (rfc2047-decode-region): Change the way to decode successive
14306         encoded-words: decode B- or Q-encoding in each encoded-word,
14307         concatenate them, and decode it as charset.
14308
14309 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * lpath.el: Fbind codepage-setup for XEmacs.
14312
14313 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14314
14315         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14316         widget-move-and-invoke.
14317         (gnus-custom-mode): Use gnus-custom-map.
14318
14319 2005-10-15  Bill Wohler  <wohler@newt.com>
14320
14321         * message.el (message-tool-bar-map): Rename image file from
14322         mail_send to mail/send.
14323
14324 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14325
14326         * message.el (message-expand-group): Pass the common
14327         prefix substring of completion to `display-completion-list'.
14328
14329 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * mml-sec.el (mml-secure-method): New internal variable.
14332         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14333         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14334         New functions using mml-secure-method.
14335
14336         * mml.el (mml-mode-map): Add key bindings for those functions.
14337         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14338         Harder <harder@myrealbox.com>.
14339         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14340         Goto end of message if point is the headers of the message.
14341
14342         * message.el (message-in-body-p): New function.
14343
14344         * assistant.el: Autoload gnus-util and netrc.
14345
14346         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14347         Use `mm-charset-override-alist' only when decoding.
14348
14349         * mm-bodies.el (mm-decode-body):
14350         Call `mm-charset-to-coding-system' with allow-override argument.
14351
14352         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14353         `filename' from Content-Disposition if Content-Type doesn't
14354         provide `name'.
14355         (gnus-mime-view-part-as-type): Set default instead of
14356         initial-input.
14357
14358 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14359
14360         * format-spec.el (format-spec): Propagate text properties of % spec.
14361
14362 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus-art.el (gnus-treat-predicate): Add `first'.
14365
14366 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14369         (mm-charset-override-alist): New variable.
14370         (mm-charset-to-coding-system): Use it.
14371         (mm-codepage-setup): New helper function.
14372         (mm-charset-eval-alist): New variable.
14373         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14374         Warn about unknown charsets.
14375
14376         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14377
14378 2005-10-04  David Hansen  <david.hansen@gmx.net>
14379
14380         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14381         (nnrss-check-group): Ditto.
14382
14383 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14386         Rename x-gnus-verbatim to x-verbatim.
14387         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14388
14389         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14390         x-verbatim.
14391
14392         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14393
14394         * gnus-util.el (gnus-remove-duplicates): Remove.
14395
14396         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14397         instead of gnus-remove-duplicates.
14398
14399         * message.el (message-remove-duplicates): Remove.
14400         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14401         message-remove-duplicates.
14402
14403         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14404         available, else use implementation from `delete-dups'.
14405
14406         * message.el (message-insert-expires): New function.
14407         (message-mode-map): Add key binding.
14408         (message-mode-field-menu): Add menu entry.
14409         (message-mode): Document it.
14410         (message-make-expires-date): Use `message-make-date'.
14411
14412 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14413
14414         * message.el (message-make-expires-date): New function.
14415
14416 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * Makefile.in (list-installed-shadows): New entry.
14419         (install): Use it.
14420         (remove-installed-shadows): New entry.
14421
14422         * dgnushack.el (dgnushack-default-load-path): New variable.
14423         (dgnushack-find-lisp-shadows): New function.
14424         (dgnushack-remove-lisp-shadows): New function.
14425
14426 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * Makefile.in (install-el-elc): New entry.
14429         (install): Use it so that .el files are necessarily installed.
14430
14431 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14434
14435 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14436
14437         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14438         function rather than the diff-mode.el package.
14439         (mm-display-external): Use with-current-buffer.
14440         (mm-viewer-completion-map, mm-viewer-completion-map):
14441         Move initialization inside declaration.
14442
14443 2005-09-29  Simon Josefsson  <jas@extundo.com>
14444
14445         * spam.el: Load hashcash when compiling, to avoid warnings.
14446         Don't autoload mail-check-payment.
14447         (spam-check-hashcash): Define unconditionally, since hashcash.el
14448         is part of Gnus now.  Ignore errors from payment checking.
14449
14450 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * message.el (message-bold-region, message-unbold-region):
14453         Rename from `bold-region' and `unbold-region'.
14454
14455         * message.el: Remove useless autoloads.
14456
14457 2005-09-28  Simon Josefsson  <jas@extundo.com>
14458
14459         * message.el (message-use-idna): Default to t.
14460         (message-use-idna): Test whether encoding works too.  Doc fix.
14461
14462 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * nntp.el (nntp-warn-about-losing-connection): Remove.
14465
14466 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14469         customizable.  Change default value.
14470         (mm-uu-diff-groups-regexp): Change default value.
14471         (mm-uu-type-alist): Add doc string.
14472         (mm-uu-configure): Add doc string.  Make it interactive.
14473         (mm-uu-tex-groups-regexp): New variable.
14474         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14475         (mm-uu-type-alist): Add LaTeX documents.
14476         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14477         of "text/verbatim".
14478         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14479
14480         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14481         instead of "text/verbatim".
14482
14483         * message.el (message-mark-inserted-region)
14484         (message-mark-insert-file): Use slrn style marks when called with
14485         prefix argument.
14486
14487 2005-09-27  Simon Josefsson  <jas@extundo.com>
14488
14489         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14490
14491 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14492
14493         * message.el (message-remove-duplicates): New function.
14494         Implementation borrowed from `gnus-remove-duplicates'.
14495         (message-idna-to-ascii-rhs): Also encode idna addresses in
14496         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14497         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14498         only ask about the same idna domain once per header and also tell
14499         in what header to replace the idna domain.
14500
14501         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14502         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14503         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14504         a header is decoded and not just the last one.
14505
14506 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14509         has been decoded.
14510
14511         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14512         (mm-insert-part): Don't modify text if it has been decoded.
14513
14514         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14515         decoded.
14516
14517         * mm-view.el (mm-inline-text): Don't strip text props unless
14518         decoding enriched or richtext parts.
14519
14520 2005-09-25  Romain Francoise  <romain@orebokech.com>
14521
14522         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14523         * gnus-start.el (gnus-subscribe-interactively):
14524         * gnus-uu.el (gnus-uu-grab-articles):
14525         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14526         space.
14527
14528 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14529
14530         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14531         * mm-view.el (mm-view-pkcs7-decrypt):
14532         * gnus-sum.el (gnus-summary-limit-to-extra)
14533         (gnus-summary-respool-article, gnus-read-move-group-name):
14534         * gnus-score.el (gnus-summary-increase-score):
14535         * gnus-util.el (gnus-completing-read-with-default):
14536         * gnus-art.el (gnus-read-save-file-name)
14537         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14538         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14539         * message.el (message-check-news-header-syntax):
14540         Follow convention for reading with the minibuffer.
14541
14542 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * spam-report.el (spam-report-url-ping-plain):
14545         Use gnus-extended-version as User-Agent.
14546
14547         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14548         default value is nil.
14549
14550         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14551         (mm-uu-verbatim-marks-extract): New function.
14552         (mm-uu-extract): New face.
14553         (mm-uu-copy-to-buffer): Use it.
14554
14555         * spam-report.el (spam-report-gmane-ham): Rename from
14556         `spam-report-gmane-unspam'.
14557         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14558         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14559
14560         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14561         Autoload.
14562         (spam-report-gmane-unregister-routine):
14563         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14564
14565 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14566
14567         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14568         (spam-report-gmane-unregister-routine): Add support for gmane
14569         unregistration.
14570
14571         * spam-report.el (spam-report-gmane-unspam)
14572         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14573         (spam-report-gmane): Change to take a single article and do unspam
14574         registration.
14575
14576 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * mm-url.el (mm-url-decode-entities): Fix regexp.
14579
14580 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14581
14582         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14583         default to nil, to be able to use Gnus at all.  If the default
14584         switches to something else, then the function should be fixed not
14585         be exceedingly slow.
14586
14587 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14590         fail hard.
14591
14592         * spam-report.el: Add better Keywords line.
14593
14594         * spam.el: Add Maintainer and better Keywords line.
14595
14596 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * gnus-art.el (gnus-article-replace-part)
14599         (gnus-mime-replace-part): New functions.
14600         (gnus-mime-action-alist, gnus-mime-button-commands)
14601         (gnus-mime-save-part-and-strip): Add file argument.
14602         (gnus-article-part-wrapper): Add interactive argument.
14603
14604         * gnus-sum.el (gnus-summary-mime-map):
14605         Add `gnus-article-replace-part'.
14606
14607 2005-09-19  Didier Verna  <didier@xemacs.org>
14608
14609         The nnml compaction feature:
14610         * nnml.el (nnml-request-compact-group): New function.
14611         * nnml.el (nnml-request-compact): New function.
14612         * gnus-int.el (gnus-request-compact-group): New function.
14613         * gnus-int.el (gnus-request-compact): New function.
14614         * gnus-group.el (gnus-group-compact-group): New function.
14615         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14616         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14617         * gnus-srvr.el (gnus-server-compact-server): New function.
14618         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14619         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14620
14621 2005-09-18  Deepak Goel  <deego@gnufans.org>
14622
14623         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14624         format spec.
14625
14626 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14629
14630 2005-09-15  Romain Francoise  <romain@orebokech.com>
14631
14632         * message.el (message-fill-paragraph): Clarify docstring.
14633
14634 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-art.el (gnus-mime-display-part): Protect against broken
14637         MIME messages.
14638
14639 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14642         before parsing header.
14643
14644 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14645
14646         * html2text.el (html2text-replace-list): Add new entities.
14647
14648 2005-09-11  Romain Francoise  <romain@orebokech.com>
14649
14650         * message.el (message-alternative-emails): Improve docstring.
14651         (message-setup-1): Call `message-use-alternative-email-as-from'
14652         after `message-setup-hook' to give it precedence over posting
14653         styles, etc.
14654         (message-use-alternative-email-as-from): Add docstring.
14655         Remove the original From header if present.
14656
14657         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14658         (nnml-save-mail): Use it.
14659
14660         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14661         articles.  Add new argument `silent'.
14662         (gnus-uu-mark-all): Report the total number of marked articles.
14663
14664 2005-09-10  Romain Francoise  <romain@orebokech.com>
14665
14666         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14667         (gnus-uu-mark-series): Likewise.
14668
14669 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * spam-report.el (spam-report-gmane): Fix generation of spam
14672         report URL.
14673
14674 2005-09-10  Simon Josefsson  <jas@extundo.com>
14675
14676         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14677         t, based on discussion on the ding list with Robert Epprecht
14678         <epprecht@solnet.ch>.
14679
14680 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * spam-report.el (spam-report-gmane): Make it work without
14683         X-Report-Spam header.  Gmane now only provides Archived-At.
14684         This is only used if `spam-report-gmane-use-article-number' is nil.
14685         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14686
14687         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14688         make `gnus-summary-sort-by-recipient' work with threading.
14689
14690         * nnweb.el (nnweb-google-wash-article): Print a message if article
14691         is not available.
14692
14693 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14694
14695         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14696         change.  Decode text/* parts content before displaying.
14697
14698 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14701
14702 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14705
14706         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14707         url-package-name, url-package-version,
14708         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14709         w3m-display-inline-images, and w3m-minor-mode-map.
14710
14711 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * message.el (message-tab-body-function): Fix mismatched custom type.
14714
14715         * gnus.el (gnus-group-change-level-function): Ditto.
14716
14717         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14718
14719         * gnus-art.el (gnus-signature-limit)
14720         (gnus-article-mime-part-function): Ditto.
14721
14722 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * mml.el (mml-mode): Silence the byte compiler.
14725
14726         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14727         using `(sit-for 0)' before moving the point to the specified part;
14728         skip unbuttonized parts.
14729         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14730         return to the summary window if gnus-auto-select-part is non-nil.
14731
14732 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14735         New variables.
14736         (mml-dnd-attach-file, mml-mode): Use them.
14737
14738         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14739         Make fetching article by MID work again for Google Groups.
14740         Add FIXME concerning gnus-group-make-web-group.
14741
14742         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14743         Don't depend on Gnus by using mail-extract-address-components if
14744         gnus-extract-address-components is not bound.
14745
14746 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14747
14748         * gnus-art.el (gnus-mime-display-security): Don't display the
14749         signature, but only the signed part.
14750
14751 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14754
14755         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14756         list, not listp.
14757
14758 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14759
14760         * mm-encode.el (mm-encode-content-transfer-encoding):
14761         Likewise when encoding.
14762
14763         * mm-bodies.el (mm-decode-content-transfer-encoding):
14764         De-canonicalize CRLF for all text content types, not just
14765         text/plain.
14766
14767 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14770         valid article; point arrow and cursor at the MIME button.
14771
14772 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14775         Suggested by Dan Christensen <jdc@uwo.ca>.
14776
14777         * mm-decode.el (mm-save-part): Enable change of prompt.
14778
14779 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14780
14781         * gnus-msg.el (gnus-inews-add-send-actions):
14782         Make `message-post-method' lambda parameter ARG `&optional'.
14783
14784 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * gnus-sum.el (gnus-summary-mime-map):
14787         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14788         gnus-article-jump-to-part.
14789
14790         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14791         (gnus-article-edit-part): Use it.
14792         (gnus-article-part-wrapper): Add no-handle argument.
14793         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14794         New functions.
14795
14796 2005-08-29  Romain Francoise  <romain@orebokech.com>
14797
14798         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14799         docstring.
14800         (gnus-face-from-file): Likewise.
14801
14802 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14805         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14806         non-nil.
14807         (gnus-auto-select-part): New variable.
14808         (gnus-article-jump-to-part): New function.
14809         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14810         (gnus-mime-delete-part): Allow selecting specified part after
14811         deleting or stripping parts.
14812         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14813         part if argument is bogus.
14814
14815 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14816
14817         * gnus-art.el (w3m-minor-mode-map):
14818         * gnus-spec.el (gnus-newsrc-file-version):
14819         * gnus-util.el (nnmail-active-file-coding-system)
14820         (gnus-original-article-buffer, gnus-user-agent):
14821         * gnus.el (gnus-ham-process-destinations)
14822         (gnus-parameter-ham-marks-alist)
14823         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14824         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14825         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14826         * mm-decode.el (gnus-current-window-configuration):
14827         * mm-extern.el (gnus-article-mime-handles):
14828         * mm-url.el (url-current-object, url-package-name)
14829         (url-package-version):
14830         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14831         (smime-keys, w3m-cid-retrieve-function-alist)
14832         (w3m-current-buffer, w3m-display-inline-images)
14833         (w3m-minor-mode-map):
14834         * mml-smime.el (gnus-extract-address-components):
14835         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14836         (gnus-newsrc-hashtb, message-default-charset)
14837         (message-deletable-headers, message-options)
14838         (message-posting-charset, message-required-mail-headers)
14839         (message-required-news-headers):
14840         * mml1991.el (mc-pgp-always-sign):
14841         * mml2015.el (mc-pgp-always-sign):
14842         * nnheader.el (nnmail-extra-headers):
14843         * rfc1843.el (gnus-decode-encoded-word-function)
14844         (gnus-decode-header-function, gnus-newsgroup-name):
14845         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14846
14847 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14848
14849         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14850         the end of the date treatments.
14851
14852 2005-08-15  Simon Josefsson  <jas@extundo.com>
14853
14854         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14855         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14856         Capello and Romain Francoise.
14857         (pgg-fetch-key-function): Remove, not used?
14858         (pgg-insert-url-with-w3): Require url, to get
14859         url-insert-file-contents regardless of where it is defined.
14860
14861 2005-08-13  Romain Francoise  <romain@orebokech.com>
14862
14863         * message.el (message-cite-original-1): New function.
14864         (message-cite-original): Use it.
14865         (message-cite-original-without-signature): Ditto.
14866
14867 2005-08-08  Romain Francoise  <romain@orebokech.com>
14868
14869         * message.el (message-yank-empty-prefix): New variable.
14870         (message-indent-citation): Use it.
14871         (message-cite-original-without-signature): Respect X-No-Archive.
14872
14873 2005-08-08  Simon Josefsson  <jas@extundo.com>
14874
14875         * pgg.el: Autoload url-insert-file-contents instead of loading
14876         w3/url.
14877         (pgg-insert-url-with-w3): Don't load url here.
14878
14879 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14880
14881         * message.el (message-kill-to-signature): Don't insert newline at
14882         bol.
14883         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14884
14885 2005-08-06  Romain Francoise  <romain@orebokech.com>
14886
14887         * message.el (message-user-fqdn): Fix typo in docstring.
14888
14889 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14890
14891         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14892
14893         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14894
14895 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * mm-bodies.el (mm-encode-body): Use coding system rather than
14898         charset to encode text.
14899
14900         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14901         number of charsets if utf-8 is available (XEmacs).
14902
14903 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14906         taken from `gnus-button-mid-or-mail-regexp'.
14907         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14908         (gnus-button-alist): Improve regexp for domain part of the MIDs
14909         for news:localpart@domain buttons.
14910         (gnus-button-ctan-directory-regexp): Update.
14911
14912 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * sieve-manage.el (sieve-manage-interactive-login):
14915         Use make-local-variable rather than make-variable-buffer-local.
14916         (sieve-manage-open): Ditto.
14917         (sieve-manage-authenticate): Ditto.
14918
14919         * mml.el (mml-generate-mime-1): Make the content type default to
14920         text/plain if the filename is not specified.
14921
14922 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14925         instead of insert-buffer.
14926
14927         * message.el (message-yank-original): Ditto; set the mark at the
14928         end of the yanked message.
14929
14930 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14933         lines to scroll rather than to stop it.
14934
14935         * mml.el (mml-generate-default-type): Add doc string.
14936         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14937         default to application/octet-stream when determining the content
14938         type if it is not specified for the part or the mml contents; add
14939         a comment about mml-generate-default-type.
14940
14941 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14944         make it default to application/octet-stream when determining the
14945         content type if it is not specified for the external contents.
14946
14947 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14950         segmented parameter but also other parameters might be there.
14951
14952 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * mm-decode.el (mm-display-external): Delete temp file, directory
14955         and buffer immediately if the external process is exited.
14956
14957 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14960         fewer lines than that of scroll-margin.
14961         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14962
14963 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-art.el (gnus-article-next-page): Revert.
14966         (gnus-article-beginning-of-window): New macro.
14967         (gnus-article-next-page-1): Use it.
14968         (gnus-article-prev-page): Ditto.
14969         (gnus-article-edit-part): Use insert-buffer-substring instead of
14970         insert-buffer.
14971         (gnus-article-edit-exit): Ditto.
14972
14973         * gnus-util.el (gnus-beginning-of-window): Remove.
14974         (gnus-end-of-window): Remove.
14975
14976         * lpath.el: Don't bind header-line-format and scroll-margin.
14977
14978 2005-07-25  Simon Josefsson  <jas@extundo.com>
14979
14980         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14981         to have the url package without w3.  Reported by Daiki Ueno
14982         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14983
14984 2005-07-20  Didier Verna  <didier@xemacs.org>
14985
14986         * gnus-diary.el: Remove the description comment (nndiary is now
14987         properly documented in the Gnus manual).
14988         Fix the spelling of "Back End".
14989         * nndiary.el: Ditto.
14990         Fix the copyright notice.
14991
14992 2005-07-18  Romain Francoise  <romain@orebokech.com>
14993
14994         * gnus-sum.el (gnus-summary-to-prefix)
14995         (gnus-summary-newsgroup-prefix): New variables.
14996         (gnus-summary-from-or-to-or-newsgroups): Use them.
14997
14998 2005-07-17  Romain Francoise  <romain@orebokech.com>
14999
15000         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15001         space as it's generally not especially interesting to the user.
15002
15003 2005-07-16  Romain Francoise  <romain@orebokech.com>
15004
15005         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15006         nil to avoid prompting and file modification if one of the
15007         messages at the top of the nnfolder file contains a copyright
15008         notice.
15009         Update copyright notice.
15010
15011         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15012         instead of `current-time-string' as the latter creates a time
15013         string that is not RFC 2822 compliant (it lacks the zone).
15014         Update copyright notice.
15015
15016 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15017
15018         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15019         for text/rtf.  Display default in prompt.  Pass default for M-n.
15020
15021         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15022
15023 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15024
15025         * gnus-msg.el (gnus-button-mailto):
15026         Remove save-selected-window-window hackery because it relies on
15027         save-selected-window internals.
15028
15029 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15032         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15033         (gnus-article-prev-page): Ditto.
15034
15035         * gnus-util.el (gnus-beginning-of-window): New function.
15036         (gnus-end-of-window): New function.
15037
15038         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15039
15040 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15041
15042         * gnus-score.el (gnus-score-edit-all-score):
15043         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15044         gnus-message.
15045
15046 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * gnus-msg.el (gnus-button-mailto):
15049         Remove save-selected-window-window hackery because it relies on
15050         save-selected-window internals.
15051
15052 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15055         add-minor-mode.
15056         (gnus-binary-mode): Ditto.
15057
15058         * gnus-topic.el (gnus-topic-mode): Ditto.
15059
15060 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15061
15062         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15063         (gnus-article-prev-page): Take scroll-margin into consideration.
15064
15065 2005-07-04  Lute Kamstra  <lute@gnu.org>
15066
15067         Update FSF's address in GPL notices.
15068
15069 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15070
15071         * gnus.el (gnus-exit):
15072         * gnus-group.el (gnus-group-icons):
15073         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15074
15075         * gnus-nocem.el (gnus-nocem):
15076         * message.el (message-various, message-buffers, message-sending)
15077         (message-interface, message-forwarding, message-insertion)
15078         (message-headers, message-news, message-mail):
15079         * pgg-gpg.el (pgg-gpg):
15080         * pgg-parse.el (pgg-parse):
15081         * pgg-pgp.el (pgg-pgp):
15082         * pgg-pgp5.el (pgg-pgp5):
15083         * pop3.el (pop3): Finish `defgroup' description with period.
15084
15085 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-art.el (article-display-face): Improve the efficiency.
15088         (article-display-x-face): Ditto; remove grey x-face stuff.
15089
15090 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-art.el (article-display-face): Correct the position in
15093         which Faces are inserted.
15094
15095 2005-06-29  Didier Verna  <didier@xemacs.org>
15096
15097         * gnus-art.el (article-display-face): Display faces in correct
15098         order.
15099
15100 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15103         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15104         (gnus-nocem-check-article): Fetch the Type header.
15105         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15106         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15107         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15108         make sure gnus-nocem-hashtb is initialized.
15109         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15110         (gnus-nocem-unwanted-article-p): Ditto.
15111
15112         * pgg.el (pgg-verify): Return the verification result.
15113
15114 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15117         is ascii.
15118
15119 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15120
15121         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15122         `show-nonbreak-escape'.
15123
15124 2005-06-23  Lute Kamstra  <lute@gnu.org>
15125
15126         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15127
15128         * dig.el (dig-mode):
15129         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15130
15131 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15132
15133         * nnimap.el (nnimap-split-download-body): Fix spellings.
15134
15135 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15136
15137         * gnus-art.el (gnus-article-encrypt-body):
15138         * gnus-cus.el (gnus-score-customize):
15139         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15140         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15141
15142 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15143
15144         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15145         header by looking for magic "MII" at the beginnig.
15146
15147 2005-06-16  Miles Bader  <miles@gnu.org>
15148
15149         * gnus-xmas.el (gnus-xmas-group-startup-message):
15150         Use renamed gnus-splash face.
15151
15152         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15153         (assistant-field-face): New backward-compatibility alias for renamed
15154         face.
15155         (assistant-render-text): Use renamed assistant-field face.
15156
15157         * spam.el (spam): Remove "-face" suffix from face name.
15158         (spam-face): New backward-compatibility alias for renamed face.
15159         (spam-face, spam-initialize): Use renamed spam face.
15160
15161         * message.el (message-header-to, message-header-cc)
15162         (message-header-subject, message-header-newsgroups)
15163         (message-header-other, message-header-name)
15164         (message-header-xheader, message-separator, message-cited-text)
15165         (message-mml): Remove "-face" suffix from face names.
15166         (message-header-to-face, message-header-cc-face)
15167         (message-header-subject-face, message-header-newsgroups-face)
15168         (message-header-other-face, message-header-name-face)
15169         (message-header-xheader-face, message-separator-face)
15170         (message-cited-text-face, message-mml-face):
15171         New backward-compatibility aliases for renamed faces.
15172         (message-font-lock-keywords): Use renamed message faces.
15173
15174         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15175         (sieve-test-commands, sieve-tagged-arguments):
15176         Remove "-face" suffix from face names.
15177         (sieve-control-commands-face, sieve-action-commands-face)
15178         (sieve-test-commands-face, sieve-tagged-arguments-face):
15179         New backward-compatibility aliases for renamed faces.
15180         (sieve-control-commands-face, sieve-action-commands-face)
15181         (sieve-test-commands-face, sieve-tagged-arguments-face):
15182         Use renamed sieve faces.
15183
15184         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15185         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15186         (gnus-group-news-3-empty, gnus-group-news-4)
15187         (gnus-group-news-4-empty, gnus-group-news-5)
15188         (gnus-group-news-5-empty, gnus-group-news-6)
15189         (gnus-group-news-6-empty, gnus-group-news-low)
15190         (gnus-group-news-low-empty, gnus-group-mail-1)
15191         (gnus-group-mail-1-empty, gnus-group-mail-2)
15192         (gnus-group-mail-2-empty, gnus-group-mail-3)
15193         (gnus-group-mail-3-empty, gnus-group-mail-low)
15194         (gnus-group-mail-low-empty, gnus-summary-selected)
15195         (gnus-summary-cancelled, gnus-summary-high-ticked)
15196         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15197         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15198         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15199         (gnus-summary-low-undownloaded)
15200         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15201         (gnus-summary-low-unread, gnus-summary-normal-unread)
15202         (gnus-summary-high-read, gnus-summary-low-read)
15203         (gnus-summary-normal-read, gnus-splash):
15204         Remove "-face" suffix from face names.
15205         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15206         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15207         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15208         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15209         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15210         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15211         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15212         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15213         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15214         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15215         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15216         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15217         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15218         (gnus-summary-normal-ticked-face)
15219         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15220         (gnus-summary-normal-ancient-face)
15221         (gnus-summary-high-undownloaded-face)
15222         (gnus-summary-low-undownloaded-face)
15223         (gnus-summary-normal-undownloaded-face)
15224         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15225         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15226         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15227         (gnus-splash-face):
15228         New backward-compatibility aliases for renamed faces.
15229         (gnus-group-startup-message): Use renamed gnus faces.
15230
15231         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15232         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15233         (gnus-server-agent): Remove "-face" suffix from face names.
15234         (gnus-server-agent-face, gnus-server-opened-face)
15235         (gnus-server-closed-face, gnus-server-denied-face)
15236         (gnus-server-offline-face):
15237         New backward-compatibility aliases for renamed faces.
15238         (gnus-server-agent-face, gnus-server-opened-face)
15239         (gnus-server-closed-face, gnus-server-denied-face)
15240         (gnus-server-offline-face): Use renamed gnus faces.
15241
15242         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15243         Remove "-face" suffix from face names.
15244         (gnus-picon-xbm-face, gnus-picon-face):
15245         New backward-compatibility aliases for renamed faces.
15246
15247         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15248         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15249         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15250         (gnus-cite-11): Remove "-face" suffix from face names.
15251         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15252         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15253         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15254         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15255         New backward-compatibility aliases for renamed faces.
15256         (gnus-cite-attribution-face, gnus-cite-face-list)
15257         (gnus-article-boring-faces): Use renamed gnus faces.
15258
15259         * gnus-art.el (gnus-signature, gnus-header-from)
15260         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15261         (gnus-header-content): Remove "-face" suffix from face names.
15262         (gnus-signature-face, gnus-header-from-face)
15263         (gnus-header-subject-face, gnus-header-newsgroups-face)
15264         (gnus-header-name-face, gnus-header-content-face):
15265         New backward-compatibility aliases for renamed faces.
15266         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15267
15268         * gnus-sum.el (gnus-summary-selected-face)
15269         (gnus-summary-highlight): Use renamed gnus faces.
15270         * gnus-group.el (gnus-group-highlight): Likewise.
15271
15272 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15273
15274         * gnus-sieve.el (gnus-sieve-article-add-rule):
15275         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15276         * spam-stat.el (spam-stat-buffer-change-to-spam)
15277         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15278
15279         * message.el (message-is-yours-p):
15280         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15281
15282 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * mm-view.el (mm-inline-text): Withdraw the last change.
15285
15286 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15289         executing enriched-decode.
15290
15291 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15294         charset of tar files.
15295
15296 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15297
15298         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15299
15300 2005-06-04  Lute Kamstra  <lute@gnu.org>
15301
15302         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15303         information is never recorded.
15304
15305 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15306
15307         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15308
15309 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * pop3.el (pop3-apop): Run md5 in the binary mode.
15312
15313         * starttls.el (starttls-set-process-query-on-exit-flag):
15314         Use eval-and-compile.
15315
15316 2005-05-31  Simon Josefsson  <jas@extundo.com>
15317
15318         * smime.el (smime-replace-in-string): Define.
15319         (smime-cert-by-ldap-1): Use it.
15320
15321 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-art.el (article-display-x-face): Replace
15324         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15325
15326         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15327         set-process-query-on-exit-flag or process-kill-without-query.
15328
15329         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15330         loop instead of replace-regexp.
15331
15332         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15333         instead of process-kill-without-query if it is available.
15334
15335         * lpath.el: Fbind ldap-search-entries.
15336
15337         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15338         instead of find-file-hooks if it is available.
15339
15340         * mml1991.el: Bind pgg-default-user-id when compiling.
15341
15342         * mml2015.el: Bind pgg-default-user-id when compiling.
15343
15344         * nndraft.el (nndraft-request-associate-buffer):
15345         Use write-contents-functions instead of write-contents-hooks if it is
15346         available.
15347
15348         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15349         instead of find-file-hooks if it is available.
15350
15351         * nntp.el (nntp-open-connection): Replace
15352         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15353         (nntp-open-ssl-stream): Ditto.
15354         (nntp-open-tls-stream): Ditto.
15355
15356         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15357         set-process-query-on-exit-flag or process-kill-without-query.
15358         (starttls-open-stream-gnutls): Use it instead of
15359         process-kill-without-query.
15360         (starttls-open-stream): Ditto.
15361
15362 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15363
15364         * smime.el (smime-cert-by-ldap-1): Don't use
15365         replace-regexp-in-string.
15366
15367 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15368
15369         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15370
15371         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15372         in PEM format.  Adjust to the XEmacs compability.
15373
15374 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15377         by `string-to-number'.
15378         * gnus-agent.el (gnus-agent-regenerate-group)
15379         (gnus-agent-fetch-articles): Ditto.
15380         * gnus-art.el (gnus-button-fetch-group): Ditto.
15381         * gnus-cache.el (gnus-cache-generate-active)
15382         (gnus-cache-articles-in-group): Ditto.
15383         * gnus-group.el (gnus-group-set-current-level)
15384         (gnus-group-insert-group-line): Ditto.
15385         * gnus-score.el (gnus-score-set-expunge-below)
15386         (gnus-score-set-mark-below, gnus-summary-score-effect)
15387         (gnus-summary-score-entry): Ditto.
15388         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15389         (gnus-soup-pack): Ditto.
15390         * gnus-spec.el (gnus-xmas-format): Ditto.
15391         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15392         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15393         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15394         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15395         * nndb.el (nndb-get-remote-expire-response): Ditto.
15396         * nndiary.el (nndiary-parse-schedule-value)
15397         (nndiary-string-to-number, nndiary-request-replace-article)
15398         (nndiary-request-article): Ditto.
15399         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15400         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15401         * nneething.el (nneething-make-head): Ditto.
15402         * nnfolder.el (nnfolder-request-article)
15403         (nnfolder-retrieve-headers): Ditto.
15404         * nnheader.el (nnheader-file-to-number): Ditto.
15405         * nnkiboze.el (nnkiboze-request-article): Ditto.
15406         * nnmail.el (nnmail-process-unix-mail-format)
15407         (nnmail-process-babyl-mail-format): Ditto.
15408         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15409         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15410         (nnmh-request-create-group, nnmh-request-list-1)
15411         (nnmh-request-group, nnmh-request-article): Ditto.
15412         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15413         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15414         * nnsoup.el (nnsoup-make-active): Ditto.
15415         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15416         * nntp.el (nntp-find-group-and-number)
15417         (nntp-retrieve-headers-with-xover): Ditto.
15418         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15419         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15420         (pgg-format-key-identifier): Ditto.
15421         * pop3.el (pop3-last, pop3-stat): Ditto.
15422         * qp.el (quoted-printable-decode-region): Ditto.
15423
15424         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15425         of concat.
15426
15427 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15430
15431         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15432
15433         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15434
15435         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15436
15437         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15438
15439         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15440
15441         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15442         (gnus-carpal-mode): Ditto.
15443
15444         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15445         (gnus-browse-mode): Ditto.
15446
15447         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15448
15449         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15450
15451 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15452
15453         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15454
15455 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-util.el (gnus-run-mode-hooks): New function.
15458
15459         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15460
15461         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15462         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15463
15464 2005-05-27  Lute Kamstra  <lute@gnu.org>
15465
15466         * dns-mode.el (dns-mode): Specify customization group.
15467
15468 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15469
15470         * gnus-agent.el (gnus-agent-make-mode-line-string):
15471         Use mode-line-highlight as mouse-face.
15472
15473 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * canlock.el (canlock): Change the parent group to news.
15476
15477         * deuglify.el (gnus-outlook-deuglify): Add :group.
15478
15479         * dig.el (dig): Add :group.
15480
15481         * dns-mode.el (dns-mode): Add :group.
15482
15483         * encrypt.el (encrypt): Add :group.
15484
15485         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15486         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15487         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15488         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15489         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15490
15491         * gnus-diary.el (gnus-diary): Add :group.
15492
15493         * gnus.el (gnus-group-news-1-face): Add :group.
15494         (gnus-group-news-1-empty-face): Ditto.
15495         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15496         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15497         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15498         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15499         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15500         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15501         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15502         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15503         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15504         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15505         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15506         (gnus-summary-high-ticked-face): Ditto.
15507         (gnus-summary-low-ticked-face): Ditto.
15508         (gnus-summary-normal-ticked-face): Ditto.
15509         (gnus-summary-high-ancient-face): Ditto.
15510         (gnus-summary-low-ancient-face): Ditto.
15511         (gnus-summary-normal-ancient-face): Ditto.
15512         (gnus-summary-high-undownloaded-face): Ditto.
15513         (gnus-summary-low-undownloaded-face): Ditto.
15514         (gnus-summary-normal-undownloaded-face): Ditto.
15515         (gnus-summary-high-unread-face): Ditto.
15516         (gnus-summary-low-unread-face): Ditto.
15517         (gnus-summary-normal-unread-face): Ditto.
15518         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15519         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15520
15521         * hashcash.el (hashcash): New custom group.
15522         (hashcash-default-payment): Add :group.
15523         (hashcash-payment-alist): Ditto.
15524         (hashcash-default-accept-payment): Ditto.
15525         (hashcash-accept-resources): Ditto.
15526         (hashcash-path): Ditto.
15527         (hashcash-extra-generate-parameters): Ditto.
15528         (hashcash-double-spend-database): Ditto.
15529         (hashcash-in-news): Ditto.
15530
15531         * message.el (message-minibuffer-local-map): Add :group.
15532
15533         * netrc.el (netrc): Add :group.
15534
15535         * sieve-manage.el (sieve-manage-log): Add :group.
15536         (sieve-manage-default-user): Diito.
15537         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15538         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15539         (sieve-manage-authenticators): Ditto.
15540         (sieve-manage-authenticator-alist): Ditto.
15541         (sieve-manage-default-port): Ditto.
15542
15543         * sieve-mode.el (sieve-control-commands-face): Add :group.
15544         (sieve-action-commands-face): Ditto.
15545         (sieve-test-commands-face): Ditto.
15546         (sieve-tagged-arguments-face): Ditto.
15547
15548         * smime.el (smime): Add :group.
15549
15550         * spam-report.el (spam-report): Add :group.
15551
15552         * spam.el (spam, spam-face): Add :group.
15553
15554 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15555
15556         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15557         return \n.\n.\n at the end of articles.  Protect against that.
15558         (nntp-with-open-group): Allow debugging.
15559
15560         * nnheader.el (mail-header-set-extra): Make into a function
15561         because I just could't understand how to quote the list properly.
15562
15563         * dns.el (query-dns-cached): New function.
15564
15565 2005-05-26  Lute Kamstra  <lute@gnu.org>
15566
15567         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15568
15569 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15572
15573         * gnus-art.el: Don't autoload mail-extract-address-components.
15574
15575         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15576         eval-and-compile to evaluate it.
15577
15578         * hashcash.el: Don't autoload executable-find.
15579
15580         * nndb.el: Don't declare the nndb back end two or more times; don't
15581         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15582
15583         * nntp.el: Autoload format-spec instead of format; use
15584         eval-and-compile to evaluate autoload forms.
15585
15586 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15587
15588         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15589
15590 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15591
15592         * gnus.el (gnus-version-number): Bump version.
15593
15594 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15595
15596         * gnus.el: No Gnus v0.3 is released.
15597
15598 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599
15600         * lpath.el (featurep): Bind show-nonbreak-escape.
15601
15602 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-art.el (gnus-article-edit-part): Disable undo.
15605
15606 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15609         gnus-article-date-lapsed-new-header is t if date timer is active;
15610         skip headers in which the original date value is empty.
15611         (gnus-article-save-original-date): Redefine it as a macro.
15612         (gnus-display-mime): Use it.
15613
15614 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-art.el (article-date-ut): Support converting date in
15617         forwarded parts as well.
15618         (gnus-article-save-original-date): New function.
15619         (gnus-display-mime): Use it.
15620
15621 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15622
15623         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15624         enclosure element of <item>.
15625
15626 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * message.el (message-kill-buffer-query): Rename from
15629         `message-kill-buffer-query-if-modified'.  Add :version.
15630
15631 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15634         window layout.
15635
15636 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * mml.el: Autoload dnd when compiling.
15639
15640 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15643         x-dnd-*.
15644
15645 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * qp.el (quoted-printable-encode-region): Save excursion.
15648
15649 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * message.el (message-kill-buffer-query-if-modified): Add new variable
15652         so the user can kill a modified message buffer quickly.
15653         (message-kill-buffer): Use it.
15654
15655 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * lpath.el: Fbind display-time-event-handler; don't fbind
15658         string-to-multibyte.
15659
15660         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15661
15662 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15665         contained in text because xml.el decodes entities) with LFs.
15666
15667 2005-04-11  Lute Kamstra  <lute@gnu.org>
15668
15669         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15670         differently.
15671
15672 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15673
15674         * mm-util.el (mm-detect-coding-region): Typo.
15675
15676 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15679
15680 2005-04-06  Deepak Goel  <deego@gnufans.org>
15681
15682         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15683         user-function allow user modifications of the scores.
15684         (spam-stat-score-buffer-user): New function, to allow
15685         user-computed modifications to the score.
15686         (spam-stat-score-buffer-user-functions): List of additional
15687         scoring functions.
15688         (spam-stat-error-holder): Global temporary error holder.
15689         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15690         variable.
15691
15692 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * gnus-registry.el (gnus-registry-clean-empty-function)
15695         (gnus-registry-trim, gnus-registry-fetch-groups)
15696         (gnus-registry-delete-group): Groups that match
15697         `gnus-registry-ignored-groups' are removed from the registry
15698         entries, not just ignored for splitting.  This helps clean up the
15699         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15700         to get all the groups a message ID is in.
15701
15702         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15703         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15704         (spam-stat-score-buffer-user-functions): Add :number custom type.
15705
15706 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15709         argument in XEmacs.
15710
15711         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15712         (nnrss-request-group): Decode group name first.
15713         (nnrss-request-article): Make a text/plain article if mml-to-mime
15714         failed.
15715         (nnrss-get-encoding): Return a compatible encoding according to
15716         nnrss-compatible-encoding-alist.
15717         (nnrss-find-el): Use consp instead of listp.
15718         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15719
15720 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15723         which Emacs 20 doesn't support.
15724         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15725
15726 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15729         silence the byte compiler inside the defun.
15730
15731         * gnus-demon.el (parse-time-string): Add autoload.
15732
15733         * gnus-delay.el (parse-time-string): Add autoload.
15734
15735         * gnus-art.el (parse-time-string): Add autoload.
15736
15737         * nnultimate.el (parse-time): Require for `parse-time-string'.
15738
15739 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15740
15741         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15742
15743         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15744
15745         * smime.el (smime-ldap-host-list): Add :version.
15746
15747 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15750         pass it to `gnus-browse-read-group'.
15751         (gnus-browse-read-group): Add NUMBER argument and pass it to
15752         `gnus-group-read-ephemeral-group'.
15753
15754         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15755         argument and pass it to `gnus-group-read-group'.
15756
15757 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15758
15759         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15760         mm-xemacs-find-mime-charset-1 if we have the mule feature
15761         available at runtime.
15762
15763 2005-03-25  Werner Lemberg  <wl@gnu.org>
15764
15765         * nnmaildir.el: Replace `illegal' with `invalid'.
15766
15767 2005-03-23  Lute Kamstra  <lute@gnu.org>
15768
15769         * time-date.el: Add comment on time value formats.
15770         Don't require parse-time.
15771         (with-decoded-time-value): New macro.
15772         (encode-time-value): New function.
15773         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15774         (days-to-time): Return a valid time value when arg is huge.
15775         (time-since): Use time-subtract.
15776         (time-to-number-of-days): Use time-to-seconds.
15777
15778 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15779
15780         * gnus-start.el (gnus-display-time-event-handler):
15781         Check display-time-timer at runtime rather than only at load time
15782         in case display-time-mode is turned off in the mean time.
15783
15784 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15787         used.
15788
15789         * nneething.el (nneething-map-file-directory): Derive from
15790         `gnus-directory'.
15791
15792         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15793         the To/Cc button.
15794
15795 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * nnmaildir.el (nnmaildir-request-accept-article):
15798         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15799
15800 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15801
15802         * gnus-async.el: Require timer-funcs at compile time when in
15803         XEmacs for `run-with-idle-timer'.
15804
15805 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15806
15807         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15808         autoloaded function.
15809
15810 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15811
15812         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15813
15814 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15815
15816         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15817
15818 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15819
15820         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15821         Add gnus-expert-user to default.
15822
15823 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15824
15825         * nnimap.el (nnimap-open-server): Ditto.
15826
15827         * imap.el (imap-authenticate): Fix typo.
15828
15829 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15830
15831         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15832         buffer (since IMAP server might return FETCH response out of
15833         order, and the nntp buffer must be sorted).
15834
15835 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15836
15837         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15838         comparison on string.
15839
15840         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15841         (gnus-agent-score): Rename category keywords to match gnus-cus.
15842         (gnus-agent-summary-fetch-series): Modify to protect against
15843         gnus-agent-summary-fetch-group clearing processable flags.
15844         (gnus-agent-synchronize-group-flags): Update live group buffer as
15845         synchronization may occur due to the user toggle the plugged
15846         status.
15847         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15848         successfully downloaded.
15849         (gnus-agent-expire-group-1): Avoid using markers when the overview
15850         is in ascending order; greatly improves performance.
15851         (gnus-agent-regenerate-group):
15852         Use gnus-agent-synchronize-group-flags to reset read status in both
15853         gnus and server.
15854         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15855
15856 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * message.el: Don't autoload former message-utils variables.
15859         (message-strip-subject-trailing-was): Change doc string.
15860
15861         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15862         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15863         (nnweb-google-search): Add "hl=en" here.
15864         (nnweb-google-parse-1, nnweb-google-create-mapping):
15865         Don't hardcode URL.
15866
15867 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * message.el (message-get-reply-headers, message-followup):
15870         Mention related variables `message-use-followup-to' and
15871         `message-use-mail-followup-to', in the information buffer.
15872
15873         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15874         of broken groups(-beta).google.com.
15875
15876 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15877
15878         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15879         parameter to invoked gnus-request-move-article; remove the
15880         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15881         all at once instead of once per article.
15882         (gnus-summary-remove-process-mark): Accept a list of articles as
15883         well as a single article for processing.
15884
15885         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15886         parameter.
15887
15888         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15889
15890         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15891
15892         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15893         parameter.
15894
15895         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15896         parameter.
15897
15898         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15899         parameter and remove the gnus-sum-hint-move-is-internal variable.
15900
15901         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15902         parameter.
15903
15904         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15905         parameter.
15906
15907         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15908         parameter.
15909
15910         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15911
15912         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15913         parameter.
15914
15915         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15916         parameter.
15917
15918 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15919
15920         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15921         a more conservative way.
15922
15923 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15924
15925         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15926         buffer, so it moves the window's cursor.
15927
15928 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15929
15930         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15931         `mm-dissect-multipart' and receive the from field as an (optional)
15932         argument from `mm-dissect-multipart'.
15933         (mm-dissect-multipart): Receive the from field as an argument and
15934         pass it on when we call `mm-dissect-buffer' on MIME parts.
15935         Fixes verification/decryption of signed/encrypted MIME parts.
15936
15937 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15938
15939         * gnus-sum.el (gnus-summary-move-article):
15940         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15941         whatever it calls (right now, only nnimap-request-move article
15942         respects it).
15943
15944         * nnimap.el (nnimap-request-move-article):
15945         When gnus-sum-hint-move-is-internal is set, don't do the extra
15946         nnimap-request-article.
15947
15948 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15949
15950         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15951
15952         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15953         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15954
15955         * gnus-sum.el (gnus-summary-caesar-message):
15956         Apply `gnus-treat-article' after rotation.
15957
15958         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15959         doc string.
15960
15961 2005-02-22  Simon Josefsson  <jas@extundo.com>
15962
15963         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15964         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15965         <arne@arnested.dk>.
15966         (encrypt): Add password-cache and password-cache-expiry as group
15967         members.
15968
15969 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15970
15971         * smime.el (smime-ldap-host-list): Doc fix.
15972         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15973         cache) password.
15974         (smime-sign-region): Use it.
15975         (smime-decrypt-region): Use it.
15976         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15977         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15978         fails.
15979         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15980         certificate from DER to PEM format rather than calling openssl.
15981
15982         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15983
15984         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15985         for signing/encryption.
15986
15987         * mml.el (mml-parse-1): Use them.
15988
15989 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15990
15991         * nnrss.el (nnrss-verbose): Remove.
15992         (nnrss-request-group): Use `nnheader-message' instead.
15993
15994 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15995
15996         * nnrss.el (nnrss-verbose): New variable.
15997         (nnrss-request-group): Make it say nnrss is requesting a group.
15998
15999 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16002         Handle news URL with given port correctly.
16003
16004 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16007         containing special characters.
16008
16009         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16010
16011         * mml.el (mime-to-mml): Ditto.
16012
16013         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16014         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16015         (rfc2047-decode-region): Quote decoded words containing special
16016         characters when rfc2047-quote-decoded-words-containing-tspecials
16017         is non-nil.
16018
16019 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16020
16021         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16022
16023         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16024
16025 2005-02-15  Simon Josefsson  <jas@extundo.com>
16026
16027         * nnimap.el (nnimap-debug): Doc fix.
16028
16029         * imap.el (imap-debug): Doc fix.
16030
16031 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16034
16035 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * gnus.el (spam-contents): Improve docs for spam-contents
16038         parameter in its variable incarnation.
16039
16040 2005-02-14  Simon Josefsson  <jas@extundo.com>
16041
16042         * smime-ldap.el: Use require instead of load-library for ldap.
16043         (smime-ldap-search): Indent.
16044         (smime-ldap-search-internal): Shorten line.
16045
16046         * smime.el (smime-cert-by-dns): Add doc-string.
16047         (smime-cert-by-ldap-1): Indent.
16048
16049         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16050         mml-smime-get-dns-ldap.
16051         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16052
16053 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16054
16055         * smime.el: Require smime-ldap.
16056         (smime-ldap-host-list): New variable.
16057         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16058
16059         * mml-smime.el (mml-smime-encrypt-query): New function.
16060         (mml-smime-encrypt-query): Use it.
16061
16062         * smime-ldap.el: New file.
16063
16064 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16067
16068 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16071         argument in doc string.  Make query for type more clear.
16072
16073 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * gnus.el (gnus-group-startup-message): Search for gnus images in
16076         etc/images/gnus.
16077         * mm-util.el (mm-image-load-path): Likewise.
16078         * smiley.el (smiley-data-directory): Search for smilies in
16079         etc/images/smilies.
16080
16081 2005-02-09  Kim F. Storm  <storm@cua.dk>
16082
16083         Change Emacs release version from 21.4 to 22.1 throughout.
16084         Change Emacs development version from 21.3.50 to 22.0.50.
16085
16086 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16089
16090         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16091         non-Mule XEmacs as well.
16092         (mm-decompress-buffer): Signal an error intentionally if it does
16093         not decompress compressed data because auto-compression-mode is
16094         disabled.
16095
16096 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16099         an ID in the registry even if it has no groups.
16100
16101 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16104         merge it into mm-decompress-buffer.
16105         (gnus-mime-copy-part): Use the MIME part charset, the value which
16106         a user specified or gnus-newsgroup-charset for decoding, like
16107         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16108         save-buffer what was used.  Suggested by Kevin Ryde
16109         <user42@zip.com.au>.
16110         (gnus-mime-inline-part): Allow the name parameter as well as the
16111         filename parameter; force decompressing of compressed data; always
16112         display contents being not decoded as unibyte.
16113
16114         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16115         as well as the filename parameter.
16116
16117         * mm-util.el (mm-decompress-buffer):
16118         Merge gnus-mime-jka-compr-maybe-uncompress.
16119         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16120         of compressed data.
16121
16122 2005-02-08  Simon Josefsson  <jas@extundo.com>
16123
16124         * imap.el (imap-log): Doc fix.
16125
16126 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16129         the coding cookies; decompress compressed parts.
16130
16131         * mml.el (mml-generate-mime-1): Add the charset parameter according
16132         to the value which a user specified manually or the coding cookie.
16133
16134         * mm-util.el (mm-string-to-multibyte): New function.
16135         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16136         (mm-coding-system-to-mime-charset): New function.
16137         (mm-decompress-buffer): New function.
16138         (mm-find-buffer-file-coding-system): New function.
16139
16140         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16141         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16142         parts.
16143
16144 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16145
16146         * mm-view.el (mm-display-inline-fontify): Decode a part according
16147         to the charset parameter.
16148
16149 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16152         prefix arg is neither nil nor a number, as info specifies.
16153
16154 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16157         timestamps.
16158
16159 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16160
16161         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16162         groups error checking and notify user.
16163
16164 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16165
16166         * message.el (message-send-mail-function): Check existence of
16167         sendmail-program first before using default value
16168         `message-send-mail-with-sendmail'.  Otherwise use more generic
16169         `smtpmail-send-it'.
16170
16171 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * nntp.el (nntp-request-update-info): Always return nil.
16174
16175 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16176
16177         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16178
16179 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16180
16181         * message.el (message-beginning-of-line): Change the behavior when
16182         invoked between BOL and : so that it first moves backward.
16183
16184 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16187         article buffer when editing of the article is discarded.
16188         (gnus-article-prepare): Revert.
16189
16190 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-article-prepare):
16193         Remove message-strip-forbidden-properties from the local hook.
16194
16195 2005-01-27  Simon Josefsson  <jas@extundo.com>
16196
16197         * password.el (password-cache-add): Only start one timer per key.
16198         Reported by Derek Atkins <warlord@MIT.EDU>.
16199
16200 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16201
16202         * run-at-time.el: Remove.  It is no longer needed as
16203         timer-funcs.el in the xemacs-base package has a working version of
16204         `run-at-time'.
16205
16206         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16207
16208         * password.el: Require timer-funcs instead of run-at-time in
16209         XEmacs.
16210         Remove `password-run-at-time' macro.
16211         (password-cache-add): Use `run-at-time' instead of
16212         `password-run-at-time'.
16213
16214         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16215         Remove `nnheader-cancel-function-timers' alias,
16216         `cancel-function-timers' exists in XEmacs in timer-funcs.
16217
16218         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16219         for `run-with-idle-timer'.
16220
16221         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16222         for `run-at-time'.
16223
16224         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16225         for `with-timeout'.
16226
16227         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16228         the same as for XEmacs 21.4.
16229         No need to ignore `run-with-idle-timer', this function exists in
16230         XEmacs now in timer-funcs.el in the xemacs-base package.
16231         (dgnushack-compile): No need to delete
16232         run-at-time.el from the list of files to compile because it
16233         doesn't exist anymore.
16234
16235 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16238         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16239
16240 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16241
16242         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16243         sensitively.
16244
16245 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16246
16247         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16248
16249 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16252         which will be inserted according to the multibyteness of a buffer
16253         rather than the type of contents.  Suggested by ARISAWA Akihiro
16254         <ari@mbf.ocn.ne.jp>.
16255
16256         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16257         of string which old xml.el may return rather than a string.
16258
16259 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16262
16263 2005-01-16  Simon Josefsson  <jas@extundo.com>
16264
16265         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16266         idn/idna.el isn't available.
16267         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16268         <michael@waxrat.com>.
16269
16270         * hashcash.el: Remove non-FSF copyright header.
16271
16272         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16273         (hashcash-generate-payment): Use it.
16274         (hashcash-generate-payment-async): Use it.
16275
16276 2005-01-15  Simon Josefsson  <jas@extundo.com>
16277
16278         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16279         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16280
16281         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16282         gnus-summary-idna-message.
16283         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16284         (gnus-summary-idna-message): New function.
16285
16286 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16289         gnus-novice-user.
16290
16291 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * nnrss.el (nnrss-request-delete-group): Delete entries in
16294         nnrss-group-alist as well.
16295         (nnrss-save-server-data): Insert newline.
16296
16297 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus.el (gnus-user-agent): Use list of symbols instead of
16300         symbols.  Display full version number for (S)XEmacs.
16301         Optionally display (S)XEmacs codename.
16302
16303         * gnus-util.el (gnus-emacs-version): Update for new
16304         `gnus-user-agent'.
16305
16306         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16307         Gnus version.
16308
16309 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16310
16311         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16312         which is unreadable in some setups.
16313
16314 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-spec.el (gnus-update-format-specifications): Flush the
16317         group format spec cache if it doesn't support decoded group names.
16318
16319 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16322         Allow to apply decay on score files matching a regexp.
16323
16324 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16327         compatibility in %g and %c.
16328
16329 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16332         name for only %g and %c.
16333         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16334         of gnus-tmp-group to decoded group name.
16335         (gnus-group-make-rss-group): Exclude `/'s from group names.
16336
16337 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * nnrss.el (nnrss-get-encoding): Fix regexp.
16340
16341 2004-12-27  Simon Josefsson  <jas@extundo.com>
16342
16343         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16344         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16345         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16346
16347 2004-12-17  Kim F. Storm  <storm@cua.dk>
16348
16349         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16350
16351         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16352
16353 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16354
16355         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16356
16357 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * nnrss.el: Require rfc2047 and mml.
16360         (nnrss-file-coding-system): New variable.
16361         (nnrss-format-string): Redefine it as an inline function.
16362         (nnrss-decode-group-name): New function.
16363         (nnrss-string-as-multibyte): Remove.
16364         (nnrss-retrieve-headers): Decode group name; don't use
16365         nnrss-format-string.
16366         (nnrss-request-group): Decode group name.
16367         (nnrss-request-article): Decode group name; allow a Message-ID as
16368         well as an article number; don't use nnrss-format-string; encode a
16369         Message-ID string which may contain non-ASCII characters; use
16370         mml-to-mime to compose a MIME article.
16371         (nnrss-request-expire-articles): Decode group name.
16372         (nnrss-request-delete-group): Decode group name.
16373         (nnrss-fetch): Clarify error message.
16374         (nnrss-read-server-data): Use insert-file-contents instead of load;
16375         bind file-name-coding-system; use multibyte buffer.
16376         (nnrss-save-server-data): Bind coding-system-for-write to the
16377         value of nnrss-file-coding-system; bind file-name-coding-system;
16378         add coding cookie.
16379         (nnrss-read-group-data): Use insert-file-contents instead of load;
16380         bind file-name-coding-system; use multibyte buffer.
16381         (nnrss-save-group-data): Bind coding-system-for-write to the
16382         value of nnrss-file-coding-system; bind file-name-coding-system.
16383         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16384         make it work with non-ASCII text.
16385         (nnrss-find-el): Make it work with old xml.el as well.
16386
16387 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16388
16389         * nnrss.el (nnrss-get-encoding): New function.
16390         (nnrss-fetch): Use unibyte buffer initially; bind
16391         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16392         decode contents according to the encoding attribute.
16393         (nnrss-save-group-data): Add coding cookie.
16394         (nnrss-mime-encode-string): New function.
16395         (nnrss-check-group): Use it to encode subject and author.
16396
16397 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16400         imaginary variable.
16401
16402 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16405         correctly even if there are wide characters.
16406
16407 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16410         downcased symbol names; make a new cache instead of reusing
16411         bbdb-hashtable.
16412
16413 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16416         concatenating segments rather than before concatenating them.
16417         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16418
16419         * message.el (message-get-reply-headers): Bind `extra'.
16420
16421 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * message.el (message-extra-wide-headers): New variable.
16424         (message-get-reply-headers): Use it.
16425
16426 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16429         (gnus-agent-group-pathname): Ditto.
16430
16431         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16432
16433         * gnus-group.el (gnus-group-make-group): Decode group name.
16434         (gnus-group-make-rss-group): Register the group data after opening
16435         the nnrss group.
16436
16437 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16438
16439         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16440         by expiry now get marked as read.
16441
16442 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16445
16446 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16447
16448         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16449         unify Latin characters in XEmacs.
16450         (mm-find-mime-charset-region): Use it.
16451
16452 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-util.el (gnus-delete-directory): New function.
16455
16456         * gnus-agent.el (gnus-agent-delete-group): Use it.
16457
16458         * gnus-cache.el (gnus-cache-delete-group): Use it.
16459
16460 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16463         names.
16464
16465 2004-12-16  Simon Josefsson  <jas@extundo.com>
16466
16467         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16468
16469 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16472
16473         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16474         (gnus-group-set-current-level): Decode group name.
16475
16476 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16477
16478         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16479         failed.
16480
16481 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-group.el (gnus-group-delete-group): Decode group name.
16484         (gnus-group-make-rss-group): Encode group name.
16485         (gnus-group-catchup-current): Decode group name.
16486         (gnus-group-kill-group): Decode group name.
16487
16488 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16489
16490         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16491
16492 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-group.el (gnus-group-make-rss-group):
16495         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16496
16497         * gnus-start.el (gnus-setup-news): Honor user's setting to
16498         gnus-message-archive-method.  Suggested by Lute Kamstra
16499         <lute@gnu.org>.
16500
16501 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16502
16503         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16504         global counterparts of the buffer-local variables.
16505
16506 2004-11-16  Romain Francoise  <romain@orebokech.com>
16507
16508         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16509         counterparts of the buffer-local variables.
16510
16511 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * message.el (message-forbidden-properties): Fix typo in doc
16514         string.
16515
16516 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * gnus-util.el (gnus-replace-in-string): Add doc string.
16519
16520         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16521         to avoid problems when splitting mails with many recipients.
16522
16523 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16524
16525         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16526         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16527
16528 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16529
16530         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16531         if there is no hashtable in memory or file modification time is
16532         newer than cached timestamp.
16533
16534 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * gnus-sum.el (gnus-summary-limit-to-recipient):
16537         Implement not-matching option.
16538
16539 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16542         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16543         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16544         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16545         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16546         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16547
16548 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * message.el (message-forward-make-body-mml): Remove headers
16551         according to message-forward-ignored-headers if a message is decoded.
16552
16553 2004-12-02  Romain Francoise  <romain@orebokech.com>
16554
16555         * message.el (message-forward-make-body-plain): Always remove
16556         headers according to message-forward-ignored-headers.
16557
16558 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * spam.el (spam-summary-prepare-exit): Remove the
16561         gnus-summary-limit pop for now, it has problems with ham marks for
16562         me.
16563
16564 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16565
16566         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16567         correctly.
16568
16569 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16570
16571         * format-spec.el (format-spec): Message the char.
16572
16573 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16574
16575         * gnus-art.el (gnus-split-methods): Reformat comments.
16576
16577         * spam.el (spam-summary-prepare-exit): Remove article limits
16578         before exiting the summary buffer.
16579
16580 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16583         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16584
16585         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16586         order to silence the byte compiler.
16587
16588         * spam.el: Fix the way to silence the byte compiler, which
16589         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16590         bbdb-search-simple, spam-BBDB-register-routine,
16591         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16592         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16593         spam-stat-buffer-is-spam, spam-stat-load,
16594         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16595         spam-stat-save and spam-stat-split-fancy.
16596
16597 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16600         which may confuse users.
16601         (canlock-password-for-verify): Ditto.
16602
16603         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16604
16605         * gnus-art.el (gnus-emphasis-alist): Ditto.
16606
16607         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16608
16609         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16610
16611         * gnus-start.el (gnus-save-killed-list): Ditto.
16612
16613         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16614         (gnus-sum-thread-tree-root): Ditto.
16615         (gnus-sum-thread-tree-false-root): Ditto.
16616         (gnus-sum-thread-tree-single-indent): Ditto.
16617
16618         * message.el (message-courtesy-message): Ditto.
16619         (message-archive-note): Ditto.
16620         (message-subscribed-address-file): Ditto.
16621         (message-user-fqdn): Ditto.
16622
16623         * spam-report.el (spam-report-gmane-regex): Ditto.
16624
16625         * spam.el (spam-blackhole-good-server-regex): Ditto.
16626
16627 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * mml.el (mml-preview): Widen the message buffer before copying
16630         the contents to the preview buffer; sort headers before previewing.
16631
16632         * message.el (message-hidden-headers): Fix the way to avoid a bug
16633         in the `repeat' widget in Emacs 21.3 or earlier.
16634
16635 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * message.el (message-hidden-headers): Default to "^References:".
16638         Improve customization type.  Suggested by Reiner Steib
16639         <Reiner.Steib@gmx.de>.
16640
16641 2004-11-25  Romain Francoise  <romain@orebokech.com>
16642
16643         * message.el (message-strip-forbidden-properties): Remove check for
16644         obsolete `message-hidden' text property, hidden headers are not
16645         accessible in the buffer anymore.
16646
16647 2004-11-22  Romain Francoise  <romain@orebokech.com>
16648
16649         * message.el (message-header-format-alist): Add `From' in list
16650         so that it can be sorted.
16651         (message-fix-before-sending): Widen and sort headers before
16652         sending.
16653         (message-hide-headers): Use narrowing to hide headers by moving
16654         them to the top of the buffer and narrowing to the region
16655         underneath.
16656
16657 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16658
16659         * message.el (message-strip-forbidden-properties):
16660         Bind buffer-read-only (etc) to nil.
16661
16662 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16665         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16666
16667 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16668
16669         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16670
16671 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * dns.el (query-dns): Use sit-for to time instead of
16674         accept-process-output, since that doesn't seem to work on udp
16675         sockets.
16676
16677 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16680
16681 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16682
16683         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16684         doc string.  Improve doc string.
16685
16686 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * nntp.el (nntp-request-update-info): Return nil if
16689         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16690         may not call gnus-activate-group which uselessly issues the GROUP
16691         commands for all nntp groups and wastes time.  Reported by Romain
16692         Francoise <romain@orebokech.com>.
16693
16694         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16695
16696 2004-11-15  Simon Josefsson  <jas@extundo.com>
16697
16698         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16699         headers separately.
16700         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16701         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16702
16703 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * gnus-start.el (gnus-convert-old-newsrc):
16706         Assign legacy-gnus-agent to 5.10.7.
16707
16708 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16709
16710         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16711         start of the lines.
16712
16713 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16714
16715         * hashcash.el (hashcash-default-payment): Change default to 20.
16716         (hashcash-default-accept-payment): Change default to 20.
16717         (hashcash-process-alist): New variable.
16718         (hashcash-generate-payment-async): Add.
16719         (hashcash-already-paid-p): Add.
16720         (hashcash-insert-payment): Don't generate payments twice.
16721         (hashcash-insert-payment-async): Add.
16722         (hashcash-insert-payment-async-2): Add.
16723         (hashcash-cancel-async): Add.
16724         (hashcash-wait-async): Add.
16725         (hashcash-processes-running-p): Add.
16726         (hashcash-wait-or-cancel): Add.
16727         (mail-add-payment): New optional argument.  Conditionally start
16728         asynchronous calculation.
16729         (mail-add-payment-async): Add.
16730
16731         * message.el (message-send-mail): Wait for asynchronous hashcash
16732         results.  Don't clobber existing X-Hashcash headers.
16733         (message-setup-1): Call mail-add-payment-async when
16734         message-generate-hashcash is non-nil.
16735
16736 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16737
16738         * message.el (message-use-alternative-email-as-from): Examine the
16739         From header as well; use message-make-from in order to include a
16740         user's full name.
16741
16742 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16745         default; improve customization type.
16746         (gnus-emphasis-custom-with-format): New macro.
16747         (gnus-emphasis-custom-value-to-external): New function.
16748         (gnus-emphasis-custom-value-to-internal): New function.
16749
16750 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16751
16752         * dns.el (query-dns): Resolve reverse addresses.
16753
16754 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755
16756         * gnus-group.el (gnus-group-get-new-news): Use it.
16757
16758         * gnus-start.el (gnus-check-reasonable-setup): New function.
16759
16760 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16763         "Args out of range" error.  Reported by Arnaud Giersch
16764         <arnaud.giersch@free.fr>.
16765
16766 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16767
16768         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16769
16770 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16771
16772         * spam.el (spam group): Add :version.
16773
16774         * pgg-def.el (pgg group): Add :version.
16775
16776 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-art.el (gnus-article-edit-article): Don't associate the
16779         article buffer with a draft file.  This is a temporary measure
16780         against the 2004-08-22 change to gnus-article-edit-mode.
16781
16782 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16785         (html2text-format-tags): Remove unused variable `attr'.
16786
16787 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16790
16791         * tls.el (tls-process-connection-type, tls-success)
16792         (tls-certtool-program): Add :version.
16793
16794         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16795         (starttls-extra-arguments, starttls-process-connection-type)
16796         (starttls-connect, starttls-failure, starttls-success): Add :version.
16797
16798         * spam-stat.el (spam-stat): Add :version.
16799
16800         * sieve.el (sieve): Add :version.
16801
16802         * sha1.el (sha1): Add :version.
16803         (sha1-use-external): Remove redundant version.
16804
16805         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16806         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16807         (nnmail-split-fancy-match-partial-words)
16808         (nnmail-split-lowercase-expanded): Add :version.
16809
16810         * nndiary.el (nndiary): Add :version.
16811
16812         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16813
16814         * mml-sec.el (mml-default-sign-method)
16815         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16816         Add :version.
16817
16818         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16819
16820         * mm-url.el (mm-url-use-external, mm-url-program)
16821         (mm-url-arguments): Add :version.
16822
16823         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16824         (mm-attachment-file-modes, mm-decrypt-option)
16825         (mm-w3m-safe-url-regexp): Add :version.
16826
16827         * message.el (message-cite-prefix-regexp)
16828         (message-sendmail-envelope-from, message-minibuffer-local-map)
16829         (message-user-fqdn, message-completion-alist): Add :version.
16830
16831         * gnus-win.el (gnus-configure-windows-hook)
16832         (gnus-use-frames-on-any-display): Add :version.
16833
16834         * gnus-art.el (gnus-article-address-banner-alist)
16835         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16836         (gnus-treat-from-picon, gnus-treat-mail-picon)
16837         (gnus-treat-x-pgp-sig): Add :version.
16838
16839         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16840         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16841         (gnus-summary-article-delete-hook)
16842         (gnus-summary-display-while-building): Add :version.
16843
16844         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16845         (gnus-get-top-new-news-hook): Add :version.
16846
16847         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16848         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16849
16850         * gnus-registry.el (gnus-registry): Add :version.
16851
16852         * gnus-spec.el (gnus-use-correct-string-widths)
16853         (gnus-make-format-preserve-properties): Add :version.
16854
16855         * gnus.el (gnus-group-charter-alist)
16856         (gnus-group-fetch-control-use-browse-url)
16857         (gnus-install-group-spam-parameters): Add :version.
16858
16859         * gnus-diary.el (gnus-diary): Add :version.
16860
16861         * gnus-delay.el (gnus-delay): Add :version.
16862
16863         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16864         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16865         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16866         Add :version.
16867
16868         * gnus-agent.el (gnus-agent-max-fetch-size)
16869         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16870         (gnus-agent-prompt-send-queue): Add :version.
16871
16872         * deuglify.el (gnus-outlook-deuglify): Add :version.
16873
16874         * html2text.el: Beautify code.  Improve doc strings.
16875         Some checkdoc cleanup.
16876         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16877
16878 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16879
16880         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16881
16882 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16883
16884         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16885         when package is loaded.
16886
16887         * spam.el (spam-summary-score-preferred-header): Add global preference
16888         for people who want to override the default SpamAssassin over
16889         Bogofilter preference (when both are set).
16890         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16891         (spam-user-format-function-S):
16892         Check spam-summary-score-preferred-header.
16893         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16894         (spam-user-format-function-S): Format the score correctly.
16895
16896 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16899         signature file.  Suggested by Manoj Srivastava
16900         <srivasta@golden-gryphon.com>.
16901
16902         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16903         iso-2022-jp even in the Japanese language environment.
16904         Suggested by Jason Rumney <jasonr@gnu.org>.
16905
16906 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16909         use the same characters as the dummy marks; make it free from
16910         getting affected by the language environment.
16911         (gnus-summary-read-group-1): Update mark positions only when the
16912         format spec is updated.
16913
16914         * gnus-spec.el (gnus-update-format-specifications): Return a list
16915         of updated types.
16916
16917 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16920         of boundp to check if display-warning is available.
16921
16922 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16923
16924         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16925
16926 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * nnspool.el (nnspool-spool-directory): Use news-path if the
16929         news-directory variable is not bound.
16930
16931         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16932         function instead of display-warning if it is not available.
16933
16934 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16937         v5-10: Use `point-at-bol'.
16938
16939 2004-10-26  Simon Josefsson  <jas@extundo.com>
16940
16941         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16942         <chenggao@gmail.com>.
16943
16944 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16947         instead.
16948
16949 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16952         to remove a server from the nnimap-server-buffer-alist.
16953         (nnimap-open-connection, nnimap-close-server): Use it.
16954
16955         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16956
16957 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16960         running the major-mode function.
16961
16962 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16965         dummy marks in the right way.
16966
16967 2004-10-18  David Edmondson  <dme@dme.org>
16968
16969         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16970         excessively.
16971
16972 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * gnus-util.el (gnus-split-references): Accept a nil references
16975         string and go on blissfully.
16976
16977         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16978         cases where the references string is non-nil but has no references.
16979
16980         * encrypt.el: Add autoload tags.
16981
16982         * spam.el (spam-resolve-registrations-routine): Remove article
16983         from unregistration list too.  Reported by David Hanak
16984         <dhanak@isis.vanderbilt.edu>
16985
16986 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16989         nil.  Change custom type.
16990
16991 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16994
16995         * gnus-sum.el (gnus-summary-move-article): Use it.
16996
16997 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16998
16999         * encrypt.el: Add autoload cookies.
17000
17001         * spam.el (spam-backend-article-list-property)
17002         (spam-backend-get-article-todo-list)
17003         (spam-backend-put-article-todo-list)
17004         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17005         Resolve registrations separately.
17006         (spam-register-routine): Format comments.
17007         (spam-unregister-routine, spam-register-routine): Always call with
17008         specific-articles, no default list.
17009         (spam-summary-prepare-exit): Use the spam-classifications function.
17010
17011         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17012         gnus-encrypt.el.
17013
17014         * encrypt.el: Copied from gnus-encrypt.el.
17015
17016         * gnus-encrypt.el: Commented that it's obsolete.
17017
17018 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17021         (gnus-score-save): Use it.
17022
17023         * message.el (message-bury): Use `window-dedicated-p'.
17024
17025 2004-10-15  Simon Josefsson  <jas@extundo.com>
17026
17027         * pop3.el (top-level): Don't require nnheader.
17028         (pop3-read-timeout): Add.
17029         (pop3-accept-process-output): Add.
17030         (pop3-read-response, pop3-retr): Use it.
17031
17032 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17033
17034         * spam.el (spam-register-routine): Move comment.
17035         (spam-verify-bogofilter): Use 'unknown for the initial
17036         spam-bogofilter-valid state, not 'never.
17037
17038         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17039         for netrc-machine.
17040
17041         * nnimap.el (nnimap-open-connection):
17042         Use netrc-machine-user-or-password.
17043
17044 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17045
17046         * gnus-registry.el (gnus-registry-unload-hook):
17047         Set as a variable with add-hook.
17048
17049         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17050         of news-path.
17051
17052         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17053
17054         * spam.el: Delete duplicate `provide'.
17055         (spam-unload-hook): Set as a variable with add-hook.
17056
17057 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17060         in the doc string.
17061
17062         * message.el (message-ignored-news-headers)
17063         (message-ignored-supersedes-headers)
17064         (message-ignored-resent-headers)
17065         (message-forward-ignored-headers): Improve custom type.
17066
17067 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * message.el (message-tokenize-header): Fix 2004-09-06 change
17070         which used point-min in the wrong place.
17071
17072 2004-10-12  Simon Josefsson  <jas@extundo.com>
17073
17074         * tls.el (tls-certtool-program): New variable.
17075         (tls-certificate-information): New function, based on
17076         ssl-certificate-information.
17077
17078 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * compface.el: Move the version of ELisp-based uncompface program
17081         to the contrib directory because of the copyright problem.
17082
17083 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * message.el (message-kill-buffer): Raise the current frame.
17086
17087 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17090
17091         * gnus.el (message-y-or-n-p): Autoload.
17092
17093         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17094         (pop3-password-required, pop3-authentication-scheme)
17095         (pop3-leave-mail-on-server): Make customizable.
17096         (pop3): New custom group.
17097         (pop3-retr): Remove `sleep-for' statements.
17098         Suggested by Dave Love <fx@gnu.org>.
17099
17100         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17101         Windows/DOS.
17102
17103         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17104         (imap-parse-body): Fix incorrect use of `assert'.
17105         Suggested by Dave Love <fx@gnu.org>.
17106
17107         * mml.el (mml-minibuffer-read-disposition): Require match.
17108         Suggested by Dave Love <fx@gnu.org>.
17109
17110 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17113         doc string.
17114
17115 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17118
17119 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17120
17121         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17122         instead of calling `mm-insert-inline', to decode text/* parts
17123         before displaying them.
17124
17125 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * mm-uu.el (mm-uu-text-plain-type): New variable.
17128         (mm-uu-pgp-signed-extract-1): Use it.
17129         (mm-uu-pgp-encrypted-extract-1): Use it.
17130         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17131         bind mm-uu-text-plain-type with that value.
17132         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17133         mm-uu-dissect.
17134
17135 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-group.el (gnus-update-group-mark-positions):
17138         * gnus-sum.el (gnus-update-summary-mark-positions):
17139         * message.el (message-check-news-body-syntax):
17140         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17141         of string-as-multibyte.
17142
17143 2004-10-05  Juri Linkov  <juri@jurta.org>
17144
17145         * gnus-group.el (gnus-update-group-mark-positions):
17146         * gnus-sum.el (gnus-update-summary-mark-positions):
17147         * message.el (message-check-news-body-syntax):
17148         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17149         8-bit unibyte values to a multibyte string for search functions.
17150
17151 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17154         (mm-uu-dissect-text-parts): New function.
17155
17156         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17157         dissect text parts.
17158
17159         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17160         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17161
17162         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17163
17164         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17165         Use gnus-current-topics instead of gnus-current-topic.
17166
17167 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17168
17169         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17170
17171 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17172
17173         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17174         where approriate.
17175
17176         * nnml.el (nnml-generate-active-info): do.
17177
17178         * nndiary.el (nndiary-generate-active-info): do.
17179
17180         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17181         (gnus-topic-move): do.
17182
17183         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17184         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17185
17186         * gnus-srvr.el (gnus-server-prepare)
17187         (gnus-server-open-all-servers): do.
17188
17189         * gnus-msg.el (gnus-summary-cancel-article)
17190         (gnus-summary-resend-message)
17191         (gnus-summary-mail-crosspost-complaint): do.
17192
17193         * gnus-move.el (gnus-change-server): do.
17194
17195         * gnus-group.el (gnus-group-unmark-all-groups)
17196         (gnus-group-set-current-level): do.
17197
17198 2004-10-04  Simon Josefsson  <jas@extundo.com>
17199
17200         * message.el (message-generate-hashcash): Doc fix.
17201
17202 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17203
17204         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17205         avoid infinite recursion via gnus-get-function.
17206
17207 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17208
17209         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17210
17211         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17212
17213         * nnmail.el (nnmail-split-history): do.
17214
17215         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17216         (nnml-request-delete-group): do.
17217
17218         * nnslashdot.el (nnslashdot-read-groups): do.
17219
17220         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17221         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17222
17223         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17224         (nnspool-sift-nov-with-sed): Use last.
17225         (nnspool-retrieve-headers-with-nov): Use mapc.
17226         (nnspool-request-newgroups): Use dolist.
17227         (nnspool-request-group): Use last.
17228
17229         * nntp.el (nntp-read-server-type): Use dolist.
17230
17231         * nnvirtual.el (nnvirtual-create-mapping)
17232         (nnvirtual-update-read-and-marked): Use dolist.
17233         (nnvirtual-convert-headers): Simplify.
17234
17235 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17236
17237         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17238         Add support for sync'ing tick marks.
17239
17240 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17243         there's no visible header.
17244
17245 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17246
17247         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17248         When necessary, pass full group name to gnus-request-set-marks.
17249
17250 2004-10-01  Simon Josefsson  <jas@extundo.com>
17251
17252         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17253         acroread.
17254
17255 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17256
17257         * spam-report.el (spam-report-gmane): Fix interactive.
17258
17259         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17260
17261         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17262         when writing file.
17263         (gnus-agent-synchronize-flags): Don't default to being
17264         interactive.
17265
17266 2004-09-30  Simon Josefsson  <jas@extundo.com>
17267
17268         * message.el (message-generate-hashcash): Add.
17269         (message-send-mail): Use it, call mail-add-payment.
17270
17271 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17272
17273         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17274
17275 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17276
17277         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17278         gnus-requst-update-info with explicit code to sync the in-memory
17279         info read flags with the marks being sync'd to the backend.
17280
17281         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17282
17283 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17284
17285         * spam.el (spam-verify-bogofilter): Add new function.
17286         (spam-check-bogofilter)
17287         (spam-bogofilter-register-with-bogofilter): Use it.
17288         (spam-verify-bogofilter): Add small fixes.
17289
17290 2004-09-28  Simon Josefsson  <jas@extundo.com>
17291
17292         * hashcash.el (hashcash-generate-payment): Revert.
17293
17294 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17297         Use gnus-extract-references instead of gnus-split-references.
17298
17299         * gnus-util.el (gnus-extract-references): Add new function, analogous
17300         to gnus-split-references but extracts only the message-ID without
17301         anything extra.
17302
17303         * hashcash.el (hashcash-generate-payment)
17304         (hashcash-check-payment): Do the right thing if hashcash-path is
17305         nil (because the hashcash program could not be found).
17306
17307         * spam.el (spam-use-hashcash): Remove comment.
17308
17309 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17312         (gnus-cache-enter-article, gnus-cache-remove-article)
17313         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17314
17315         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17316
17317         * gnus-art.el (article-hide-boring-headers)
17318         (article-translate-strings, article-display-face)
17319         (gnus-article-mime-match-handle-first)
17320         (gnus-article-highlight-headers)
17321         (gnus-article-add-buttons-to-head): do.
17322
17323 2004-09-27  Simon Josefsson  <jas@extundo.com>
17324
17325         * hashcash.el: New version, from
17326         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17327         ../contrib/.
17328
17329 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17332
17333 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17334
17335         * gnus-dup.el (gnus-dup-open): Use mapc.
17336         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17337
17338         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17339         Reported by Stefan Wiens <s.wi@gmx.net>.
17340
17341         * gnus.el (gnus-shutdown): Use dolist.
17342
17343         * gnus-undo.el (gnus-undo): Use mapc.
17344
17345         * nnrss.el (nnrss-generate-active): do.
17346
17347         * message.el (message-cite-original-without-signature)
17348         (message-cite-original): Use mapc.
17349         (message-do-actions, message-make-forward-subject): Use dolist.
17350
17351 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17352
17353         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17354         deletion to remove entire duplicate line.  Fixes merged article
17355         number bug.
17356
17357 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17358
17359         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17360         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17361         first ask if you want to open a server and then, even when you
17362         responded with no, asking if you want to synchronize the server's
17363         flags.
17364         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17365         multi-line expressions.
17366         (gnus-agent-synchronize-group-flags): New internal function.
17367         Updates marks in memory (in the info structure) AND in the
17368         backend.
17369
17370         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17371
17372         * nnagent.el (nnagent-request-set-mark):
17373         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17374         method, to ensure that synchronization updates marks in the
17375         backend and in the info (in memory) structure.
17376
17377 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17380         convention fully; don't miss the root article of a thread; make
17381         the X-Draft-From header with correct article numbers.
17382
17383 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17384
17385         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17386         unless plugged.  Disable the agent so that an open failure causes
17387         an error.
17388
17389         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17390         Revert 2004-09-21 change.  The backend must be opened while
17391         synchronizing flags even when the backend stores the flags
17392         locally.
17393
17394 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17397         in `header' match.  Reported by Svend Tollak Munkejord.
17398
17399         * message.el (message-cite-original): Fix use of
17400         `message-cite-articles-with-x-no-archive'.
17401
17402 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17405         (gnus-window-to-buffer): Ditto.
17406
17407         * mml.el (mml-preview-buffer): New variable.
17408         (mml-preview): Manage window layout with gnus-buffer-configuration.
17409
17410         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17411         X-Draft-From header even if those articles aren't quoted.
17412
17413 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17414
17415         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17416         (gnus-request-set-mark, gnus-request-update-mark): Use new
17417         g-s-t-u-l-m to decide to use backend even when unplugged.
17418
17419 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17422         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17423
17424 2004-09-20  Simon Josefsson  <jas@extundo.com>
17425
17426         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17427         "utf-16-le".
17428
17429 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17430
17431         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17432
17433 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * uudecode.el (uudecode-use-external): Add :version.
17436
17437         * smime.el (smime-CA-file, smime-encrypt-cipher)
17438         (smime-dns-server): Add :version.
17439
17440         * smiley.el (gnus-smiley-file-types): Add :version.
17441
17442         * sha1.el (sha1-use-external): Add :version.
17443
17444         * pgg-def.el (pgg-query-keyserver): Add :version.
17445
17446         * nnmail.el (nnmail-fancy-expiry-targets)
17447         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17448         Add :version.
17449
17450         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17451         (nnimap-retrieve-groups-asynchronous): Add :version.
17452         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17453
17454         * mml.el (mml-content-disposition-parameters)
17455         (mml-insert-mime-headers-always): Add :version.
17456
17457         * mm-util.el (mm-coding-system-priorities): Add :version.
17458
17459         * mm-decode.el (mm-inline-text-html-with-images)
17460         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17461         (mm-verify-option): Add :version.
17462         (mm-text-html-renderer): Change :version.
17463
17464         * message.el (message-fcc-externalize-attachments)
17465         (message-required-headers, message-draft-headers)
17466         (message-subject-trailing-was-query)
17467         (message-subject-trailing-was-ask-regexp)
17468         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17469         (message-mark-insert-end, message-archive-header)
17470         (message-archive-note, message-cross-post-default)
17471         (message-cross-post-note, message-followup-to-note)
17472         (message-cross-post-note-function, message-use-mail-followup-to)
17473         (message-subscribed-address-functions)
17474         (message-subscribed-address-file, message-subscribed-addresses)
17475         (message-subscribed-regexps, message-allow-no-recipients)
17476         (message-yank-cited-prefix, message-signature-insert-empty-line)
17477         (message-hidden-headers, message-hierarchical-addresses)
17478         (message-mail-user-agent, message-use-idna)
17479         (message-valid-fqdn-regexp)
17480         (message-strip-special-text-properties, message-header-synonyms)
17481         (message-beginning-of-line, message-tab-body-function): Add :version.
17482         (message-insert-canlock, message-wide-reply-confirm-recipients):
17483         Change :version.
17484
17485         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17486         and :version.
17487         (mail-source-delete-old-incoming-confirm)
17488         (mail-source-movemail-program): Add :version.
17489
17490         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17491         (gnus-agent-cache, gnus-agent): Change :version.
17492
17493         * gnus-util.el (gnus-use-byte-compile): Change :version.
17494
17495         * gnus-sum.el (gnus-summary-make-false-root-always)
17496         (gnus-summary-default-high-score)
17497         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17498         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17499         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17500         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17501         (gnus-sum-thread-tree-single-indent)
17502         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17503         (gnus-sum-thread-tree-leaf-with-other)
17504         (gnus-sum-thread-tree-single-leaf): Add :version.
17505         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17506         (gnus-article-loose-mime): Change :version.
17507
17508         * gnus-start.el (gnus-backup-startup-file)
17509         (gnus-save-startup-file-via-temp-buffer): Add :version.
17510
17511         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17512         (gnus-server-offline-face): Add :version.
17513
17514         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17515
17516         * gnus-msg.el (gnus-gcc-externalize-attachments)
17517         (gnus-debug-files, gnus-debug-exclude-variables)
17518         (gnus-discouraged-post-methods): Change :version.
17519         (gnus-confirm-mail-reply-to-news)
17520         (gnus-confirm-treat-mail-like-news): Add :version.
17521
17522         * gnus-int.el (gnus-server-unopen-status): Add :version.
17523
17524         * gnus-group.el (gnus-group-jump-to-group-prompt)
17525         (gnus-large-ephemeral-newsgroup)
17526         (gnus-fetch-old-ephemeral-headers): Add :version.
17527
17528         * gnus-fun.el (gnus-x-face-directory)
17529         (gnus-convert-pbm-to-x-face-command)
17530         (gnus-convert-image-to-x-face-command)
17531         (gnus-convert-image-to-face-command): Add :version.
17532
17533         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17534
17535         * gnus-cite.el (gnus-cite-blank-line-after-header)
17536         (gnus-article-boring-faces): Add :version.
17537
17538         * gnus-art.el (gnus-buttonized-mime-types)
17539         (gnus-inhibit-mime-unbuttonizing)
17540         (gnus-treat-display-face)
17541         (gnus-treat-body-boundary): Change :version.
17542         (gnus-body-boundary-delimiter, gnus-picon-databases)
17543         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17544         (gnus-treat-date-english, gnus-treat-fold-headers)
17545         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17546         (gnus-treat-mail-picon, gnus-treat-wash-html)
17547         (gnus-article-encrypt-protocol)
17548         (gnus-use-idna, gnus-article-over-scroll)
17549         (gnus-mime-display-multipart-alternative-as-mixed)
17550         (gnus-mime-display-multipart-related-as-mixed)
17551         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17552         (gnus-ctan-url, gnus-button-ctan-handler)
17553         (gnus-button-handle-ctan-bogus-regexp)
17554         (gnus-button-ctan-directory-regexp)
17555         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17556         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17557         (gnus-button-man-level, gnus-button-emacs-level)
17558         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17559
17560         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17561         (gnus-agent-go-online): Change :version.
17562         (gnus-agent-expire-unagentized-dirs)
17563         (gnus-agent-auto-agentize-methods): Add :version.
17564
17565         * flow-fill.el (fill-flowed-display-column)
17566         (fill-flowed-encode-column): Add :version.
17567
17568         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17569         (gnus-outlook-deuglify-unwrap-max)
17570         (gnus-outlook-deuglify-cite-marks)
17571         (gnus-outlook-deuglify-unwrap-stop-chars)
17572         (gnus-outlook-deuglify-no-wrap-chars)
17573         (gnus-outlook-deuglify-attrib-cut-regexp)
17574         (gnus-outlook-deuglify-attrib-verb-regexp)
17575         (gnus-outlook-deuglify-attrib-end-regexp)
17576         (gnus-outlook-display-hook): Add :version.
17577
17578         * binhex.el (binhex-use-external): Add :version.
17579
17580 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17583         and `invisible'.
17584
17585 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17588         in gnus-registry-trim.
17589
17590 2004-09-13  Simon Josefsson  <jas@extundo.com>
17591
17592         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17593
17594         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17595
17596         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17597         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17598         <yamaoka@jpl.org>.
17599         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17600         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17601         <yamaoka@jpl.org>.
17602
17603         * sieve.el (sieve-manage-mode): Ditto.
17604
17605 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17608
17609 2004-09-11  Simon Josefsson  <jas@extundo.com>
17610
17611         * dns-mode.el: Add.
17612
17613         * mm-view.el (mm-display-dns-inline): Add.
17614
17615         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17616         (mm-automatic-display): Ditto.
17617
17618         * mailcap.el (mailcap-mime-data): Add text/dns.
17619         (mailcap-mime-extensions): Map .soa to text/dns.
17620
17621 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17622
17623         * gnus-art.el (article-decode-mime-words, article-babel)
17624         (gnus-article-highlight-signature, gnus-article-add-buttons)
17625         (gnus-signature-toggle): Remove unnecessary bindings of
17626         `inhibit-read-only' inherited from v5.10 merge.
17627
17628 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * nntp.el (nntp): New customization group.
17631         (nntp-authinfo-file): Add customization group.
17632
17633         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17634
17635         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17636
17637         * gnus.el (to-address, to-list, subscribed)
17638         (large-newsgroup-initial): Ditto.
17639
17640         * flow-fill.el (fill-flowed-display-column)
17641         (fill-flowed-encode-column): Ditto.
17642
17643 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17644
17645         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17646         Use point-min rather than 1.
17647         (message-send-mail): Use buffer-size rather than point-max.
17648
17649         * gnus-sum.el (gnus-summary-search-article-forward):
17650         Signal a specific `search-failed' rather than a generic `error'.
17651
17652         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17653         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17654         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17655
17656 2004-09-10  Simon Josefsson  <jas@extundo.com>
17657
17658         * nndb.el (require): Remove tcp and duplicate cl.
17659
17660 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-agent.el (directory-files-and-attributes): Move forward.
17663
17664 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17665
17666         * gnus-agent.el (directory-files-and-attributes):
17667         Optionally defined to support XEmacs.
17668
17669 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17670
17671         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17672         to avoid run-time CL dependencies.
17673         (gnus-agent-unfetch-articles): New function.
17674         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17675         article numbers even when local .overview file is missing.
17676         (gnus-agent-read-article-number): New function.  Only accepts
17677         27-bit article numbers.
17678         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17679         Use gnus-agent-read-article-number.
17680         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17681         from backend while recognizing that article numbers in .overview
17682         must be valid.
17683         (gnus-agent-update-files-total-fetched-for):
17684         Use directory-files-and-attributes to improve performance.
17685         * gnus-int.el (gnus-request-move-article):
17686         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17687         improve performance.
17688
17689         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17690         some users confused by references to .newsrc when they only have a
17691         .newsrc.eld file.
17692         (gnus-convert-mark-converter-prompt)
17693         (gnus-convert-converter-needs-prompt): Fix use of property list.
17694         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17695         New function.  Used internally to only display 'gnus converting
17696         files' message when actually necessary.
17697
17698         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17699         methods now autoloaded.
17700
17701 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17704         identifiers.
17705
17706 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * gnus-picon.el: Fix indentation and closing parenthesis.
17709
17710 2004-09-01  Simon Josefsson  <jas@extundo.com>
17711
17712         * message.el (message-canlock-generate): Require sha1, not
17713         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17714         to require within a function.  Sadly, if sha1.el isn't loaded, the
17715         let binding in m-c-g will hide the defcustom definition, which is
17716         bad.)
17717
17718         * canlock.el: Require sha1, not sha1-el.
17719
17720         * message.el: Don't autoload sha1 (there is a autoload cookie in
17721         sha1.el).
17722
17723         * sha1-el.el: Rename to sha1.el.
17724
17725 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17726
17727         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17728
17729 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17730
17731         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17732
17733 2004-08-30  Kim F. Storm  <storm@cua.dk>
17734
17735         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17736
17737         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17738         Add :group 'nnimap.
17739
17740 2004-08-30  Andreas Schwab  <schwab@suse.de>
17741
17742         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17743         ?* and ?\;.
17744
17745         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17746         and ?\' to symbol instead of whitespace.
17747
17748 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17751
17752         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17753         instead of re-search-forward.
17754
17755         * gnus-uu.el (gnus-uu-save-article): Ditto.
17756         (gnus-uu-post-encode-uuencode): Ditto.
17757
17758         * html2text.el (html2text-clean-list-items): Ditto.
17759         (html2text-clean-dtdd): Ditto.
17760         (html2text-format-tags): Ditto.
17761
17762         * message.el (message-send-mail-with-sendmail): Fix regexp.
17763         (message-fill-field-general): Use search-forward instead of
17764         re-search-forward.
17765         (unbold-region): Ditto.
17766
17767         * nnrss.el (nnrss-request-article): Ditto.
17768
17769         * nnslashdot.el (nnslashdot-request-article): Ditto.
17770
17771         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17772
17773         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17774         "Unrecognized menu descriptor" error in XEmacs.
17775
17776 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17777
17778         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17779         parent article of a sparse article in the thread hashtb.
17780
17781 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17782
17783         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17784         (nnmail-expand-newtext): Lowercase expanded entries if
17785         nnmail-split-lowercase-expanded is non-nil.
17786
17787 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17790
17791         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17792         of gnus-tmp-news-method into string under XEmacs.  It will be
17793         passed to gnus-correct-length which takes only a string argument.
17794
17795 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * gnus-util.el (gnus-bind-print-variables): New macro.
17798         (gnus-prin1): Use it.
17799         (gnus-prin1-to-string): Use it.
17800         (gnus-pp): New function.
17801         (gnus-pp-to-string): New function.
17802
17803         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17804         Replace pp-to-string with gnus-pp-to-string.
17805         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17806         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17807         * gnus-msg.el (gnus-debug): Ditto.
17808         * gnus-score.el (gnus-score-save): Ditto.
17809         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17810         gnus-pp-to-string.
17811         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17812         with gnus-pp.
17813         * score-mode.el (gnus-score-pretty-print): Ditto.
17814         * webmail.el (webmail-debug): Ditto.
17815
17816 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-art.el (article-display-face, article-display-x-face):
17819         Use buffer-read-only.
17820
17821 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-art.el (article-hide-list-identifiers):
17824         Bind inhibit-read-only as t.
17825
17826 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17827
17828         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17829
17830 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17831
17832         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17833         (gnus-narrow-to-page): Don't assume point-min == 1.
17834         (gnus-article-edit-mode): Derive from message-mode.
17835
17836         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17837         point-min == 1.
17838
17839         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17840         Disable incorrect use of `assert'.
17841
17842         * message.el (message-mode): Set comment-start-skip.
17843
17844
17845 2004-08-22  Sam Steingold  <sds@gnu.org>
17846
17847         * pop3.el (pop3-leave-mail-on-server): New user variable.
17848         (pop3-movemail): Delete mail only when it is nil.
17849
17850 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17853
17854         * mml.el (mml-preview): Use `pop-to-buffer'.
17855
17856         * message.el (message-goto-mail-followup-to): Insert after "To".
17857         (message-carefully-insert-headers): Add comment.
17858
17859         * gnus.el: Remove unused variable `gnus-article-check-size'.
17860
17861         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17862
17863         * gnus-art.el (gnus-button-alist):
17864         Improve `gnus-button-handle-library' entry.
17865
17866 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17867
17868         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17869         Use downcase, since XEmacs capitalizes error messages differently.
17870
17871 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * nntp.el: Add (require 'gnus) due to reference to
17874         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17875
17876 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17877
17878         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17879         Bind `mm-fill-flowed'.
17880
17881         * mm-decode.el (mm-dissect-singlepart): Check it.
17882
17883 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17884
17885         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17886         'imap' for netrc parsing.
17887
17888 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * mailcap.el (mailcap-mime-data): Mark as risky.
17891
17892 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17895         may be included in the encoded word.
17896         (rfc2047-encode): Don't append a space if the encoded word
17897         includes close parenthesis.
17898
17899 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17902         of text within parentheses.
17903
17904 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17905
17906         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17907         (gnus-encrypt-write-file-contents): Make the password key the file
17908         name PLUS the cipher, not just the cipher.  Also remove failed
17909         passwords from the cache.
17910
17911 2004-08-06  Simon Josefsson  <jas@extundo.com>
17912
17913         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17914         Doc fix.
17915
17916 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17919         LWSP.
17920
17921 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17922
17923         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17924         Try to append in-reply-to: data to the references: header.
17925
17926         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17927         (netrc-parse): Use gnus-encrypt.el functions.
17928
17929         * gnus-encrypt.el: Add new file for encryption support; currently
17930         does only a few GPG ciphers and an internal XOR cipher.
17931
17932         * password.el: Add comments on using password-read-and-add.
17933         (password-read-and-add): Add function to read and add the
17934         password to the cache at once.
17935
17936 2004-07-28  Simon Josefsson  <jas@extundo.com>
17937
17938         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17939         parameter (but don't use it, for now).
17940
17941         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17942         instead of hard coding to nil.
17943
17944 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17947         as mm-inline-image-xemacs does.
17948
17949 2004-07-26  Simon Josefsson  <jas@extundo.com>
17950
17951         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17952         Revert part of 2004-07-17 change below.
17953
17954 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17957         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17958
17959 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17960
17961         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17962         quotes that actually start with ">" at the beginning of the
17963         lines.
17964
17965 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * rfc2047.el (rfc2047-encode-region): Fix last change.
17968         (rfc2047-encode-parameter): Remove useless concat.
17969
17970 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17973         encode special characters; fix some kind of misconfigured headers;
17974         signal a real error if debug-on-quit or debug-on-error is non-nil.
17975         (rfc2047-encode-max-chars): New variable.
17976         (rfc2047-encode-1): Use it.
17977         (rfc2047-encode-parameter): New function.
17978
17979         * mml.el (mml-insert-parameter): Remove an excessive space.
17980
17981 2004-07-17  Simon Josefsson  <jas@extundo.com>
17982
17983         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17984         Kai Grossjohann <kai@emptydomain.de>.
17985         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17986         (gnus-group-make-menu-bar): Ditto.
17987
17988         * gnus-util.el (gnus-group-server): Add.
17989
17990 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * message.el (message-clone-locals): Clone sendmail and smtp
17993         variables.
17994
17995 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * rfc2047.el (rfc2047-encode-region): Fix last change.
17998
17999 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18002         characters as non-special.
18003
18004 2004-07-09  Simon Josefsson  <jas@extundo.com>
18005
18006         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18007         Users will lose all flag changes made while unplugged with
18008         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18009         good default.  See numerous reports on ding mailing list.
18010
18011 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18014         add generate-head-function and generate-article-function to the
18015         rfc822-forward entry.
18016         (nndoc-rfc822-forward-generate-article): New function.
18017         (nndoc-rfc822-forward-generate-head): New function.
18018
18019         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18020
18021 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18022
18023         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18024         respect display group parameter and gnus-summary-expunge-below.
18025         (gnus-articles-to-read): Remove unused reference to display group
18026         parameter.
18027
18028 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * nnheader.el (nnheader-uniquify-message-id): New experimental
18031         variable.
18032         (nnheader-nov-read-message-id): Use it.
18033
18034         * spam-report.el (spam-report-gmane): Add interactive.
18035
18036 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * mm-encode.el (mm-content-transfer-encoding-defaults):
18039         Use qp-or-base64 for the application/* types.
18040
18041 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18042
18043         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18044
18045 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18046
18047         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18048         trim value.
18049
18050 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18051
18052         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18053         New macro and function.
18054         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18055
18056 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18059         after-load-alist.
18060
18061 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * gnus-group.el (gnus-group-get-new-news-this-group):
18064         Don't update info that isn't there.
18065
18066 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18067
18068         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18069         entry.
18070
18071 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * mm-view.el (mm-inline-render-with-function): Use multibyte
18074         buffer; decode html source by charset.
18075
18076         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18077
18078         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18079         Mule-UCS is loaded under XEmacs.
18080         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18081
18082 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18085
18086 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * mm-util.el (mm-coding-system-p): Return a coding-system.
18089         (mm-mime-mule-charset-alist): Use shift_jis instead of
18090         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18091         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18092         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18093         instead of japanese-shift-jis and iso-latin-1 respectively in
18094         order to share the default value with both Emacs and XEmacs-mule.
18095         (mm-mule-charset-to-mime-charset):
18096         Make mm-coding-system-priorities effective.
18097         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18098         while predicating of candidates upon the priorities.
18099
18100 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * gnus-sum.el (gnus-summary-make-menu-bar):
18103         Add gnus-uu-invert-processable.
18104
18105         * gnus.el: Autoload gnus-uu-invert-processable.
18106
18107 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * mm-util.el (mm-with-multibyte-buffer): New macro.
18110
18111         * rfc2047.el (rfc2047-encode-string): Use it.
18112         (rfc2047-encode-region): Move point to the end of the region after
18113         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18114
18115 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18118         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18119
18120 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18123         (gnus-cite-parse): Ignore quoted envelope From_.
18124         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18125
18126 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18127
18128         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18129         invalid addresses.
18130
18131 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18132
18133         * spam.el: Change section markers, revise TODO list.
18134         (spam-backends): Make new master list of all installed backends.
18135         (spam-summary-exit-behavior): Add new variable to determine how
18136         messages moves are done at summary exit.
18137         (spam-move-spam-nonspam-groups-only)
18138         (spam-process-ham-in-nonham-groups)
18139         (spam-process-ham-in-spam-groups): Remove variables, the
18140         spam-summary-exit-behavior variable should be used to manage this
18141         behavior.
18142         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18143         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18144         and spam-old-spam-articles.
18145         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18146         Add empty variables, placeholders for the backends they represent.
18147         (spam-set-difference): Move, unchanged.
18148         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18149         unless the user has a processor variable.
18150         (spam-classifications, spam-classification-valid-p)
18151         (spam-backend-properties, spam-backend-property-valid-p)
18152         (spam-backend-function-type-valid-p)
18153         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18154         (spam-report-articles-gmane, spam-report-articles-resend):
18155         Remove functions, they are not needed.
18156         (spam-install-backend-super, spam-backend-list)
18157         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18158         (spam-backend-function, spam-backend-ham-registration-function)
18159         (spam-backend-spam-registration-function)
18160         (spam-backend-ham-unregistration-function)
18161         (spam-backend-spam-unregistration-function)
18162         (spam-backend-statistical-p, spam-backend-mover-p)
18163         (spam-install-backend-alias, spam-install-checkonly-backend)
18164         (spam-install-mover-backend, spam-install-nocheck-backend)
18165         (spam-install-backend, spam-install-statistical-backend)
18166         (spam-install-statistical-checkonly-backend): Add backend installation
18167         support.
18168         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18169         (spam-group-processor-p): Use the new backend code and respect the
18170         summary exit behavior.
18171         (spam-mark-spam-as-expired-and-move-routine): Remove.
18172         (spam-summary-prepare): Change to use the new spam-old-articles
18173         variable.
18174         (spam-copy-or-move-routine, spam-copy-spam-routine)
18175         (spam-move-spam-routine, spam-copy-ham-routine)
18176         (spam-move-ham-routine): Add code to copy/move ham or spam.
18177         (spam-fetch-field-fast): Improve doc and code, plus allow the
18178         'number request.
18179         (spam-list-of-checks, spam-list-of-statistical-checks):
18180         Remove variables.
18181         (spam-split, spam-find-spam): Use the new backend code.
18182         (spam-registration-functions): Remove variable.
18183         (spam-unregister-routine): Add convenience wrapper.
18184         (spam-log-undo-registration, spam-register-routine)
18185         (spam-log-processing-to-registry)
18186         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18187         where possible.
18188         (spam-check-gmane-xref, spam-check-regex-headers)
18189         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18190         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18191         (spam-check-bogofilter-headers, spam-check-spamoracle)
18192         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18193         (spam-check-crm114-headers): Use the spam-split-group that
18194         spam-split prepares, no need to determine it every time.
18195
18196         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18197         to the nnheader-parse-naked-head call.
18198
18199         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18200
18201         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18202         the nnheader-nov-read-message-id call.
18203
18204 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18207         gnus-activate-group twice.  Suggested by Markus Peter
18208         <warp@spin.de>.
18209
18210 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus-art.el (gnus-article-time-format): Exchange the order of
18213         day and month in the default value; fix customization type.
18214         (article-date-ut): Use add-text-properties.
18215         (article-make-date-line): Use message-make-date instead of
18216         current-time-string.
18217
18218         * message.el (message-fetch-field): Don't use set-text-properties.
18219         (message-make-date): Simplify.
18220
18221         * messagexmas.el (message-xmas-make-date): New function.
18222         (message-xmas-redefine): Defalias message-make-date to it.
18223
18224 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18227         (rfc2047-encode-region): Treat text within parentheses as special;
18228         show the original text when error has occurred.
18229
18230         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18231         already-computed method to gnus-activate-group.
18232
18233         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18234         same select-methods identical Lisp objects.
18235
18236         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18237         object when modifying the info.
18238
18239 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18242         gnus-opened-servers since it has never been opened with the new
18243         configuration yet.
18244
18245 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18248         arg to nnheader-generate-fake-message-id.
18249
18250 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18251
18252         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18253         number and build a fake message ID localized to a group and
18254         article number (so it's repeatable from that point on).
18255         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18256         ID format.
18257
18258         * gnus-sum.el (gnus-get-newsgroup-headers):
18259         Call nnheader-generate-fake-message-id with the article number.
18260
18261 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18262
18263         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18264         end-of-buffer.
18265
18266 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18267
18268         * message.el (message-ignored-supersedes-headers): Add Approved.
18269
18270 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18273         goto-char.
18274         (rfc2047-encode): Fold the line before encoding.
18275
18276 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277
18278         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18279         folding -- not all headers can be folded, and this should be done
18280         by the message composition mode.  Probably.  I think.
18281
18282 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18285         fast.
18286
18287         * gnus-ems.el (gnus-remove-image): Don't use
18288         message-text-with-property; remove only the image found first.
18289
18290         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18291         found first.
18292
18293 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18296
18297 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * message.el (message-text-with-property): Make it fast and accept
18300         optional arguments.
18301         (message-strip-forbidden-properties): Use it.
18302         (message-fix-before-sending): Follow the m-t-w-p change.
18303
18304         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18305
18306 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-art.el (article-hide-headers): Don't change the buffer
18309         mistakenly when performing mml-preview even if
18310         gnus-single-article-buffer is nil.
18311
18312 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18313
18314         * message.el (message-expand-name-databases): New user option.
18315         (message-expand-name): Use it.
18316
18317 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * spam.el (spam-report-articles-resend)
18320         (spam-report-resend-register-routine): Allow ham reporting.
18321         (spam-report-resend-register-ham-routine): Add wrapper.
18322         (spam-registration-functions): Add ham resending functions.
18323         (spam-list-of-processors): Add ham resend processor.
18324
18325         * gnus.el (ham-resend-to): Add new group parameter.
18326         (spam-process): Add ham resend option.
18327
18328         * spam-report.el (spam-report-resend): Allow reporting ham.
18329         (spam-report-resend-ham): Add wrapper.
18330
18331 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * message.el (message-cite-articles-with-x-no-archive):
18334         New variable.
18335         (message-cite-original): Use it.
18336
18337 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * message.el (message-cite-original): Respect X-No-Archive.
18340
18341 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gnus-art.el (article-hide-headers): Refer to the values for
18344         gnus-ignored-headers and gnus-visible-headers in the summary
18345         buffer since a user may have set them as group parameters.
18346
18347 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18348
18349         * assistant.el (assistant-node-name): Add convenience function.
18350         (assistant-render-text, assistant-render-node): Add error handling,
18351         plus handle multiple next nodes.
18352         (assistant-find-next-node): Comment out for now.
18353         (assistant-find-next-nodes): Add function, returns list of next
18354         nodes.
18355
18356 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * mail-source.el (mail-source-directory): Fix doc-string.
18359
18360 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18361
18362         * assistant.el (assistant-render-text, assistant-eval): Add :set
18363         widget type, which is different because it takes and returns a
18364         list.  Much hilarity ensues.
18365
18366 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18369
18370         * gnus-group.el (gnus-group-get-new-news-this-group):
18371         Add doc-string.
18372
18373         * gnus-start.el (gnus-activate-group): Add doc-string.
18374
18375 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18378
18379 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18380
18381         * assistant.el (assistant-render-text): Try to add a :set
18382         widget, more to come.
18383
18384         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18385         strings.
18386         (spam-report-articles-resend)
18387         (spam-register-routine): Do registration iff any articles warrant
18388         it.
18389         (spam-summary-prepare-exit): Change log message for nil group
18390         destinations.
18391
18392 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18393
18394         * spam.el (spam-report-resend-register-routine):
18395         Allow spam-report-resend-to to be a group parameter or a global value.
18396
18397 2004-05-26  Simon Josefsson  <jas@extundo.com>
18398
18399         * starttls.el: Merge with my GNUTLS based starttls.el.
18400         (starttls-gnutls-program, starttls-use-gnutls)
18401         (starttls-extra-arguments, starttls-process-connection-type)
18402         (starttls-connect, starttls-failure, starttls-success):
18403         New variables.
18404         (starttls-program, starttls-extra-args): Doc fix.
18405         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18406         New functions.
18407         (starttls-negotiate, starttls-open-stream):
18408         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18409         function if it is set.
18410
18411 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18414         structured fields.
18415
18416 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18419
18420 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18421
18422         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18423         Add variable.
18424         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18425         assigning the spam-mark to new messages.
18426
18427 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18428
18429         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18430
18431 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18434
18435         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18436         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18437         default.
18438
18439 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18440
18441         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18442         correct data.
18443
18444 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18445
18446         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18447         (spam-group-processor-p): Fix function.
18448         (spam-group-processor-multiple-p)
18449         (spam-group-spam-processor-report-gmane-p)
18450         (spam-group-spam-processor-report-resend-p)
18451         (spam-group-spam-processor-bogofilter-p)
18452         (spam-group-spam-processor-blacklist-p)
18453         (spam-group-spam-processor-ifile-p)
18454         (spam-group-ham-processor-ifile-p)
18455         (spam-group-spam-processor-spamoracle-p)
18456         (spam-group-spam-processor-crm114-p)
18457         (spam-group-ham-processor-bogofilter-p)
18458         (spam-group-spam-processor-stat-p)
18459         (spam-group-ham-processor-stat-p)
18460         (spam-group-ham-processor-whitelist-p)
18461         (spam-group-ham-processor-BBDB-p)
18462         (spam-group-ham-processor-spamoracle-p)
18463         (spam-group-ham-processor-copy-p): Remove functions with some
18464         prejudice against unneeded code.
18465         (spam-report-articles-resend)
18466         (spam-report-resend-register-routine): Allow the group/topic
18467         spam-resend-to value to override spam-report-resend-to.
18468         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18469         properly now.
18470
18471         * gnus.el (spam-resend-to): Add group/topic parameter.
18472         (spam-process): Move the OBSOLETE processors to the end of the
18473         choices.
18474
18475 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18476
18477         * spam-report.el (spam-report-resend-to, spam-report-resend):
18478         Start with resend-to set to nil, and then ask the user if necessary.
18479         (spam-report-resend): spam-report-resend takes a list of articles, not
18480         separate article numbers.
18481
18482 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18485         addition to emacs-w3m.
18486
18487 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * assistant.el (assistant-authinfo-data): New function.
18490         (assistant-eval): Eval for entire assistant.
18491
18492         * netrc.el (netrc-services-file): New variable.
18493         (netrc-parse-services): New function.
18494         (netrc-find-service-name): New function.
18495         (netrc-find-service-number): New function.
18496         (netrc-port-equal): New function.
18497         (netrc-machine): Use it.
18498
18499         * nnimap.el (nnimap-open-connection): Use netrc.
18500
18501         * gnus-util.el (gnus-netrc-get): Remove aliases.
18502
18503         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18504
18505         * assistant.el (wid-edit): Fix compilation.
18506
18507         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18508
18509 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18510
18511         * gnus-util.el (gnus-set-file-modes): New function.  (small
18512         patch).
18513
18514 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18515
18516         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18517
18518         * assistant.el (assistant-render-node): Fix up rendering and
18519         read-only text.
18520         (assistant-render-node): Reset.
18521         (assistant-make-read-only): Not sticky.
18522
18523 2004-05-20  Danny Siu  <dsiu@adobe.com>
18524
18525         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18526         centered even when gnus-auto-center-summary is t.
18527
18528 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18529
18530         * dns.el (dns-get-txt-answer): New function.
18531         (dns-read-txt): Ditto.
18532         (query-dns): Use it.
18533
18534 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18537         active for foreign groups even if the group level is higher than
18538         the specified value.
18539
18540 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18543         non-active groups.
18544
18545         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18546
18547 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18548
18549         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18550
18551 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18552
18553         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18554         (spam-crm114-header, spam-crm114-spam-switch)
18555         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18556         (spam-crm114-positive-spam-header)
18557         (spam-crm114-database-directory, spam-list-of-processors)
18558         (spam-group-spam-processor-crm114-p)
18559         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18560         (spam-generic-score, spam-list-of-checks)
18561         (spam-list-of-statistical-checks, spam-registration-functions)
18562         (spam-check-crm114-headers, spam-crm114-score)
18563         (spam-check-crm114, spam-crm114-register-with-crm114)
18564         (spam-crm114-register-spam-routine)
18565         (spam-crm114-unregister-spam-routine)
18566         (spam-crm114-register-ham-routine)
18567         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18568         From asjo@koldfront.dk (Adam Sjøgren).
18569
18570         * gnus.el: Add spam-use-crm114.
18571
18572         * spam.el (spam-list-of-processors, spam-registration-functions):
18573         Add spam-use-resend.
18574         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18575         (spam-report-articles-gmane): Add doc fix.
18576         (spam-report-articles-resend, spam-report-resend-register-routine):
18577         Add wrappers around spam-report-resend-to.
18578
18579         * spam-report.el (spam-report-resend-to, spam-report-resend):
18580         Add support for resending spam.
18581         (spam-report-gmane): Fix line length >80.
18582
18583         * gnus.el (spam-process): Add spam-use-resend.
18584
18585 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18586
18587         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18588         number of processed spam messages.
18589         (spam-ham-copy-or-move-routine): Return the number of processed
18590         ham messages.
18591         (spam-summary-prepare-exit): Use the above values to decide
18592         whether status messages shouled be displayed.
18593
18594 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18597         `rfc2047-encoding-function-alist' in order to avoid conflicting
18598         with the old version.
18599         (rfc2047-encode-region): Concatenate words containing non-ASCII
18600         characters in structured fields; don't encode space-delimited
18601         ASCII words even in unstructured fields; don't break words at
18602         char-category boundaries.
18603         (rfc2047-encode-1): New function.
18604         (rfc2047-encode): Use it; encode text so that it occupies the
18605         maximum width within 76-column; work correctly on Q encoding for
18606         iso-2022-* charsets.
18607         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18608         sure not to break a line just after the header name.
18609         (rfc2047-b-encode-region): Remove.
18610         (rfc2047-b-encode-string): New function.
18611         (rfc2047-q-encode-region): Remove.
18612         (rfc2047-q-encode-string): New function.
18613
18614         * mm-util.el (mm-replace-in-string): New function.
18615
18616 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18619         Really get it right.
18620         (gnus-inews-make-draft): Really.
18621
18622 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18623
18624         * nnmh.el (nnmh-request-list-1): Don't check the link count
18625         before descending.  (small patch)
18626
18627 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628
18629         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18630         stuff.
18631
18632         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18633         Match on real group name.
18634
18635         * gnus-art.el (gnus-signature-limit): Doc fix.
18636
18637         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18638
18639         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18640
18641 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18642
18643         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18644         isn't a string.
18645
18646 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * gnus-draft.el (gnus-draft-send):
18649         Bind rfc2047-encode-encoded-words.
18650
18651         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18652         (rfc2047-encodable-p): Say that =? needs encoding.
18653         (rfc2047-encode-encoded-words): New variable.
18654
18655         * gnus-group.el (gnus-group-select-group): Doc fix.
18656
18657         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18658
18659         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18660         to nil.
18661
18662         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18663
18664         * nnheader.el (nnheader-get-lines-and-char): New function.
18665
18666 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18667
18668         * gnus-msg.el (gnus-summary-followup-with-original):
18669         Document yanking of region when active.
18670
18671 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18674         groups if the group level is higher than the specified value.
18675
18676 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18679         (gnus-group-jump-to-group): Add prefix argument using
18680         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18681         non-active group.
18682
18683         * compface.el (uncompface): Be verbose when changing
18684         `uncompface-use-external'.
18685
18686         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18687         handle manual section.
18688
18689 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690
18691         * gnus-art.el (gnus-button-alist): Revert previous change.
18692
18693 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18696
18697 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18698
18699         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18700         whether backend can accept message.
18701
18702         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18703
18704 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18705
18706         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18707         Avoid creating directory when nntp-marks-is-evil is true.
18708         Reported by Reiner Steib.
18709
18710 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18711
18712         * gnus-picon.el (gnus-picon-style): New variable.
18713         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18714         (gnus-picon-transform-address): Support `gnus-picon-style'.
18715         From Jesper Harder <harder@ifa.au.dk>.
18716
18717 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18718
18719         * message.el (message-fill-field): Return point.
18720         (message-generate-headers): Go to end of field.
18721
18722         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18723         stuff for non-living groups.
18724
18725 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * gnus-art.el (gnus-article-followup-with-original)
18728         (gnus-article-reply-with-original): gnus-mark-active-p ->
18729         gnus-region-active-p.
18730
18731 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18734         only when there is spam or ham to be processed.
18735
18736 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737
18738         * mail-source.el (mail-source-delete-crash-box): Refactor.
18739         (mail-source-fetch): Use it.
18740         (mail-source-fetch-file): Ditto.
18741         (mail-source-fetch-directory): Run postscript in loop.
18742         (mail-source-fetch-pop): Delete.
18743         (mail-source-fetch-maildir): Ditto.
18744         (mail-source-fetch-imap): Ditto.
18745
18746         * imap.el (imap-authenticators): Comment out sasl.
18747
18748         * message.el (message-skip-to-next-address): New function.
18749         (message-fill-header-address): Refactor.
18750         (message-fill-address): Use it.
18751         (message-delete-address): Use it.
18752         (message-fill-header-general): Refactor.
18753         (message-fill-field-address): Rename.
18754         (message-narrow-to-field): Find the start of the header.
18755         (message-header-format-alist): Don't pre-fill.
18756         (message-fill-header): Remove.
18757         (message-insert-header): New function.
18758         (message-shorten-references): Use it.
18759
18760         * rfc2047.el (rfc2047-field-value): Strip props.
18761
18762         * mail-parse.el (mail-header-make-address): New alias.
18763
18764         * ietf-drums.el (ietf-drums-make-address): New function.
18765
18766         * imap.el: Add compiler directives.
18767
18768         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18769
18770         * gnus-art.el (article-decode-idna-rhs): Don't use
18771         message-idna-inside-rhs-p.
18772
18773 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774
18775         * message.el (message-idna-inside-rhs-p): Remove.
18776         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18777
18778         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18779         false positives.
18780
18781 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18782
18783         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18784
18785 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * nneething.el (nneething-file-name): Don't create spurious
18788         files.
18789
18790         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18791         (gnus-inews-do-gcc): Remove sleep.
18792
18793         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18794         part under point.
18795
18796         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18797         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18798
18799 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18800
18801         * spam.el (spam-summary-prepare-exit): Fix (length).
18802
18803 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18804
18805         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18806         as expired without moving it" message when there are spam
18807         messages left.
18808
18809 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18810
18811         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18812         header is not nil.
18813
18814 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18815
18816         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18817         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18818         (nntp-marks-changed-p): New arg SERVER.
18819         (nntp-request-update-info): Adjust caller.
18820
18821 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18822
18823         * nntp.el (nntp-save-marks): Pass missing arg.
18824
18825 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18826
18827         * nntp.el: Support marks.
18828         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18829         (nntp-marks-modtime, nntp-marks-directory): New variables.
18830         (nntp-request-set-mark, nntp-request-update-info)
18831         (nntp-possibly-create-directory, nntp-marks-changed-p)
18832         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18833         New functions.
18834
18835 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18838         (gnus-xmas-redefine): Rename.
18839
18840         * gnus-score.el (gnus-score-insert-help):
18841         Use gnus-select-lowest-window.
18842
18843         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18844         appt-select-lowest-window and rename to gnus-select-lowest-window.
18845
18846         * gnus.el: do.
18847
18848 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18849
18850         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18851         encodings of MIME-encoded words, in order to improve
18852         interoperability with several broken MUAs.
18853
18854 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18855
18856         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18857         tags, only when charsets are not specified in headers.
18858         (mm-inline-text-html-render-with-w3m): Ditto.
18859
18860         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18861         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18862
18863 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18864
18865         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18866         instead of MIME-decoded from fields when checking
18867         `gnus-article-address-banner-alist'.
18868
18869 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18870
18871         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18872         description rather than subject.
18873
18874 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18875
18876         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18877
18878 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18879
18880         * gnus.el (gnus-version-number): Bump.
18881
18882 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18883
18884         * gnus.el: No Gnus v0.2 is released.
18885
18886 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18887
18888         * gnus-agent.el (gnus-agent-read-agentview):
18889         Inline gnus-uncompress-range.
18890
18891 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18892
18893         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18894         `exec-installed-p'.
18895
18896 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18897
18898         * gnus.el (spam-process, spam-autodetect-methods):
18899         Add bsfilter and bsfilter-headers.
18900
18901         * spam.el (spam-bsfilter): New customize group.
18902         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18903         (spam-bsfilter-header, spam-bsfilter-probability-header)
18904         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18905         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18906         (spam-bsfilter-database-directory): New options.
18907         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18908         (spam-list-of-statistical-checks, spam-registration-functions):
18909         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18910         (spam-bsfilter-score): New command.
18911         (spam-check-bsfilter-headers, spam-check-bsfilter)
18912         (spam-bsfilter-register-with-bsfilter)
18913         (spam-bsfilter-register-spam-routine)
18914         (spam-bsfilter-unregister-spam-routine)
18915         (spam-bsfilter-register-ham-routine)
18916         (spam-bsfilter-unregister-ham-routine): New functions.
18917         (spam-generic-score): Support bsfilter; Accept an optional argument
18918         to recalcurate spam score even if scoring header has already been
18919         added.
18920         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18921         optional argument to recalcurate spam score even if scoring header
18922         has already been added.
18923
18924 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18925
18926         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18927         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18928         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18929         link is missing.
18930
18931 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18932
18933         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18934         (html2text-get-attr): Rewrite.
18935
18936         * message.el (message-setup-1): Remove redundant put-text-property
18937         on mail-header-separator.
18938
18939 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * gnus-registry.el (gnus-registry-cache-whitespace)
18942         (gnus-registry-action, gnus-registry-spool-action)
18943         (gnus-registry-split-fancy-with-parent): Change message levels
18944         from 5 to 3 or 7, as needed.
18945
18946         * spam.el (spam-summary-prepare-exit)
18947         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18948         (spam-split, spam-find-spam, spam-log-undo-registration)
18949         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18950         level from 5 to 6.
18951
18952 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18955         2004-03-04 change).
18956
18957 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18958
18959         * sieve-manage.el (sieve-manage-open):
18960         * nnweb.el (nnweb-insert-html):
18961         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18962         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18963         * nnspool.el (nnspool-request-group):
18964         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18965         * nnml.el (nnml-request-update-info):
18966         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18967         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18968         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18969         (nnimap-request-set-mark):
18970         * nnfolder.el (nnfolder-request-update-info):
18971         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18972         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18973         * gnus-uu.el (gnus-uu-find-articles-matching):
18974         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18975         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18976         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18977         * gnus-nocem.el (gnus-nocem-scan-groups):
18978         * gnus-int.el (gnus-start-news-server):
18979         * gnus-group.el (gnus-group-make-kiboze-group)
18980         (gnus-group-browse-foreign-server):
18981         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18982         Use mapc when appropriate.
18983
18984 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18985
18986         FIXME: Make separate entries for each person.
18987
18988         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18989         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18990         <shields@msrl.com>:
18991
18992         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18993         may need for spam sorting and scoring.
18994         (spam-user-format-function-S): Add user format function suitable for
18995         general use.
18996         (spam-article-sort-by-spam-status): Add sorting function for summary
18997         sorting.
18998         (spam-extra-header-to-number): Add function to get a score from a
18999         header.
19000         (spam-summary-score): Add function to get a numeric score from the
19001         headers.
19002         (spam-generic-score): Fix function doc, was in wrong place.
19003         (spam-initialize): Take symbols when it's run, and install the
19004         extra headers that spam-necessary-extra-headers thinks we need.
19005
19006 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19007
19008         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19009         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19010
19011 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19012
19013         * gnus-sum.el (gnus-set-global-variables)
19014         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19015         (gnus-article-get-xrefs, gnus-summary-best-group)
19016         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19017         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19018         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19019         Use with-current-buffer.
19020
19021 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19022
19023         * spam.el (spam-summary-prepare-exit): Simplify logic.
19024         (spam-fetch-article-header): Read the article header if it's not
19025         available.
19026         (spam-list-articles): Simplify logic.
19027         (spam-filelist-register-routine): Fix bug with unregister-list.
19028
19029         * gnus-registry.el: Fix comments at beginning.
19030
19031 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19032
19033         * message.el (message-cater-to-broken-inn): Remove.
19034         (message-shorten-references): Make sure the total folded length of
19035         References is shorter than 998 characters to cater to a bug in INN
19036         2.3.  Also, don't pretend that references aren't folded -- this
19037         hasn't worked for a while.
19038
19039 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19040
19041         * gnus-agent.el (gnus-agentize):
19042         gnus-agent-send-mail-real-function no longer set to current value
19043         of message-send-mail-function but rather a lambda that calls
19044         message-send-mail-function.  The change makes the agent real-time
19045         responsive to user changes to message-send-mail-function.
19046
19047 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19048
19049         * legacy-gnus-agent.el
19050         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19051         help from Florian Weimer <fw@deneb.enyo.de>
19052
19053 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * nnmail.el (nnmail-cache-insert): Revert last change.
19056
19057 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * nnmail.el (nnmail-cache-insert): Always check whether
19060         nnmail-cache-ignore-groups matches a group name.
19061
19062 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19063
19064         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19065         (spam-find-spam, spam-log-processing-to-registry)
19066         (spam-log-registered-p, spam-log-unregistration-needed-p)
19067         (spam-log-undo-registration): Use gnus-message instead of
19068         gnus-error, none of these errors are fatal.
19069
19070         * gnus-registry.el (gnus-registry-clean-empty-function)
19071         (gnus-registry-clean-empty): Remove only empty entries without
19072         extra data.
19073
19074 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * spam-stat.el (spam-stat-buffer-change-to-spam)
19077         (spam-stat-buffer-change-to-non-spam): Change (error) to
19078         (gnus-message 8) invocation.
19079
19080 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * nntp.el (nntp-via-netcat-command): New variable.
19083         (nntp-via-netcat-switches): New variable.
19084         (nntp-open-via-rlogin-and-netcat): New function.
19085         (nntp-open-connection-function): Doc fix.
19086         (nntp-telnet-command): Doc fix.
19087         (nntp-end-of-line): Doc fix.
19088         (nntp-via-rlogin-command): Doc fix.
19089         (nntp-via-user-name): Doc fix.
19090         (nntp-via-address): Doc fix.
19091
19092 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19095         error in Emacs 21.1.
19096
19097 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19098
19099         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19100
19101 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19102
19103         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19104         (gnus-agent-with-refreshed-group): New macro.
19105         (gnus-agent-rename-group): New function.
19106         (gnus-agent-delete-group): New function.
19107         (gnus-agent-save-group-info): Use gnus-command-method when
19108         `method' parameter is nil.  Don't write nil entries into the
19109         active file.
19110         (gnus-agent-get-group-info): New function.
19111         (gnus-agent-fetch-articles):
19112         Use gnus-agent-update-files-total-fetched-for to increment disk space
19113         used.
19114         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19115         Use gnus-agent-update-view-total-fetched-for to increment disk space
19116         used.
19117         (gnus-agent-get-local): Add optional parameters to avoid calling
19118         gnus-group-real-name and gnus-find-method-for-group.
19119         (gnus-agent-set-local): Delete stored entry if either min, or max,
19120         are nil.
19121         (gnus-agent-fetch-session): Reworded error/quit messages.
19122         On quit, use gnus-agent-regenerate-group to record existance of any
19123         articles fetched to disk before the quit occurred.
19124         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19125         gnus-agent-update-view-total-fetched-for, and
19126         gnus-agent-update-files-total-fetched-for to decrement disk space
19127         used.
19128         (gnus-agent-retrieve-headers):
19129         Use gnus-agent-update-view-total-fetched-for to increment disk space
19130         used.
19131         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19132         with gnus-agent-update-files-total-fetched-for to decrement disk
19133         space and fresh group buffer.
19134         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19135         (gnus-agent-need-update-total-fetched-for): New variable.
19136         (gnus-agent-update-files-total-fetched-for): New function.
19137         (gnus-agent-update-view-total-fetched-for): New function.
19138         (gnus-agent-total-fetched-for): New function.
19139
19140         * gnus-cache.el (gnus-cache-save-buffers):
19141         Use gnus-cache-update-overview-total-fetched-for to change disk space
19142         used by this group.
19143         (gnus-cache-possibly-enter-article):
19144         Use gnus-cache-update-file-total-fetched-for to increment disk space
19145         used by this group.
19146         (gnus-cache-possibly-remove-article):
19147         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19148         used by this group.
19149         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19150         (gnus-cache-rename-group): New function.
19151         (gnus-cache-delete-group): New function.
19152         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19153         (gnus-cache-need-update-total-fetched-for): New variable.
19154         (gnus-cache-with-refreshed-group): New macro.
19155         (gnus-cache-update-file-total-fetched-for): New function.
19156         (gnus-cache-update-overview-total-fetched-for): New function.
19157         (gnus-cache-rename-group-total-fetched-for): New function.
19158         (gnus-cache-delete-group-total-fetched-for): New function.
19159         (gnus-cache-total-fetched-for): New function.
19160
19161         * gnus-group.el: Require gnus-sum and autoload functions to
19162         resolve warnings when gnus-group.el compiled alone.
19163         (gnus-group-line-format): Documented new %F.
19164         (size of Fetched data) group line format; identifies disk space
19165         used by agent and cache.
19166         (gnus-group-line-format-alist): Defined new F format.
19167         (gnus-total-fetched-for): New function.
19168         (gnus-group-delete-group): No longer update
19169         gnus-cache-active-altered as gnus-request-delete-group now keeps
19170         the cache in sync.
19171         (gnus-group-list-active): Let the agent store a server's active
19172         list if currently plugged.
19173
19174         * gnus-int.el (gnus-request-delete-group):
19175         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19176         local disk in sync with the server.
19177         (gnus-request-rename-group):
19178         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19179         local disk in sync with the server.
19180
19181         * gnus-start.el (gnus-get-unread-articles):
19182         Cosmetic simplification to logic.
19183
19184         * gnus-util.el (gnus-rename-file): New function.
19185
19186 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19187
19188         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19189
19190 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19193         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19194
19195 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19196
19197         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19198         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19199
19200 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19201
19202         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19203
19204 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         * spam.el (spam-set-difference): Add function to replace
19207         gnus-set-difference in spam.el.
19208         (spam-summary-prepare-exit): Use spam-set-difference.
19209
19210 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * gnus-registry.el (gnus-registry-cache-file): Update to use
19213         gnus-dribble-directory OR gnus-home-directory OR ~.
19214         (gnus-registry-split-fancy-with-parent): Fix doc.
19215
19216 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * message.el (message-exchange-point-and-mark):
19219         Use message-mark-active-p.  Suggested by Jesper Harder
19220         <harder@ifa.au.dk>.
19221
19222 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * message.el (message-exchange-point-and-mark): Don't activate
19225         region if it was inactive.  Suggested by Hiroshi Fujishima
19226         <pooh@nature.tsukuba.ac.jp>.
19227
19228 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * gnus-art.el (article-display-face): Display Faces in the same
19231         order as X-Faces.
19232
19233 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19234
19235         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19236
19237 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19240         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19241         (gnus-article-mime-hierarchy): Remove.
19242         (gnus-article-mime-hierarchy-next): Remove.
19243         (gnus-article-mode): Revert 2004-03-19 change.
19244         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19245         (gnus-insert-mime-button): Revert 2004-03-19 change.
19246         (gnus-mime-accumulate-hierarchy): Remove.
19247         (gnus-mime-enter-multipart): Remove.
19248         (gnus-mime-leave-multipart): Remove.
19249         (gnus-mime-display-part): Revert 2004-03-19 change.
19250         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19251
19252         * mml.el (mml-preview): Revert 2004-03-19 change.
19253
19254 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19255
19256         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19257
19258 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19261         t while entering a file name using the mm-with-multibyte macro.
19262         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19263
19264         * mm-util.el (mm-with-multibyte): New macro.
19265
19266 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19269         New user option.
19270         (gnus-mime-multipart-functions): Doc and customization fix.
19271         (gnus-article-mime-hierarchy): New variable.
19272         (gnus-article-mime-hierarchy-next): New variable.
19273         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19274         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19275         gnus-article-mime-hierarchy-next to nil.
19276         (gnus-insert-mime-button): Show hierarchy numbers.
19277         (gnus-mime-accumulate-hierarchy): New function.
19278         (gnus-mime-enter-multipart): New function.
19279         (gnus-mime-leave-multipart): New function.
19280         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19281         (gnus-mime-display-alternative): Show hierarchy numbers.
19282
19283         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19284         gnus-article-mime-hierarchy-next to nil.
19285
19286 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19287
19288         * dns.el: Don't require gnus-xmas.
19289
19290 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19293         inline PGP.
19294         (mml-menu): Disable mml-quote-region if mark is inactive.
19295
19296 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19299         when the group's active is not available.
19300
19301 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19304         error.
19305
19306 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * imap.el (imap-store-password): New variable.
19309         (imap-interactive-login): Use it.
19310         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19311
19312 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19313
19314         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19315         window-start and hscroll to summary window.
19316
19317 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19318
19319         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19320         conversion message to newsrc-dribble when an actual conversion is
19321         performed.
19322
19323 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19324
19325         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19326
19327 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * mm-decode.el (mm-complicated-handles): New function reviving
19330         former definition of mm-multiple-handles.
19331
19332         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19333         (gnus-mime-delete-part): Use it.
19334
19335 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19336
19337         * gnus-agent.el (gnus-agent-read-local):
19338         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19339         avoid the implicit assumption that they will always be equal.
19340         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19341         coding-system-for-write, as the with-temp-file macro first prints
19342         to a buffer then saves the buffer.
19343
19344 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * gnus-art.el (gnus-article-edit-part): New function.
19347         (gnus-mime-save-part-and-strip): Use it; do query instead of
19348         signaling an error; don't use mm-multiple-handles.
19349         (gnus-mime-delete-part): Ditto.
19350
19351 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19352
19353         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19354         old file versions.
19355         (gnus-group-prepare-hook): Remove function that converted list
19356         form of gnus-agent-expire-days to group properties.
19357
19358         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19359         (gnus-request-accept-article): Re-indented.
19360
19361         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19362         converters to handle old agent file formats.  Add logic for a
19363         "backup before upgrading warning".
19364         (gnus-convert-mark-converter-prompt): Developers can mark
19365         functions as needing (default), or not needing,
19366         gnus-convert-old-newsrc's "backup before upgrading warning".
19367         (gnus-convert-converter-needs-prompt): Tests whether the user
19368         should be protected from potentially irreversable changes by the
19369         function.
19370
19371         * legacy-gnus-agent.el: New.  Provides converters that are only
19372         loaded when gnus-convert-old-newsrc needs to call them.
19373
19374 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * mail-source.el (mail-source-touch-pop): Doc fix.
19377
19378         * message.el (message-smtpmail-send-it): Doc fix.
19379
19380 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19381
19382         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19383
19384         * nnmail.el (nnmail-split-fancy): do.
19385
19386         * gnus-kill.el (gnus-kill, gnus-execute): do.
19387
19388 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19389
19390         * gnus-sum.el (gnus-widget-reversible-match)
19391         (gnus-widget-reversible-to-internal)
19392         (gnus-widget-reversible-to-external): New functions.
19393         (gnus-widget-reversible): New widget.
19394         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19395
19396 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19397
19398         * gnus-sum.el (gnus-thread-sort-functions)
19399         (gnus-article-sort-functions): Document `(not F)' items.
19400
19401 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19402
19403         * spam.el (spam-use-gmane-xref): Add new backend.
19404         (spam-gmane-xref-spam-group): Add variable to control the name of the
19405         Gmane spam group.
19406         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19407         (spam-regex-headers-spam, spam-regex-headers-ham)
19408         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19409         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19410         backends and checks.
19411         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19412
19413         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19414         an autodetect method.
19415
19416 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19417
19418         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19419         articles are being added to a group.
19420         (gnus-request-replace-article): Inform the agent that articles
19421         need to be uncached as the cached contents are no longer valid.
19422
19423 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * binhex.el: Don't autoload executable-find.
19426
19427         * canlock.el: Don't autoload mail-fetch-field.
19428
19429         * dgnushack.el: Autoload c-mode for XEmacs.
19430
19431         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19432
19433         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19434         rmail-dont-reply-to and rmail-output.
19435
19436         * gnus-score.el: Don't autoload ffap-string-at-point.
19437
19438         * gnus-setup.el: Don't autoload sc-cite-original.
19439
19440         * imap.el: Don't autoload base64-decode-string,
19441         base64-encode-string and md5.
19442
19443         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19444         and rmail-msg-restore-non-pruned-header.
19445
19446         * mm-decode.el: Don't autoload executable-find.
19447
19448         * mm-url.el: Don't autoload executable-find.
19449
19450         * mm-view.el: Don't autoload diff-mode.
19451
19452         * nndb.el: Don't autoload news-reply-mode, news-setup,
19453         cancel-timer and telnet.
19454
19455         * password.el: Don't autoload run-at-time for Emacs.
19456
19457         * sha1-el.el: Don't autoload executable-find.
19458
19459         * sieve-mode.el: Don't autoload c-mode.
19460
19461         * uudecode.el: Don't autoload executable-find.
19462
19463 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19464
19465         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19466         (gnus-agent-possibly-alter-active): Avoid null in numeric
19467         comparison.
19468         (gnus-agent-set-local): Refuse to save null in local object table.
19469         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19470         list of articles that will be marked as unread.
19471
19472 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19475
19476 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19477
19478         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19479         language tags.
19480
19481 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19482
19483         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19484         Don't bind "obarray".
19485
19486         * gnus-sum.el (gnus-thread-sort-functions):
19487         Add `gnus-thread-sort-by-most-recent-number' and
19488         `gnus-thread-sort-by-most-recent-date'.
19489         Reported by Kai Grossjohann <kai@emptydomain.de>.
19490
19491 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19494
19495 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19496
19497         * gnus-cus.el (gnus-agent-customize-category):
19498         Remove ignore-errors macro reference that required cl to be loaded at
19499         run-time.
19500
19501         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19502         single-interval range of the form (min . max).  Previously the
19503         range had to look like ((min . max)).  Likewise, return
19504         (min . max) rather than ((min . max)).
19505         (gnus-range-map): Use gnus-range-normalize to accept
19506         single-interval range.
19507
19508         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19509         the cache, but not the agent, now appear with their usual face.
19510
19511         * dgnushack.el (loaddir): New variable that is bound to the
19512         directory containing the dgnushack.el file. Use loaddir, rather
19513         than srcdir, to update load-path. Change lets dgnushack compile
19514         code in directories other than GNUS/lisp.
19515
19516 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * lpath.el: Don't bind w3m-safe-url-regexp.
19519
19520         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19521         w3m-safe-url-regexp variable buffer-local.
19522
19523         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19524
19525 2004-02-27  Simon Josefsson  <jas@extundo.com>
19526
19527         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19528         gnus-group-real-prefix.
19529         (gnus-summary-move-article): Use it, instead of
19530         gnus-group-real-prefix.
19531
19532 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * lpath.el: Bind w3m-safe-url-regexp.
19535
19536         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19537         w3m-safe-url-regexp variable buffer-local and set it as the value
19538         of mm-w3m-safe-url-regexp.
19539
19540         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19541
19542         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19543         parsing gnus-posting-styles when the message is not for replying.
19544
19545         * dgnushack.el: Autoload sgml-mode for XEmacs.
19546
19547         * nnrss.el (nnrss-opml-export):
19548         Use mm-set-buffer-file-coding-system instead of
19549         set-buffer-file-coding-system.
19550
19551 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19554         of checkdoc.el).
19555         * nnrss.el: do.
19556         * gnus-mlspl.el: do.
19557         * gnus-ml.el: do.
19558         * gnus-srvr.el: do.
19559
19560         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19561
19562 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19563
19564         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19565         Corrections to custom-manual links.
19566
19567         * gnus-art.el (gnus-article): Ditto.
19568
19569         * mm-decode.el (mime-display, mime-security): Ditto.
19570
19571 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19572
19573         * flow-fill.el: Typo.
19574
19575 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19576
19577         * spam-wash.el: New file.
19578
19579 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19580
19581         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19582
19583 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19584
19585         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19586         to be run with new-articles as LIST1, not LIST2.
19587         (spam-registration-functions): Add spam-use-ham-copy as a nil
19588         registration backend.
19589
19590 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19591
19592         * spam-stat.el (spam-stat-washing-hook): New option.
19593         (spam-stat-buffer-words): Use it.
19594         (spam-stat-process-directory, spam-stat-test-directory):
19595         Use insert-file-contents-literally.
19596         (spam-stat-coding-system): New variable.
19597         (spam-stat-load, spam-stat-save): Use it.
19598
19599 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * spam-report.el (spam-report-plug-agent):
19602         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19603
19604 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19605
19606         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19607         Allow / in mailto URLs.
19608
19609 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * spam-report.el (spam-report-process-queue): Fix interactive use.
19612         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19613         (spam-report-unplug-agent): Doc fixes.
19614         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19615         (spam-report-agentize, spam-report-deagentize): Autoload.
19616
19617 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19620
19621         * message.el (message-setup-fill-variables): Add mml tags to
19622         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19623         <ajk@iu.edu>.
19624         (message-mode): Don't modify paragraph-separate there.
19625
19626 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * compface.el (uncompface-use-external): Default to undecided.
19629         (uncompface-use-external-threshold): New variable.
19630         (uncompface-float-time): New macro.
19631         (uncompface): Determine whether to use the external decoder if
19632         uncompface-use-external is undecided.
19633
19634 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19635
19636         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19637         after images.
19638
19639         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19640
19641 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19642
19643         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19644
19645         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19646
19647         * gnus-sum.el (gnus-summary-limit-to-age)
19648         (gnus-summary-limit-children): do.
19649
19650         * gnus-int.el (gnus-request-scan): do.
19651
19652         * gnus-group.el (gnus-group-suspend): do.
19653
19654         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19655
19656         * gnus-cite.el (gnus-cite-parse-attributions): do.
19657
19658         * gnus-agent.el (gnus-summary-set-agent-mark)
19659         (gnus-agent-regenerate-group): do.
19660
19661         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19662
19663         * binhex.el (binhex-decode-region-internal): do.
19664
19665 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * gnus-fun.el (gnus-face-properties-alist): New user option.
19668         (gnus-display-x-face-in-from): Use it.
19669
19670         * gnus-art.el (article-display-face): Ditto.
19671
19672         * compface.el (uncompface-use-external): Default to nil.
19673
19674 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19675
19676         * nntp.el (nntp-erase-buffer): New function.
19677         (nntp-retrieve-data, nntp-send-command)
19678         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19679         (nntp-possibly-change-group): Use it.
19680
19681         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19682         Use with-current-buffer.
19683
19684 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19685
19686         * compface.el: Merge the ELisp-based uncompface program.
19687         (compface): New customization group.
19688         (uncompface-use-external): New user option.
19689         (uncompface): Call uncompface-internal if uncompface-use-external
19690         is nil.
19691         (uncompface-internal): New function.  Note that there are also
19692         some other functions and variables added for this function.
19693
19694 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19695
19696         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19697         if necessary.
19698
19699 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19700
19701         * spam-report.el (spam-report-unplug-agent)
19702         (spam-report-plug-agent, spam-report-deagentize)
19703         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19704         Add support for the Agent in spam-report: when unplugged, report to a
19705         file; when plugged, submit all the requests.
19706
19707         * spam.el (spam-register-routine): Fix message about
19708         registration.
19709
19710 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19713         dependencies.
19714         (rfc2047-encode): Use it.
19715
19716         * gnus-art.el (gnus-button-marker-list): Move before first
19717         reference.
19718
19719         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19720         (imap-parse-body): Fix format string mismatch.
19721
19722         * gnus-score.el (gnus-summary-increase-score): do.
19723
19724         * nnrss.el (nnrss-close): New function.
19725
19726 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19727
19728         * nnrss.el (nnrss-make-filename): New function.
19729         (nnrss-request-delete-group, nnrss-read-server-data)
19730         (nnrss-save-server-data, nnrss-read-group-data)
19731         (nnrss-save-group-data): Use it.
19732         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19733         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19734         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19735
19736 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19737
19738         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19739
19740 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19741
19742         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19743         files.
19744
19745         * message.el (message-generate-headers-first): Don't quote nil
19746         and t in docstrings.
19747
19748         * imap.el (imap-id): do.
19749
19750         * gnus-agent.el (gnus-agent-consider-all-articles)
19751         (gnus-agent-queue-mail): do.
19752
19753 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19754
19755         * spam-report.el (spam-report-process-queue): New function.
19756         Process requests from `spam-report-requests-file'.
19757         (spam-report-process-queue): Doc fix.
19758
19759 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19760
19761         * spam.el (spam-register-routine)
19762         (spam-log-processing-to-registry, spam-log-registered-p)
19763         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19764         Change "check" to "spam-check" for semi-clarity.
19765
19766 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19767
19768         * pop3.el: Require nnheader.
19769
19770         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19771
19772         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19773
19774         * gnus-picon.el: Require cl.
19775
19776         * gnus-fun.el: Require gnus-ems and gnus-util.
19777
19778         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19779
19780         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19781
19782         * gnus-art.el (gnus-article-edit-mode): Define before first
19783         reference.
19784
19785 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19788         (gnus-uu-post-encoded): Use point-at-bol.
19789
19790         * gnus-topic.el (gnus-group-active-topic-p): do.
19791
19792         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19793
19794         * gnus-group.el (gnus-group-kill-region): do.
19795
19796         * gnus-art.el (article-date-ut): do.
19797
19798         * message.el (message-fetch-field): Remove redundant
19799         case-fold-search binding.
19800         (message-narrow-to-field): Simplify.
19801
19802 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * spam.el (spam-directory): Derive from `gnus-directory'.
19805
19806         * spam-report.el (spam-report-url-to-file)
19807         (spam-report-requests-file): New function and variable for offline
19808         reporting.
19809         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19810         and user defined function.
19811         (spam-report-url-ping-mm-url): Remove doubled slash.
19812
19813 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19814
19815         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19816
19817 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19820         Fix format string mismatch.
19821
19822         * sieve.el (sieve-deactivate-all): do.
19823
19824         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19825
19826         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19827
19828         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19829
19830         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19831
19832 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19833
19834         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19835         the list of checks.
19836
19837 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19838
19839         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19840         padding.
19841
19842 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19843
19844         * mm-view.el (mm-fill-flowed): New variable.
19845         (mm-inline-text): Use it.
19846
19847 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19848
19849         * spam.el (spam-spamassassin-register-ham-routine)
19850         (spam-spamassassin-register-spam-routine): Fix function names.
19851
19852 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus.el (gnus-tmp-grouplens): Remove.
19855         (gnus-summary-line-format): Remove grouplens.
19856
19857         * gnus-group.el (gnus-group-line-format): Ditto.
19858
19859         * gnus-spec.el (gnus-format-specs): Ditto.
19860         (gnus-update-format-specifications): Flush the group format spec
19861         cache if there's the grouplens stuff.
19862         (gnus-parse-simple-format): Replace %l with the empty string.
19863
19864 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19865
19866         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19867         omission.
19868
19869 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19872         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19873
19874 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19875
19876         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19877         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19878         New macros and functions.
19879         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19880         Handle > NLINK_MAX messages.
19881         * nnmaildir.el (nnmaildir-request-set-mark):
19882         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19883
19884 2004-01-25  Alex Schroeder  <alex@gnu.org>
19885
19886         * spam-stat.el (spam-stat-process-directory-age): New option.
19887         (spam-stat-process-directory): Use it.
19888
19889 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19890
19891         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19892         (spam-stat-save): Accept prefix argument.
19893
19894 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19895
19896         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19897         links" error.
19898
19899 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19900
19901         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19902         the rest of the and/or forms.
19903
19904 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19907         compatibility with old .newsrc.eld files.
19908
19909         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19910
19911         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19912
19913         * gnus-start.el (gnus-1): do.
19914
19915         * gnus-group.el (gnus-group-line-format-alist): do.
19916
19917         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19918
19919         * gnus-gl.el: Remove.
19920
19921 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19922
19923         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19924         marks consisting of a single range {for example, (3 . 5)} rather
19925         than a list of a single range { ((3 . 5)) }.
19926
19927 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19928
19929         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19930         Use with-current-buffer.
19931         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19932         avoid consing a string.
19933
19934         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19935         Remove obsolete entries for big5 and gb2312.
19936
19937 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19938
19939         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19940         uncompressed list.
19941
19942 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19943
19944         * spam-stat.el (spam-stat-strip-xref): New function.
19945         (spam-stat-process-directory): Use it.
19946
19947         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19948         here -- it's done in message-fetch-field.
19949
19950 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19951
19952         * gnus-agent.el (gnus-agent-queue-mail)
19953         (gnus-agent-prompt-send-queue): New variables.
19954         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19955         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19956         "nndraft:queue" along to gnus-draft-send.
19957         Use gnus-agent-prompt-send-queue.
19958         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19959         is "nndraft:queue".  Suggested by Gaute Strokkenes
19960         <gs234@srcf.ucam.org>
19961
19962         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19963         (agent-enable-undownloaded-faces): Add.
19964         (gnus-agent-cat-groups): Use eval-and-compile, not
19965         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19966         method of gnus-agent-cat-groups even when the buffer has been
19967         evaled.
19968         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19969         delete gnus-agent-save-active-1.
19970         (gnus-agent-save-groups): Delete.  Identical to
19971         gnus-agent-save-active.
19972         (gnus-agent-write-active): No longer adjust agent's copy of active
19973         file as agent's adjustments are now stored in their own
19974         file.  Remove optional parameter.
19975         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19976         servers.  Add use of min/max range limits from server's local
19977         file.
19978         (gnus-agent-save-alist): Remove unused optional argument.
19979         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19980         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19981         (gnus-agent-set-local): A per-server file that keeps min/max range
19982         limits for articles known to the agent.  Provides a fast mechanism
19983         for altering many active ranges.
19984         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19985         active file (local makes it unnecessary).
19986         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19987
19988         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19989         (agent-enable-undownloaded-faces): Add.
19990
19991         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19992         disable it when sending to "nndraft:queue".
19993         (gnus-group-send-queue): Add safety check to avoid sending queue
19994         when unplugged.
19995
19996         * gnus-group.el (gnus-group-catchup): Use new
19997         gnus-sequence-of-unread-articles, not
19998         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19999         numbers of articles.  Use gnus-range-map to avoid having to
20000         uncompress the unread list.
20001         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20002         Fix invalid ange-ftp reference.
20003
20004         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20005         (gnus-sorted-range-intersection): Intersection of two ranges
20006         without requiring that they first be uncompressed.
20007
20008         * gnus-start.el (gnus-activate-group): Unless blocked by the
20009         caller, possibly expand the active range to include both cached
20010         and agentized articles.
20011         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20012         multiple version-dependent converters.
20013         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20014         gnus-agent-save-active.
20015         (gnus-save-newsrc-file): Save dirty agent range limits.
20016
20017         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20018         gnus-agent-possibly-alter-active.
20019         (gnus-adjust-marked-articles): Faster handling of simple lists.
20020
20021 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20022
20023         * spam-stat.el (spam-stat-test-directory): New optional argument
20024         displays a list of files detected.  Suggested by Andrew Cohen
20025         <cohen@andy.bu.edu>.
20026         (spam-stat-buffer-words-with-scores): Don't narrow and change
20027         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20028
20029 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20030
20031         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20032         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20033         (spam-spamassassin-arguments)
20034         (spam-spamassassin-spam-flag-header)
20035         (spam-spamassassin-positive-spam-flag-header)
20036         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20037         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20038         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20039         (spam-list-of-processors, spam-list-of-checks)
20040         (spam-list-of-statistical-checks, spam-registration-functions)
20041         (spam-check-spamassassin-headers, spam-check-spamassassin)
20042         (spam-spamassassin-score)
20043         (spam-spamassassin-register-with-sa-learn)
20044         (spam-spamassassin-register-spam-routine)
20045         (spam-spamassassin-register-ham-routine)
20046         (spam-assassin-register-spam-routine)
20047         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20048         (spam-bogofilter-score): Fix to show article before scoring.
20049
20050 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20051
20052         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20053         default scoring function.
20054         (spam-generic-score): Call spam-spamassassin-score if
20055         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20056         spam-bogofilter-score otherwise.
20057
20058         * gnus.el (spam-process, spam-autodetect-methods):
20059         Add spamassassin and spamassassin-headers.
20060
20061 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20062
20063         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20064         Suppress unnecessary messages.
20065
20066 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20067
20068         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20069         make-hash-table.
20070
20071 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * canlock.el (base64-encode-string): Don't autoload it.
20074
20075 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * run-at-time.el: Remove useless (require 'itimer),
20078         eval-and-compile and (featurep 'xemacs).
20079
20080 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20081
20082         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20083         GROUP is a virtual group.
20084
20085 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20086
20087         * gnus.el: Autoload `message-y-or-n-p'.
20088
20089 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20090
20091         * pgg-parse.el: Remove unnecessary (require 'custom).
20092
20093         * pgg-def.el: do.
20094
20095         * nnmail.el: do.
20096
20097         * gnus-undo.el: do.
20098
20099         * gnus-picon.el: do.
20100
20101         * gnus-util.el: do.
20102
20103 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20104
20105         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20106
20107 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20110         handle, as well as a list.
20111
20112         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20113         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20114         (mm-w3m-cid-retrieve): Simplify.
20115
20116 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20117
20118         * message.el (message-kill-to-signature): Allow prefix arg to
20119         specify number of lines to keep before signature.
20120
20121 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20122
20123         * message.el (message-kill-to-signature): Change docstring.
20124
20125 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * canlock.el: Always require sha1-el.
20128         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20129
20130         * message.el: Autoload sha1 only when compiling.
20131
20132         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20133         eudc-expand-inline for XEmacs.
20134
20135 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * message.el (message-canlock-generate): Require sha1-el.
20138
20139 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20140
20141         * message.el (message-expand-name): Silence the byte compiler.
20142
20143         * lpath.el: Add detect-coding-system.
20144
20145         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20146         cus-edit.
20147
20148 2004-01-13  Simon Josefsson  <jas@extundo.com>
20149
20150         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20151         Invoke gnus-score-mode.
20152         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20153
20154         * gnus-range.el (gnus-compress-sequence): Doc fix.
20155         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20156
20157 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20158
20159         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20160
20161 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20162
20163         * spam.el (spam-get-article-as-string): Update to use
20164         gnus-request-article-this-buffer, much simpler.
20165         (spam-get-article-as-buffer): Remove.
20166
20167 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20168
20169         * message.el (message-expand-name): Use EUDC if the user uses that.
20170
20171 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20172
20173         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20174         character for the encoding to avoid consing a string.
20175
20176         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20177         unnecessarily.
20178
20179         * mm-util.el (mm-replace-chars-in-string): Remove.
20180
20181         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20182         of mm-replace-chars-in-string.
20183
20184 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20185
20186         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20187
20188         * mm-util.el (mm-subst-char-in-string): Support inplace.
20189
20190         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20191         a new string in every iteration.  Use shy groups.
20192
20193 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20194
20195         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20196         * gnus-soup.el (gnus-soup-group-brew):
20197         * gnus-msg.el (gnus-put-message):
20198         * gnus-move.el (gnus-group-move-group-to-server):
20199         * gnus-kill.el (gnus-batch-score):
20200         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20201         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20202         (gnus-group-update-group, gnus-group-read-group)
20203         (gnus-group-make-group, gnus-group-make-help-group)
20204         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20205         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20206         (gnus-group-sort-by-unread, gnus-group-catchup)
20207         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20208         (gnus-group-yank-group, gnus-group-set-info)
20209         (gnus-group-list-groups):
20210         * gnus.el (gnus-generate-new-group-name):
20211         * gnus-delay.el (gnus-delay-send-queue):
20212         * nnvirtual.el (nnvirtual-catchup-group):
20213         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20214         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20215         (gnus-group-prepare-topics, gnus-topic-check-topology):
20216         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20217         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20218         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20219         (gnus-group-make-articles-read):
20220         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20221         (gnus-group-change-level, gnus-kill-newsgroup)
20222         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20223         (gnus-get-unread-articles, gnus-make-articles-unread)
20224         (gnus-make-ascending-articles-unread): Use accessor
20225         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20226         to get group information for improved readability.
20227
20228
20229 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20230
20231         * gnus-art.el (article-decode-mime-words, article-babel)
20232         (gnus-article-highlight-signature, gnus-article-add-buttons)
20233         (gnus-signature-toggle): Use gnus-with-article-buffer.
20234
20235         * gnus-art.el (gnus-article-highlight-headers)
20236         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20237
20238         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20239         (gnus-article-set-globals, gnus-request-article-this-buffer)
20240         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20241         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20242         (gnus-mime-display-alternative): Use with-current-buffer.
20243
20244 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20245
20246         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20247         also under 80 char limit, and call gnus-error if needed.
20248         (spam-fetch-article-header): Fix - it was a
20249         buffer-local variable (gnus-newsgroup-data).
20250         (spam-find-spam): Use spam-generate-fake-headers, forget about
20251         spam-insert-fake-headers.
20252         (spam-insert-fake-headers): Remove.
20253
20254 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20255
20256         * deuglify.el (gnus-article-outlook-unwrap-lines)
20257         (gnus-outlook-rearrange-article)
20258         (gnus-outlook-repair-attribution-outlook)
20259         (gnus-outlook-repair-attribution-block)
20260         (gnus-outlook-repair-attribution-other): Remove redundant
20261         save-excursion.
20262
20263 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20264
20265         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20266         (spam-fetch-field-subject-fast)
20267         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20268         (spam-fetch-article-header): Add functions to deal with Gnus
20269         internals for fast retrieval of article header data.
20270         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20271
20272 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * pop3.el (pop3-md5): Remove.
20275         (pop3-apop): Replace pop3-md5 with md5.
20276
20277         * mm-bodies.el: base64 is always built-in.
20278
20279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20280         Use with-current-buffer.
20281
20282 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * canlock.el (canlock-insert-header): Remove excessive grouping in
20285         regexp.
20286
20287         * gnus-sum.el (gnus-summary-read-document): Ditto.
20288
20289         * gnus-uu.el (gnus-uu-part-number): Ditto.
20290
20291         * html2text.el (html2text-remove-tags): Ditto.
20292         (html2text-format-tags): Ditto.
20293         (html2text-format-single-elements): Ditto.
20294
20295         * mml.el (mml-parse-1): Ditto.
20296
20297 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20298
20299         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20300
20301         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20302
20303         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20304
20305         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20306
20307 2003-11-15  Simon Josefsson  <jas@extundo.com>
20308
20309         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20310         (pgg-gpg-lookup-key): Use regexp match instead of
20311         split-string (split-string is different between emacs 21.2 and
20312         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20313
20314 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20315
20316         * gnus-art.el (gnus-mime-view-all-parts)
20317         (gnus-article-part-wrapper, gnus-article-view-part):
20318         Use with-current-buffer.
20319
20320 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20321
20322         * spam.el (spam-disable-spam-split-during-ham-respool)
20323         (spam-spamoracle-database, spam-cache-lookups)
20324         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20325         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20326         (spam-group-ham-marks, spam-group-spam-marks)
20327         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20328         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20329         also add spam-use-blackholes to the statistical checks.
20330         (spam-fetch-field-fast): Add interface to fetching fields, may
20331         become a macro.
20332         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20333         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20334         (spam-insert-fake-headers): Fake an article when needed.
20335         (spam-find-spam): Fake article when possible.
20336         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20337         (spam-check-bogofilter-headers): Use message-fetch-field instead
20338         of nnmail-fetch-field.
20339
20340 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20341
20342         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20343
20344 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20345
20346         * spam.el (spam-split): Do not require spam-use-CHECK to be
20347         enabled if that check is passed to spam-split explicitly; also
20348         fix so 'spam doesn't get converted to spam-split-group when
20349         spam-split-symbolic-return is t.
20350         (spam-find-spam): Find registrations of the article and use those
20351         instead of re-running spam-split to find the spam/ham
20352         classification of the article.
20353         (spam-log-processing-to-registry, spam-log-registered-p)
20354         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20355         Use gnus-error instead of gnus-message.
20356         (spam-log-registration-type): Add function to determine the
20357         classification of a message based on registry entries; will
20358         return nil if both 'spam and 'ham are found.
20359         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20360         a reasonably fast local cache without the loading errors.
20361         (spam-cache-lookups): Set to t by default.
20362         (spam-find-spam): Don't try to guess spam-cache-lookups.
20363         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20364         spam-caches entry.
20365         (spam-filelist-build-cache, spam-filelist-check-cache):
20366         Fix caching of whitelist/blacklist entries.
20367         (spam-check-whitelist, spam-check-blacklist):
20368         Invoke spam-from-listed-p with a type, not a cache variable.
20369         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20370
20371 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20372
20373         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20374
20375         * nnmail.el (nnmail-split-fancy): do.
20376
20377         * mml.el (mml-parse): do.
20378
20379         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20380         (gnus-score-adaptive): do.
20381
20382 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20385         (gnus-mime-button-map): Don't set keymap parent.
20386         (gnus-button-ctan-directory-regexp): Use shy grouping.
20387         (gnus-prev-page-map): Don't set keymap parent.
20388         (gnus-prev-page-map): Remove duplicated one.
20389         (gnus-next-page-map): Don't set keymap parent.
20390         (gnus-mime-security-button-map): Ditto.
20391
20392         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20393         version number.
20394
20395         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20396
20397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * canlock.el (canlock-sha1-function): Remove.
20400         (canlock-sha1-function-for-verify): Remove.
20401         (canlock-openssl-program): Remove.
20402         (canlock-openssl-args): Remove.
20403         (canlock-ignore-errors): Remove.
20404         (canlock-sha1-with-openssl): Remove.
20405         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20406         (canlock-verify): Don't use canlock-ignore-errors.
20407
20408         * sha1-el.el (sha1-string-external): Make it can return a string
20409         in binary form.
20410         (sha1-region-external): Ditto.
20411         (sha1-string-internal): Ditto.
20412         (sha1-region-internal): Ditto.
20413         (sha1-region): Ditto.
20414         (sha1-string): Ditto.
20415         (sha1): Ditto.
20416
20417 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20418
20419         * spam.el (spam-report-articles-gmane): New command.
20420
20421 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20424
20425         * run-at-time.el (run-at-time-saved): Remove.
20426         (run-at-time): Doc fix.
20427
20428 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20429
20430         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20431         (gnus-summary-limit-map): Add it.
20432         (gnus-summary-make-menu-bar): do.
20433
20434 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20435
20436         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20437         Make attempt at some caching support (done for BBDB only now).
20438         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20439         addresses to be checked.
20440         (spam-clear-cache-BBDB): Add function, to be invoked by
20441         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20442         (spam-check-BBDB): Check and use the caches, if
20443         spam-cache-lookups is on, remove superfluous (provide).
20444
20445 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20448
20449 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20450
20451         * run-at-time.el (run-at-time-saved): Move to after the definition
20452         of `run-at-time'.
20453
20454         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20455
20456 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20457
20458         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20459         mm-w3m-local-map-property.
20460
20461         * mm-view.el (mm-w3m-mode-map): Remove.
20462         (mm-w3m-local-map-property): Remove.
20463         (mm-inline-text-html-render-with-w3m): Don't use
20464         mm-w3m-local-map-property.
20465
20466 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20467
20468         * run-at-time.el: New file.
20469
20470         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20471         under Emacs.
20472
20473         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20474         of gnus-set-text-properties.
20475
20476         * gnus-uu.el (gnus-uu-save-article): Ditto.
20477
20478         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20479
20480         * gnus-cite.el (gnus-cite-parse): Ditto.
20481
20482         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20483         of gnus-.
20484
20485         * gnus-xmas.el (run-at-time): Require run-at-time.
20486
20487         * gnus.el: Change calls to nnheader-run-at-time and
20488         password-run-at-time throughout to use run-at-time directly.
20489
20490         * password.el: Remove definition of run-at-time.
20491
20492         * nnheaderxm.el: Remove definition of run-at-time.
20493
20494 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20495
20496         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20497         in prompt.
20498
20499 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20500
20501         * messagexmas.el (message-xmas-redefine): Alias
20502         `message-make-caesar-translation-table' to
20503         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20504         version.
20505
20506         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20507         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20508         `gnus-xmas-set-text-properties'.
20509         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20510         `gnus-xmas-completing-read'.
20511         (gnus-xmas-completing-read): Removed.
20512         (gnus-xmas-open-network-stream): Removed.
20513
20514         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20515         XEmacs version.
20516
20517         * dns.el (dns-make-network-process): Use `open-network-stream'
20518         instead of `gnus-xmas-open-network-stream'.
20519
20520         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20521
20522         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20523
20524 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20525
20526         * gnus-art.el (gnus-mime-display-alternative)
20527         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20528         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20529         Don't use gnus-local-map-property.
20530
20531         * gnus-util.el (gnus-local-map-property): Remove.
20532
20533         * mm-view.el (mm-view-pkcs7-decrypt):
20534         Replace gnus-completing-read-maybe-default with completing-read.
20535
20536         * gnus-util.el (gnus-completing-read): do.
20537         (gnus-completing-read-maybe-default): Remove.
20538
20539 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20540
20541         * password.el: Only autoload `run-at-time' if not XEmacs.
20542         Only autoload the itimer functions if XEmacs.
20543
20544 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20547         XEmacsen.
20548
20549         * dgnushack.el: Autoload executable-find for XEmacs.
20550
20551 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20552
20553         * gnus-art.el (gnus-read-string): Remove.
20554         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20555         read-string.
20556
20557 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20558
20559         * netrc.el: Autoload password-read.
20560         (netrc): Add configuration group.
20561         (netrc-encoding-method, netrc-openssl-path):
20562         Add variables for encoding and decoding of files with symmetric
20563         ciphers.
20564         (netrc-encode): Add assistant function to encode a file with
20565         netrc-encoding-method.
20566         (netrc-parse): Add interactive parameter, added optional
20567         decoding if netrc-encoding-method is non-nil but otherwise
20568         behavior is standard.
20569         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20570         Do s/encode/encrypt/ everywhere.
20571
20572         * spam.el: Remove executable-find autoload.
20573
20574 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20577
20578         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20579
20580 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20581
20582         * gnus-art.el (gnus-treat-ansi-sequences)
20583         (article-treat-ansi-sequences): New variable and function.
20584         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20585
20586         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20587         Use it.
20588
20589 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20590
20591         * mm-util.el (mm-quote-arg): Remove.
20592
20593         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20594         shell-quote-argument.
20595
20596         * gnus-uu.el (gnus-uu-command): do.
20597
20598         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20599
20600         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20601         with make-char.
20602
20603         * mm-util.el (mm-make-char): Remove.
20604
20605         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20606         add-minor-mode.
20607
20608         * gnus-undo.el (gnus-undo-mode): do.
20609
20610         * gnus-topic.el (gnus-topic-mode): do.
20611
20612         * gnus-sum.el (gnus-dead-summary-mode): do.
20613
20614         * gnus-start.el (gnus-slave-mode): do.
20615
20616         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20617
20618         * gnus-ml.el (gnus-mailing-list-mode): do.
20619
20620         * gnus-gl.el (gnus-grouplens-mode): do.
20621
20622         * gnus-draft.el (gnus-draft-mode): do.
20623
20624         * gnus-dired.el (gnus-dired-mode): do.
20625
20626         * gnus-ems.el (gnus-add-minor-mode): Remove.
20627
20628         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20629         Replace gnus-char-width with char-width.
20630
20631         * gnus-ems.el (gnus-char-width): Remove.
20632
20633         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20634         Replace gnus-char-width with char-width.
20635
20636         * gnus-ems.el (gnus-char-width): Remove.
20637
20638         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20639         definition.
20640         Remove Emacs 20 hash table compatibility code.
20641
20642         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20643         20 compatibility code.
20644
20645         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20646
20647         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20648
20649         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20650         Replace with point-at-{eol,bol}.
20651
20652         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20653
20654         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20655
20656         * flow-fill.el (fill-flowed-point-at-bol)
20657         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20658
20659         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20660         Replace with point-at-{eol,bol} throughout all files.
20661
20662 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * ntlm.el (ntlm-string-as-unibyte): New macro.
20665         (ntlm-build-auth-response): Use it.
20666
20667         Remove Emacs 20 stuff:
20668         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20669         (butlast, mapc, remove): Remove the compiler macros.
20670         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20671         of delq and copy-sequence.
20672         * gnus-art.el (popup-menu): Remove the compiler macro.
20673         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20674         Emacs 20.
20675
20676 2004-01-05  Simon Josefsson  <jas@extundo.com>
20677
20678         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20679         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20680         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20681         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20682         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20683         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20684         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20685         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20686         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20687         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20688         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20689         string-xor into ntlm-string-xor.
20690         Suggested by Jesper Harder <harder@myrealbox.com>.
20691
20692         * ntlm.el: Don't include poem.
20693
20694         * md4.el (print-int32, print-string-hexa): Remove.
20695         Suggested by Jesper Harder <harder@myrealbox.com>.
20696
20697         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20698
20699         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20700         probably breaks emacs with DL patch, but do we care? Is anyone
20701         still using the DL stuff?)
20702
20703         * sieve-manage.el: Use the password package.
20704         (sieve-manage-read-passwd): Remove.
20705         (sieve-manage-interactive-login): Use password.  Re-add
20706         condition-case around loop.
20707
20708         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20709         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20710         Use the password package.
20711
20712 2003-02-19  Simon Josefsson  <jas@extundo.com>
20713
20714         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20715         token.
20716
20717 2002-08-07  Simon Josefsson  <jas@extundo.com>
20718
20719         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20720         (sieve-manage-authenticators):
20721         (sieve-manage-authenticator-alist): Add some SASL mechs.
20722         (sieve-sasl-auth): New function.
20723         (sieve-manage-cram-md5-auth):
20724         (sieve-manage-plain-auth): Rewrite using SASL library.
20725         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20726         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20727         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20728         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20729
20730 2004-01-05  Simon Josefsson  <jas@extundo.com>
20731
20732         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20733         New files.
20734
20735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20736
20737         * gnus-group.el (gnus-no-groups-message): Update.
20738
20739         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20740
20741 2003-11-09  Simon Josefsson  <jas@extundo.com>
20742
20743         * imap.el: Support for ID IMAP extension (RFC 2971).
20744         (imap-local-variables): Add imap-id.
20745         (imap-id): New variable.
20746         (imap-id): New function.
20747         (imap-parse-response): Parse untagged ID response.
20748         * nnimap.el (nnimap-id): New variable.
20749         (nnimap-open-connection): Use it.
20750
20751 2003-12-28  Simon Josefsson  <jas@extundo.com>
20752
20753         * gnus-score.el (gnus-score-edit-all-score): New.
20754         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20755
20756 2004-01-04  Simon Josefsson  <jas@extundo.com>
20757
20758         * password.el: Add.
20759
20760 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20761
20762         * dns.el (dns-query-types): Fix typo.
20763         (dns-query-types): New function.
20764         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20765         PTR and SOA replies, see RFC 1035.
20766
20767 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20768
20769         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20770
20771         * Move to Changelog.2.
20772
20773 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20774
20775         * gnus.el (gnus-version-number): Bump version.
20776
20777 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20778
20779         * gnus.el: No Gnus v0.1 is released.
20780
20781 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20782
20783         * gnus.el: No Gnus v0.0 is released.
20784
20785 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20786
20787         * gnus.el (gnus-version-number): Bump.
20788         (gnus-version): No.
20789
20790 See ChangeLog.2 for earlier changes.
20791
20792   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20793
20794   This file is part of GNU Emacs.
20795
20796   GNU Emacs is free software: you can redistribute it and/or modify
20797   it under the terms of the GNU General Public License as published by
20798   the Free Software Foundation, either version 3 of the License, or
20799   (at your option) any later version.
20800
20801   GNU Emacs is distributed in the hope that it will be useful,
20802   but WITHOUT ANY WARRANTY; without even the implied warranty of
20803   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20804   GNU General Public License for more details.
20805
20806   You should have received a copy of the GNU General Public License
20807   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20808
20809 ;; Local Variables:
20810 ;; coding: utf-8
20811 ;; fill-column: 79
20812 ;; add-log-time-zone-rule: t
20813 ;; End: