Bring back imap.el.
[gnus] / lisp / ChangeLog
1 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * imap.el: Bring it back (revert
4         84d800cd31de3064f0ed39617d725709a2f8f42f).
5
6 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7
8         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
9         Improve prompt.
10
11 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-art.el (gnus-article-mode-line-format): Remove the article
14         washing status from the default format.  It isn't very informative.
15
16 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
17
18         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
19         Gcc processing on imap.
20
21 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * imap.el: Remove file.  All the functionality is in nnimap.el.
24
25 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26
27         * message.el (message-bury): Don't pop up a new window when selected
28         window is dedicated.
29
30 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
31
32         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
33
34 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * sieve-manage.el: Autoload `auth-source-search'.
37         (sieve-sasl-auth): Use it.
38
39 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * nnimap.el: Autoload `auth-source-forget+'.
42         (nnimap-open-connection-1): Use it if the connection fails.
43
44         * auth-source.el: Require `password-cache'.
45         (auth-source-hide-passwords, auth-source-cache): Remove and mark
46         obsolete.
47         (auth-source-magic): Marker for `password-cache' keys.
48         (auth-source-do-cache): Update docstring.
49         (auth-source-search): Use and check cache.
50         (auth-source-forget-all-cached, auth-source-remember)
51         (auth-source-recall, auth-source-forget, auth-source-forget+)
52         (auth-source-specmatchp): Caching support functions.
53         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
54         Remove and obsolete.
55         (auth-source-user-or-password): Remove caching to further discourage
56         using it.  Always hide passwords.
57
58         * password-cache.el (password-cache-remove): Accept secrets that are
59         not strings.
60
61 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
64         code for now, since it doesn't work for all users.
65
66 2011-02-09  Julien Danjou  <julien@danjou.info>
67
68         * message.el (message-options): Make message-options really buffer
69         local.
70
71 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * mail-source.el: Autoload `auth-source-search'.
74         (mail-source-keyword-map): Note order matters.
75         (mail-source-set-1): Get all the mail-source source values and
76         defaults and search auth-source on those if needed.  This can all
77         probably be simplified.
78
79         * nnimap.el: Autoload `auth-source-search'.
80         (nnimap-credentials): Use it.
81         (nnimap-open-connection-1): Ask for the virtual server and physical
82         address in one shot.
83
84         * nntp.el: Autoload `auth-source-search'.
85         (nntp-send-authinfo): Use it.  Note TODO.
86
87 2011-02-08  Julien Danjou  <julien@danjou.info>
88
89         * shr.el (shr-tag-body): Add support for text attribute in body
90         markups.
91
92         * message.el (message-options): Make message-options a local variable.
93
94 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * auth-source.el (auth-source-secrets-search)
97         (auth-source-user-or-password): Use `append' instead of `nconc'.
98         (auth-source-user-or-password): Build return list better and protect
99         against nil :secret.
100
101 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
102
103         * nnimap.el (nnimap-update-info): Refactor slightly.
104         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
105         (nnimap-update-info): Clean up slightly.
106         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
107         characters.
108         (nnimap-process-quirk): Rename function to avoid collision.
109         (nnimap-update-info): Fix macrology bug-out.
110         (nnimap-update-info): Simplify split history test.
111
112 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
113
114         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
115         `secrets-get-attributes' instead of `secrets-get-attribute'.
116         (auth-source-secrets-search): Limit search when `max' is greater than
117         number of results.
118
119 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
120
121         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
122         part not returning any data.
123
124         * proto-stream.el (open-protocol-stream): Document the return value.
125
126 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * auth-source.el (auth-source-secrets-search): Add examples.
129
130 2011-02-06  Julien Danjou  <julien@danjou.info>
131
132         * message.el (message-setup-1): Handle message-generate-headers-first
133         set to t.
134
135 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
136
137         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
138         API with a string "secrets:collection-name" and with 'default.
139         (auth-source-backend-parse): Parse "secrets:collection-name" and
140         'default.  Recurse on parses instead of repeating code.  Use the
141         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
142         message when ignoring a source.
143         (auth-source-search): List ignored search keys at the top level.
144         (auth-source-netrc-create): Use `case' instead of `cond'.
145         (auth-source-secrets-search): Created with TODOs.
146         (auth-source-secrets-create): Created with TODOs.
147         (auth-source-retrieve, auth-source-create, auth-source-delete)
148         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
149         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
150         (auth-source-user-or-password-sftp)
151         (auth-source-user-or-password-smtp): Removed.
152         (auth-source-user-or-password): Deprecated and modified to be a wrapper
153         around `auth-source-search'.  Not tested thoroughly.
154
155 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el: Bring in assoc and eioeio libraries.
158         (secrets-enabled): New variable to track the status of the Secrets API.
159         (auth-source-backend): New EIOEIO class to represent a backend.
160         (auth-source-creation-defaults): New variable to set prompt defaults
161         during token creation (see the `auth-source-search' docstring for
162         details).
163         (auth-sources): Simplify to allow a simple string as a netrc backend
164         spec.
165         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
166         (auth-source-backend-parse-parameters): Fill in the backend parameters.
167         (auth-source-search): Main auth-source API entry point.
168         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
169         (auth-source-search-collection): Helper function for searching.
170         (auth-source-netrc-parse, auth-source-netrc-normalize)
171         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
172         Supports search, create, and delete.
173         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
174         backend stubs.
175         (auth-source-user-or-password): Call `auth-source-search' but it's not
176         ready yet.
177
178 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * message.el (message-setup-1): Remove the read-only stuff, since it
181         doesn't work under XEmacs, for some reason.
182
183         * gnus-sum.el (gnus-user-date): Rename back from
184         gnus-summary-user-date since user code refers to it.
185
186         * shr.el (shr-render-td): Store the actual background colour used.
187
188         * message.el (message-setup-1): Don't bind the constant
189         -forbidden-properties.
190         (message-setup-1): Revert previous change, since it needs to bind the
191         props to insert them.
192         (message-resend): Allow removing the read-only separator line.
193
194 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
195
196         * nnimap.el (nnimap-request-accept-article): Give an error message if
197         the APPEND wasn't successful.
198
199 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
200
201         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
202         that have no groups.
203
204 2011-02-03  Julien Danjou  <julien@danjou.info>
205
206         * gnus-draft.el: Remove progn around gnus-draft-setup.
207
208 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-start.el (gnus-read-active-for-groups): This function is never
211         called with a nil `infos', so clean that up.
212         (gnus-get-unread-articles): Request active files from primary/secondary
213         methods that have no groups (yet).
214
215 2011-02-03  Julien Danjou  <julien@danjou.info>
216
217         * message.el (message-setup-1): Always generate References first.
218         (message-mail): Return the return value of message-setup, not always t.
219         (message-setup-1): Insert mail-header-separator with read-only and
220         intangible properties set.
221
222         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
223         user-date in docstring.
224
225         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
226
227         * gnus.el (gnus-summary-line-format): Mention &user-date format in
228         docstring.
229
230         * gnus.el (gnus-user-date-format-alist): Change default value. Use
231         defcustom, with type and group. Move from gnus-util.el. Rename to
232         gnus-summary-user-date-format-alist.
233
234 2011-02-03  Glenn Morris  <rgm@gnu.org>
235
236         * nnimap.el (gnus-fetch-headers): Declare.
237
238         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
239
240 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
241
242         * message.el (message-forward-make-body-digest-plain)
243         (message-followup, message-reply): Clean up things noted by Stefan.
244
245         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
246         gnus-article-update-date-headers is nil.
247         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
248         it didn't really work with defcustom.
249         (article-update-date-lapsed): Make sure the window start doesn't move,
250         either.
251
252 2011-02-01  Julien Danjou  <julien@danjou.info>
253
254         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
255         format.
256
257         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
258         standard in Emacs nowadays.
259
260         * color.el (color-gradient): Add a color-gradient function.
261
262 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
263
264         * message.el (message-expand-name): Don't trust the return value of
265         bbdb-complete-name.
266         (message-check-news-header-syntax): Remove unused var `start'.
267         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
268         (message-inhibit-body-encoding): Move to before first use.
269         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
270         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
271         (Organization, Message-ID, Date, mh-previous-window-config):
272         Defvar the vars using dynamic scoping.
273
274 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-render-td): Only do colours at the final rendering.
277         Should be slightly faster.
278         (shr-insert-table): Fix up TD background colours when doing the
279         vertical padding.
280
281         * gnus-art.el (article-date-ut): Protect against articles with no Date
282         header.
283         (article-update-date-lapsed): Don't use current-column to find the
284         horizontal position.  It's fragile in the presence of \003 characters.
285
286         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
287
288 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
289
290         * gnus-art.el (article-transform-date): Rewrite to still work when
291         there are several rfc2822 parts.
292         (article-transform-date): Fix infinite recursion.
293         (article-date-ut): Replace infinitely many Date headers with a single
294         one when called interactively.
295
296         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
297         secure manner.
298
299         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
300         move around by not using save-window-excursion.  It seems to work...
301
302 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-art.el (article-make-date-line): Work for user-defined format.
305
306 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
307
308         * nntp.el (nntp-retrieve-group-data-early)
309         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
310         fetching functions.
311
312         * gnus-start.el (gnus-read-active-for-groups): Read the active files
313         thoroughly for all backends that have no known groups.  This should
314         allow new nnml methods to retrieve mail.
315
316         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
317         that Gnus doesn't know exists again.
318
319         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
320         (gnus-treat-date-ut): Ditto.
321         (gnus-article-update-date-header): Renamed.
322         (gnus-treat-date-local): Removed.
323         (gnus-treat-date-english): Removed.
324         (gnus-treat-date-lapsed): Removed.
325         (gnus-treat-date-combined-lapsed): Removed.
326         (gnus-treat-date-original): Removed.
327         (gnus-treat-date-iso8601): Removed.
328         (gnus-treat-date-user-defined): Removed.
329         (gnus-article-date-headers): New variable to control all the date
330         header options.
331         (article-date-ut): Rewrite to allow using the new way to format date
332         headers(s).
333
334 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
335
336         * nnmail.el (nnmail-article-group): Check for a direct fancy split
337         method.
338         (nnmail-article-group): A better test for fanciness.
339
340         * nnimap.el (nnimap-request-head): Protect against not finding the
341         article by Message-ID.
342
343 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-art.el (article-update-date-lapsed): Try a better way to really
346         keep point at the "same place".
347
348 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
351         data if the group is unactivated.
352
353 2011-01-28  Julien Danjou  <julien@danjou.info>
354
355         * gnus-win.el: Remove dead function gnus-window-configuration-element.
356         (gnus-all-windows-visible-p): Remove old compatibility code.
357         (gnus-window-top-edge): Add docstring.
358
359         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
360
361 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
364         older request-update-info.
365
366         * gnus-art.el (article-make-date-line): Limit the length a bit more.
367
368 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
369
370         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
371         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
372
373 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
374
375         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
376         groups.  This makes the nndraft:queue group pop up if it's not already
377         there.
378
379         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
380         messages" logic, which was reversed.
381
382         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
383         the "same place" even if point is on the line being replaced.
384         (article-update-date-lapsed): Allow updating both the combined lapsed
385         and the lapsed headers.
386         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
387         (article-make-date-line): Limit the number of segments dynamically to
388         avoid too-long lines.
389
390 2011-01-27  Julien Danjou  <julien@danjou.info>
391
392         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
393         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
394
395 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
398         Use plist-get instead of the cl function getf.
399
400 2011-01-27  Glenn Morris  <rgm@gnu.org>
401
402         * gnus-util.el (float-time): Get rid of compiler warning, again.
403
404 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-put-color): Special-case background colours: Do put them
407         at the blank parts at the front of the lines.
408
409         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
410         exit hook to nix out all data on readedness on group exit.
411
412         * gnus-util.el (float-time): If float-time is bound, always use it on
413         all Emacsen.  It's unclear why the subrp check was there.
414         (time-date): Require to make some autoload issues on XEmacs go away.
415
416         * shr.el (shr-put-color): Don't do the box padding in tables, since
417         they're already padded.
418
419 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-art.el (gnus-article-next-page): When the last line of the
422         article is displayed, scroll down once more instead of going to the
423         next article at once.
424         (article-lapsed-string): Refactor out and allow specifying how many
425         segments you want.
426         (gnus-article-setup-buffer): Start updating the lapsed header directly.
427         (gnus-article-update-lapsed-header): New variable.
428
429         * shr.el: Revert change that made headings use different-sized faces.
430         The Emacs display engine isn't advanced enough that, for instance,
431         tables can comfortably use differntly-sized faces.
432
433 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
436         used.
437         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
438         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
439         we're using an encrypted connection.
440
441         * proto-stream.el: Alter the interface functions to also return the
442         actual stream type used: network or tls.
443
444 2011-01-25  Julien Danjou  <julien@danjou.info>
445
446         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
447         (mm-display-javascript-inline): New function.
448
449         * mm-decode.el (mm-inline-media-tests): Add application/javascript
450         viewing function.
451
452 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * shr.el (shr-expand-newlines): Fix variable name.
455
456 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * shr.el (shr-expand-newlines): Make nested boxes work.
459
460 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
463         backgrounds.
464         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
465         in a more sensible manner.
466
467 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
470         if EPG is loaded.
471
472 2011-01-24  Julien Danjou  <julien@danjou.info>
473
474         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
475         tags.
476
477 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
480         commands.
481
482         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
483         in the article buffer.
484         (gnus-gravatar-insert): Use blank space from the current buffer to
485         avoid breaking text properties.  This makes X-Sent updating work again.
486
487         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
488
489 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
492         fix the bug in url-http.el instead.
493
494         * shr.el (shr-image-fetched): Ditto.
495
496         * shr.el (shr-image-fetched): Avoid having point move in the article
497         buffer.
498
499         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
500         buffer after being called.  It's apparently being killed by url.el, and
501         killing it made point move to end-of-buffer in a random buffer.
502
503         * shr.el (shr-image-fetched): Ditto.
504
505 2011-01-23  Julien Danjou  <julien@danjou.info>
506
507         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
508
509         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
510         text/x-org.
511
512 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-sum.el (gnus-summary-move-article): Protect against backends
515         (i.e., nnimap) returning nil as the article number.
516
517 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
518
519         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
520         "DelSp" parameter in RFC3676.
521
522 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
523
524         * message.el (message-check-recipients): Display the encoded version of
525         the bogus address if they differ.
526
527         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
528         after sending.
529
530         * gnus-agent.el (gnus-agent-send-mail): Ditto.
531
532         * gnus-group.el (gnus-group-refresh-group): New convenience function.
533
534         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
535         group buffer after sending the queue.
536
537         * gnus-agent.el (gnus-agent-send-mail): Ditto.
538
539 2011-01-22  Julien Danjou  <julien@danjou.info>
540
541         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
542
543 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
546         nested related parts.
547
548         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
549         unexpired articles.  This fixes the regression that led expiry marks to
550         disappear from nnfolder groups.
551
552 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
553
554         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
555         Don't confuse the "ret" of "retrograde" with RET.
556
557 2011-01-21  Julien Danjou  <julien@danjou.info>
558
559         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
560         than mm-insert-inline.
561
562 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
565         Widen article buffer.
566
567 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
568
569         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
570         the temp buffer.
571         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
572
573 2011-01-20  Julien Danjou  <julien@danjou.info>
574
575         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
576
577         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
578         than mm-insert-inline to insert inline part: this respect
579         mm-inline-media-tests displayers.
580
581         * mm-view.el (mm-display-shell-script-inline): New function.
582
583         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
584
585         * mm-uu.el (mm-uu-type-alist): Add org block.
586         (mm-uu-org-src-code-block-extract): New function.
587
588         * mm-view.el (mm-display-org-inline): New function.
589
590         * mm-decode.el (mm-automatic-display): Add text/org.
591
592         * mailcap.el (mailcap-mime-extensions): Add .org.
593
594 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-art.el (gnus-article-highlight): Remove argument passed to
597         gnus-article-add-buttons.
598
599 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
600
601         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
602         From header with a date and "nobody" as the sender.
603
604 2011-01-19  Julien Danjou  <julien@danjou.info>
605
606         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
607         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
608         if you have the same regexp several times.
609         (gnus-button-push): Fix matching when regexp is symbol.
610
611 2011-01-15  Glenn Morris  <rgm@gnu.org>
612
613         * message.el (message-mail): A compose-mail function should
614         accept headers as strings.
615
616 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
617
618         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
619         Add :vert-only tags.
620         (message-mail): New arg RETURN-ACTION.
621         (message-return-action): New var.
622         (message-bury): Use it.
623         (message-mode): Make it buffer-local.
624         (message-send-and-exit): Always call message-bury.
625
626         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
627         message-mail.
628
629 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * nnimap.el (nnimap-convert-partial-article): Protect against
632         zero-length body parts.
633
634         * mm-decode.el (mm-preferred-alternative-precedence):
635         Discourage showing empty parts.
636
637         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
638         and stuff if the backend didn't return the article number.  This fixes
639         an Exchange-related nnimap bug.
640
641         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
642         group window, because it does the wrong thing when a separate frame
643         displays the group buffer.
644
645         * proto-stream.el (open-protocol-stream): Protect against the low-level
646         transport functions returning nil.
647
648 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
649
650         * mml2015.el (epg-sub-key-fingerprint): Autoload.
651         (mml2015-epg-find-usable-secret-key): New function.
652         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
653         mml2015-epg-find-usable-key (Bug#7797).
654         (mml2015-epg-encrypt): Ditto.
655
656 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * dgnushack.el (rot13-string): Fix the way to get the argument.
659
660 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
663
664 2011-01-03  Glenn Morris  <rgm@gnu.org>
665
666         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
667
668         * sieve.el (sieve-open-server): Give a more explicit error if
669         sieve-manage-open returns nil.  (Bug#7720)
670
671 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
672
673         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
674
675 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
678         This avoids sending passwords in plain text over non-encrypted
679         channels.
680
681         * shr.el (shr-rescale-image): Display all GIF images as animated images.
682
683         * nnimap.el (nnimap-login): Refactored out into own function, and
684         implement CRAM-MD5.
685         (nnimap-wait-for-line): Refactored out.
686
687         * mm-view.el (mml-smime): Require.
688
689 2010-12-20  David Engster  <deng@eml.cc>
690
691         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
692         use EPG to decrypt S/MIME messages instead of openssl.
693
694 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
697
698         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
699         status is the group clearly is unreachable.
700
701         * auth-source.el (auth-source-create): Add the optional second
702         parameter to `local-variable-p' to be compatible with XEmacs.
703
704 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
705
706         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
707         work when using a compressed nnml folder.
708
709 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
712         backends after sanitising on entry, because this never makes sense:
713         If the articles have gone missing, then the data no longer exists on
714         the backend, and if they haven't, then Gnus is wrong, and shouldn't
715         overwrite anything anyway.
716
717         * shr.el (shr-insert-document): Bind shr-width dynamically to
718         window-width if it's nil.
719
720 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
721
722         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
723         with the meaning of using the full emacs window width for rendering.
724
725 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
726
727         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
728         case when sender is not given.
729
730 2010-12-23  Julien Danjou  <julien@danjou.info>
731
732         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
733         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
734         the addresses, otherwise we might misplaced the gravatar.
735
736 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
737
738         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
739         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
740         obsolete in Emacs.
741
742 2010-12-20  Julien Danjou  <julien@danjou.info>
743
744         * gnus-util.el (gnus-rescale-image): Revert last change.
745
746 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
747
748         * binhex.el: Improve commentary (Bug#7482).
749
750 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-group.el (gnus-group-delete-articles): New command.
753
754 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
755
756         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
757
758 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
761         here, since it's up to the backends to do CRLF removal if their
762         protocol has it.
763
764         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
765
766 2010-12-17  Julien Danjou  <julien@danjou.info>
767
768         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
769         they are from file. Can also scale up.
770
771 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
772
773         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
774         gnus-use-agent.
775         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
776
777         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
778
779 2010-12-17  Julien Danjou  <julien@danjou.info>
780
781         * gravatar.el (gravatar-retrieve-synchronously): New function.
782         (gravatar-get-data): Make more robust.
783
784 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
787
788 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
791         to really consider the last line.
792
793 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
794
795         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
796         list of recipient keys, or use symmetric encryption if not a list.
797         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
798         EPA override, replacing the call to `netrc-store-data'.
799
800 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
801
802         * gnus-srvr.el: Avoid passing nil regexp argument to
803         delete-matching-lines.
804
805 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
808         fetching stops when Gnus exits.
809
810         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
811         function.
812         (nnfolder-request-expire-articles): Save all the buffers after doing
813         expiry.
814
815         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
816         the last article", since that led to serious performance regressions
817         when expiring nnml groups.
818
819 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
820
821         * nnir.el: Improve customizations.
822
823 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
826
827         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
828         group has been killed.
829         (gnus-group-yank-group): Ditto.
830
831         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
832
833         * nnimap.el (nnimap-request-update-group-status): New function.
834
835         * gnus-int.el (gnus-request-update-group-status): New interface
836         function.
837
838         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
839         copying read-ness to the backends.
840
841         * nnimap.el (nnimap-quirk): New function.
842         (nnimap-retrieve-group-data-early): Use it.
843         (nnimap-quirks): New alist.
844
845 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * shr.el (shr-insert): Set shr-start after deleting trailing space;
848         don't delete it within indentation.
849
850 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
853         previous line.
854
855 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
858         QRESYNC command by deleting a superfluous space which broke Cyrus
859         servers.  This change will break other servers that are buggy the other
860         way around.
861
862 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
863
864         * spam.el: Reindent and fix long lines.
865         (spam-copy-or-move-routine): Exclude invalid move destinations.
866
867 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
868
869         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
870         installed the registry.
871
872 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
875
876 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
877
878         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
879         groupname doesn't contain "gmane".
880
881 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
884         and netrc-bound-and-true-p bindings.
885         (netrc-parse): Cache the netrc contents.
886
887         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
888         (gnus-1): Don't create the nndrafts group twice.
889         (gnus-setup-news): There's no need to read the active file here, since
890         that's done again later on a per-backend basis.
891         (gnus-start-draft-setup): Make sure that the new group is started out
892         empty.
893
894         * gnus-agent.el (gnus-agentize): Don't create the queue group
895         automatically on startup.  It'll be created later, if needed.
896
897         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
898         of automatically subscribed groups.
899         (gnus-auto-subscribed-categories): New variable.
900         (gnus-matches-options-n): Use it.
901         (gnus-default-subscribed-newsgroups): Remove unused variable.
902         (gnus-start-draft-setup): Message a bit less.
903
904 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
905
906         * nnir.el (nnir-run-imap): Return article list in order of increasing
907         UID.
908
909 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-sum.el (gnus-summary-enter-digest-group):
912         Mention gnus-auto-select-on-ephemeral-exit.
913
914         * proto-stream.el (proto-stream-open-network-only): Fix the calling
915         convention of the network-only option.
916
917 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * proto-stream.el (proto-stream-open-network-only): New function to
920         have a way to specify non-STARTTLS upgrade connections.
921
922 2010-12-10  Julien Danjou  <julien@danjou.info>
923
924         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
925         email address is nil.
926
927         * message.el (message-bogus-recipient-p): Set address to "" if nil.
928
929 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
930
931         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
932         deletion.
933         (nnir-run-imap): Only need to parse list once.
934
935 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * shr.el (shr-tag-script): Ignore <script>.
938         (shr-tag-label): Add <label> support.
939
940 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
943
944         * shr.el (shr-image-displayer): Work for images lined side by side.
945
946 2010-12-08  Robert Pluim  <rpluim@gmail.com>
947
948         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
949         parameter, since XEmacs doesn't accept t as a parameter.
950
951 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
952
953         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
954         ids.
955         (nnir-run-gmane): Simplify groupspec formatting.
956         (nnir-request-expire-articles): New function.
957
958 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
961         overflow, possibly.
962
963         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
964         (shr-render-td): Handle td style="" better.
965         (shr-tag-table): Use the color from the style sheet.
966         (shr-render-td): Make sure we copy over all the overlays, too.
967
968 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
969
970         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
971         (nnir-request-article): Improve article retrieval.
972
973 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * mm-util.el (mm-extra-numeric-entities): New variable.
976
977         * mm-url.el (mm-url-decode-entities):
978         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
979
980         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
981
982 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * message.el: Use completion-at-point.
985         (message-completion-function): New fun, extracted from message-tab.
986         (message-mode): Use it for completion-at-point-functions.
987         (message-tab): Use it and completion-at-point.
988
989 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
992         character if a non-breakable character follows.
993
994 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
997         any stream.
998
999         * shr.el (shr-tag-font): Colorize the region.
1000         (shr-tag-body): Ditto.
1001         (shr-tag-font): Actually let the styles be inherited instead of
1002         overwriting them.
1003         (shr-tag-font): Get the background color right.
1004         (shr-tag-style): Ignore all <style> tags for the moment.
1005
1006         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1007         a Message-ID to avoid having nnimap depend on gnus-sum.
1008
1009         * shr.el (shr-descend): Only colorize something if we have a node that
1010         sets colors.
1011
1012 2010-12-06  Julien Danjou  <julien@danjou.info>
1013
1014         * shr.el (shr-render-td): Render td content with shr-descend, so style
1015         will be applied to <td> too.
1016         (shr-colorize-region): Colorize region even if we only have a background.
1017         (shr-tag-body): Fix color and background color inheritance.
1018         Do not recolorize after shr-generic.
1019         (shr-tag-font): Let shr-generic colorize via inheritance.
1020
1021 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1024
1025 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1026
1027         * nnir.el (nnir-request-move-article): Remove obsolete code.
1028
1029 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1032
1033 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-sum.el (gnus-summary-respool-article): The completion function
1036         expects a list instead of an alist.
1037
1038         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1039         string as the parameter.
1040
1041         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1042
1043         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1044         styles.
1045         (shr-colorize-region): New function.
1046         (shr-insert-background-overlay): Remove.
1047         (shr-render-td): Background setting should be taken care of on a higher
1048         level.
1049         (shr-tag-body): Use post-hoc colorizations.
1050         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1051         (shr-put-color-1): Don't overwrite old colors.
1052         (shr-colorize-region): When the background color isn't explicit, use
1053         a fixed background.
1054
1055         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1056         nnmail variables.
1057
1058 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1059
1060         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1061         unless necessary.
1062
1063 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1064
1065         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1066         server.
1067
1068 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1071         so that TAB works.
1072
1073         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1074         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1075
1076         * shr.el (shr-urlify): Show the URL before the title to avoid
1077         misleading URLs.
1078
1079 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1080
1081         * shr.el (shr-urlify): Display the title in <a> tags.
1082
1083 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1084
1085         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1086
1087 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1088
1089         * nnir.el: Rearrange code to allow macros to be autoloaded by
1090         gnus-sum.el.
1091         (nnir-retrieve-headers-override-function): Make this variable
1092         customizable.
1093         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1094
1095         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1096         from nnir.el.
1097
1098 2010-12-03  Julien Danjou  <julien@danjou.info>
1099
1100         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1101
1102 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1105         allow optional argument `environment'.
1106
1107 2010-12-03  Glenn Morris  <rgm@gnu.org>
1108
1109         * mm-extern.el (message-goto-body): Update declaration.
1110
1111 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-util.el (gnus-macroexpand-all): New function.
1114
1115         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1116         instead of macroexpand-all that is unavailable in XEmacs.
1117
1118 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1119
1120         * nnir.el (nnir-summary-line-format): New variable.
1121         (nnir-mode): Use it.
1122         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1123         (nnir-article-ids): Reimplement as defsubst.
1124         (nnir-retrieve-headers): Don't mangle the subject header.
1125         (nnir-run-imap): Use 100 as RSV score.
1126         (nnir-run-find-grep): Fix for full server searching.
1127         (nnir-run-gmane): Better restriction to gmane groups.
1128
1129         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1130         summary buffers.
1131
1132 2010-12-02  Julien Danjou  <julien@danjou.info>
1133
1134         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1135
1136         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1137
1138         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1139         support.
1140
1141 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1142
1143         * nnir.el: Update to handle the registry better.
1144         (autoload): Silence byte-compiler.
1145         (nnir-open-server): Add a hook for nnir groups.
1146         (nnir-request-move-article): Don't mangle the header. Better to use
1147         formating variables (which will be added in the future).
1148         (nnir-registry-action): Update the registry using the original article
1149         group name.
1150         (nnir-mode): Install nnir-specific hooks for updating the registry.
1151
1152         * gnus-sum.el
1153         (gnus-article-original-subject,gnus-newsgroup-original-name):
1154         Remove obsolete variables.
1155         (gnus-summary-move-article): Remove use of obsolete variables.
1156         (gnus-summary-local-variables): Make move and delete hooks local to
1157         summary buffers.
1158
1159 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * rtree.el: New file.
1162
1163 2010-12-01  Julien Danjou  <julien@danjou.info>
1164
1165         * message.el (message-user-organization): Do not use
1166         gnus-local-organization.
1167
1168         * gnus.el: Remove gnus-local-organization.
1169
1170         * gnus-msg.el: Remove nastygram thing.
1171
1172 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1173
1174         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1175         funcall.
1176
1177 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1180         names.
1181
1182         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1183         characters.
1184
1185         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1186         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1187         Suggested by Štěpán Němec <stepnem@gmail.com>.
1188         (gnus-gravatar-transform-address): Use mail-extract-address-components
1189         that supports non-ASCII names rather than mail-header-parse-addresses.
1190
1191 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * proto-stream.el (open-protocol-stream): All starttls connections are
1194         handled by the network handler.
1195
1196 2010-11-30  Julien Danjou  <julien@danjou.info>
1197
1198         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1199         (nnimap-open-connection-1): Fix PREAUTH.
1200
1201         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1202
1203 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1206         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1207         (shr-insert): Use them.
1208         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1209
1210 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * nnir.el (nnir-request-move-article): Bail out if original group
1213         doesn't support article moves.
1214         (nnir-get-active): Improve active list retrieval.
1215
1216 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1219
1220 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1221
1222         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1223         seem to accept strings-with-numbers as port numbers,
1224
1225 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1226
1227         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1228         change the registry.
1229
1230 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1233         delete-dups that is not available in XEmacs 21.4.
1234
1235         * mm-util.el (mm-delete-duplicates): Add comment.
1236
1237 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1238
1239         * nnir.el (nnir-ignored-newsgroups): New variable.
1240         (nnir-get-active): Use it.
1241
1242 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * proto-stream.el (proto-stream-open-network): Add some comments.
1245
1246         * nntp.el (nntp-open-connection): Provide a :success condition.
1247
1248         * nnimap.el (nnimap-open-connection-1): Ditto.
1249
1250         * proto-stream.el (proto-stream-open-network): See what the response to
1251         the STARTTLS command is.
1252
1253         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1254         backwards compatibility).
1255         (nnimap-open-connection-1): Really respect nnimap-server-port.
1256
1257         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1258         TLS upgrades we don't really care about the identity of the peer.
1259         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1260         that what we've checked for.
1261         (proto-stream-always-use-starttls): Only default to t if
1262         open-gnutls-stream exists.
1263         (proto-stream-open-network): If STARTTLS failed, then just open a
1264         normal connection.
1265         (proto-stream-open-network): Wait until the greeting before doing
1266         STARTTLS.
1267
1268         * nntp.el (nntp-open-connection): Report what the connection error is.
1269
1270         * proto-stream.el (open-protocol-stream): Rename from
1271         open-proto-stream.
1272
1273 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * nnimap.el (nnimap-stream): Change default to `undecided'.
1276         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1277         first, and then network.
1278         (nnimap-open-connection-1): Respect nnimap-server-port.
1279         (nnimap-open-connection): Be more backwards-compatible.
1280
1281         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1282         (proto-stream-open-starttls): De-duplicate the starttls code.
1283         (proto-stream-open-starttls): Folded back into the main function.
1284         (proto-stream-open-network): Fix typo in the gnutls path.
1285         (proto-stream-command): Refactor out.
1286
1287         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1288
1289         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1290         starttls.el STARTTLS.
1291
1292         * color.el (color-lab->srgb): Fix function call name.
1293
1294         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1295         if we're using tls.el.
1296         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1297         built in, then don't try to establish a STARTTLS connection.
1298
1299         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1300         servers.
1301
1302         * proto-stream.el (open-proto-stream): Use network, not stream.
1303         (open-proto-stream): Add a way to specify what the end of a command is.
1304
1305         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1306         connections types.
1307         (nntp-open-network-stream): Remove.
1308         (nntp-open-ssl-stream): Remove.
1309         (nntp-open-tls-stream): Remove.
1310         (nntp-ssl-program): Remove.
1311
1312         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1313
1314 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el: Fix typos.
1317         (nnir-retrieve-headers-override-function): Rename variable to reflect
1318         new semantics.
1319         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1320         macros.
1321         (nnir-request-article, nnir-request-move-article): Use them.
1322         (nnir-categorize): New function.
1323         (nnir-run-query): Use it.
1324         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1325         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1326         sorted.
1327         (nnir-group-full-name): Use gnus-group-full-name instead.
1328         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1329         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1330
1331 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1334
1335         * proto-stream.el: New library to provide protocol-specific
1336         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1337         protocols.
1338         (open-proto-stream): Complete the documentation.
1339         (proto-stream-open-network): Fix some typos.
1340
1341         * nnimap.el (nnimap-open-connection): Use it.
1342
1343 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1344
1345         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1346         negotiation.
1347
1348 2010-11-26  Julien Danjou  <julien@danjou.info>
1349
1350         * color.el: Rename various rgb functions to srgb.
1351
1352 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1355         names.
1356
1357 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * shr.el (shr-insert): Revert last change.
1360         (shr-find-fill-point): Never leave point being at bol;
1361         relax the kinsoku limitation when rendering tables.
1362
1363 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1366         results from -accept-article.
1367
1368         * shr-color.el: Require cl when compiling.
1369
1370         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1371         checkin.
1372
1373         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1374
1375         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1376
1377         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1378         'add and 'delete to set backend marks.
1379
1380         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1381
1382         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1383
1384         * nntp.el (nntp-request-set-mark): Use it.
1385
1386         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1387
1388         * nnml.el (nnml-request-set-mark): Ditto.
1389
1390         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1391         introduces regressions in article selection.
1392         (nnimap-find-uid-response): New function.
1393         (nnimap-request-accept-article): Use the UID returned, if any.
1394         (nnimap-request-move-article): Use the UID returned, if any.
1395         (nnimap-get-groups): Reimplement to work with folded lines.
1396         (nnimap-find-uid-response): The UID is the last element in the list.
1397         (nnimap-request-set-mark): Extend syntax with 'set.
1398
1399         * nnml.el (nnml-request-set-mark): Ditto.
1400
1401         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1402
1403         * nntp.el (nntp-request-set-mark): Ditto.
1404
1405 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * message.el (message-called-interactively-p): A temporary macro.
1408         (message-goto-body): Use it temporarily.
1409
1410 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1413         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1414         (nnimap-last-response-string): Fix last unfolding fix.
1415
1416 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * shr.el (shr-insert): Fix the way to fold lines.
1419
1420 2010-11-25  Julien Danjou  <julien@danjou.info>
1421
1422         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1423
1424         * color.el: Rename from color-lab.el
1425         (color-rgb->hex): Add.
1426         (color-complement): Add.
1427         (color-complement-hex): Add.
1428
1429         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1430
1431 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1434         don't exist.
1435
1436 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1439         assuming that article displaying or another mml-preview may be
1440         interrupted for an error or for the like.
1441
1442         * shr.el (shr-get-background): Fix argument name.
1443
1444 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1447
1448         * gnus-sum.el (gnus-summary-include-articles): New function.
1449
1450         * message.el (message-goto-body): called-interactively-p needs a
1451         parameter, so use `any'.
1452
1453         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1454         clear marks before moving, since they're synced from the Gnus side
1455         first.
1456
1457         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1458         (gnus-summary-move-article): Copy over all marks before moving, so that
1459         IMAP doesn't think a new article has arrived.
1460
1461 2010-11-24  Julien Danjou  <julien@danjou.info>
1462
1463         * shr.el (shr-insert-background-overlay): Fix typo.
1464         (shr-render-td): Copy the background before rendering.
1465
1466         * shr-color.el (shr-color-visible): Fix docstring.
1467
1468         * shr.el (shr-tag-table): Add bgcolor support.
1469         (shr-render-td): Add bgcolor support.
1470         (shr-get-background): Add.
1471         (shr-insert-foreground-overlay): Use shr-get-background.
1472
1473         * message.el (message-goto-body): Use called-interactively-p.
1474         (message-in-body-p): message-goto-body returns point.
1475
1476 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1479         Fixes something or other in Emacs 23, and is backwards compatible.
1480
1481         * message.el (message-goto-body): Remove the <#secure special-casing,
1482         which is too special.
1483
1484         * shr.el (shr-parse-style): Drop !important from styles.
1485
1486 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1487
1488         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1489         this function to return incorrect results when calling it with an
1490         explicit article argument different from
1491         (gnus-summary-article-number).
1492
1493 2010-11-24  Julien Danjou  <julien@danjou.info>
1494
1495         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1496         (shr-tag-body): Add background support.
1497         (shr-descend): Add background support.
1498         (shr-tag-title): Add.
1499
1500         * shr-color.el (shr-color-visible): Really return original background
1501         if fixed.
1502
1503 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * shr.el (shr-color-check): Protect against non-existant colour names.
1506
1507 2010-11-24  Julien Danjou  <julien@danjou.info>
1508
1509         * color-lab.el: Require 'cl when compiling.
1510
1511         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1512
1513         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1514         matched part.
1515
1516         * color-lab.el: Fix all expt calls to use float type.
1517
1518 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1521         expression to shr-color-check as is.
1522
1523         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1524
1525         * color-lab.el: Add coding cookie.
1526         (float-pi): Use eval-and-compile.
1527
1528         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1529         compiled for Emacsen having no `libxml-parse-html-region' support.
1530
1531 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * shr.el (shr-insert-color-overlay): Split stuff like
1534         "#444444 !important" to find the real colour.
1535         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1536         parse <font color="red"> entries.
1537
1538 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1539
1540         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1541         point when parsing headers.
1542
1543         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1544         is positioned properly when parsing headers.
1545
1546 2010-11-23  Julien Danjou  <julien@danjou.info>
1547
1548         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1549
1550         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1551
1552         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1553
1554         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1555         Use shr-color-hue-to-rgb.
1556         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1557
1558 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * shr.el (shr-color->hexadecimal): Autoload.
1561         (shr-descend): Add color to all tags.
1562
1563 2010-11-22  Julien Danjou  <julien@danjou.info>
1564
1565         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1566         shr-color->hexadecimal.
1567
1568         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1569         RGB() or HSL() color representation.
1570
1571         * shr.el (shr-tag-font): Add.
1572         (shr-tag-color-check): New function to get better colors.
1573         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1574         tag-span.
1575
1576         * shr-color.el: New file.
1577
1578         * color-lab.el: New file.
1579
1580         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1581
1582 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1583
1584         * nnir.el: Fix typo in comments.
1585         (nnir-run-imap): Simplify code. No need to reverse artlist.
1586         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1587
1588 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1591
1592         * nnimap.el (nnimap-get-capabilities): Refactor out.
1593         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1594
1595 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1596
1597         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1598         appearing when `mm-uu-hide-markers' is nil.
1599
1600 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * nnimap.el (nnimap-unselect-group): Make into its own function.
1603         (nnimap-request-rename-group): Unselect group before renaming.
1604         This had gotten lost somewhere.
1605         (nnimap-request-accept-article): Keep track of examined groups, and
1606         unselect the group before APPENDing to read-only groups.
1607         (nnimap-request-move-article): Clear flags before moving so that they
1608         can be re-set later.
1609
1610 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1613         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1614
1615 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * gnus-art.el (gnus-mime-display-single)
1618         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1619         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1620         parameter.
1621
1622 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1625         (shr-table-vertical-line): New variable.
1626         (shr-insert-table): Use it.
1627
1628 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-html.el (gnus-html-wash-images): Don't display images if
1631         gnus-inhibit-images is non-nil; register displayer for cid images.
1632         (gnus-html-display-image): Work for cid image.
1633         (gnus-html-insert-image): Allow arguments.
1634         (gnus-html-put-image): Inhibit read-only.
1635         (gnus-html-prefetch-images): Don't prefetch images if
1636         gnus-inhibit-images is non-nil.
1637
1638 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * shr.el (shr-put-image): Break lines when inserting big pictures.
1641
1642 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1643
1644         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1645         sender, thanks Katsumi Yamaoka.
1646
1647 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1648
1649         * nnir.el (nnir-run-imap): Reverse the article list for each group
1650         rather than the whole list.
1651
1652 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * shr.el (shr-image-displayer): Protect function against non-existent
1655         image source.
1656
1657         * gnus-art.el (gnus-inhibit-images): New user option.
1658         (gnus-mime-display-single): Don't display image if it is non-nil.
1659
1660         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1661         gnus-inhibit-images.
1662
1663         * shr.el (shr-image-displayer): New function.
1664         (shr-tag-img): Use it.
1665
1666 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1667
1668         * mml2015.el (mml2015-epg-sign): Use From header.
1669
1670 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1673
1674         * gnus-util.el (gnus-find-text-property-region): Return markers.
1675
1676         * shr.el (shr-tag-img): Put a displayer in the text property.
1677
1678         * gnus-util.el (gnus-find-text-property-region): New utility function.
1679
1680         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1681         (gnus-html-show-images): Remove.
1682
1683         * gnus-art.el (gnus-article-show-images): New, more general function.
1684
1685         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1686         image url text properties.
1687
1688         * shr.el: Ditto.
1689
1690         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1691         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1692
1693 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1696         work for two or more articles.
1697
1698 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1701         divide an image that's in an html article to two or more when washing
1702         non-ASCII characters in alt text of it.
1703
1704 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1707         smime-decrypt-region using function argument.
1708         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1709
1710         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1711
1712         * smime.el (smime-decrypt-region): Catch it.
1713
1714 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1715
1716         * smime.el (smime-mode-map): Move initialization into declaration.
1717         (gnus-run-mode-hooks): Don't autoload.
1718         (smime-mode): Use define-derived-mode.
1719
1720 2010-11-11  Glenn Morris  <rgm@gnu.org>
1721
1722         * smime.el (from): Restrict declaration to XEmacs.
1723
1724         * nnir.el (gnus-group-topic-name): Autoload.
1725
1726 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * shr.el (shr-insert): Don't break long line if it is because of
1729         kinsoku-bol characters in the line end.
1730
1731 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1732
1733         * nnir.el (nnir-request-move-article): Fix to provide original group
1734         and subject.
1735         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1736         been retrieved.
1737
1738         * gnus-sum.el (gnus-summary-move-article): Use original group and
1739         subject for virtual articles such as those in an nnir summary buffer.
1740
1741 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1744         least 21.5).
1745
1746         * smime.el (from): Declare it again for XEmacs.
1747
1748 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * message.el (message-resend): Don't disable encoding unless it's
1751         already encoded.
1752
1753         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1754         low-numbered articles.
1755
1756 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * rfc2047.el (rfc2047-syntax-table): Simplify.
1759
1760         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1761
1762         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1763         set-char-table-range for XEmacs.
1764
1765 2010-11-10  Glenn Morris  <rgm@gnu.org>
1766
1767         * time-date.el (time-to-seconds): Always an alias on Emacs,
1768         never a real function.
1769         (with-no-warnings): Remove compat stub, now unused.
1770         (time-less-p): Doc fix.
1771         (time-to-number-of-days): Simplify.
1772
1773         * smime.el (from): Remove unused declaration.
1774
1775         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1776         (gnus-float-time): On Emacs, always an alias.
1777
1778         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1779         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1780
1781 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * dgnushack.el: Don't use ignore-errors in the top level form since it
1784         is unavailable in XEmacs even if cl is loaded.
1785
1786         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1787
1788 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * shr.el (browse-url-mailto): Autoload.
1791
1792         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1793
1794         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1795         regexp doesn't need quoting.
1796
1797 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1798
1799         * message.el (message-subject-trailing-was-ask-regexp)
1800         (message-subject-trailing-was-regexp): Match was: in addition to was.
1801
1802 2010-11-09  Glenn Morris  <rgm@gnu.org>
1803
1804         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1805         (nnbabyl-check-mbox): Use point-at-bol.
1806
1807 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1810
1811         * message.el (message-mailto): New function.
1812         (message-mailto): Should accept other parameters.
1813         (message-mailto): Remove since it duplicates browse-url-mailto
1814         functionality.
1815
1816 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1819         methods.
1820         (gnus-read-active-file): Ditto.
1821
1822         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1823         ": " from the prompt.
1824         (gnus-group-make-group): Ditto.
1825
1826 2010-11-07  Glenn Morris  <rgm@gnu.org>
1827
1828         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1829         (gnus-bookmark-kill-line): Use point-at-eol.
1830
1831 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1834         asterisks in From header.
1835
1836 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1839         string to avoid making the From headers syntactically invalid.
1840
1841         * message.el (message-send-mail): Don't insert courtesy messages if the
1842         message already has List-Post and List-ID messages.
1843
1844 2010-11-06  Glenn Morris  <rgm@gnu.org>
1845
1846         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1847         `condition', `type', `length' a prefix.
1848         (gnus-treat-predicate): Update for above name changes.
1849
1850 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1851
1852         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1853         binding.  Handled by `gnus-summary-refer-thread' instead.
1854         (nnir-warp-to-article): New backend function.
1855
1856         * nnimap.el (nnimap-request-thread): Force dependency updating.
1857
1858         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1859         (gnus-summary-refer-thread): Rework to improve thread-referral.
1860
1861         * gnus-int.el (gnus-warp-to-article): New function.
1862
1863         * gnus-sum.el (gnus-summary-article-map): Bind it.
1864
1865 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1866
1867         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1868         gnus-summary-refer-thread.
1869
1870         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1871         headers.
1872         (gnus-summary-limit-include-thread): Prevent articles in thread from
1873         being cut in gnus-cut-threads.
1874         (gnus-summary-refer-thread): Limit retrieved headers to those in
1875         thread.
1876
1877 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * message.el (message-send-mail): Use the value of
1880         message-courtesy-message from the message buffer.
1881
1882         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1883
1884         * shr.el (shr-browse-url): Implement mailto: URLs.
1885
1886         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1887         "raw".
1888
1889         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1890         if it's already selected.
1891
1892         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1893
1894 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1897         to measure the length and truncate alt text.
1898
1899 2010-11-03  Glenn Morris  <rgm@gnu.org>
1900
1901         * nndiary.el (nndiary-generate-nov-databases-1)
1902         (nndiary-generate-active-info): Rename dynamic variable `files' to
1903         something less generic.
1904
1905 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1906
1907         * nnir.el (nnir-request-move-article): Call the underlying backend to
1908         move articles from nnir.
1909
1910 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1913
1914 2010-11-02  Julien Danjou  <julien@danjou.info>
1915
1916         * nnir.el: Remove wais support.
1917
1918 2010-11-02  Glenn Morris  <rgm@gnu.org>
1919
1920         * gnus-html.el: Reorder requirements to quieten compiler.
1921
1922 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1925         properly for XEmacs as well.
1926         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1927         (gnus-article-natural-long-line-p): Use window-width rather than
1928         frame-width.
1929
1930 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1931
1932         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1933         (nnir-read-parms): Don't modify query.
1934         (nnir-run-query): Add ability to search topic on current line.
1935         (nnir-get-active): Clean up.
1936
1937 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1940         degenerate articles.
1941
1942         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1943         (gnus-print-buffer): Just print the buffer as is, without any copying
1944         to a buffer and then re-highlighting.
1945
1946         * nnimap.el (nnimap-request-group): Store the new updated info.
1947         (nnimap-request-group): Select the group when we don't know whether it
1948         exists or not.
1949
1950         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1951         groups.
1952
1953         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1954         groups.
1955
1956         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1957         groups.
1958
1959         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1960         long-lines case by only filling the long lines.
1961
1962         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1963         (bug #7311).
1964
1965 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * shr.el: No need to declare `declare-function' since shr.el is for
1968         only Emacsen that provide `libxml-parse-html-region'.
1969
1970         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1971         effective only in a file it is referred to.
1972
1973 2010-11-01  Glenn Morris  <rgm@gnu.org>
1974
1975         * mm-util.el (gnus-completing-read): Autoload.
1976         (mm-read-coding-system): Simplify Emacs definition.
1977
1978         * nnmail.el (gnus-activate-group):
1979         * nnimap.el (gnutls-negotiate):
1980         * nntp.el (netrc-parse): Fix declarations.
1981
1982 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1985         string-match-p in Emacs >=23.
1986
1987         * gnus-msg.el (gnus-configure-posting-styles)
1988         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1989
1990 2010-11-01  Glenn Morris  <rgm@gnu.org>
1991
1992         * nnir.el (declare-function): Add compat stub.
1993         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1994         (nnir-run-gmane): Require 'mm-url.
1995
1996         * mm-util.el (mm-string-to-multibyte): Simplify.
1997
1998         * shr.el (declare-function): Add compat stub.
1999         (url-cache-create-filename): Declare.
2000         (mm-disable-multibyte, widget-convert-button): Autoload.
2001
2002         * smime.el (ldap-search): Declare.
2003         (smime-cert-by-ldap-1): Require ldap on Emacs.
2004
2005         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2006         (nnimap-keepalive): Use gnus-float-time.
2007
2008         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2009         (mail-source-delete-crash-box): Use gnus-float-time.
2010
2011         * gnus-dired.el (gnus-completing-read): Autoload.
2012
2013         * mm-view.el (gnus-rescale-image): Autoload.
2014
2015         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2016
2017         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2018
2019         * sieve-manage.el: Require 'cl when compiling.
2020
2021         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2022         (gnus-iswitchb-completing-read): Require iswitchb.
2023         (gnus-select-frame-set-input-focus): Silence compiler.
2024
2025 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * message.el (message-subject-trailing-was-query): Change default to t,
2028         since I think that's what most people want.
2029
2030         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2031         appending for easier debugging.
2032         (nnimap-wait-for-connection): Take a regexp.
2033         (nnimap-request-accept-article): Wait for the continuation line before
2034         sending anything unless we're streaming.
2035
2036         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2037         leave the header washing to take place.
2038
2039 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2040
2041         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2042         regular expression match and replace in posting styles.
2043
2044 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2045
2046         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2047         an entire server.
2048         (nnir-get-active): New function.
2049         (nnir-run-imap): Use it.
2050         (nnir-run-gmane): Who knew, gmane search returns an article score!
2051
2052         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2053         server on the current line with nnir.
2054
2055 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2058         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2059         left edge.
2060         (gnus-article-foldable-buffer): Skip past the prefix when determining
2061         raggedness.
2062
2063         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2064         the raw article, and change `C-u g' to show the article without doing
2065         treatments.
2066
2067         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2068         on to `gnus-treat-article'.
2069         (gnus-inhibit-article-treatments): New variable.
2070
2071         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2072
2073         * gnus-art.el (gnus-treatment-function-alist): Have
2074         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2075         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2076         sections.
2077
2078         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2079         parameter.
2080         (gnus-article-fill-cited-long-lines): New function.
2081         (gnus-article-fill-cited-article): Allow filling only long sections.
2082
2083         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2084         and non-punctuation (like after the apostrophe in "'We").
2085
2086         * gnus-sum.el (gnus-summary-select-article): Make sure
2087         gnus-original-article-buffer is alive.
2088
2089         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2090         reflect the order they're in in the digest.
2091
2092         * gnus.el (gnus-group-startup-message): Move point to the start of the
2093         buffer.
2094
2095         * nnimap.el (nnimap-capability): New function.
2096         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2097         is set.
2098
2099 2010-10-31  David Engster  <dengste@eml.cc>
2100
2101         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2102         conform with changes to gnus-completing-read.
2103
2104 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2107
2108 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2109
2110         * nnir.el: Move defvar, defcustom around to keep file organized
2111         and keep byte-compiler quiet.
2112         (nnir-read-parms): Accept search-engine as arg.
2113         (nnir-run-query): Pass search-engine as arg.
2114         (nnir-search-engine): Remove.
2115
2116 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * shr.el (shr-generic): The text nodes should be text, not :text.
2119
2120         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2121         later in the file.
2122
2123 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2124
2125         * nnir.el: General clean up.  Allow searching with multiple engines.
2126         Allow separate extra-parameters for each engine.
2127         Batch queries when possible.
2128         (nnir-imap-default-search-key,nnir-method-default-engines):
2129         Add customize interface.
2130         (nnir-run-gmane): New engine.
2131         (nnir-engines): Use it.  Qualify all prompts with engine name.
2132         (nnir-search-engine): Remove global variable.
2133         (nnir-run-hyrex): Restore for now.
2134         (nnir-extra-parms,nnir-search-history): New variables.
2135         (gnus-group-make-nnir-group): Use them.
2136         (nnir-group-server): Remove in favor of gnus-group-server.
2137         (nnir-request-group): Avoid searching twice.
2138         (nnir-sort-groups-by-server): New function.
2139
2140 2010-10-30  Julien Danjou  <julien@danjou.info>
2141
2142         * gnus-group.el: Remove gnus-group-fetch-control.
2143
2144         * gnus-start.el (gnus-find-new-newsgroups):
2145         Remove gnus-check-first-time-used.
2146
2147         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2148
2149 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2150
2151         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2152         set on groups that don't have \* permanentflags.
2153
2154 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2157         control the background color.
2158         (shr-tag-img): Ignore very small web bug type images.
2159         (shr-put-image): Add help-echo alt texts to the images.
2160         (shr-tag-video): Show the video poster image.
2161
2162 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * shr.el (shr-table-depth): New variable.
2165         (shr-tag-table-1): Only insert the images after the top-level table.
2166
2167         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2168
2169         * gnus-util.el (gnus-list-memq-of-list): New function.
2170
2171         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2172         selected.
2173         (nnimap-unsplittable-articles): New slot.
2174         (nnimap-new-articles): Use it.
2175
2176 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2177
2178         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2179         move to the previous line on `M-g'.
2180
2181 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2184         *-request-group, which seems unnecessary.
2185
2186         * nnimap.el (nnimap-quote-specials): Function copied over from
2187         imap.el.
2188         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2189         they support that.  Suggested by Tom Regner.
2190
2191 2010-10-29  Julien Danjou  <julien@danjou.info>
2192
2193         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2194         defalias.
2195         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2196
2197         * gnus.el: Remove `gnus-nntp-service' variable.
2198         (gnus-secondary-servers): Make obsolete.
2199         (gnus-nntp-server): Make obsolete.
2200
2201         * gnus-start.el (gnus-1): Remove x-splash calls.
2202
2203         * gnus-ems.el (gnus-x-splash): Remove.
2204
2205         * gnus.el (gnus-group-startup-message): Simplify/update code.
2206
2207         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2208         definition.
2209
2210         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2211         capability before doing anything.
2212         (gnus-group-insert-group-line): Remove useless
2213         gnus-group-remove-excess-properties.
2214
2215 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2218
2219 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2222         config after reselecting.
2223
2224 2010-10-28  Julien Danjou  <julien@danjou.info>
2225
2226         * shr.el (shr-put-image): Use point even if only inserting text.
2227         (shr-put-image): Save excursion when inserting alt text on non-graphic
2228         display, so the behaviour is the same when we are on a graphic display.
2229
2230         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2231
2232 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2235         (gnus-mime-copy-part): Check coding system, not charset.
2236         (gnus-mime-view-part-externally): Never remove part.
2237         (gnus-mime-view-part-internally): Don't remove part here.
2238         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2239         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2240         multipart/alternative.
2241
2242         * mm-decode.el (mm-display-part): Take optional arg `force'.
2243
2244 2010-10-26  Julien Danjou  <julien@danjou.info>
2245
2246         * gnus-group.el (gnus-group-default-list-level): Add this function to
2247         compute the default list level.
2248         (gnus-group-default-list-level): Add possibility to use a function.
2249
2250 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2253
2254         * gnus-group.el (gnus-group-completing-read)
2255         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2256         gnus-replace-in-string.
2257
2258 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * shr.el (shr-tag-div): Add.
2261
2262         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2263
2264 2010-10-25  Julien Danjou  <julien@danjou.info>
2265
2266         * gnus-util.el: Remove `gnus-with-local-quit'.
2267
2268         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2269
2270 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2273         the original article buffer.
2274
2275 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * nnimap.el (nnimap-request-head): New function.
2278         (nnimap-request-move-article): Try to be slighly faster by not
2279         requesting the entire message when moving.
2280         (nnimap-transform-headers): Don't bug out on bodiless articles.
2281         (nnimap-send-command): Have no outstanding messages if the IMAP server
2282         doesn't support streaming.
2283         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2284
2285 2010-10-24  Julien Danjou  <julien@danjou.info>
2286
2287         * message.el (message-default-headers): Fix type.
2288
2289 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2292         prefetching images.
2293
2294         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2295         backend for unknown groups.  This is mainly useful for nnimap groups.
2296
2297         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2298         group isn't covered by the agent.
2299
2300 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * nnir.el (nnir-method-default-engines): New variable.
2303         (nnir-run-query): Use it.
2304         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2305         (gnus-summary-nnir-goto-thread): Change group if needed.
2306
2307         * gnus-group.el (gnus-group-group-map): Add key binding for
2308         gnus-group-make-nnir-group.
2309
2310 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * shr.el (shr-tag-object): Add.
2313
2314         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2315         original article buffer live.
2316         (gnus-summary-select-article-buffer):
2317         Mention gnus-widen-article-buffer.
2318
2319 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-tag-strong): Add.
2322
2323 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2326         group names.  They mess up the group buffer badly.
2327
2328         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2329
2330         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2331         instead of the summary one.
2332
2333 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * mml.el (mml-preview): Work properly when editing article.
2336
2337         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2338         gnus-have-read-active-file if it's already been in.
2339
2340 2010-10-22  Tom Tromey  <tromey@redhat.com>
2341
2342         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2343         gnus-group-completing-read.
2344
2345 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * message.el (message-mode-map): Don't bind M-; to comment region, to
2348         allow the global comment-dwim to work.
2349
2350 2010-10-21  Julien Danjou  <julien@danjou.info>
2351
2352         * message.el (message-setup-1): Allow message-default-headers to be a
2353         function.
2354
2355 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * shr.el (shr-tag-table): Simplify.
2358
2359 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2362         to avoid trying to snarf invalid stuff.
2363
2364         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2365
2366         * gnus.el (gnus-message-archive-group): Quote value.
2367         (gnus-message-archive-group): Mark as changed.
2368
2369         * shr.el (shr-add-font): Don't put the font properties on the newline
2370         or the indentation.
2371
2372         * message.el (message-fix-before-sending): Change options when sending
2373         non-printable characters.
2374
2375         * gnus.el (gnus-message-archive-method): Change the default to
2376         monthly outgoing groups.
2377
2378         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2379         that have gotten new numbers.
2380
2381         * nnimap.el (nnimap-request-replace-article): New function.
2382
2383 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2386         (nnrss-request-article): Don't use special html washing code.
2387
2388 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * shr.el (shr-tag-table): Remove useless nconc.
2391
2392 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * gnus-art.el (article-wash-html): Simplify and remove the charset
2395         stuff.  Use the normal html rendering code instead of the special html
2396         washing code.
2397
2398         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2399         `gnus-w3m' symbols.
2400         (mm-text-html-washer-alist): Remove.
2401
2402         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2403         (mm-inline-media-tests): Remove use.
2404         (mm-text-html-renderer): Change default to the `shr' symbol.
2405
2406         * mm-view.el (mm-inline-text-html): Remove use.
2407
2408         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2409         `gnus-blocked-images' to be a function.
2410         (gnus-article-wash-function): Remove.
2411
2412 2010-10-20  Julien Danjou  <julien@danjou.info>
2413
2414         * spam.el (spam-list-of-processors): Mark as obsolete.
2415
2416         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2417         (nnimap-insert-partial-structure): Fix boundary detection.
2418
2419 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2420
2421         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2422         run file-truename on remote files.  This can be expensive and even
2423         prevent one from editing drafts if some unrelated buffer has a stale
2424         connection.
2425
2426 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2429         kinsoku-eol regardless of shr-kinsoku-shorten.
2430         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2431         (shr-tag-table): Support caption, thead, and tfoot.
2432
2433 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2436         lines.
2437         (shr-save-contents): New command and keystroke.
2438
2439         * nndoc.el (nndoc-type-alist): Add git support.
2440         (nndoc-git-type-p): New function.
2441         (nndoc-transform-git-article): Ditto.
2442         (nndoc-transform-git-headers): Ditto.
2443         (nndoc-transform-git-headers): Generate Subject headers.
2444
2445         * shr.el (shr-parse-style): New function.
2446         (shr-tag-span): Ditto.
2447
2448         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2449         to `G G' to avoid collisions.
2450
2451 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * shr.el: Load kinsoku if necessary.
2454         (shr-kinsoku-shorten): New internal variable.
2455         (shr-find-fill-point): Make kinsoku shorten text line if
2456         shr-kinsoku-shorten is bound to non-nil.
2457         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2458         shr-indentation too when testing if table is wider than frame width.
2459         (shr-insert-table): Use `string-width' instead of `length' to measure
2460         text width.
2461         (shr-insert-table-ruler): Make sure indentation is done at bol.
2462
2463 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2464
2465         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2466         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2467         undecoded network data.
2468
2469 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2472         name in the mode line spec so that the mode line menu works
2473         (bug #2431).
2474
2475         * message.el (message-get-reply-headers): If we're fed `to-address',
2476         then always use that.
2477
2478         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2479         aren't so wide as to need to switch off the edit menu.
2480
2481         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2482         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2483
2484         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2485         `M-g'.
2486         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2487         the permanent marks.
2488
2489 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2490
2491         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2492         Splitting according to references/in-reply-to obeys the ignore-groups
2493         variable, while splitting by sender and subject do not.
2494
2495 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2498         alist, so that we can look for non-Unicode chars.
2499         (article-translate-strings): Allow both character and string maps.
2500
2501 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * shr.el (shr-insert): Don't insert space behind a wide character
2504         categorized as kinsoku-bol, or between characters both categorized as
2505         nospace.
2506
2507 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2508
2509         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2510         headers to gnus-newsgroup-headers.
2511
2512 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (shr-tag-img): Don't align images -- since we're not
2515         rescaling, this often leads to ugly displays.
2516
2517 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2518
2519         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2520         duplicates.
2521
2522 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2523
2524         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2525         call.
2526
2527 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus.el: Autoload gnus-html-show-images.
2530
2531         * nnimap.el: Use nnheader-message throughout.
2532
2533         * shr.el (shr-tag-img): Ignore images with no data.
2534
2535 2010-10-15  Julien Danjou  <julien@danjou.info>
2536
2537         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2538         a possibility to disable format=flow encoding when using hard newlines.
2539
2540 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * shr.el (shr-insert): Remove space inserted before or after a
2543         breakable character or at the beginning or the end of a line.
2544         (shr-find-fill-point): Do kinsoku; find the second best point or give
2545         it up if there's no breakable point.
2546
2547 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnimap.el (nnimap-open-connection): Message when opening connection
2550         for debugging purposes.
2551
2552         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2553         on every setup buffer call to allow this to change from article to
2554         article.
2555
2556         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2557         buffers where we have a wide table.
2558
2559 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2560
2561         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2562         uses *-request-thread.
2563
2564 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2567         incantation, which is no longer valid.
2568
2569 2010-10-14  Julien Danjou  <julien@danjou.info>
2570
2571         * shr.el: Fix defcustom type (char -> character).
2572
2573 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2576         programs.
2577
2578 2010-10-14  Julien Danjou  <julien@danjou.info>
2579
2580         * shr.el (shr-tag-a): Use url-link as widget type.
2581
2582         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2583         `gnus-group-get-icon'.
2584
2585 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2588         This should make server editing work better.
2589
2590         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2591
2592         * tls.el (tls-program): Remove spurious %s from openssl.
2593
2594         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2595         (nnimap-parse-flags): Fix regexp.
2596
2597         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2598         probably work for CJVK text, too.
2599
2600         * nnimap.el (nnimap-extend-tls-programs): Remove.
2601         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2602
2603         * tls.el (tls-starttls-switches): Remove starttls hack.
2604         (open-tls-stream): Ditto.
2605         (tls-find-starttls-argument): Ditto.
2606
2607 2010-10-13  Julien Danjou  <julien@danjou.info>
2608
2609         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2610         responses.
2611
2612 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2615
2616         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2617         anything in Emacs.
2618
2619         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2620
2621 2010-10-13  Julien Danjou  <julien@danjou.info>
2622
2623         * shr.el (shr-width): Make shr-width a defcustom with default to
2624         fill-column.
2625         (shr-tag-img): Use shr-width rather than fill-column.
2626
2627 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * dgnushack.el (byte-optimize-apply)
2630         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2631
2632         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2633         position when (X-)Faces exist.
2634         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2635         avatars when called interactively.
2636
2637 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2640         gnus-article-x-face-too-ugly is bound.
2641
2642 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2645
2646         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2647         mailbox that doesn't exist.
2648
2649 2010-10-12  Julien Danjou  <julien@danjou.info>
2650
2651         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2652         (shr-get-image-data): Encode URL properly when fetching from cache.
2653         (shr-tag-img): Use aligned-to spaces to align correctly images.
2654
2655         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2656         before inserting the Gravatar.
2657
2658         * shr.el (shr-tag-img): Add align attribute support for <img>.
2659
2660 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * gnus-gravatar.el (gnus-art): Require.
2663
2664         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2665         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2666         Remove long obsoleted functions.
2667
2668 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2671
2672         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2673
2674         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2675         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2676         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2677         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2678         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2679         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2680         * sieve-manage.el, smime.el, spam.el:
2681         Fix comment for declare-function.
2682
2683 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnimap.el (nnimap-request-rename-group): Select group read-only
2686         before renaming it.
2687
2688         * shr.el (shr-insert): Fix up the white space only regexp.
2689
2690         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2691         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2692
2693         * shr.el (shr-current-column): New function.
2694         (shr-find-fill-point): New function.
2695
2696 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2697
2698         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2699         numbers.
2700
2701 2010-10-11  Julien Danjou  <julien@danjou.info>
2702
2703         * shr.el (shr-hr-line): Add.
2704         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2705         display hr lines.
2706         (shr-max-columns): Do not change state to nil if we just inserting
2707         spaces.
2708
2709 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2712         select the last group.
2713
2714 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2717
2718 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2719
2720         * dig.el (dig-mode-map): Declare and define in one step.
2721
2722 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2725         for Gnus.
2726         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2727         (nnimap-update-qresync-info): Mark \Seen articles as read.
2728
2729         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2730         non-variable, too.
2731
2732         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2733         available.
2734         (nnimap-update-info): Rely more on the current active than the param
2735         active to avoid marking articles as read too much.
2736
2737         * auth-source.el (auth-source-create): Use (user-login-name) for the
2738         user name default.
2739
2740         * nnimap.el (nnimap-update-info): If the server doesn't return any
2741         useful info, just use the previous info.
2742         (nnimap-update-info): Prefer old info over start-article.
2743         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2744
2745 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2746
2747         * nnir.el (autoload): Clean up autoloads.
2748         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2749         Use key rather than value.
2750         (nnir-imap-search-other): New variable.
2751         (nnir-read-parm): Use it.
2752         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2753         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2754
2755 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2756
2757         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2758         the process, too.
2759
2760 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * spam.el (gnus-summary-mode-map): Bind to "$".
2763         Suggested by Russ Allbery.
2764
2765         * shr.el: Rework the way things are indented by <li> slightly.
2766
2767         * gnus.el (gnus-group-set-parameter): Fix typo.
2768
2769         * nnimap.el: Start implementing QRESYNC support.
2770
2771 2010-10-09  Julien Danjou  <julien@danjou.info>
2772
2773         * nnir.el (nnir-engines): Fix too many arguments.
2774
2775 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2778         group is the "last", so that the backends like nnfolder actually save
2779         their folders.
2780
2781         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2782         try to use that for the tls stream.
2783         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2784         UIDVALIDITY and find out which groups are read-only and not.
2785         (nnimap-get-flags): Use the same marks parsing code as the rest of
2786         nnimap.
2787
2788 2010-10-09  Julien Danjou  <julien@danjou.info>
2789
2790         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2791
2792         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2793         retrieving gravatars.
2794
2795         * shr.el (shr-table-corner): Add.
2796         (shr-table-line): Add.
2797         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2798
2799 2010-10-08  Julien Danjou  <julien@danjou.info>
2800
2801         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2802
2803 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2806
2807         * gnus-sum.el (gnus-mark-article-as-unread)
2808         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2809         (gnus-summary-set-bookmark): Use it.
2810
2811         * gnus-msg.el (gnus-setup-message): Use it.
2812
2813         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2814
2815         * gnus.el (gnus-group-remove-parameter): Use it.
2816
2817         * gnus-group.el (gnus-group-make-web-group): Use it.
2818
2819         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2820
2821         * nnregistry.el: Update docs to mention manual.
2822
2823         * gnus-registry.el: Update docs to mention nnregistry.el.
2824         (gnus-registry-initialize): Don't install nnregistry refer method
2825         automatically.
2826         (gnus-registry-install-nnregistry): Remove it.
2827
2828 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * shr.el (shr-insert): Don't insert double spaces.
2831
2832 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-gravatar.el (gnus-treat-from-gravatar)
2835         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2836         called interactively.
2837
2838         * gnus-art.el (gnus-mime-view-part-externally)
2839         (gnus-mime-view-part-internally): Make predicate function passed to
2840         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2841         of a mime type.
2842
2843         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2844
2845 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * shr.el (require): Require cl when compiling.
2848         (shr-tag-hr): New function.
2849
2850         * nnimap.el (nnimap-update-info): Remove double setting of high.
2851         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2852         This makes nnimap work properly on Courier again.
2853
2854         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2855         the variable for backwards compatability.
2856
2857         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2858         the file name before using to avoid setting mm-default-directory to
2859         nil.
2860
2861         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2862         bidning gnus-agent variables.
2863
2864         * shr.el (shr-render-td): Use a cache for the table rendering function
2865         to avoid getting an exponential rendering behaviour in nested tables.
2866         (shr-insert): Rework the line-breaking algorithm.
2867         (shr-insert): Don't leave trailing spaces.
2868         (shr-insert-table): Also insert empty TDs.
2869         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2870
2871 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2872
2873         * gnus-sum.el (gnus-number): Rename from `number'.
2874         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2875         (gnus-summary-limit-children): Update uses correspondingly.
2876
2877 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2880         (gnus-gravatar-transform-address): Don't show avatars of people of
2881         which mail addresses match gnus-gravatar-too-ugly.
2882
2883 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * shr.el (shr-table-widths): Expand TD elements to fill available
2886         space.
2887
2888 2010-10-07  Julien Danjou  <julien@danjou.info>
2889
2890         * nnimap.el (nnimap-request-rename-group): Add this method.
2891
2892 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2895         name from XEmacs' function-arglist.
2896
2897         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2898         gravatar under XEmacs.
2899
2900 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * auth-source.el: Update docs with TODO items.
2903
2904         * gnus-sync.el: Update docs to explain state and plans.
2905
2906         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2907         Hooks for mark updates.
2908         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2909
2910         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2911         hooks with arguments, which is needed for mark update hooks.
2912
2913 2010-10-06  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2916         was matched.
2917
2918         * sieve-manage.el: Update example in `Commentary'.
2919
2920         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2921
2922         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2923         not 2000.
2924         (sieve-manage-authenticate): Re-add function.
2925
2926 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * shr.el (shr-insert): Get 'space transition right.
2929         (shr-render-td): Only delete space at the end of the TD.
2930
2931         * nnimap.el (nnimap-open-connection): Prepare to support
2932         open-gnutls-stream.
2933
2934         * shr.el: Rearrange function order to be more logical.
2935
2936 2010-10-06  Julien Danjou  <julien@danjou.info>
2937
2938         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2939         (nnrss-discover-feed): Remove 404 URL in docstring.
2940
2941         * nnir.el: Fix Swish-E URL.
2942         Fix Namazu URL.
2943
2944         * message.el (message-change-subject): Remove 404 URL in a comment.
2945
2946 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2949         called interactively.
2950
2951         * gnus-util.el (gnus-remove-if): Allow hash table.
2952         (gnus-remove-if-not): New function.
2953
2954         * gnus-art.el (gnus-mime-view-part-as-type)
2955         * gnus-score.el (gnus-summary-score-effect)
2956         * gnus-sum.el (gnus-read-move-group-name):
2957         Replace remove-if-not with gnus-remove-if-not.
2958
2959         * gnus-group.el (gnus-group-completing-read):
2960         Regard collection as a hash table if it is not a list.
2961
2962 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2965
2966         * shr.el: Document the table-rendering algorithm.
2967
2968 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2971         for Emacsen having no `libxml-parse-html-region' support.
2972
2973 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2976         invalid URLs.
2977
2978         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2979         line-broken.
2980         (shr-tag-img): Ignore image fetching errors.
2981         (shr-overlays-in-region): Compute overlay positions correctly.
2982
2983         * mm-decode.el (mm-shr): Require shr.
2984
2985         * gnus-art.el (gnus-blocked-images): Move variable here.
2986
2987         * shr.el (shr-insert-table): Bind free variable.
2988
2989         * mm-decode.el (mm-shr): Bind shr-content-function.
2990
2991         * shr.el (shr-content-function): New variable.
2992
2993         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2994         added for symmetry.
2995
2996         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2997
2998         * gnus-group.el (gnus-group-make-group): Doc fix.
2999
3000         * nnimap.el (nnimap-request-newgroups): Return success.
3001
3002         * shr.el (shr-find-elements): New function.
3003         (shr-tag-table): Put all the images after the table.
3004         (shr-tag-table): Really inhibit images inside the table.
3005         (shr-collect-overlays): Copy over overlays from the TD elements to the
3006         main document.
3007
3008         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3009         gnus-blocked-images.
3010
3011 2010-10-05  Julien Danjou  <julien@danjou.info>
3012
3013         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3014
3015         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3016         (gnus-html-maximum-image-size): Add this function.
3017         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3018
3019         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3020         server-value of the capability is nil.
3021
3022 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * shr.el (shr-tag-em): Add <EM> tag.
3025
3026 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3027
3028         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3029         customizable.
3030
3031         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3032         handing broken links to browse-url.
3033
3034 2010-10-05  Julien Danjou  <julien@danjou.info>
3035
3036         * gnus-util.el (gnus-emacs-completing-read)
3037         (gnus-iswitchb-completing-read): Use autoload rather than require.
3038
3039 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3042         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3043         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3044         iswitchb-temp-buflist for XEmacs.
3045
3046         * gnus-util.el (gnus-completing-read-function): Exclude
3047         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3048         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3049         XEmacs.
3050
3051         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3052         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3053
3054         * gnus-html.el: Don't require help-fns under XEmacs.
3055         (gnus-html-schedule-image-fetching): Work for XEmacs.
3056
3057         * mm-decode.el (mm-shr): Decode contents by charset.
3058
3059 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3062         unknown.
3063
3064         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3065         (shr-get-image-data): Ensure against the cache file missing.
3066
3067         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3068         for data.
3069
3070         * spam-report.el (spam-report-url-ping-plain): Don't query about
3071         killing the process.
3072
3073         * shr.el (shr-render-td): Protect against too-wide text.
3074
3075 2010-10-04  Julien Danjou  <julien@danjou.info>
3076
3077         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3078         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3079
3080         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3081         retrieved.
3082
3083 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * shr.el (browse-url): Require.
3086         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3087         lines.
3088         (shr-show-alt-text, shr-browse-image): New commands.
3089         (shr-browse-url, shr-copy-url): New commands.
3090
3091         * gnus-sum.el (gnus-widen-article-window): New variable.
3092         (gnus-summary-select-article-buffer): Use it.
3093
3094         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3095         without @ signs.
3096
3097 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3098
3099         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3100
3101 2010-10-04  Julien Danjou  <julien@danjou.info>
3102
3103         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3104         for XEmacs.
3105
3106 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3109
3110         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3111         (nnimap-close-server): Implement.
3112
3113         * dgnushack.el (iswitchb): Require to shut up the compiler.
3114
3115         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3116         (shr-insert): Tweak line breaking.
3117         (shr-insert): Handle <pre> better.
3118         (shr-tag-li): Get <li> indentation right.
3119         (shr-tag-li): Get <li> indentation even righter.
3120         (shr-tag-blockquote): Ensure paragraph start.
3121         (shr-make-table): Tweak table generation.
3122         (shr-make-table): Fix typo.
3123
3124         * shr.el: Implement table rendering.
3125
3126 2010-10-04  Julien Danjou  <julien@danjou.info>
3127
3128         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3129
3130 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * shr.el (shr-insert): Use string anchors instead of line anchors.
3133
3134 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * shr.el: Add headings.
3137         (shr-ensure-paragraph): Actually work.
3138         (shr-tag-li): Make <ul> prettier.
3139         (shr-insert): Get white space at the beginning/end of elements right.
3140         (shr-tag-p): Collapse subsequent <p>s.
3141         (shr-ensure-paragraph): Don't insert double line feeds after blank
3142         lines.
3143         (shr-insert): \t is also space.
3144         (shr-tag-s): Fix "s" tag name function.
3145         (shr-tag-s): Fix face prop name.
3146
3147 2010-10-03  Julien Danjou  <julien@danjou.info>
3148
3149         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3150
3151         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3152         gnus-window-inside-pixel-edges.
3153
3154         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3155         gnus-ems.
3156
3157         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3158
3159         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3160         function.
3161
3162         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3163         resize choice.
3164
3165 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3168         beginning of the buffer.
3169
3170         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3171         article buffer again.
3172
3173         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3174
3175         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3176         when it's at the start of the buffer.
3177
3178         * shr.el (shr-tag-blockquote): Convert name.
3179         (shr-rescale-image): Use the right image-size variant.
3180
3181         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3182         buffer isn't shown, then select the current article first instead of
3183         bugging out.
3184         (gnus-summary-select-article-buffer): Show both the article and summary
3185         buffers again.
3186
3187         * shr.el (shr-fontize-cont): Protect against regions with no text.
3188         Rename tag functions to shr-tag-* for enhanced security.
3189         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3190
3191 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3192
3193         * shr.el (shr-insert):
3194         * pop3.el (pop3-movemail):
3195         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3196         loaded.
3197
3198 2010-10-03  Glenn Morris  <rgm@gnu.org>
3199
3200         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3201
3202         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3203
3204         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3205
3206         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3207
3208         * gnus-util.el (gnus-make-local-hook): Simplify.
3209
3210 2010-10-02  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3213         (gnus-ido-completing-read): New function.
3214         (gnus-emacs-completing-read): New function.
3215         (gnus-completing-read): Use gnus-completing-read-function.
3216         Add gnus-completing-read-function.
3217
3218 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * shr.el (shr-insert-document): Autoload.
3221         (shr-img): Be silent.
3222         (shr-insert): Add a newline after every picture before text.
3223         (shr-add-font): Use overlays for combining faces.
3224         (shr-insert): Pass upwards the text start point.
3225
3226         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3227         possible.
3228         (mm-shr): New function.
3229
3230 2010-10-02  Julien Danjou  <julien@danjou.info>
3231
3232         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3233         should go backward.
3234
3235 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3236
3237         * shr.el (shr): Fix typo in provide call.
3238
3239 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el: New file.
3242
3243         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3244
3245         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3246         completing read.
3247
3248 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3251         we're being queried about.  Suggested by Dan Jacobson.
3252
3253         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3254         Suggested by Jason Eisner.
3255
3256         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3257         table, too.  Suggested by Stefan Wiens.
3258         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3259         the table unnecessary.  Suggested by Stefan Wiens.
3260
3261         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3262         longer needed, and probably doesn't work either, as pointed out by
3263         Stefan Wiens.
3264         (gnus-summary-exit): Remove call to the clearing function.
3265         (gnus-summary-exit-no-update): Ditto.
3266
3267         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3268         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3269         Reported by Stefan Monnier.
3270         (gnus-summary-save-in-rmail): Ditto.
3271
3272         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3273         article buffer, instead of both the article buffer and the summary
3274         buffer.  Sort of suggested by Dan Jacobson.
3275
3276         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3277
3278         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3279         Suggested by Dan Jacobson.
3280
3281         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3282         documentation clearer.
3283
3284         * message.el (message-shorten-references): Comment on the number "21".
3285         Suggested by Stefan Monnier.
3286
3287         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3288         Suggested by Dan Jacobson.
3289
3290         * gnus.el (gnus-large-newsgroup):
3291         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3292
3293         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3294         externalize attachments.  Bug reported by Steve Wen.
3295
3296         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3297         really message anything to the user.
3298
3299         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3300         directly.
3301
3302         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3303         messages in empty groups.
3304
3305 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3306
3307         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3308         non-UIDNEXT group.
3309
3310 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3313         not the value from the collection.
3314
3315         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3316         values.  This sometimes happens on some groups that have no info.
3317         (nnimap-request-newgroups): New function.
3318
3319 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3320
3321         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3322         check into `gnus-registry-initialize'.
3323         (gnus-registry-initialize): Ditto.
3324         Fix and extend header docs.
3325
3326 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3329         regexp backtrace overflows.
3330
3331         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3332         for starttls that tls.el implements; i.e. openssl.
3333
3334         * tls.el (tls-starttls-switches): Give up on using starttls with
3335         gnutls-cli.
3336         (tls-program): Add --insecure to be consistent with the defaults from
3337         openssl s_client.  Now all three commands are insecure.
3338
3339 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * lpath.el: Bind completion-styles-alist for XEmacs.
3342
3343         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3344         (gravatar-create-image): New function that's an alias to
3345         gnus-xmas-create-image, gnus-create-image, or create-image.
3346         (gravatar-data->image): Use it.
3347
3348 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3351         install the nnregistry refer method.
3352         (gnus-registry-install-hooks): Use it.
3353         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3354         unfollowed groups.
3355
3356 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3357
3358         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3359         expanding threads.
3360
3361 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnir.el: Use the server names without suffixes (bug #7009).
3364
3365         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3366         unencrypted to STARTTLS, if possible.
3367
3368 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3369
3370         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3371         headers before superseding.
3372
3373 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * nnrss.el (nnrss-use-local): Add documentation.
3376
3377         * nnimap.el (nnimap-extend-tls-programs): New function.
3378         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3379         (nnimap-wait-for-connection): Accept the greeting from the stupid
3380         output from openssl s_client -starttls, too.
3381
3382         * tls.el (tls-starttls-switches): New variable.
3383         (tls-find-starttls-argument): Use it.
3384         (open-tls-stream): Ditto.
3385
3386         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3387         (netrc-machine): Ditto.
3388
3389         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3390         article number.
3391         (nnimap-split-fancy): New variable.
3392         (nnimap-split-incoming-mail): Use it.
3393
3394         * nntp.el (nntp-server-list-active-group): Document.
3395
3396         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3397         SELECT to get the message-id.
3398
3399         * mail-source.el (mail-sources): Remove webmail support.
3400         (defvar): Ditto.
3401         (mail-source-fetcher-alist): Ditto.
3402         (mail-source-fetch-webmail): Remove.
3403
3404         * webmail.el: Remove -- doesn't seem relevant any more.
3405
3406         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3407
3408         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3409         the \r.
3410
3411 2010-09-30  Julien Danjou  <julien@danjou.info>
3412
3413         * gnus-agent.el (gnus-agent-add-group): Fix call to
3414         gnus-completing-read.
3415
3416 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * nndoc.el (nndoc-retrieve-groups): New function.
3419
3420         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3421         `default', use nnmail-split-methods.
3422         (nnimap-request-article): Downcase the NILs so that they are nil.
3423
3424         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3425         symbol.
3426
3427         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3428         code, since if the user has requested network, that's what they ought
3429         to get.
3430         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3431         (nnimap-split-rule): Mark as obsolete.
3432
3433         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3434         New variable.
3435
3436         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3437         correct slot, too.
3438
3439 2010-09-29  Julien Danjou  <julien@danjou.info>
3440
3441         * gnus.el (gnus-local-domain): Declare variable obsolete.
3442
3443         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3444         Fix history computing.
3445         (gnus-ido-completing-read): Require ido.
3446
3447 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3450         build Gnus.
3451
3452         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3453         when interpreting the structures.
3454         (nnimap-request-accept-article): Add \r\n to the lines to make this
3455         work with Cyrus.
3456
3457         * nndraft.el (nndraft-request-expire-articles): Use the group name
3458         instead if "nndraft".  Fix found by Nils Ackermann.
3459
3460 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3461
3462         * nnregistry.el: Add.
3463
3464 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3465
3466         * nnmail.el (group, group-art-list, group-art):
3467         Remove unneeded directives.
3468
3469 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3472         (mm-mime-charset)
3473         * rfc2047.el (rfc2047-syntax-table)
3474         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3475
3476         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3477         rather than `insert-file-contents' and `eval-region'.
3478
3479         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3480         construction.
3481
3482         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3483
3484         * time-date.el: No need to require cl for Emacs 21.
3485
3486 2010-09-29  Julien Danjou  <julien@danjou.info>
3487
3488         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3489         replacement of `gnus-gravatar-relief' to mimic
3490         `gnus-faces-properties-alist'.
3491         Add :version property.
3492
3493 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * mail-source.el (mail-source-report-new-mail)
3496         * message.el (message-default-mail-headers)
3497         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3498
3499         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3500
3501 2010-09-28  Julien Danjou  <julien@danjou.info>
3502
3503         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3504         mail-address contains the same string as real-name.
3505
3506         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3507         non-blank in header, otherwise it'll get stripped.
3508
3509         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3510         real-name, and then for mail address rather than doing : or , search.
3511
3512 2010-09-27  Julien Danjou  <julien@danjou.info>
3513
3514         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3515         right completing-read function.
3516         (gnus-use-ido): New variable
3517         (gnus-completing-read-with-default): Remove.
3518         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3519         (gnus-agent-add-group):
3520         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3521         * mm-view.el (mm-view-pkcs7-decrypt):
3522         * mm-util.el (mm-codepage-setup):
3523         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3524         * mml-smime.el (mml-smime-openssl-sign-query):
3525         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3526         (mml-insert-multipart):
3527         * gnus-msg.el (gnus-summary-yank-message):
3528         * gnus-int.el (gnus-start-news-server):
3529         * mm-decode.el (mm-interactively-view-part):
3530         * gnus-dired.el (gnus-dired-attach):
3531         * gnus.el (gnus-read-method):
3532         * gnus-bookmark.el (gnus-bookmark-jump):
3533         * gnus-art.el (gnus-mime-view-part-as-type)
3534         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3535         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3536         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3537         * nnmairix.el (nnmairix-create-server-and-default-group)
3538         (nnmairix-update-groups, nnmairix-get-server)
3539         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3540         (nnmairix-get-group-from-file-path):
3541         * nnrss.el (nnrss-find-rss-via-syndic8):
3542         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3543         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3544         (gnus-group-browse-foreign-server):
3545         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3546         (gnus-summary-execute-command, gnus-summary-respool-article)
3547         (gnus-read-move-group-name):
3548         * gnus-score.el (gnus-summary-increase-score)
3549         (gnus-summary-score-effect):
3550         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3551
3552 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3555         x-focus-frame.
3556
3557         * nnimap.el (auth-source-forget-user-or-password)
3558         (auth-source-user-or-password): Autoload.
3559
3560         * message.el (message-from-style, message-interactive)
3561         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3562         (message-yank-prefix, message-indentation-spaces, message-signature)
3563         (message-signature-file): Add comment.
3564
3565 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3568         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3569         new articles.
3570
3571         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3572         parts.
3573         (nnimap-request-article): Work with the t setting, too.
3574
3575         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3576         that you don't get flashes of other buffers.
3577         (gnus-summary-show-complete-article): Intern before setting.
3578
3579 2010-09-27  David Engster  <dengste@eml.cc>
3580
3581         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3582         well as HEADERS.
3583         (nnmairix-retrieve-headers): Provide new argument for the above.
3584
3585 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-sum.el (gnus-summary-move-article): Don't alter
3588         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3589         group.
3590
3591         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3592
3593         * message.el (message-cite-prefix-regexp): Revert my last edit.
3594
3595         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3596         variable instead of the Gnus variable.
3597
3598         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3599
3600         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3601
3602         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3603         since some servers don't like it.
3604         (nnimap-open-connection): Forget credentials if the server says the
3605         password was wrong.
3606         (nnimap-parse-line): Protect against invalid data.
3607
3608         * gnus-sum.el (gnus-summary-move-article): Add comment.
3609         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3610         nothing alters it while scanning for new messages.
3611
3612         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3613         which may or may not help.
3614         (nnimap-open-connection): If we're doing a stream connection, and then
3615         discover we're on a STARTTLS-capable server, then open a STARTTLS
3616         connection instead.
3617
3618 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * nnimap.el (utf7): Require.
3621
3622         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3623         prefix.
3624
3625 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3626
3627         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3628
3629 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * nnimap.el (nnimap-request-accept-article): Message the error on
3632         error.
3633
3634 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3637
3638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * nndoc.el (nndoc-request-list): Return success always.
3641
3642         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3643         `fetch-old' -- we only want to fetch the articles we've requested.
3644         The rest are in the agent, probably.
3645         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3646         disappeared server" to something low.  It's not important.
3647
3648         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3649         arrived before the FETCH data.
3650
3651         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3652         target here, because we don't know the Gnus name of the group.
3653
3654         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3655         for the correct group.
3656
3657         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3658
3659         * gnus.el (gnus): Give a final warning after startup.
3660
3661         * gnus-util.el (gnus-action-message-log): New variable.
3662         (gnus-message): Use it.
3663         (gnus-final-warning): New function.
3664
3665         * nnimap.el (nnimap-open-connection): Record the greeting.
3666         (nnimap): Add greeting.
3667
3668 2010-09-26  Julien Danjou  <julien@danjou.info>
3669
3670         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3671         arguments.
3672         (gnus-html-wash-images): Fix spec computing to include start/end.
3673
3674         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3675
3676 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3679         deletion.
3680         (nnimap-retrieve-headers): Don't select the group, because that's
3681         already done by nnimap-possibly-change-group.
3682
3683         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3684         (gnus-picon-transform-address): Use it.
3685
3686         * mail-source.el (mail-source-value): Revert previous patch.
3687
3688         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3689         on failure.
3690         (nnimap-open-connection): Look up both virtual and physical server name
3691         credentials.
3692
3693         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3694
3695 2009-02-07  Dave Love  <fx@gnu.org>
3696
3697         * tls.el (open-tls-stream): Don't query killing process.
3698
3699 2009-02-08  Dave Love  <fx@gnu.org>
3700
3701         * gnus-win.el (gnus-window-to-buffer-helper)
3702         (gnus-all-windows-visible-p): Function needn't be a symbol.
3703
3704         * mail-source.el (mail-source-value): Function needn't be a symbol.
3705
3706 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * message.el (message-cite-prefix-regexp): Remove } from the cite
3709         prefix.
3710
3711         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3712         highlight again, so that the highlight is correct.
3713
3714         * gnus-picon.el (gnus-picon): Remove again.
3715         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3716
3717         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3718         doing the header highlightling, so that the background colour of the
3719         picon is correct.
3720
3721         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3722         (gnus-picon): Ditto.
3723         (gnus-picon): Reinstate.  The background colour for picons is white.
3724         (gnus-picon-insert-glyph): Make the background white.
3725
3726         * nnml.el (nnml-open-nov): Don't return dead buffers.
3727
3728         * auth-source.el (auth-source-create): Query the user for whether to
3729         store the credentials.
3730
3731         * netrc.el (netrc-store-data): New function.
3732
3733         * auth-source.el (auth-source-user-or-password): Use the existing auth
3734         sources, if any, for creation.
3735
3736         * gnus.el (gnus-group-fast-parameter): Return the last matching
3737         parameter instead of the first matching parameter.
3738
3739 2010-09-26  Julien Danjou  <julien@danjou.info>
3740
3741         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3742
3743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * mml2015.el (mml2015-use): Remove gpg support.
3746
3747         * mml1991.el (mml1991-function-alist): Remove gpg function.
3748         (mml1991-gpg-sign): Remove.
3749
3750 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3751
3752         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3753         (gnus-browse-unsubscribe-current-group): Document it.
3754         (gnus-browse-unsubscribe-group): Use it.
3755
3756 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3759         address to the To list for easier response.
3760
3761         * gnus.el (gnus-play-startup-jingle): Remove.
3762         (gnus-splash): Don't play jingle.
3763         (gnus): Silence gnus-load message.
3764
3765         * gnus-art.el (gnus-treat-play-sounds): Remove.
3766
3767         * gnus.el (gnus-play-jingle): Remove audio support.
3768
3769         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3770
3771         * earcon.el: Remove -- no users.
3772
3773         * gnus-audio.el: Remove -- no users of this package.
3774
3775         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3776
3777         * gnus-start.el (gnus-setup-news): Remove nocem support.
3778
3779         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3780
3781         * gnus.el (gnus-use-nocem): Remove.
3782
3783         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3784         Remove.
3785
3786         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3787         uses NoCeM any more.
3788
3789         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3790         (gnus-button-ctan-handler): Ditto.
3791         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3792         (gnus-button-ctan-directory-regexp): Ditto.
3793         (gnus-button-handle-ctan): Ditto.
3794         (gnus-button-tex-level): Ditto.
3795         (gnus-button-alist): Remove CTAN stuff.
3796
3797 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3800         nnimap-streaming test.
3801
3802         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3803         servers twice.
3804
3805         * nnimap.el (nnimap-open-connection): Add more error reporting when
3806         nnimap fails early.
3807
3808         * nnheader.el (nnheader-get-report-string): New function.
3809         (nnheader-get-report): Use it.
3810
3811         * gnus-int.el (gnus-check-server): Say what the error was when opening
3812         failed.
3813
3814         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3815         using streaming.
3816
3817 2010-09-25  Julien Danjou  <julien@danjou.info>
3818
3819         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3820         gnus-window-inside-pixel-edges.
3821
3822 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3825
3826         * mm-decode.el (mm-save-part): Allow saving to other directories the
3827         normal Emacs way.
3828
3829         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3830         Suggested by Jay Berkenbilt.
3831
3832         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3833         there isn't a single byte.
3834
3835         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3836         just do it.  It doesn't really seem to matter what the user responds
3837         here, I think, so it's just a confusing question.
3838
3839         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3840         non-streaming case.
3841
3842         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3843         (gnus-article-encrypt-body): Use it.
3844
3845         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3846         keystroke.
3847
3848         * nnimap.el (nnimap-find-wanted-parts-1):
3849         Use gnus-fetch-partial-articles.
3850
3851         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3852
3853         * nnimap.el (nnimap-insert-partial-structure): New function.
3854         (nnimap-get-partial-article): New function.
3855         (nnimap-request-article): Use it.
3856         (nnimap-wait-for-response): Return whether the wait was successful.
3857         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3858         retrieval wasn't successful.
3859         (nnimap-retrieve-group-data-early): Allow throttling servers.
3860         (nnimap-streaming): New variable.
3861         (nnimap-fetch-partial-articles): Remove.
3862
3863         * mm-decode.el (mm-with-part): Protect against killed buffers.
3864
3865         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3866         for prettier summary display.
3867
3868 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3869
3870         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3871
3872 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3875         apparently third-party libraries depend on it.
3876
3877         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3878         before starting negotiation.
3879
3880         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3881         privacy reasons.
3882         (gnus-treat-mail-gravatar): Ditto.
3883
3884         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3885         buffer when inserting images.  Inserting text into the headers, for
3886         instance, can make them invalid.
3887
3888 2010-09-25  Julien Danjou  <julien@danjou.info>
3889
3890         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3891         variables.
3892
3893         * nnheader.el: Remove useless variables news-reply-yank-from and
3894         news-reply-yank-message-id.
3895
3896         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3897         variables.
3898
3899         * mml1991.el: Remove useless mml1991-verbose.
3900
3901         * gnus.el: Remove useless variable gnus-use-generic-from.
3902         Remove obsolete variable gnus-topic-indentation.
3903
3904         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3905
3906         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3907
3908         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3909
3910         * gnus-group.el: Remove useless gnus-group-icon-cache.
3911         Remove useless gnus-ephemeral-group-server.
3912
3913         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3914
3915         * mml2015.el: Remove useless mml2015-verbose.
3916
3917         * mml-smime.el: Remove useless mml-smime-verbose.
3918
3919         * gnus.el: Remove useless gnus-local-domain.
3920
3921         * gnus-gravatar.el (gnus-gravatar-transform-address):
3922         Use gnus-gravatar-size.
3923
3924         * gnus-art.el: Remove useless gnus-treat-translate.
3925
3926 2010-09-24  Julien Danjou  <julien@danjou.info>
3927
3928         * gnus-sum.el: Add support for Gravatars.
3929
3930         * gnus-art.el: Add support for Gravatars.
3931
3932         * gnus-gravatar.el: Add this file.
3933
3934         * gravatar.el: Add this file.
3935
3936 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3939
3940         * gnus-group.el (gnus-group-fetch-faq): Remove.
3941
3942         * gnus.el (gnus-group-faq-directory): Remove.
3943
3944         * gnus-group.el (gnus-group-fetch-charter): Remove.
3945
3946         * gnus.el (gnus-group-charter-alist): Remove.
3947
3948         * gnus-group.el (gnus-group-archive-directory): Remove.
3949         (gnus-group-recent-archive-directory): Ditto.
3950         (gnus-group-make-archive-group): Remove.
3951
3952         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3953
3954         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3955         use the same article number for all the cached articles.
3956
3957         * nnimap.el (nnimap-command): Register the last command time so
3958         that we can use it for idling NOOPs.
3959         (nnimap-open-connection): Start the keeplive timer.
3960         (nnimap-make-process-buffer): Store all the process buffers.
3961         (nnimap-keepalive): New function.
3962
3963         * starttls.el (starttls-open-stream): Add autoload cookie.
3964
3965 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3966
3967         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3968         handling.
3969
3970 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3973         its data structures.
3974
3975         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3976         instead of the cl.el copy-list.
3977         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3978         equalp.
3979
3980 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3983         and tool-bar-local-item-from-menu.
3984
3985         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3986         mode-line-highlight face for Emacs.
3987
3988         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3989         loading gnus-sum.elc; fix comment for canlock-verify.
3990         (gnus-article-jump-to-part): Use read-number.
3991         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3992         Remove Emacs pre-21 compatible code for help-echo.
3993         (gnus-article-next-page-1): No need to adjust the number of lines.
3994         (gnus-article-describe-bindings): Always use help-buffer.
3995
3996         * gnus-audio.el (gnus-audio-inline-sound)
3997         * gnus-cus.el (gnus-custom-mode)
3998         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3999
4000         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4001
4002         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4003         compatible code.
4004
4005 2010-09-24  Glenn Morris  <rgm@gnu.org>
4006
4007         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4008         visiting the fcc file in rmail-mode.
4009
4010         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4011
4012 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * nnir.el: Silence the byte compiler.
4015
4016         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4017         alias to browse-url-url-encode-chars if any.
4018         (gnus-html-encode-url): Use it.
4019
4020 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-start.el (gnus-use-backend-marks): New variable.
4023         (gnus-get-unread-articles-in-group): Use it.
4024
4025         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4026         makeover.
4027
4028 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4029
4030         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4031
4032 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4035         Remove.
4036         (gnus-setup-news-hook):
4037         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4038
4039         * gnus-int.el (gnus-request-update-info): Protect against backends not
4040         having the function.
4041
4042         * nnimap.el (nnimap-stream): Mention starttls.
4043         (nnimap-open-connection): Add starttls support.
4044
4045 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4046
4047         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4048
4049 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4052         BODYSTRUCTUREs.
4053         (nnimap-transform-headers): Unfold quoted {42} headers.
4054
4055         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4056         the info.
4057         (gnus-get-unread-articles): Only call updatep on backends that support
4058         it.
4059
4060         * nnweb.el (nnweb-request-update-info): NOOP.
4061
4062         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4063
4064         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4065         since it only deals with marks.
4066
4067         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4068         gnus-request-marks, and make a new gnus-request-update-info.
4069
4070         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4071         the active instead of the high number, which is usually too low.
4072
4073 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4076         * encrypt.el: Remove.
4077
4078 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4081         server in symbolic form.
4082
4083         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4084
4085 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4088         (nnimap-update-info): Fix up code slightly.
4089
4090         * gnus-int.el (gnus-open-server): Add tracing for performance
4091         debugging.
4092
4093         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4094         (gnus-group-insert-group-line): Pass the real group name so that it
4095         gets the right data.
4096
4097         * gnus-start.el (gnus-get-unread-articles): Don't have
4098         `gnus-get-unread-articles-in-group' update info, since that can be
4099         really slow and doesn't seem to be needed?
4100
4101 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4102
4103         * time-date.el (date-to-time): Try using parse-time-string first before
4104         using the slower timezone-make-date-arpa-standard.
4105
4106 2010-09-22  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-group.el (gnus-group-insert-group-line):
4109         Call gnus-group-highlight-line.
4110         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4111         default hook list.
4112         (gnus-group-update-eval-form): Add new function.
4113         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4114         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4115
4116 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4119         immediate, then expire all articles.
4120         (nnimap-update-info): Fix off-by-one errors.
4121         (nnimap-flags-to-marks): Would return no marks lists for group with no
4122         flags.  Instead return the other data.
4123
4124 2010-09-22  Julien Danjou  <julien@danjou.info>
4125
4126         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4127         Only return an icon.
4128         (gnus-group-insert-group-line): Compute icon to return.
4129
4130         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4131         (gnus-html-image-fetched): Only cache if
4132         gnus-html-image-automatic-caching is set.
4133         (gnus-html-image-fetched): Check for errors.
4134
4135 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4138         once per method on `g'.  This ensures that backends like nnfolder don't
4139         open all their folders.
4140
4141         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4142         (nnimap-request-list): Nix out group in the correct buffer.
4143         (nnimap-parse-flags): Implement by using `read' instead of
4144         hand-parsing.
4145         (nnimap-flags-to-marks): Pass on permanent-flags.
4146         (nnimap-make-process-buffer): Record the server name.
4147         (nnimap-parse-flags): Fix typo.
4148         (nnimap-request-scan): Run split on the server in general, not just a
4149         single group.
4150
4151         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4152         parameter, and propagate this downwards.
4153
4154         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4155         since EXAMINE changes it on the server.
4156
4157         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4158         this command might take a while.
4159
4160 2010-09-22  Julien Danjou  <julien@danjou.info>
4161
4162         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4163         harmful if you have 2 images side-by-side, they can't be properly
4164         update on text deletion.  Using text-property is safer here.
4165         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4166         data.
4167
4168 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (nnimap-expunge-inbox): Remove.
4171         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4172         (nnimap-expunge): Flip default to t.
4173
4174         * gnus.el (gnus-method-to-server): Don't push things to the cache
4175         unless it's unique.
4176         (gnus-server-to-method): Ditto.
4177
4178 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4179
4180         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4181
4182 2010-09-22  Julien Danjou  <julien@danjou.info>
4183
4184         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4185         get the start of data.
4186         (gnus-html-encode-url): Add this function to encode special chars in
4187         URL.
4188         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4189         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4190
4191         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4192         default.
4193         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4194
4195         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4196         images alt-text.
4197         (gnus-html-put-image): Put alt-text as help-echo.
4198
4199 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4202         * mm-util.el (mm-decompress-buffer)
4203         * nnir.el (nnir-run-find-grep)
4204         * pop3.el (pop3-list): Use 3rd arg of split-string.
4205
4206         * time-date.el (format-seconds): Comment fix.
4207
4208         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4209         and byte-optimize-form-code-walker.
4210         (dgnushack-make-auto-load): Don't advise make-autoload.
4211
4212         * lpath.el: Remove Emacs 21 stuff.
4213
4214 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4217         outside the active range.  Suggested by Dan Christensen.
4218
4219         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4220         slightly later to avoid double-getting it.
4221
4222         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4223         previous patch.
4224
4225         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4226
4227 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4228
4229         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4230
4231 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-int.el (gnus-open-server): Give a better error message in the
4234         "go offline" case.
4235
4236         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4237         marks for nnimap, which is seldom the right thing to do.
4238
4239         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4240         (gnus-same-method-different-name): New function.
4241
4242         * nnimap.el (parse-time): Require.
4243
4244         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4245         method in the presence of many similar methods.
4246
4247         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4248
4249         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4250         nnml-inhibit-expiry.
4251
4252         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4253         find out whether methods are equal.
4254
4255         * nnimap.el (nnimap-find-expired-articles): New function.
4256         (nnimap-process-expiry-targets): New function.
4257         (nnimap-request-move-article): Request the article before looking at
4258         what the Message-ID is.  Fix found by Andrew Cohen.
4259         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4260
4261         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4262         for oldness in addition to being a predicate.
4263
4264         * nnimap.el (nnimap-request-group): When we have zero articles, return
4265         the right data to Gnus.
4266         (nnimap-request-expire-articles): Only delete articles immediately if
4267         the target is 'delete.
4268
4269         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4270         method, this would bug out.
4271
4272         * gnus-group.el (gnus-group-expunge-group): Rename from
4273         gnus-group-nnimap-expunge, and implemented as a normal interface
4274         function.
4275
4276         * gnus-int.el (gnus-request-expunge-group): New function.
4277
4278         * nnimap.el (nnimap-request-create-group): Implement.
4279         (nnimap-request-expunge-group): New function.
4280
4281 2010-09-21  Julien Danjou  <julien@danjou.info>
4282
4283         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4284         (gnus-html-cache-expired): Add new function.
4285         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4286         wethever we should display image for fetch it.
4287         Compute alt-text earlier to pass it to the fetching function too.
4288         (gnus-html-schedule-image-fetching): Change function argument to only
4289         get one image at a time, not a list.
4290         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4291         cache.
4292         (gnus-html-get-image-data): New function to retrieve image data from
4293         cache.
4294         (gnus-html-put-image): Change buffer argument to use image data rather
4295         than file, and place image above region rather than inserting a new
4296         one.  Do not take alt-text as argument, since it's useless now: we place
4297         the image above alt-text.
4298         (gnus-html-prune-cache): Remove.
4299         (gnus-html-show-images): Start to fetch image when we find one, do not
4300         push into a temporary list.
4301         (gnus-html-prefetch-images): Only fetch image if they have expired.
4302         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4303         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4304
4305 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4308
4309 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4312         spec inser "*" if the group isn't active instead of 0.
4313
4314         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4315         opening the server.
4316         (nnimap-request-delete-group): Implement group deletion.
4317         (nnimap-transform-headers): Return the size of the entire message in
4318         the Bytes header, not just the size of the first part.
4319         (nnimap-request-move-article): When moving an article from nnimap,
4320         request the article first so the accepting form has an article to
4321         accept.  Reported by Dan Christensen.
4322         (nnimap-command): Make sure that the error message doesn't error out.
4323
4324 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4325
4326         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4327         we haven't requested anything.
4328
4329 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4332         "".  Fix found by Andrew Cohen.
4333
4334         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4335         instead of -encode-string.
4336
4337 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4340
4341         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4342         by mm-subst-char-in-string.
4343
4344 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4347         waiting for the connection string.
4348
4349         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4350         arriving.
4351
4352         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4353         bogus characters.  This allows selecting certain Gmail groups.
4354
4355         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4356         (nnimap-fetch-partial-articles): New variable.
4357         (nnimap-open-connection): When looking for credentials, also use the
4358         nnimap-server-port.
4359         (nnimap-request-article): Return the group/article number, so that Gnus
4360         `^' works as expected.
4361         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4362
4363         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4364         comments.
4365         (gnus-methods-sloppily-equal): New function.
4366         (gnus): When using the development version of Gnus, load the gnus-load
4367         file.
4368
4369         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4370         `gnus-open-server' on each method before trying to scan them etc.
4371         This ensures that all the backend parameters are set correctly.
4372
4373         * nnimap.el (nnimap-authenticator): New variable.
4374         (nnimap-open-connection): Allow anonymous login.
4375         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4376         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4377
4378         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4379         patch, found by Knut Anders Hatlen.
4380
4381 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4382
4383         * gnus-agent.el (gnus-agent-batch-confirmation)
4384         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4385         to gnus-message.
4386         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4387         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4388         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4389         * gnus-int.el (gnus-open-server): Likewise.
4390         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4391         (gnus-score-check-syntax): Likewise.
4392         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4393         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4394         Likewise.
4395         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4396
4397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4400         calling conventions so that prefetch doesn't bug out.
4401
4402 2010-09-19  Julien Danjou  <julien@danjou.info>
4403
4404         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4405         rather than `subst-char-in-region' in order to be able to replace ASCII
4406         char by UTF-8 ones.
4407
4408         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4409         than curl.
4410         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4411         the right URL and ALT text on images.
4412         (gnus-html-wash-tags): Fix tag case.
4413         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4414         (gnus-article-html): Add -o display_ins_del=2 option.
4415         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4416
4417 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4420         the extra mail headers, which sometimes seem to happen for unknown
4421         reasons.
4422
4423         * mail-parse.el (mail-header-encode-parameter): Define as
4424         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4425         (or most, perhaps?) mail readers don't understand the latter, but do
4426         understand the former.
4427
4428         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4429         to nil, so that no methods are automatically agentized.  I think this
4430         is probably what most users want.
4431
4432         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4433         from url-retrieve, for instance about invalid URLs.
4434
4435         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4436         groups that have no articles.
4437         (nnimap-request-article): Check that we really got an article when we
4438         requested one.
4439
4440         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4441         doesn't exist.
4442
4443         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4444         nntp buffer so the agent can save it.
4445         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4446         that CRLF doesn't get translated to \n.
4447         (nnimap-open-connection): Don't make 'shell commands only send \n.
4448
4449 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4452         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4453         Update var name.
4454         (nnml-generate-nov-file): Use dolist.
4455         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4456         Use with-current-buffer.
4457
4458 2010-09-18  Julien Danjou  <julien@danjou.info>
4459
4460         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4461         parallel.
4462
4463 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4466         the range update right.
4467         (nnimap-request-group): Don't make `M-g' bug out on group with no
4468         marks.
4469         (nnoo): Require, so that other packages can require nnimap.
4470         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4471         command we're looking for.  This helps when the server sends more
4472         responses after we've gotten everything we expected.
4473         (nnimap): Add a `newlinep' field to keep track of end-of-line
4474         conventions.
4475         Don't send CRLF to things that don't want it.
4476         (nnimap-request-accept-article): Ditto.
4477
4478 2010-09-18  Julien Danjou  <julien@danjou.info>
4479
4480         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4481         than curl to retrieve images.
4482
4483 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4486         the marks.
4487         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4488         (nnimap-wait-for-connection): New function.
4489         (nnimap-open-connection): If we have PREAUTH, don't query for login
4490         credentials.
4491         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4492         when doing a partial update.
4493
4494 2010-09-18  Julien Danjou  <julien@danjou.info>
4495
4496         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4497         tags.
4498
4499 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nnimap.el (nnimap-credentials): New function.
4502         (nnimap-open-connection): Use the new function to look for credentials
4503         also on the numeric equivalents of "imap" and "imaps".
4504
4505         * gnus-start.el (gnus-activate-group): Send the info to
4506         gnus-request-group.
4507
4508         * nnimap.el (nnimap-request-group): Have the "check" version of the
4509         function parse flags and update the info, so that a `M-g' get a total
4510         resync of all flags from the group.
4511
4512         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4513         to allow backends to alter the info on group selection.  Also alter all
4514         the backend -request-group functions to take the parameter.
4515
4516         * nnimap.el (nnimap-store-info): New function.
4517         (nnimap-update-info): Store the info for later usage.
4518         (nnimap-request-group): Use the stored info for the dont-check case, so
4519         that we don't retrieve all marks when we enter a group.
4520
4521         * nnimap.el: Use deffoo instead of defun for interface functions.
4522
4523         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4524         update the group info.  This makes the nndraft groups, for instance, go
4525         back to their old behaviour.
4526
4527         * gnus-sum.el (gnus-select-newsgroup): Indent.
4528
4529         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4530         in.
4531         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4532         nothing.
4533
4534         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4535         from methods that are denied.
4536
4537         * gnus-int.el (gnus-method-denied-p): New function.
4538
4539         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4540         store the password instead of netrc.
4541         (nnimap-open-connection): Don't error out when we can't make a
4542         connections.
4543
4544         * auth-source.el (auth-source-create): In the password prompt, say what
4545         we're querying for.  Also prompt for user name if that hasn't been
4546         given.
4547
4548         * nnimap.el (nnimap-with-process-buffer): Remove.
4549
4550 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4553         method when we're reading from the agent.
4554
4555         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4556
4557         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4558         that's probably most useful for users.
4559
4560         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4561         "failed" all the time.
4562
4563         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4564         ...)) with (with-current-buffer ... ).
4565
4566         * nntp.el (nntp-open-server): Return whether the open was successful or
4567         not.
4568
4569         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4570         select an unread unseen article first.
4571
4572         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4573         /etc/services, supply some sensible port defaults.
4574
4575         * dgnushack.el: Define netrc-credentials.
4576
4577 2010-09-17  Julien Danjou  <julien@danjou.info>
4578
4579         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4580
4581 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4582
4583         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4584         doesn't have any parameters.
4585
4586 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4589         only upcased checks.
4590
4591         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4592
4593         * nnimap.el (nnimap-open-shell-stream): New function.
4594         (nnimap-open-connection): Use it.
4595         (nnimap-transform-headers): Get the number of lines in each message.
4596         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4597         number of lines.
4598         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4599         problem.
4600
4601         * utf7.el (utf7-encode): Autoload.
4602
4603         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4604         to allow the mail splitting to not return a default group.  This is
4605         useful for nnimap, which will leave unmatched mail in the inbox.
4606
4607         * nnimap.el: Rewritten.
4608
4609         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4610         nnimap usage.
4611
4612         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4613         if the move is internal, so that nnimap can do fast internal moves.
4614
4615         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4616         data.
4617         (gnus-read-active-for-groups): Support finishing the early retrieval of
4618         data.
4619
4620         * gnus-range.el (gnus-range-nconcat): New function.
4621
4622         * gnus-int.el (gnus-finish-retrieve-group-infos)
4623         (gnus-retrieve-group-data-early): New functions.
4624
4625 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4626
4627         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4628         (nnrss-retrieve-groups):
4629         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4630         (pop3-quit): Use with-current-buffer.
4631
4632 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4635         instead of nnheader-accept-process-output.
4636
4637         * dgnushack.el (dgnushack-compile): Add comment.
4638
4639         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4640
4641         * gnus-html.el (gnus-html-schedule-image-fetching)
4642         (gnus-html-prefetch-images): Replace process-kill-without-query by
4643         gnus-set-process-query-on-exit-flag.
4644
4645 2010-09-16  Romain Francoise  <romain@orebokech.com>
4646
4647         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4648
4649 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4652         parameter to unintern is mandatory-ish in Emacs 24.
4653
4654         * gnus-html.el (gnus-html-schedule-image-fetching)
4655         (gnus-html-prefetch-images): Check for curl before using it.
4656
4657         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4658         depend on curl, which isn't essential.
4659
4660         * imap.el: Revert back to version
4661         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4662         seem problematic.
4663
4664 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4665
4666         * gnus-registry.el (gnus-registry-install-shortcuts):
4667         Explicitly pass `obarray' to `unintern' to avoid a warning.
4668
4669 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4672         change.
4673
4674         * nnrss.el (nnrss-request-list): Remove this function and related
4675         functions, including the moreover stuff.
4676
4677 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * nnrss.el (nnrss-retrieve-groups): New function.
4680
4681 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4682
4683         * .dir-locals.el: Add no-byte-compile cookie.
4684
4685 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * time-date.el (format-seconds): Comment fix.
4688
4689         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4690         for back end that doesn't support request-scan.
4691
4692 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4695         then do request scans from the backends.
4696
4697         * netrc.el (netrc-credentials): New conveniency function.
4698
4699         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4700         avoid running a hook per line, since this takes a lot of time,
4701         profiling shows.
4702         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4703         directly if gnus-visual-p is true.
4704
4705 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4708         groups; replace mapcar with dolist which is a bit faster; pass groups
4709         info to gnus-read-active-file-1.
4710         (gnus-read-active-file-1): Scan only specified groups if the new
4711         optional arg `infos' is given.
4712
4713 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4716
4717         * pop3.el (pop3-movemail): Remove.
4718         (pop3-streaming-movemail): Rename to pop3-movemail.
4719
4720         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4721         don't restrict end-tag searches to the end of the line.
4722
4723 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4726         articles of every unchecked group to t, which means unknown since the
4727         server has never been opened.
4728
4729 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-html.el (gnus-html-show-alt-text): New command.
4732         (gnus-html-browse-image): Ditto.
4733         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4734         to browse the image directly.
4735         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4736         better.
4737
4738         * gnus-async.el (gnus-async-article-callback):
4739         Call `gnus-html-prefetch-images' unconditionally.
4740
4741         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4742         before feeding URLs to curl.
4743
4744 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4747         internal images as deletable by `W D D'.
4748
4749         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4750         (gnus-async-article-callback): Fix typo.
4751
4752 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4755         current line to work around bugs in the output from w3m.
4756
4757         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4758         for groups that want that.
4759
4760         * nntp.el (nntp-wait-for-string): Supply a timeout for
4761         accept-process-output to ensure progress.
4762
4763         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4764         level to get unread articles from, then use that for foreign groups,
4765         too.
4766
4767         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4768         confuses the rest of the function.
4769
4770         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4771         for the methods that support -retrieve-groups, too.
4772
4773         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4774
4775 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4778         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4779
4780         * pop3.el: Require cl when compiling.
4781         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4782
4783 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4786         that aren't going to be activated.
4787         (gnus-get-unread-articles): Fix up the last commit.
4788
4789         * gnus-html.el (gnus-article-html): Allow calling without specifying
4790         the handle.  In that case, dissect the buffer first.
4791
4792         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4793
4794         * nnimap.el (nnimap-open-connection): Revert the change that would look
4795         into authinfo for imaps instead of imap.
4796
4797         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4798         say that you don't want to call gnus-request-group with don-check, but
4799         do check the reponse.  This is for virtual groups only.
4800         (gnus-get-unread-articles): Count the archive groups as secondary, so
4801         that they're activated the same way as before.
4802
4803         * imap.el (imap-message-map): Removed optional buffer parameter, since
4804         no callers use it.
4805         (imap-message-get): Ditto.
4806         (imap-message-put): Ditto.
4807         (imap-mailbox-map): Ditto.
4808         (imap-mailbox-put): Ditto.
4809         (imap-mailbox-get): Ditto.
4810         (imap-mailbox-get): Revert last change for this function.
4811
4812         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4813         case-insensitively.
4814         (nnimap-debug): Remove.
4815
4816         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4817         to use `imap-fetch' instead.  According to the comments, this should be
4818         safe, since all other IMAP clients use the 1:* syntax.
4819         (imap-enable-exchange-bug-workaround): Removed.
4820         (imap-debug): Removed -- doesn't seem very useful.
4821
4822         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4823         mail from a file, and the file doesn't exist.
4824
4825         * imap.el (imap-log): New convenience function used throughout instead
4826         of repeating the same code all over the place.
4827
4828         * pop3.el (pop3-streaming-movemail): Return t for success.
4829
4830         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4831         .authinfo if we're using ssl connection.
4832
4833         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4834         already have if we're in a main Gnus `g' run.
4835
4836         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4837
4838 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4841
4842         * nnmh.el (nnmh-request-list-1): Bind `file'.
4843
4844         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4845         alias to set-process-query-on-exit-flag or process-kill-without-query.
4846         (pop3-open-server): Use it.
4847
4848 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4851         box to the Incoming file.  Fixes mistake in previous checkin.
4852
4853         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4854         request loop (for debugging purposes) removed.
4855
4856         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4857         culprit is more visible.
4858         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4859         (nnml-add-incremental-nov): New functions to do "incremental" nov
4860         updates, where we just append to the end of the existing nov files
4861         without reading/writing them in full.
4862
4863         * mail-source.el (mail-source-delete-crash-box): Really only check the
4864         incoming files once in a while.
4865
4866         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4867
4868         * mail-source.el (mail-source-delete-crash-box): Only check the
4869         incoming files for deletion once per day to save a lot of file
4870         accesses.
4871
4872         * pop3.el (pop3-logon): Fix up unbound variable typo.
4873
4874         * mail-source.el (pop3-streaming-movemail): Autoload.
4875
4876         * pop3.el (pop3-streaming-movemail):
4877         Respect pop3-leave-mail-on-server.
4878
4879         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4880         retrieval.
4881
4882         * pop3.el (pop3-process-filter): Remove unused function.
4883         (pop3-streaming-movemail, pop3-send-streaming-command)
4884         (pop3-wait-for-messages, pop3-write-to-file)
4885         (pop3-number-of-responses): New functions for streaming pop3
4886         retrieval.
4887
4888         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4889         come from no known methods.
4890         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4891         list.
4892
4893         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4894         message sizes.
4895         (pop3-movemail): Use erase-buffer instead of looping and deleting
4896         regions, which seems rather odd.
4897
4898         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4899         file once per `g' run.
4900
4901         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4902         directories.  This makes the draft queue directory work.
4903
4904         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4905         data from the backends, so that we only request the list of groups from
4906         each method once.  This should speed things up considerably.
4907
4908         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4909         detect that it's not implemented.
4910
4911         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4912         we actually do recurse down into the tree, but don't stat all leaf
4913         nodes.
4914
4915         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4916         then say so instead of bugging out.
4917
4918         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4919         files exist before trying to read them.
4920
4921         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4922         around <pre_int>.
4923
4924         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4925
4926         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4927
4928 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * mm-util.el (mm-image-load-path): Just return the image directories,
4931         not all directories in the path in addition to the image directories.
4932         (mm-image-load-path): Maintain a cache of the image directories so that
4933         the `g' command in Gnus doesn't have to stat dozens of directories each
4934         time.
4935
4936         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4937         (gnus-html-wash-tags): Add a new `i' command to insert images.
4938         (gnus-html-insert-image): New command and keystroke.
4939         (gnus-html-redisplay-with-images): New command and keystroke.
4940         (gnus-html-show-images): Rename command.
4941         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4942         spacers.
4943         (gnus-html-wash-tags): Decode entities at the end, so that entities
4944         inside the tags don't mess up the rest of the "parsing".
4945
4946         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4947         so that nnimap methods aren't agentized by default.  There's apparently
4948         many problems related to agent/imap behaviour.
4949
4950         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4951
4952         * gnus-html.el: Doc fix.
4953
4954 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4957         specifier-spec-list for Emacs 21.
4958
4959         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4960         glyph-width and glyph-height instead of display-graphic-p and
4961         image-size; make avoidance of displaying small images work for XEmacs.
4962
4963         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4964         for XEmacs.
4965
4966         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4967         of symbol that holds plist data.
4968         (gnus-process-plist): Remove plist of process after getting it.
4969
4970 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * message.el (message-generate-hashcash): Change default to
4973         'opportunistic if hashcash is installed.
4974
4975         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4976         (gnus-html-put-image): Only call image-size once, since it's somewhat
4977         time-consuming on remote X servers.
4978
4979 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4982         type on data, not a file name.
4983
4984         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4985         window-pixel-edges for Emacs 21.
4986
4987         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4988         decoded contents.
4989         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4990
4991 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4994         group line format, since it isn't very interesting.
4995
4996         * gnus-agent.el (gnus-agent-short-article),
4997         (gnus-agent-long-article): Increase values for these two variables,
4998         since most people are likely to have more network connection and
4999         storage than before.
5000
5001         * gnus.el (gnus-refer-article-method): Change default to 'current.
5002         When referring an article, the common behaviour is to refer it from the
5003         current select method, not the native select method.  The chances of
5004         the native select method having the message in question is rather slim
5005         these days.
5006
5007         * gnus-sum.el (gnus-auto-select-subject): Change default to
5008         `unseen-or-unread'.  I think it's likely that most people want to
5009         select an unseen article over a previously seen, but unread one.
5010
5011         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5012         means that in the article buffer none of the minor mode elements will
5013         be shown, usually, and this is not desirable in most cases.
5014
5015         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5016         that commands like `d' (and the like) go to the next line in the
5017         buffer, instead of the next unread article.  I think this is the
5018         behaviour that is most natural for most users.
5019         (gnus-single-article-buffer): Change default to nil, so that people can
5020         have as many article buffers open as they have summary buffer.  I think
5021         this is the most natural way for the groups to behave.
5022
5023         * message.el (message-generate-new-buffers): Change default to
5024         `unsent', so that all new message buffers start their names with the
5025         string "*unsent", and it's easier to find the buffers if you move from
5026         them.
5027
5028 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5031         small.  They're probably tracking images.
5032         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5033         (gnus-html-rescale-image): Yet another try at getting the image sizing
5034         right.
5035
5036         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5037         nntp-marks-file-name is nil.
5038
5039 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-html.el (gnus-html-wash-tags)
5042         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5043         Better logging.
5044
5045 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5048
5049         * gnus-html.el (gnus-html-wash-tags): Check the value of
5050         gnus-blocked-images in the summary buffer.
5051
5052 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5055
5056 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5059         like "a", it seems like.
5060         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5061         since it needs to be picked from the correct buffer.
5062
5063         * nnwfm.el: Remove.
5064
5065         * nnlistserv.el: Remove.
5066
5067 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5070         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5071
5072 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * nnkiboze.el: Remove.
5075
5076         * nndb.el: Remove.
5077
5078         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5079         alt text.
5080         (gnus-html-rescale-image): Try to get the rescaling logic right for
5081         images that are just wide and not tall.
5082
5083         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5084         overshadow variable bindings.
5085
5086 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5087
5088         * gnus-html.el (gnus-html-wash-tags)
5089         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5090         Add extra logging.
5091
5092 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5095         (gnus-max-image-proportion): New variable.
5096         (gnus-html-rescale-image): New function.
5097         (gnus-html-put-image): Rescale images.
5098
5099 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5100
5101         Fix up some byte-compiler warnings.
5102         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5103         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5104         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5105         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5106         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5107         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5108         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5109
5110 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-html.el (gnus-article-html): Decode contents by charset.
5113
5114 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5117         (gnus-html-frame-width, gnus-blocked-images)
5118         * message.el (message-prune-recipient-rules): Add custom version.
5119         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5120
5121         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5122         functions.
5123
5124         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5125         gnus-process-get.
5126
5127 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5128
5129         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5130         instead of lsub directly.
5131
5132 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * nnwarchive.el: Remove.
5135
5136         * gnus-soup.el: Remove.
5137
5138         * nnsoup.el: Remove.
5139
5140         * nnultimate.el: Remove.
5141
5142         * gnus-html.el (gnus-blocked-images): New variable.
5143
5144         * message.el (message-prune-recipients): New function.
5145         (message-prune-recipient-rules): New variable.
5146
5147         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5148         guess whether a long line is natural text or not.
5149
5150         * gnus-html.el (gnus-html-schedule-image-fetching):
5151         Use gnus-process-plist and friends for compatibility.
5152
5153 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5154
5155         * gnus-html.el: Require packages that define macros used in this file.
5156         (gnus-article-mouse-face): Declare to silence byte-compiler.
5157         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5158         process-get.
5159         (gnus-html-put-image): Use plist-get to avoid getf.
5160         (gnus-html-prefetch-images): Use with-current-buffer.
5161
5162 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-ems.el: Provide compatibility functions for
5165         gnus-set-process-plist.
5166
5167         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5168         header-line-format for XEmacs 21.4.
5169
5170         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5171         * gnus.el (gnus-valid-select-methods)
5172         * message.el (message-send-mail-partially-limit)
5173         * mm-decode.el (mm-text-html-renderer)
5174         * mml.el (mml-insert-mime-headers-always)
5175         * smiley.el (smiley-regexp-alist): Bump custom version.
5176
5177 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-html.el: require mm-url.
5180         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5181         with the url to `url'.
5182         (gnus-html-wash-tags): Support cid: URLs/images.
5183
5184 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5187         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5188         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5189
5190         * gnus-move.el: Remove file, since it doesn't really work.
5191
5192         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5193         UTF-8.  This seems to fix problems with some German web feeds.
5194
5195         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5196         at the top so that the proper colours are applied.
5197
5198         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5199         don't have dots in their names.
5200
5201         * gnus-art.el (gnus-article-view-part): Doc fix.
5202
5203         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5204         XEmacs-compatible.
5205         (gnus-html-put-image): Don't do images on non-graphic displays.
5206
5207         * nnslashdot.el: Remove this unused backend.
5208
5209         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5210         actions.
5211         (gnus-undo-register-1): Revert last change.
5212
5213         * gnus-group.el (gnus-group-completing-read): Protect against not
5214         having completion-styles bound.
5215
5216         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5217         make broken recipients happier.
5218
5219         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5220
5221         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5222         point parameter.
5223
5224         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5225
5226         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5227         completion-styles for group selection.
5228
5229 2009-02-04  Andreas Schwab  <schwab@suse.de>
5230
5231         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5232         headers and regexp-quote the match if necessary.
5233
5234 2009-03-24  Miles Bader  <miles@gnu.org>
5235
5236         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5237         the blinking smiley.
5238
5239 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5240
5241         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5242         blink smiley.
5243
5244 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5247         where the dribbel file lives exists.
5248
5249         * message.el (message-send-mail-partially-limit): Change the default to
5250         nil, since most people don't want this.
5251
5252         * mm-url.el (mm-url-decode-entities): Also decode entities like
5253         &#x3212.
5254
5255 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5256
5257         * gnus-sum.el (gnus-summary-idna-message):
5258         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5259         Hyperlink urls in docstrings with URL `...'.
5260
5261 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5262
5263         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5264         functions.
5265
5266 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5269         say what the mouseover text should be.
5270
5271         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5272         version of the mm-w3m-safe-url-regexp variable to only download images
5273         in the groups where we want that to happen.
5274
5275         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5276
5277         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5278         easier debugging.
5279         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5280         big pictures in the article buffer.
5281
5282         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5283         gnus-article-html.
5284         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5285         w3m.
5286
5287         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5288
5289 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5292         which doesn't exist.
5293
5294         * message.el (message-inhibit-ecomplete): New variable to allow some
5295         function to inhibit ecomplete address storage.
5296         (message-resend): Disable ecomplete message storage when resending
5297         messages.
5298
5299         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5300
5301 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5304         Save excursion while copying, moving, and deleting articles in order to
5305         prevent the cursor from jumping to unforeseen place.
5306
5307 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * lpath.el: No need to bind bookmark-current-buffer,
5310         bookmark-yank-point and bookmark-make-record-function.
5311
5312 2010-08-17  Glenn Morris  <rgm@gnu.org>
5313
5314         * gnus-sync.el: Require gnus components whose functions are used.
5315
5316         * gnus-art.el (bookmark-make-record-function):
5317         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5318         Declare for compiler.
5319
5320         * mm-url.el (mml-compute-boundary): Autoload.
5321
5322 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5325
5326 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5327
5328         Typo fix "hoo4a" -> "hook".
5329
5330         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5331
5332 2010-08-14  Glenn Morris  <rgm@gnu.org>
5333
5334         * gnus-sync.el (gnus-sync): Fix defgroup version.
5335
5336 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5339
5340         * gnus-sync.el: Fix docs.
5341         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5342         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5343
5344 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5345
5346         Optimizations for gnus-sync.el.
5347
5348         * gnus-sync.el: Add docs about gnus-sync-backend
5349         possibilities.
5350         (gnus-sync-save): Remove unnecessary message.
5351         (gnus-sync-read): Optimize and show what groups were skipped.
5352
5353 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         Minor bug fixes for gnus-sync.el.
5356
5357         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5358         Don't read the sync on get-new-news.
5359
5360         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5361         quiet.
5362
5363         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5364         (fix typo).
5365
5366 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5367
5368         Make saving and restoring of hidden threads work with overlays.
5369         Patch applied by Ted Zlatanov.
5370
5371         * gnus-sum.el (gnus-hidden-threads-configuration)
5372         (gnus-restore-hidden-threads-configuration): Update to deal with text
5373         properties, rather than searching for a magic character.
5374
5375 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         New gnus-sync.el library for synchronization of marks.
5378
5379         * gnus-sync.el: New library for synchronization of marks.
5380
5381         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5382         renamed from `gnus-registry-grep-in-list'.
5383
5384         * gnus-registry.el (gnus-registry-follow-group-p):
5385         Use `gnus-grep-in-list'.
5386
5387         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5388
5389 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5392         determining charset of text fails.
5393
5394 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * nnmail.el (nnmail-get-new-mail-1): Revert.
5397
5398         * nnml.el (nnml-active-number): Make sure names of newly created groups
5399         in nnml-group-alist are encoded.
5400
5401 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5404         containing non-ASCII characters in active file for nnml back end.
5405
5406 2010-07-24  David Engster  <dengste@eml.cc>
5407
5408         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5409         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5410
5411 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5412
5413         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5414         tag (Bug#6654).
5415
5416 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5419         the article buffer, not the summary buffer.
5420
5421 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5424         Emacs 23 as well.
5425
5426 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5429         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5430
5431 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5432
5433         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5434         Patch applied by Karl Fogel.
5435
5436         * gnus-sum.el (gnus-summary-bookmark-make-record):
5437         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5438
5439 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5440
5441         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5442         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5443         C-w still not working correctly from Article buffers; Thierry's
5444         patch to fix that will be applied after this.
5445
5446         * gnus-art.el (bookmark-make-record-function): New local variable.
5447
5448         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5449         article buffer.
5450         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5451
5452 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5453
5454         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5455         on changes in bookmark.el.
5456
5457 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5460         `no-log' instead of message not to log prompt string.
5461
5462 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5463
5464         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5465         the *other* type of HTML form submission.
5466
5467 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5468
5469         * auth-source.el (auth-source-pick): If choice does not contain a
5470         questioned keyword, set the check to t.
5471
5472 2010-06-12  Romain Francoise  <romain@orebokech.com>
5473
5474         * gnus-util.el (gnus-date-get-time): Move up before first use.
5475
5476 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5479         (gnus-article-edit-part): Bind it to make last part that is substituted
5480         or deleted visible.
5481         (gnus-mime-display-single): Buttonize part of which id equals to
5482         gnus-mime-buttonized-part-id.
5483
5484 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5485
5486         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5487         (gnus-dd-mmm): Use gnus-date-get-time.
5488         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5489         simplify logic.
5490         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5491         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5492
5493 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5494
5495         * auth-source.el (top): Autoload `secrets-list-collections',
5496         `secrets-create-item', `secrets-delete-item'.
5497         (auth-sources): Fix tag string.
5498         (auth-get-source, auth-source-retrieve, auth-source-create)
5499         (auth-source-delete): New defuns.
5500         (auth-source-pick): Rewrite in order to avoid 2 passes.
5501         (auth-source-forget-user-or-password): New parameter USERNAME.
5502         (auth-source-user-or-password): New parameters CREATE-MISSING and
5503         DELETE-EXISTING.  Retrieve password interactively, if needed.
5504
5505 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5506
5507         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5508         deleting unused directories when gnus-expert-user is t.
5509
5510 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5513         for each temp file when gnus-article-browse-delete-temp is ask.
5514
5515 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5516
5517         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5518         Lisp calls to delete-backward-char by calls to delete-char.
5519
5520 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5521
5522         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5523
5524 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5525
5526         * password-cache.el (password-cache-remove): Fix docstring.
5527
5528 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5531         article unless decoding article to be saved.
5532
5533 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5536         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5537         generated within the mm-with-unibyte-current-buffer macro.
5538
5539 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5542         to nil when we're in a mml-preview buffer and no group is selected.
5543
5544 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5545
5546         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5547         when catching the `C-g'.  Reported by "Leo".
5548
5549 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * message.el (message-forward-make-body-plain)
5552         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5553         multibyte-string-p.
5554
5555         * lpath.el: Revert.
5556
5557 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * message.el (message-forward-make-body-mml): Assume original message
5560         is multibyte string; error on unibyte.
5561         (message-forward-make-body-plain): Ditto; don't add excessive newline
5562         in body end.
5563
5564         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5565
5566 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5567
5568         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5569         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5570
5571 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-extern.el (mm-extern-url): Don't use
5574         mm-with-unibyte-current-buffer.
5575         (mm-extern-cache-contents): Use with-current-buffer instead of
5576         save-excursion + set-buffer.
5577
5578 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * mm-util.el (mm-emacs-mule): Remove.
5581
5582 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5583
5584         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5585         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5586         change.
5587
5588 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5591         bind the default value of enable-multibyte-characters to nil.
5592
5593 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * message.el (message-forward-make-body-plain)
5596         (message-forward-make-body-mml):
5597         Don't use mm-with-unibyte-current-buffer.
5598
5599 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5600
5601         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5602
5603 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5604
5605         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5606         (Bug#5592).
5607
5608 2010-05-07  Julien Danjou  <julien@danjou.info>
5609
5610         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5611         it to mm-pipe-part.
5612
5613         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5614         it is given.
5615
5616 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * binhex.el (binhex-decode-region-internal)
5619         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5620         (dns-query)
5621         * nnweb.el (nnweb-gmane-search)
5622         * pgg-parse.el (pgg-parse-armor)
5623         * pgg.el (pgg-verify-region)
5624         * sha1.el (sha1-string-external)
5625         * uudecode.el (uudecode-decode-region-internal)
5626         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5627         XEmacs.
5628
5629         * gnus-art.el (gnus-article-browse-html-parts)
5630         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5631         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5632         make-temp-file.
5633
5634         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5635         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5636         compiling.
5637
5638         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5639         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5640         XEmacs when compiling.
5641
5642         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5643         gnus-pick-mode-off-hook for XEmacs when compiling.
5644         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5645         gnus-binary-mode-off-hook for XEmacs when compiling.
5646
5647         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5648         Return nil if char-charset is not available.
5649
5650         * imap.el (imap-disable-multibyte)
5651         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5652         macros.
5653
5654         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5655         instead of encode-coding-string.
5656
5657         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5658         'xemacs) instead of mm-emacs-mule to switch function definitions.
5659         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5660
5661         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5662         bind temporary-file-directory for XEmacs;
5663         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5664         timer-set-function for XEmacs 21.4 and SXEmacs;
5665         bind timer-list for XEmacs 21.4 and SXEmacs;
5666         fbind char-charset and find-charset-region for non-Mule XEmacs;
5667         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5668         encode-coding-region and encode-coding-string for XEmacs having no
5669         file-coding feature.
5670
5671 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5672
5673         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5674
5675 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5678         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5679
5680 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5681
5682         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5683         alias `jka-compr-delete-temp-file' no longer exists.
5684
5685 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5686
5687         Use define-minor-mode in Gnus where applicable.
5688         * mml.el (mml-mode): Use define-minor-mode.
5689         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5690         (gnus-undo-mode): Use define-minor-mode.
5691         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5692         (gnus-dead-summary-mode): Use define-minor-mode.
5693         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5694         Initialize in declaration.
5695         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5696         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5697         (gnus-mailing-list-mode): Use define-minor-mode.
5698         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5699         (gnus-draft-mode): Use define-minor-mode.
5700         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5701         (gnus-dired-mode): Use define-minor-mode.
5702
5703 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5704
5705         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5706         handles on recursive mml-to-mime translation and check them for
5707         boundary delimiter collisions.  Reported by Greg Troxel.
5708
5709 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5712
5713 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5714
5715         * mm-util.el (mm-find-buffer-file-coding-system):
5716         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5717
5718 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5719
5720         * message.el (message-generate-headers): Record insertion of optional
5721         headers as well.  Otherwise the check to prevent repeated insertion of
5722         optional headers is a no-op.
5723
5724 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * smime.el: Don't mention CVS.
5727
5728         * nnrss.el (nnrss-fetch): Don't mention CVS.
5729
5730         * nnir.el: Don't mention CVS.
5731
5732 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5733
5734         * gnus-sum.el (gnus-summary-bookmark-make-record):
5735         Add `location' field.
5736
5737 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * lpath.el: Fbind bookmark-default-handler,
5740         bookmark-get-bookmark-record, bookmark-make-record-default,
5741         bookmark-prop-get for Emacs <23 and XEmacs.
5742
5743 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5746         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5747         Use with-current-buffer to silence the byte-compiler.
5748         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5749         bother to require `gnus'.
5750         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5751
5752 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5753
5754         * gnus-sum.el (gnus-summary-bookmark-make-record)
5755         (gnus-summary-bookmark-jump): New functions.
5756         (gnus-summary-mode): Setup bookmark support.
5757
5758 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5759
5760         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5761         if set.
5762
5763 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5766         gnus-article-browse-html-save-cid-image; make it work recursively for
5767         forwarded messages as well.
5768         (gnus-article-browse-html-parts): Work when prefix arg is given.
5769         (gnus-article-browse-html-article): Doc fix.
5770
5771 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5772
5773         * message.el (message-default-mail-headers):
5774         (message-default-headers): Carry the value mail-default-headers over
5775         into message-default-mail-headers, rather than message-default-headers.
5776
5777 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5778
5779         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5780         charset.
5781
5782         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5783         charset into the <meta> tag when the article is encoded to utf-8.
5784
5785 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-art.el (gnus-article-browse-delete-temp-files):
5788         Delete directories as well.
5789         (gnus-article-browse-html-parts): Work for images that do not specify
5790         file names; delete temp directory when quitting; insert header at the
5791         right place; use file: scheme for image files.
5792
5793 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5794
5795         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5796         (gnus-article-browse-html-parts): Use it to make temporary cid image
5797         files in addition to html file so that browser may display them.
5798
5799 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5802
5803 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5806
5807 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * auth-source.el (auth-sources): Change default to be simpler.
5810         Explain about Secret Service API sources.  Improve Customize options.
5811         (auth-source-pick): Change to accept any number of search parameters.
5812         Implement fallbacks iteratively, not recursively.  Add scoring on the
5813         second pass and sort by score.  Call Secret Service API when needed.
5814         (auth-source-user-or-password): Use it.  Call Secret Service API
5815         directly when needed to get the user name and the password.
5816
5817 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5818
5819         * message.el (message-interactive): Doc fix.
5820         (message-qmail-inject-args): Reflow.
5821         (message-kill-to-signature): Fix typo in docstring.
5822
5823         * smiley.el (smiley-buffer): Fix typo in docstring.
5824
5825 2010-03-24  Glenn Morris  <rgm@gnu.org>
5826
5827         * mail-source.el (gnus-message): Declare.
5828         (mail-source-delete-old-incoming): Require gnus-util.
5829
5830 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5833
5834         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5835
5836         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5837         password-cache's default if it is not bound.
5838         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5839         password-cache-expiry's default if it is not bound.
5840
5841         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5842         available in Emacs 21.
5843
5844         * lpath.el: Suppress compiler warnings for:
5845         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5846         XEmacs;
5847         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5848         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5849         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5850
5851 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * auth-source.el (auth-sources): Fix up definition so extra parameters
5854         are always inline.
5855
5856 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5857
5858         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5859         wasn't updated after mismatch.  Clear cached mailbox info correctly
5860         when uidvalidity changes.
5861         (nnimap-group-prefixed-name): New function to avoid some code
5862         duplication.
5863         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5864         (nnimap-request-group): Use it.
5865         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5866         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5867         with many imap folders.  This is done by caching the group status from
5868         the imap server persistently in a group parameter `imap-status'.  (This
5869         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5870         but not persistently, so every Gnus startup was still very slow.)
5871
5872 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5873
5874         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5875         delete the extra newline.  Otherwise editing of :string and :number
5876         types don't work.
5877
5878 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5881         secrets.el dependency.
5882         (auth-sources): Add optional user name.  Add secrets.el configuration
5883         choice (unused right now).
5884
5885 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * gnus-sum.el (gnus-summary-make-menu-bar):
5888         Let `gnus-registry-install-shortcuts' fill in the functions.
5889
5890         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5891         warnings.
5892         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5893         (gnus-registry-install-shortcuts): Populate and use it in a
5894         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5895
5896 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5897
5898         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5899         In-place substitutions for the group name encoding/decoding.
5900         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5901         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5902         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5903         (nnimap-update-unseen, nnimap-request-list)
5904         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5905         (nnimap-request-set-mark, nnimap-split-to-groups)
5906         (nnimap-split-articles, nnimap-request-newgroups)
5907         (nnimap-request-create-group, nnimap-request-accept-article)
5908         (nnimap-request-delete-group, nnimap-request-rename-group)
5909         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5910         `encoded-mbx' for consistency.
5911         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5912         variable `imap-current-mailbox'.
5913
5914         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5915         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5916
5917 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5918
5919         * pop3.el (pop3-display-message-size-flag): Display message size byte
5920         counts during POP3 download.
5921         (pop3-movemail): Use it.
5922         (pop3-list): Implement listing of available messages.
5923
5924 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5925
5926         * nnir.el (nnir-get-article-nov-override-function): New function to
5927         override the normal NOV retrieval.
5928         (nnir-retrieve-headers): Use it.
5929
5930 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5931
5932         * auth-source.el (netrc-machine-user-or-password): Autoload.
5933
5934 2010-03-19  Glenn Morris  <rgm@gnu.org>
5935
5936         Stop message.el from loading about 40 libraries it doesn't always need.
5937         The general approach is to autoload rather than require, and to
5938         require in the specific functions rather than the file.  (Bug#5642)
5939
5940         * gmm-utils.el: Don't require wid-edit.
5941         (widget-create-child-value, widget-convert, widget-default-get):
5942         Autoload.
5943
5944         * gnus-util.el: Don't require time-date, netrc.
5945         (message-fetch-field, gnus-group-name-decode): Declare rather than
5946         autoloading.
5947         (gnus-fetch-field): Require message.
5948         (gnus-decode-newsgroups): Require gnus-group.
5949
5950         * ietf-drums.el: Don't require time-date.
5951
5952         * message.el: Don't require hashcash, canlock, ecomplete.
5953         Do require mail-utils.  Require nnheader only when compiling.
5954         (smtpmail-default-smtp-server): Remove declaration.
5955         (message-send-mail-function): Check smtpmail-default-smtp-server
5956         is bound rather than requiring smtpmail.
5957         (message-auto-save-directory, message-insert-signature):
5958         Use expand-file-name rather than nnheader-concat.
5959         (nnheader-insert-file-contents): Autoload.
5960         (hashcash-wait-async): Declare.
5961         (message-send-mail): Only call gnus-setup-posting-charset if
5962         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5963         (message-send-mail-with-sendmail): Require sendmail.
5964         (canlock-password, canlock-password-for-verify): Declare.
5965         (message-canlock-password): Require canlock.
5966         (nnheader-get-report): Autoload.
5967         (gnus-setup-posting-charset): Declare.
5968         (message-send-news): Require gnus-msg.
5969         (message-make-references, message-make-in-reply-to): Use mail-header-id
5970         rather than the alias mail-header-message-id.
5971         (ecomplete-add-item, ecomplete-save): Declare.
5972         (message-put-addresses-in-ecomplete): Require ecomplete.
5973         (ecomplete-display-matches): Autoload.
5974
5975         * mm-decode.el: Don't require mailcap, gnus-util.
5976         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5977         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5978         Autoload.
5979         (mailcap-mime-extensions): Declare.
5980
5981         * mm-encode.el: Don't require mailcap.
5982         (mailcap-extension-to-mime): Autoload.
5983
5984         * mml-sec.el: Don't require password-cache.
5985
5986         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5987         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5988         (mml-minibuffer-read-type): Require mailcap.
5989         (mml-preview): Require gnus-msg.
5990
5991         * mml1991.el: Require password-cache.
5992         (password-cache-expiry): Remove declaration.
5993
5994         * mml2015.el: Require password-cache.
5995         (password-cache-expiry): Remove declaration.
5996
5997         * nneething.el (mailcap): Require mailcap.
5998
5999         * nnheader.el (declare-function): Add compatibility stub.
6000         (message-remove-header): Declare rather than autoload.
6001         (nnheader-replace-header): Require message.
6002
6003         * nnimap.el (declare-function): Add compatibility stub.
6004         (netrc-parse, netrc-machine-user-or-password): Declare.
6005         (nnimap-open-connection): Require netrc.
6006
6007         * nntp.el (declare-function): Add compatibility stub.
6008         (netrc-parse, netrc-machine, netrc-get): Declare.
6009         (nntp-send-authinfo): Require netrc.
6010
6011         * rfc2047.el: Don't require qp.
6012         (quoted-printable-encode-region, quoted-printable-decode-string):
6013         Autoload.
6014
6015         * sieve-mode.el: Don't require easymenu.
6016         (easy-menu-add-item): Autoload it.
6017
6018         * spam-stat.el (time-to-number-of-days): Autoload it.
6019
6020 2010-03-19  Glenn Morris  <rgm@gnu.org>
6021
6022         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6023
6024 2010-03-18  Glenn Morris  <rgm@gnu.org>
6025
6026         * hashcash.el (declare-function): Remove duplicate definition.
6027
6028 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6029
6030         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6031         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6032         value if any backslash escapes).
6033
6034 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6037         if it is available.  (bug#5647)
6038
6039         * lpath.el: Suppress compiler warning for coding-system-from-name for
6040         Emacs 21 and XEmacs.
6041
6042 2010-03-14  Juri Linkov  <juri@jurta.org>
6043
6044         * hmac-def.el:
6045         * hmac-md5.el:
6046         * netrc.el: Fix keywords.
6047
6048 2010-02-26  Glenn Morris  <rgm@gnu.org>
6049
6050         * message.el (message-send-mail-function): Change the default, so that
6051         it inherits from a customized send-mail-function.  (Bug#5643)
6052
6053 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6056         shell-command-to-string signals an error (bug#5299).
6057
6058 2010-02-24  Glenn Morris  <rgm@gnu.org>
6059
6060         * message.el (message-smtpmail-send-it)
6061         (message-send-mail-with-mailclient): Doc fixes.
6062
6063 2010-02-16  Glenn Morris  <rgm@gnu.org>
6064
6065         * message.el (message-default-mail-headers): Change the default value
6066         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6067
6068 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6071         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6072
6073 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6074
6075         * time-date.el (date-to-time): Doc fix (Bug#5408).
6076
6077 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6078
6079         * message.el (message-mail): Just pass yank-action on to message-setup.
6080         (message-setup): Handle (FUN . ARGS) form of yank-action.
6081         (message-with-reply-buffer, message-widen-reply)
6082         (message-yank-original): Handle non-buffer values of
6083         message-reply-buffer (Bug#4080).
6084         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6085
6086 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6087
6088         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6089         Fix typo in docstring.
6090
6091 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6092
6093         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6094         response.
6095
6096 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6099
6100         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6101
6102         * message.el (message-check-news-header-syntax): Protect against a
6103         string that `rfc822-addresses' returns when parsing fails.
6104
6105 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6108         (gnus-previous-char-property-change): New functions.
6109
6110         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6111
6112 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6113
6114         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6115         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6116
6117 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6118
6119         * message.el (message-exchange-point-and-mark): Rework last change to
6120         avoid using optional arg of exchange-point-and-mark, for backward
6121         compatibility.
6122
6123 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6124
6125         * message.el (message-exchange-point-and-mark):
6126         Call exchange-point-and-mark with an argument rather than setting
6127         mark-active by hand (Bug#5175).
6128
6129 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nntp.el (nntp-service-to-port): Work for service expressed with
6132         numeric string; replace [:digit:] with [0-9] for XEmacs.
6133
6134 2009-12-17  Glenn Morris  <rgm@gnu.org>
6135
6136         * gnus-group.el (gnus-bug-group-download-format-alist):
6137         Change emacs entry to debbugs.gnu.org.  Bump :version.
6138
6139 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6142
6143 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * message.el (message-info): Explain why we use `Info-goto-node'.
6146
6147 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6150
6151 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6152
6153         * message.el (message-completion-in-region): New compatibility function.
6154         (message-expand-group): Use it.
6155
6156 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6159         with no unread article should be listed if the 2nd arg `predicate' is
6160         given.
6161
6162 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6165
6166 2009-11-29  Juri Linkov  <juri@jurta.org>
6167
6168         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6169         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6170         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6171
6172 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6173
6174         * sha1.el (sha1-string-external): default-directory "/" in case
6175         otherwise non-existent.  process-connection-type pipe for touch of
6176         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6177
6178 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6179
6180         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6181         it's comms related and sgml-mode.el has "comm" on that basis too.
6182
6183 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6186         containing tspecial characters if they have been already quoted.
6187
6188 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6189
6190         * dns-mode.el (auto-mode-alist): Purecopy string.
6191
6192 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6193
6194         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6195
6196 2009-10-24  Glenn Morris  <rgm@gnu.org>
6197
6198         * gnus-art.el (help-xref-stack-item): Define for compiler.
6199
6200 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6201
6202         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6203
6204 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6207
6208 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6211         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6212
6213 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6216         (gnus-overlays-in): New alias to overlays-in.
6217
6218         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6219         gnus-overlay-get, and gnus-delete-overlay.
6220         (gnus-summary-show-thread): Make it work as well for systems in which
6221         next-single-char-property-change is not available.
6222         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6223
6224         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6225         (gnus-overlay-get): New alias to extent-property.
6226         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6227
6228         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6229         SXEmacs.
6230
6231         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6232         SXEmacs.
6233
6234 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6237
6238 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6239
6240         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6241         and XEmacs that don't have `remove-overlays'.
6242
6243 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6244
6245         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6246         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6247         selective display.  Use overlays instead.
6248
6249 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6250
6251         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6252
6253 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6254
6255         * spam-stat.el (spam-stat-load): Fix typo in message.
6256
6257 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6258
6259         * dig.el (dig-invoke): Fix typo in docstring.
6260         (query-dig): Reflow docstring.
6261
6262 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6263
6264         * gnus-art.el (gnus-article-encrypt-body):
6265         * message.el (message-check-recipients):
6266         * mm-util.el (mm-codepage-setup):
6267         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6268         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6269
6270 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6271
6272         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6273         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6274         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6275         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6276         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6277
6278 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6279
6280         * dig.el: Add "Keywords: comm", as per net-utils.el.
6281
6282 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * dig.el (dig-mode): Use define-derived-mode.
6285
6286 2009-09-19  Glenn Morris  <rgm@gnu.org>
6287
6288         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6289
6290 2009-09-18  Glenn Morris  <rgm@gnu.org>
6291
6292         * gnus-diary.el (gnus-diary-check-message):
6293         * message.el (message-insert-formatted-citation-line):
6294         * nnbabyl.el (top-level):
6295         * nndiary.el (nndiary-schedule):
6296         Fix typos in condition-case handlers.
6297
6298 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6301         configuration that provides the sole article window in a frame;
6302         position point correctly after deleting a part.
6303
6304 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6305
6306         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6307         (spam-resolve-registrations-routine): Use it to unregister articles
6308         that change status.
6309
6310 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6313         with XEmacs.
6314         (parse-time-string-chars): Use it.
6315
6316 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * imap.el (imap-interactive-login): Better messages.
6319         (imap-open): Fix bug with renamed buffer on reconnect.
6320         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6321         for easier debugging and cleaner code.  On successful (guessed based on
6322         server capabilities) secondary authentication, set imap-state
6323         correctly.
6324         (imap-last-authenticator): Define imap-last-authenticator as a variable
6325         to avoid warnings.
6326
6327 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * nnrss.el (nnrss-request-article): Remove binding of
6330         default-enable-multibyte-characters that has gotten needless by
6331         the 2007-07-13 change in rfc2047-encode-message-header.
6332
6333         * mml.el (mml-insert-multipart): Error on the message header.
6334         (mml-insert-part): Error on the message header; position point at
6335         the end of a MIME tag.
6336
6337 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * time-date.el (autoload): Expand define-obsolete-function-alias into
6340         defalias and make-obsolete for old Emacsen that Gnus supports.
6341         (with-no-warnings): Define it for old Emacsen.
6342         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6343         is available.
6344         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6345         float-time is available; suppress compile warning for time-to-seconds.
6346
6347         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6348         (gnus-float-time): Alias to float-time if it exists.
6349
6350         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6351         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6352         float-time is available; suppress compile warning for time-to-seconds.
6353
6354         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6355         XEmacs.
6356
6357 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * imap.el (imap-message-map): Docstring fix.
6360
6361 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6364         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6365         Add the optional argument `encoding' that overrides the default.
6366
6367         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6368         mm-encode-buffer.
6369
6370 2009-09-04  Glenn Morris  <rgm@gnu.org>
6371
6372         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6373         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6374         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6375         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6376         * mm-util.el (mm-with-unibyte-current-buffer)
6377         (mm-find-buffer-file-coding-system):
6378         * yenc.el (yenc-decode-region): Use default-value rather than
6379         default-enable-multibyte-characters.
6380
6381 2009-09-03  Glenn Morris  <rgm@gnu.org>
6382
6383         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6384         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6385         than default-enable-multibyte-characters.
6386
6387 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6388
6389         * gnus-art.el (gnus-article-read-summary-keys):
6390         Fix gnus-buffer-configuration's value temporarily used.
6391
6392 2009-09-02  Glenn Morris  <rgm@gnu.org>
6393
6394         * gnus-util.el (gnus-float-time): New function.
6395         * gnus-delay.el (gnus-delay-article):
6396         * gnus-sum.el (gnus-thread-latest-date):
6397         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6398         * nnspool.el (nnspool-request-newgroups):
6399         Use gnus-float-time rather than time-to-seconds.
6400         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6401
6402         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6403         (gnus-header-subject-face, gnus-header-newsgroups-face)
6404         (gnus-header-name-face, gnus-header-content-face):
6405         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6406         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6407         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6408         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6409         (gnus-cite-face-11):
6410         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6411         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6412         (gnus-server-closed-face, gnus-server-denied-face)
6413         (gnus-server-offline-face):
6414         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6415         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6416         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6417         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6418         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6419         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6420         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6421         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6422         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6423         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6424         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6425         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6426         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6427         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6428         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6429         (gnus-summary-high-undownloaded-face)
6430         (gnus-summary-low-undownloaded-face)
6431         (gnus-summary-normal-undownloaded-face)
6432         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6433         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6434         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6435         (gnus-splash-face):
6436         * message.el (message-header-to-face, message-header-cc-face)
6437         (message-header-subject-face, message-header-newsgroups-face)
6438         (message-header-other-face, message-header-name-face)
6439         (message-header-xheader-face, message-separator-face)
6440         (message-cited-text-face, message-mml-face):
6441         * sieve-mode.el (sieve-control-commands-face)
6442         (sieve-action-commands-face, sieve-test-commands-face)
6443         (sieve-tagged-arguments-face):
6444         * spam.el (spam-face):
6445         Mark face aliases with "-face" in the name as obsolete.
6446
6447 2009-09-01  Glenn Morris  <rgm@gnu.org>
6448
6449         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6450         than goto-line.
6451
6452 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6455         Don't move point if the command is invoked inside the message header.
6456
6457 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6458
6459         * imap.el (imap-send-command): Simplify.
6460         (imap-wait-for-tag): point-max -> buffer-size.
6461
6462 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6463
6464         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6465         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6466         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6467         * nnir.el (nnir-swish-e-index-file):
6468         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6469         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6470         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6471         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6472         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6473         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6474
6475 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6478         Don't save excursion.
6479
6480 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * nnheader.el (nnheader-find-file-noselect):
6483         * mm-util.el (mm-insert-file-contents):
6484         Use (default-value 'major-mode) instead of default-major-mode.
6485
6486 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6487
6488         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6489
6490 2009-08-26  Glenn Morris  <rgm@gnu.org>
6491
6492         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6493         than placing in files.el.
6494
6495 2009-08-25  Glenn Morris  <rgm@gnu.org>
6496
6497         * nnir.el (top-level): Don't require cl at run-time.
6498         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6499         Replace cl-function substitute with gnus-replace-in-string.
6500         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6501         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6502         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6503         simplified expansions.
6504
6505 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6506
6507         * dig.el (dig): Add autoload cookie.
6508
6509 2009-08-22  Glenn Morris  <rgm@gnu.org>
6510
6511         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6512         goto-line.
6513
6514 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6515
6516         * parse-time.el (parse-time-string-chars): Save match data.
6517
6518 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6519
6520         * parse-time.el (parse-time-string-chars): Compute using character
6521         classes, to handle non-ascii characters (Bug#3190).
6522
6523 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6526
6527         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6528         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6529         (gnus-mm-display-part, gnus-mime-display-single)
6530         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6531         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6532
6533         * gnus-sum.el
6534         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6535         (gnus-summary-move-article): Add expirable mark to articles copied or
6536         moved to group that has auto-expire turned on if the option is non-nil.
6537
6538 2009-07-24  Glenn Morris  <rgm@gnu.org>
6539
6540         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6541         Fix typo.  (Bug#3903)
6542
6543 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6546         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6547         that should not be used for draft articles.
6548         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6549         that has no concern in minor mode keys.
6550         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6551         Abolish.
6552
6553 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6556         article without making inquiry to a user for unknown encoding.
6557
6558         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6559         (nnmaildir--scan): Assume i-node and device number that file-attributes
6560         returns might be cons-cell.
6561
6562         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6563
6564         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6565
6566 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * auth-source.el: Remove docs now in auth.texi.  Don't use
6569         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6570         `auth-source-hide-passwords' and use them.
6571
6572 2009-07-15  Glenn Morris  <rgm@gnu.org>
6573
6574         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6575
6576 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6579         excessive whitespace from the default values of title and description.
6580
6581 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6584         mail-fetch-field to fetch Content-Description header in order to
6585         exclude newlines.
6586
6587 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6588
6589         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6590         format used by GnuPG 2.0.11.
6591
6592 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6595         to deleted part.
6596
6597 2009-05-30  David Engster  <dengste@eml.cc>
6598
6599         * nnmairix.el: Remove old documentation in the commentary block.
6600         (nnmairix-request-group): Do not update active file for nnml back ends.
6601         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6602         end so that overview files are ignored.
6603         (nnmairix-update-groups): Make updating the groups more robust by using
6604         marks.
6605         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6606         with dollar characters in message-id.
6607
6608 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6611         2008-12-25 in dns.el.
6612
6613 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6616         could happen if the text is only composed of spaces and/or tabs.
6617
6618 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6619
6620         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6621         when sending a queued message to avoid extra mml tags.
6622
6623 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6626
6627 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6630         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6631         rmail-toggle-header for XEmacs;
6632         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6633
6634 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-dired.el: Remove autoload for gnus-setup-message.
6637         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6638         displaying Gnus logo; always use compose-mail.
6639
6640 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6643
6644 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6647         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6648         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6649         available.
6650         (gnus-nocem-epg-verify): New function.
6651
6652 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6655
6656 2009-02-15  Glenn Morris  <rgm@gnu.org>
6657
6658         * gnus-util.el (rmail-insert-rmail-file-header)
6659         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6660         autoloads.
6661         (rmail-default-rmail-file): Remove unnecessary declaration.
6662         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6663
6664 2009-02-14  Glenn Morris  <rgm@gnu.org>
6665
6666         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6667         variable (only used in gnus-util, which declares it anyway).
6668         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6669         which was only needed by gnus-art (changed to not use it any more).
6670         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6671         only used in gnus-util, which autoloads it itself.
6672         (rmail-update-summary): Fix autoload.
6673
6674         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6675         rather than rmail-output-to-rmail-file.
6676
6677 2009-02-07  Glenn Morris  <rgm@gnu.org>
6678
6679         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6680         autoload of function that no longer exists.
6681         (rmail-toggle-header): Declare.
6682         (message-forward-rmail-make-body): Handle mbox Rmail.
6683
6684 2009-01-31  Glenn Morris  <rgm@gnu.org>
6685
6686         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6687         2009-01-09 change.
6688
6689 2009-01-31  Dave Love  <fx@gnu.org>
6690
6691         * imap.el (imap-fetch-safe): Bind debug-on-error.
6692         (imap-debug): Add imap-fetch-safe.
6693
6694 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6695
6696         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6697         (auth-source-forget-all-cached): New convenience function.
6698         (auth-source-user-or-password): Accept list of modes or a single mode.
6699
6700         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6701         auth-source modes.
6702
6703         * netrc.el (netrc-machine-user-or-password): Use list of
6704         auth-source modes.
6705
6706         * nnimap.el (nnimap-open-connection): Use list of
6707         auth-source modes.
6708
6709         * nntp.el (nntp-send-authinfo): Use list of
6710         auth-source modes.
6711
6712 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6713
6714         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6715         now.
6716
6717 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6720         coding system in XEmacs; add a workaround for XEmacs.
6721
6722         * lpath.el: Fbind coding-system-aliasee.
6723
6724 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6727         of current-language-environment.
6728
6729 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6732         available at runtime.
6733
6734 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6737
6738 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6739
6740         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6741         the greatest positive fixnum value doesn't work under an XEmacs with
6742         bignum support; use the most-positive-fixnum constant instead,
6743         available since Emacs 21.1 with cl and XEmacs 21.1.
6744
6745 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6748         XEmacs gets not to work.
6749
6750 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * mm-util.el (mm-coding-system-priorities): Allow the value like
6753         "Japanese (UTF-8)" of current-language-environment.
6754
6755 2009-01-09  Glenn Morris  <rgm@gnu.org>
6756
6757         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6758         with last-command-event.
6759
6760 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6763         in the doc string.
6764
6765         * message.el (message-fix-before-sending): Amend comment.
6766
6767 2009-01-08  Dave Love  <fx@gnu.org>
6768
6769         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6770
6771 2009-01-07  David Engster  <dengste@eml.cc>
6772
6773         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6774         simplified server definitions by converting it via
6775         gnus-server-to-method.
6776
6777 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6780         parameter's operands.
6781
6782 2009-01-06  David Engster  <dengste@eml.cc>
6783
6784         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6785         primary select method (for gnus-group-mark-article-as-read).
6786
6787 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6788
6789         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6790         `(gnus)Face', not `(gnus)X-Face'.
6791
6792 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * mm-util.el (mm-ucs-to-char): New function.
6795
6796         * mm-url.el (mm-url-decode-entities): Use it.
6797
6798         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6799         unicode-to-char.
6800
6801 2009-01-05  Dave Love  <fx@gnu.org>
6802
6803         * time-date.el: Require cl for `declare'.
6804
6805 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6808         Dave Love.
6809
6810 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * message.el (message-fix-before-sending): Add `eight-bit' to
6813         illegible-text check.
6814
6815 2009-01-03  Michael Olson  <mwolson@gnu.org>
6816
6817         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6818         `headers' is nil.  This can occur if the IMAP server does not have
6819         permissions to read messages from a folder, but can write new messages
6820         to the folder.
6821         (nnimap-request-article-part): Do not insert `data' if it is nil.
6822
6823         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6824         characters which will confuse `read', so skip past them.
6825
6826 2009-01-01  Dave Love  <fx@gnu.org>
6827
6828         * imap.el (imap-string-to-integer): Fix typo.
6829         (imap-fetch-safe): New function.
6830         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6831
6832         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6833
6834         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6835         (imap-parse-greeting): Fix doc strings.
6836         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6837         (imap-parse-flag-list): Make messages unique.
6838         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6839
6840         * nnimap.el: Fix author email.
6841         (nnimap-split-rule): Add FIXME comment.
6842         (nnimap-debug): Fix doc string.
6843
6844 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6847
6848 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6851         nslookup if resolv.conf isn't available.
6852         (dns-query): Rename from query-dns.
6853         (dns-query-cached): Rename from query-dns-cached.
6854
6855 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6858         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6859         to check if those variables exist (first appeared in Emacs 18.50).
6860
6861 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * mm-util.el (mm-line-number-at-pos): New function.
6864
6865         * spam-report.el (spam-report-process-queue): Use it.
6866
6867 2008-12-24  David Engster  <dengste@eml.cc>
6868
6869         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6870         parameters that haven't existed as variables as buffer-local variables.
6871
6872 2008-12-23  Dave Love  <fx@gnu.org>
6873
6874         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6875         cadar.
6876
6877         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6878         imap-starttls-p.
6879         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6880
6881 2008-12-22  Dave Love  <fx@gnu.org>
6882
6883         * imap.el: Fix author email.  Doc fixes.
6884         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6885         reply.
6886
6887 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * spam-report.el (spam-report-gmane-max-requests): New constant.
6890         (spam-report-gmane-wait): New variable.
6891         (spam-report-gmane-ham, spam-report-gmane-spam)
6892         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6893         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6894         the server.
6895
6896         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6897         Add explanations.
6898
6899         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6900         nnheader-accept-process-output and nnheader-read-timeout if available.
6901         (pop3-movemail): Use it.
6902
6903         * message.el (message-check-news-body-syntax): Fix signature check if
6904         there's an attachment.
6905
6906 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * mm-util.el: Add comments to the mm- emulating functions.
6909
6910 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6913         Reported by Stephen Berman <stephen.berman@gmx.net>.
6914
6915 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * mm-util.el (mm-substring-no-properties): New function.
6918         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6919         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6920         (mm-string-to-multibyte): Doc fix.
6921
6922         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6923
6924 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * mml.el (mml-attach-file): Strip text properties from file name.
6927         (Bug#1574)
6928
6929 2008-12-16  Glenn Morris  <rgm@gnu.org>
6930
6931         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6932
6933 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6936         knows since the charset specified might be a bogus alias that
6937         mm-charset-synonym-alist provides.
6938
6939 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6942         "ISO_8859-1".
6943
6944         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6945
6946 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * mm-util.el (mm-charset-eval-alist):
6949         Define it before mm-charset-to-coding-system.
6950         (mm-charset-to-coding-system): Add optional argument `silent';
6951         define it before mm-charset-override-alist.
6952         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6953         default value if it can be used in Emacs currently running;
6954         silence mm-charset-to-coding-system.
6955
6956 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6959         `allow-override' which says whether to use `mm-charset-override-alist'.
6960         (rfc2047-decode-encoded-words): Use it.
6961
6962         * mm-util.el (mm-charset-override-alist): Fix custom type;
6963         add `(gb2312 . gbk)' to choices.
6964
6965 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6968         fast.
6969
6970         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6971
6972         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6973
6974 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6975
6976         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6977         on links.
6978
6979         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6980
6981 2008-12-03  Lute Kamstra  <lute@gnu.org>
6982
6983         * sha1.el: Remove leading * from docstrings of defcustoms,
6984         deffaces, defconsts and defuns.
6985
6986 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6989         users' addresses that don't have domain parts.
6990         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6991         rather than message-narrow-to-head since there will be the message
6992         header separator.
6993
6994 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6995
6996         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6997         since the result is inserted in a unibyte buffer anyway.
6998         (nnimap-demule-use-string-to-multibyte): Remove.
6999         (nnimap-demule): Alias it to mm-string-to-multibyte.
7000
7001 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7004         variable for debugging bug#464 and bug#1174.
7005         (nnimap-demule): Use it.
7006
7007 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7010         score calculation correctly.
7011
7012 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * message.el (message-send-mail): Just set the buffer to unibyte
7015         rather than use mm-with-unibyte-current-buffer which does a lot more.
7016         (message-send-mail-partially): Don't bother with
7017         mm-with-unibyte-current-buffer since it's already been made unibyte by
7018         message-send-mail.
7019
7020 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7023
7024 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7027
7028 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7031         require itself and to remove `with-no-warnings'.
7032
7033 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * starttls.el (starttls-any-program-available): Get the name of the
7036         available TLS layer program.
7037         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7038         well as the host name in the "opening" message.
7039
7040         * auth-source.el (auth-source-cache, auth-source-do-cache)
7041         (auth-source-user-or-password): Cache passwords and logins by default,
7042         allow override with `auth-source-do-cache'.
7043         (auth-source-forget-user-or-password): Allow users to remove cache
7044         entries if needed.
7045
7046 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7047
7048         * md4.el (md4-buffer): Fix typo in docstring.
7049         (md4, md4-64): Doc fixes.
7050         (md4-pack-int32): Reflow docstring.
7051
7052 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7055         condition-case to only the forward-sexp call.
7056
7057 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7060         quotes contained.  Make it more robust regardless by an extra
7061         condition-case wrapper.
7062
7063 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7066
7067 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * nnml.el (nnml-request-expire-articles): Check if the function set to
7070         `nnmail-expiry-target' returns the symbol `delete'.
7071
7072         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7073
7074         * nnmail.el (nnmail-expiry-target): Fix custom type.
7075
7076 2008-10-02  Glenn Morris  <rgm@gnu.org>
7077
7078         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7079         Silence compiler warning.
7080
7081 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7082
7083         * tls.el (open-tls-stream): Show the actual command being
7084         executed, instead of the format string.
7085
7086 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * lpath.el: Fbind codepage-setup for Emacs 23.
7089
7090 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7091
7092         * mml.el (mml-menu): Don't assume mml2015 is bound.
7093
7094 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7097         exists.
7098
7099 2008-09-27  Glenn Morris  <rgm@gnu.org>
7100
7101         * gnus-util.el (mail-header-remove-comments): Autoload it.
7102
7103 2008-09-27  Andreas Schwab  <schwab@suse.de>
7104
7105         * gnus-util.el (gnus-split-references): Strip comments.
7106         (gnus-parent-id): Likewise.
7107
7108 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * message.el (message-confirm-send): Fix version.
7111
7112 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * message.el (message-idna-to-ascii-rhs-1): Use
7115         mail-extract-address-components rather than mail-header-parse-addresses
7116         that is an alias by default to ietf-drums-parse-addresses that does not
7117         support non-ASCII names in headers' contents.
7118
7119 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * message.el (message-confirm-send): Fix variable documentation to
7122         avoid the "y/n" wording.
7123
7124 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7125
7126         * message.el (message-set-auto-save-file-name): Save to a different
7127         filename so multiple messages (especially drafts) can be recovered.
7128
7129 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * message.el (message-confirm-send): Add appropriate version.
7132
7133 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7136         defvar.
7137
7138 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7139
7140         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7141         (mm-pkcs7-enveloped-magic): Ditto.
7142
7143 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7144
7145         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7146         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7147
7148 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7151         default, it's better.
7152
7153 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7156         summary line gnus-number property and ignore them (with a warning
7157         message).
7158
7159 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7162         macro caddr in the interactive form since it won't be expanded.
7163
7164 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7167         `charset'; fix name of function called recursively.
7168         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7169
7170 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7173         (gnus-mime-set-charset-parameters): New function.
7174         (gnus-mime-view-part-as-charset): Use it to correctly display part
7175         specifying wrong charset.
7176
7177 2008-09-08  David Engster  <dengste@eml.cc>
7178
7179         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7180         in completing-read for back end server.
7181
7182 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7183
7184         * message.el (message-confirm-send): New variable to confirm sending a
7185         message.
7186         (message-send): Use it.
7187
7188 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7191
7192 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7195
7196 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7197
7198         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7199         prevent tracking too many groups.
7200         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7201         Use it.
7202
7203 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7204
7205         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7206         moving point to the bottom of the window in order to avoid recentering.
7207
7208 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7211
7212         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7213         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7214         (gnus-article-beginning-of-window): Fix calculation.
7215
7216 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-msg.el (gnus-summary-supersede-article)
7219         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7220         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7221         message header.
7222
7223 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7224
7225         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7226         pending output coming after the status change.
7227
7228 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7229
7230         * message.el:
7231         * gnus-start.el:
7232         * gnus-registry.el: Remove VMS support.
7233
7234 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7237         macro.
7238         (rfc2104-hash): Use it.
7239
7240 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7243         (gnus-summary-sort-by-most-recent-date): New commands.
7244         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7245         and menu entries.
7246
7247 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7250         don't redisplay article for raw contents; remove plural articles stuff.
7251
7252         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7253         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7254         on gnus-summary-save-article; display results properly.
7255
7256 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * lpath.el: No need to fbind ns-focus-frame.
7259
7260 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7263
7264 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-summary-save-in-pipe):
7267         Consider gnus-save-all-headers.
7268
7269 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7270
7271         * gnus-util.el (ns-focus-frame): Remove declaration.
7272         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7273         like x.
7274
7275 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7276
7277         * rfc2104.el (rfc2104-zero): Delete defconst.
7278         (rfc2104-hex-alist): Likewise.
7279         (rfc2104-hex-to-int): Delete func.
7280         (rfc2104-hexstring-to-bitstring): Likewise.
7281         (rfc2104-nybbles): New defconst.
7282         (rfc2104-hash): Rewrite for speed.
7283
7284 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * tls.el (open-tls-stream): Make it work with the 2nd argument
7287         BUFFER that is a string but does not exist as a buffer object, as
7288         mentioned in the doc-string.
7289
7290 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7293         SXEmacs.
7294
7295 2008-07-16  Glenn Morris  <rgm@gnu.org>
7296
7297         * gnus-util.el (ns-focus-frame): Declare for compiler.
7298
7299 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7302         set as a group parameter.
7303         (gnus-summary-save-in-pipe): Work when it is called independently.
7304         (gnus-summary-pipe-to-muttprint): Don't modify
7305         gnus-summary-pipe-output-default-command.
7306
7307 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7308
7309         * message.el (message-send-mail-with-sendmail):
7310         Display the error message.
7311
7312 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-default-article-saver):
7315         Add gnus-summary-save-in-pipe to choices.
7316         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7317         gnus-summary-pipe-output-default-command as the default command.
7318         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7319         instead of gnus-last-shell-command.
7320
7321         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7322         New user option.
7323         (gnus-summary-muttprint-program): Mention the value will be changed.
7324         (gnus-summary-save-article): Force showing of all headers.
7325         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7326
7327 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7328
7329         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7330
7331 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7332
7333         * nnimap.el (nnimap-id):
7334         * sieve-manage.el (sieve-manage-open): Doc fixes.
7335
7336 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7337
7338         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7339         if available.
7340
7341 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7342
7343         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7344
7345         * nnkiboze.el (nnkiboze-generate-group):
7346         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7347
7348         * nnmairix.el: Require CL.
7349
7350 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * dgnushack.el: Autoload get-display-table and put-display-table for
7353         XEmacs 21.5.
7354
7355         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7356         21.4 and SXEmacs.
7357
7358 2008-06-15  David Engster  <dengste@eml.cc>
7359
7360         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7361
7362 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7363
7364         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7365         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7366         runtime choice under XEmacs.
7367
7368         * gnus-sum.el (gnus-summary-set-display-table):
7369         Use `gnus-put-display-table', `gnus-get-display-table',
7370         `gnus-set-display-table' for the display table, instead of `aset'.
7371
7372         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7373         Use `gnus-put-display-table', `gnus-get-display-table',
7374         `gnus-set-display-table' for the display table.
7375
7376 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * nnmairix.el: Add autoloads.
7379
7380 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * nnmairix.el (nnmairix-delete-recreate-group)
7383         (nnmairix-update-and-clear-marks): Fix error messages.
7384
7385 2008-06-14  David Engster  <dengste@eml.cc>
7386
7387         * nnmairix.el: Upgrade to version 0.6.
7388         (nnmairix-group-toggle-propmarks-this-group)
7389         (nnmairix-group-toggle-readmarks-this-group)
7390         (nnmairix-group-delete-recreate-this-group)
7391         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7392         (nnmairix-remove-tick-mark-original-article): New commands.
7393         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7394         (nnmairix-propagate-marks-to-nnmairix-groups)
7395         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7396         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7397         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7398         functions needed for marks propagation and manipulation of read marks.
7399         (nnmairix-update-groups): New function.
7400         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7401         (nnmairix-determine-original-group-from-registry)
7402         (nnmairix-determine-original-group-from-path)
7403         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7404         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7405         New helper functions.
7406         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7407         keystrokes for new commands.
7408         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7409         (nnmairix-request-group): Check allow-fast group parameter.
7410         (nnmairix-request-create-group): Set allow-fast group parameter if
7411         nnmairix-allowfast-default is set.
7412         (nnmairix-close-group): Propagate marks upon closing if needed.
7413         (nnmairix-group-toggle-threads-this-group): Use new.
7414         nnmairix-group-toggle-parameter helper function.
7415         (nnmairix-search): Better check for empty search result.
7416         (nnmairix-goto-original-article): Use new helper functions for
7417         determining original article.
7418         (nnmairix-show-original-article): Make sure message-id is in brackets.
7419         (nnmairix-call-mairix-binary): Change variable name.
7420         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7421         helper function.
7422         (nnmairix-widget-toggle-activate): Fix doc string.
7423
7424 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * nnir.el: Require edmacro when compiling with XEmacs.
7427         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7428         available in Emacs 21.
7429
7430 2008-06-11  Glenn Morris  <rgm@gnu.org>
7431
7432         * gnus-util.el (x-focus-frame):
7433         * gnus.el (image-size):
7434         * mm-decode.el (image-size): Declare.
7435
7436         * gnus-picon.el (declare-function): Add compat definition.
7437         (image-size): Declare.
7438
7439         * gnus-group.el (tool-bar-map):
7440         * gnus-sum.el (tool-bar-map): Define for compiler.
7441
7442         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7443
7444         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7445
7446         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7447         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7448         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7449         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7450         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7451         * sieve-manage.el, spam-report.el, spam.el:
7452         Remove unnecessary eval-and-compile of autoloads.
7453
7454 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7455
7456         * auth-source.el: Precise Tramp doc.
7457
7458 2008-06-07  Glenn Morris  <rgm@gnu.org>
7459
7460         * nnmairix.el: Remove unnecessary eval-when-compile.
7461
7462 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * lpath.el: Fbind propertize for XEmacs 21.4.
7465
7466 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * nnir.el: Move here from ../contrib.
7469
7470 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7471
7472         * gnus-util.el (gnus-read-shell-command): New function.
7473         * mm-decode.el (mm-pipe-part):
7474         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7475
7476 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7479
7480 2008-06-03  Glenn Morris  <rgm@gnu.org>
7481
7482         * pop3.el (nnheader-accept-process-output): Autoload it.
7483
7484 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7487         are not 2-digit hexadecimal characters that follow `%'s.
7488
7489 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * message.el (message-bogus-recipient-p): Fix type in doc string.
7492         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7493         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7494         Improve custom options.
7495         (message-bogus-recipient-p): Adjust accordingly.
7496
7497 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7498
7499         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7500         long-form month and day names.
7501
7502 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * dgnushack.el: Autoload debug, eudc-expand-inline and
7505         pgg-snarf-keys-region for XEmacs.
7506
7507         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7508
7509         * nnmairix.el: Require edmacro when compiling with XEmacs.
7510
7511 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7514         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7515
7516 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7517
7518         * auth-source.el: Add more docs.
7519
7520         * netrc.el (netrc-machine): Always match if the port is not given.
7521
7522 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7525         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7526         retrieval faster in some cases, but might make CPU usage larger.
7527         If this has any bad side effects, we might revert this change.
7528
7529         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7530         seems to make mail retrieval much, much faster.
7531         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7532         unconditionally.
7533
7534         * gnus-draft.el (gnus-group-send-queue):
7535         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7536
7537 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7540
7541         * message.el (message-bogus-address-regexp): Fix and improve custom
7542         type.
7543         (message-setup-hook): Add message-check-recipients as custom option.
7544
7545 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * message.el (message-cite-function): Remove bogus autoload which crept
7548         in during merge from v5-10.
7549
7550 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7551
7552         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7553
7554         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7555
7556         * auth-source.el: Preliminary Tramp docs.
7557         (auth-sources): Change the default auth-sources to use
7558         EPA .gpg files.
7559
7560 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * nntp.el: Autoload `auth-source-user-or-password'.
7563         (nntp-send-authinfo): Use it.
7564
7565         * nnimap.el: Autoload `auth-source-user-or-password'.
7566         (nnimap-open-connection): Use it.
7567
7568         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7569         for the gnus-message function.
7570         (auth-source-user-or-password): Use it.
7571
7572 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7573
7574         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7575         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7576         (rfc2104-hash): Use it.
7577
7578 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7579
7580         * gnus-art.el (gnus-article-toggle-truncate-lines):
7581         Don't use `iff' in docstring.
7582
7583 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7586
7587         * gnus-util.el (gnus-extract-address-component-name)
7588         (gnus-extract-address-component-email): Convenience functions around
7589         `gnus-extract-address-components'.
7590
7591         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7592         Use `gnus-extract-address-component-email' to fix bug of comparing full
7593         sender name to `user-mail-address'.
7594
7595 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7598         catch/throw to optimize.
7599         (gnus-registry-find-keywords): Just use member to find a keyword.
7600
7601 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7602
7603         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7604         is current before calling gnus-server-prepare.
7605         (gnus-server-setup-buffer, gnus-server-update-server)
7606         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7607
7608 2008-05-04  Juri Linkov  <juri@jurta.org>
7609
7610         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7611         (mailcap-file-default-commands): Use mailcap-replace-in-string
7612         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7613         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7614
7615 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7616
7617         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7618
7619 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7620
7621         * gnus.el: Bump version to 0.11.
7622
7623 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7624
7625         * gnus.el: No Gnus v0.10 is released.
7626
7627 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7630         hooks.
7631         (gnus-update-read-articles): Speed up non-marks-using users.
7632         (gnus-use-marks): Define gnus-use-marks.
7633         (gnus-propagate-marks): Rename variable to something more sensible.
7634
7635 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7636
7637         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7638         (gmm-image-load-path-for-library): Fix typos in docstrings.
7639         (gmm-message): Reflow docstring.
7640
7641 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * mail-source.el (mail-source-set-1, mail-source-bind):
7644         Move auth-source code out of the macro to clean it up and fix bugs.
7645
7646 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7647
7648         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7649         by sender if it's equal to user-mail-address, it's likely to be
7650         useless.
7651
7652         * mail-source.el (mail-source-bind): Don't use user or password if they
7653         are not bound.  Unintern them if they are nil.  Don't use server unless
7654         it's bound, and default it to empty string otherwise.
7655
7656 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * mail-source.el: Load auth-source.el.
7659         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7660         get user name or password, if auth-sources is set up.
7661
7662         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7663         strategy of splitting with parent.
7664         (gnus-registry-split-fancy-with-parent)
7665         (gnus-registry-post-process-groups): Use it and fix prior
7666         bug (returning a list as the split result).
7667
7668         * auth-source.el (auth-sources): Remove server parameter.
7669         (auth-source-pick, auth-source-user-or-password)
7670         (auth-source-user-or-password-imap)
7671         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7672         (auth-source-user-or-password-sftp)
7673         (auth-source-user-or-password-smtp): Remove server parameter.
7674
7675 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7676
7677         * smime.el (smime-sign-region, smime-encrypt-region)
7678         (smime-decrypt-region):
7679         Remove redundant calls to `generate-new-buffer-name'.
7680
7681 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7682
7683         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7684         Don't use QP for message/rfc822.
7685         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7686
7687 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7688
7689         * sieve-manage.el (sieve-string-bytes): Remove.
7690         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7691         correct byte-length only if the process's coding-system is the same as
7692         the one used internally by Emacs to represent strings.
7693
7694 2008-04-22  Juri Linkov  <juri@jurta.org>
7695
7696         * mailcap.el (mailcap-file-default-commands): New function.
7697
7698 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * message.el (message-signature-separator, message-cite-function):
7701         Change custom version.
7702
7703 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7704
7705         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7706         commands.
7707         (tls-checktrust): Ditto.
7708
7709 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * mm-decode.el (mm-display-external): Make temp file read-only.
7712
7713 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7716         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7717         `C-c C-f d'.
7718
7719 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7720
7721         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7722
7723 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus.el: Bump version to 0.9.
7726
7727 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus.el: No Gnus v0.8 is released.
7730
7731 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7732
7733         * mail-source.el (mail-source-value):
7734         Prefer fboundp to functionp so it works with macros as well.
7735
7736 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7739         Fix last change in case the element is not even a symbol.
7740
7741 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7744         Prefer fboundp to functionp so it works with macros as well.
7745
7746 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7747
7748         * auth-source.el: Add docs.
7749         (auth-sources): Modify format to support server.
7750         (auth-source-pick, auth-source-user-or-password)
7751         (auth-source-user-or-password-imap)
7752         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7753         (auth-source-user-or-password-sftp)
7754         (auth-source-user-or-password-smtp): Add server parameter.
7755
7756 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * gnus-registry.el: Initialize the registry when gnus-registry-install
7759         is t.
7760
7761 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * compface.el (uncompface): Make buffer unibyte.
7764
7765 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * mail-source.el (mail-source-value):
7768         Prefer fboundp to functionp so it works with macros as well.
7769
7770 2008-04-05  Glenn Morris  <rgm@gnu.org>
7771
7772         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7773
7774 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7775
7776         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7777         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7778
7779         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7780         multibyteness after rather than before erasing it.
7781
7782         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7783         mm-with-multibyte.
7784         (gnus-request-article-this-buffer): Make sure the proper decoding is
7785         used if gnus-original-article-buffer happens to be unibyte.
7786
7787         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7788         default-enable-multibyte-characters.
7789
7790         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7791         default-enable-multibyte-characters.
7792
7793         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7794
7795         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7796
7797 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7798
7799         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7800         Fix last change in case the element is not even a symbol.
7801
7802 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7803
7804         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7805         (imap-message-copyuid-1): Use it.
7806         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7807         J. Williams in
7808         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7809
7810         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7811         imap-enable-exchange-bug-workaround.
7812         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7813
7814 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7815
7816         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7817         a 100 byte status-checks into a 2-3MB transfer for each group.
7818         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7819         to enable bug workaround or not.
7820         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7821
7822 2008-03-31  Glenn Morris  <rgm@gnu.org>
7823
7824         * message.el (mml2015-use): Declare for compiler.
7825         (message-info): Require mml2015 when appropriate.
7826
7827 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7830         whitespace.
7831
7832 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7835         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7836         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7837         (nntp-service-to-port): New function.
7838         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7839         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7840         (nntp-open-netcat-stream): New function.
7841         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7842
7843 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7844
7845         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7846
7847 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7848
7849         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7850
7851 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7852
7853         * dns.el (dns-write): Use set-buffer-multibyte.
7854
7855 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7856
7857         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7858
7859 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * message.el (message-signature-separator): Change default.
7862         Improve custom type.
7863         (message-cite-function): Change default to
7864         message-cite-original-without-signature.
7865
7866         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7867         toggle.
7868
7869         * message.el (message-check-news-body-syntax): Fix signature check.
7870         (message-setup-1): Mark buffer as unmodified _after_ running
7871         message-setup-hook and handling message-alternative-emails.
7872         (message-shorten-references): Be more strict when building list of
7873         valid references to comply with GNKSA.
7874
7875         * gnus-group.el (gnus-read-ephemeral-bug-group)
7876         (gnus-read-ephemeral-debian-bug-group)
7877         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7878
7879         * message.el (message-info): Don't use booleanp which isn't supported
7880         in Emacs 21 and XEmacs.
7881
7882 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7885         gnus-group-gmane-group-download-format.
7886         (gnus-group-read-ephemeral-gmane-group): Rename from
7887         gnus-group-read-ephemeral-gmane-group.
7888         (gnus-read-ephemeral-gmane-group-url): Rename from
7889         gnus-group-read-ephemeral-gmane-group-url.
7890         (gnus-bug-group-download-format-alist): New variable.
7891         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7892         (gnus-read-ephemeral-emacs-bug-group): New commands.
7893
7894 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7897         (gnus-visible-headers): Improve custom type.
7898
7899 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * mml.el (mml-menu): Add workarounds for XEmacs.
7902
7903         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7904         X-Boundary header.
7905
7906         * message.el (message-simplify-recipients): Fix previous commit.
7907
7908 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7909
7910         * mm-util.el (mm-set-buffer-multibyte): New function.
7911         * mm-decode.el (mm-copy-to-buffer): Use it.
7912
7913         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7914         Prefer fboundp to functionp so it works with macros as well.
7915
7916 2008-03-19  Glenn Morris  <rgm@gnu.org>
7917
7918         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7919         Accidentally removed in the sync process with Emacs.
7920
7921 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * message.el (message-alter-recipients-discard-bogus-full-name):
7924         New function.
7925         (message-alter-recipients-function): New variable.
7926         (message-get-reply-headers): Use it.
7927         (message-replace-header): New helper function.
7928         (message-recipients-without-full-name): New variable.
7929         (message-simplify-recipients): New command.
7930
7931         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7932
7933         * message.el (message-info): Handle EasyPG manual.
7934
7935         * mml.el (mml-menu): Add entry for EasyPG.
7936
7937 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7938
7939         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7940         parameter.
7941
7942         * message.el (message-disassociate-draft): Specify drafts group name
7943         fully.
7944
7945 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7948         Eliminate unnecessary duplicates from the match list.
7949
7950 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7953
7954         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7955
7956         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7957         args of `how-many' of which the XEmacs version doesn't take; declare
7958         Info-index-next as function.
7959
7960 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-score.el (gnus-score-headers): Fix handling of
7963         gnus-inhibit-slow-scoring.
7964
7965         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7966         string.
7967         (gnus-button-url-regexp): Improve handling of parenthesis.
7968         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7969         (gnus-button-handle-info-keystrokes): Handle index entries.
7970
7971 2008-03-15  Glenn Morris  <rgm@gnu.org>
7972
7973         * parse-time.el (parse-time-string): Simplify.
7974
7975 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7978         Incoming* files.
7979
7980 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7981
7982         * auth-source.el (auth-sources): Rename from auth-source-choices.
7983         (auth-source-pick): Use it.
7984
7985 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7986
7987         * binhex.el (binhex-decode-region-internal):
7988         * uudecode.el (uudecode-decode-region-internal):
7989         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7990         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7991         setting default-enable-multibyte-characters.
7992
7993 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * auth-source.el (auth-source-protocols)
7996         (auth-source-protocols-customize, auth-source-choices): Add and
7997         modified variable customizations and defaults.
7998         (auth-source-pick, auth-source-user-or-password)
7999         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8000         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8001         (auth-source-user-or-password-sftp)
8002         (auth-source-user-or-password-smtp): Use new variables and provide an
8003         interface to netrc.el.
8004
8005 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8008         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8009         Make sure the nntp port to specify is a string.
8010
8011 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8012
8013         * nntp.el: Use with-current-buffer.
8014         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8015         dubious mm-with-unibyte-current-buffer.
8016         (nntp-with-open-group-function): New function extracted from
8017         nntp-with-open-group macro.
8018         (nntp-with-open-group): Use the function, so it's easier to debug.
8019         Add indentation and debugging info.
8020         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8021         Recommend the use of the netcat alternatives.
8022
8023         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8024         Avoid mm-string-as-multibyte as well.
8025
8026         * nnweb.el (nnweb-insert-html):
8027         Remove use of nnheader-string-as-multibyte.
8028
8029         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8030         (nnheader-string-as-multibyte): Remove.
8031
8032         * mm-view.el: Use inhibit-read-only.
8033         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8034         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8035         or unibyte-string.
8036
8037         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8038         (mm-uu-yenc-extract): Use with-current-buffer.
8039
8040         * gnus-soup.el (gnus-soup-send-packet): Don't use
8041         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8042
8043         * nnmh.el: Use with-current-buffer.
8044         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8045         mm-string-as-multibyte on the output of mm-encode-coding-string.
8046
8047         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8048         (nnimap-request-move-article): Use with-current-buffer.
8049
8050         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8051         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8052         conversion uses string-make-unibyte rather than string-as-unibyte.
8053
8054         * gnus-msg.el: Use with-current-buffer.
8055
8056         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8057
8058 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8059
8060         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8061         string for caching if it is 'PIN.
8062
8063 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * lpath.el: Consider the case without Emacs/W3.
8066
8067 2008-03-08  Glenn Morris  <rgm@gnu.org>
8068
8069         * time-date.el (date-to-time, time-subtract, time-add)
8070         (safe-date-to-time): Doc fixes.
8071
8072 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * mail-source.el (mail-source-delete-old-incoming-confirm):
8075         Change default to nil.
8076         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8077
8078 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * lpath.el: Rearrange.
8081
8082         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8083         (gnus-article-goto-prev-page): Work for articles having ^L's.
8084
8085         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8086
8087         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8088
8089 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8090
8091         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8092         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8093         (gnus-bookmark-jump): Adjust some variable names.
8094
8095 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * auth-source.el: New package.
8098         (auth-source-choices): Add customization entry point variable.
8099
8100         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8101         bug.
8102
8103 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8106         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8107         (gnus-registry-install-shortcuts): Rename from
8108         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8109         the `gnus-registry-mark-map' keymap dynamically from
8110         `gnus-registry-marks'.  The generated functions update the summary line
8111         when a registry mark is added or deleted, and will call
8112         `gnus-registry-install-p' (see the comments in the code).
8113         (gnus-registry-user-format-function-M): Use concat intelligently.
8114
8115         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8116         the registry mark functions.
8117
8118 2008-03-05  Glenn Morris  <rgm@gnu.org>
8119
8120         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8121         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8122         gnus-art.
8123         (top-level): No need to load own source when compiling.
8124
8125 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8128         Suggested by <chris.anderton@zetnet.co.uk>.
8129
8130 2008-03-04  Glenn Morris  <rgm@gnu.org>
8131
8132         * gnus-sum.el (top-level): No need to require gnus when compiling,
8133         since unconditionally required near start of file.
8134         (gnus-summary-display-while-building): Move definition before use.
8135
8136 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * gnus-registry.el (gnus-registry-user-format-function-M):
8139         Add formatting function.
8140
8141 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8142
8143         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8144         with plists.
8145         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8146         Use new format.
8147
8148 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8151         `where-is-internal' that returns a range of key sequences.
8152
8153 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8154
8155         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8156
8157         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8158         (gnus-summary-jump-to-group): Consider windows on other displayed
8159         frames as well.  Similar changes might be needed elsewhere, but that's
8160         the one I've bumped into during my use.
8161
8162         * nndoc.el (nndoc-oe-dbx-type-p):
8163         * gnus-msg.el (gnus-debug):
8164         * gnus-group.el (gnus-update-group-mark-positions):
8165         Use mm-string-to-multibyte.
8166
8167 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8170         doesn't handle NotDashEscaped.
8171
8172         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8173         (mml-dnd-attach-options): Fix typo in custom choice.
8174
8175         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8176         Change nndoc-article-type to mbox.
8177         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8178
8179         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8180         to nil, instead of html2text.
8181
8182         * imap.el (imap-debug): Add `imap-ping-server'.
8183
8184         * gnus-bookmark.el: Add FIXMEs.
8185
8186         * message.el (message-form-letter-separator)
8187         (message-send-form-letter-delay): New variables.
8188         (message-send-form-letter): Use them.  New command to send form
8189         letters.  Requested by Uwe Siart.
8190         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8191
8192 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * Update copyright years.
8195
8196 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         Sync from EMACS_22_BASE.
8199
8200         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8201
8202 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8203
8204         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8205         empty author.
8206
8207 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * gnus-registry.el (gnus-registry-marks): Add variable for
8210         customization of marks and their appearance.
8211         (gnus-registry-read-mark): Use it.
8212         (gnus-registry-do-marks): Add utility function to loop through
8213         `gnus-registry-marks'.
8214         (gnus-registry-install-shortcuts-and-menus): Add function to install
8215         shortcuts and menus.
8216         (gnus-registry-initialize): Use it.
8217         (gnus-registry-default-mark): Clarify documentation.
8218
8219 2008-02-29  Glenn Morris  <rgm@gnu.org>
8220
8221         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8222         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8223         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8224         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8225         Change defcustom :version from 23.0 to 23.1.
8226
8227 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-registry.el (gnus-registry-follow-group-p)
8230         (gnus-registry-post-process-groups): Add functions to aid registry
8231         splitting and improve logging.  Clarify behavior in function
8232         documentation.
8233         (gnus-registry-split-fancy-with-parent): Use them.
8234
8235 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8236
8237         * gnus-art.el: Use with-current-buffer.
8238
8239 2008-02-27  David Engster  <dengste@eml.cc>
8240
8241         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8242         Express real group name in the response.
8243
8244 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8247         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8248         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8249         autoload gnus-registry-fetch-group when compiling.
8250         (nnmairix-request-group-with-article-number-correction):
8251         Remove unreferenced argument passed to nnmairix-call-backend.
8252
8253 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8256         (mm-uu-extract): Improve face for low color ttys.
8257         Reported by Sascha Wilde.
8258
8259 2008-02-27  Glenn Morris  <rgm@gnu.org>
8260
8261         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8262         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8263         variables to defconsts.  Convert comments to doc-strings.
8264         (nnmairix-last-server, nnmairix-current-server): Convert from free
8265         variables to defvars.  Convert comments to doc-strings.
8266         (gnus-registry-fetch-group): Autoload.
8267         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8268         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8269         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8270         caddr.
8271         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8272         nnmairix-request-group-with-article-number-correction call.
8273         (nnmairix-fast, nnmairix-group): New, less general names, for free
8274         variables passed from nnmairix-request-group to
8275         nnmairix-request-group-with-article-number-correction.  Declare.
8276         (nnmairix-request-group-with-article-number-correction):
8277         Use nnmairix-fast, nnmairix-group rather than fast, group.
8278
8279 2008-02-26  David Engster  <dengste@eml.cc>
8280
8281         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8282         version 0.5.
8283
8284 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8287         instead of making an extra function call.  Don't add the current group
8288         to articles only when they have the group.  Use
8289         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8290         Reported by David <de_bb@arcor.de>.
8291
8292 2008-02-24  Miles Bader  <miles@gnu.org>
8293
8294         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8295         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8296         (mm-find-mime-charset-region):
8297         * mm-bodies.el (mm-encode-body):
8298         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8299
8300 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8303         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8304
8305 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * mail-source.el (mail-source-delete-incoming): Change default.
8308         Supplement doc string.
8309
8310         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8311
8312 2008-02-14  Glenn Morris  <rgm@gnu.org>
8313
8314         * time-date.el (format-seconds): New function.
8315
8316 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * nnmail.el (nnmail-message-id-cache-file): Derive from
8319         `gnus-home-directory'.
8320
8321 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8324         Document negative prefix.
8325
8326         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8327
8328 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * message.el (message-unsent-separator): Add the Exim bounce
8331         separator.
8332
8333 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8334
8335         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8336         list.
8337         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8338         recipient/signer list.
8339
8340 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * Makefile.in (datarootdir): Define.
8343         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8344         name that might contain whitespace.
8345
8346 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8349         fbound (Emacs 23 unicode), signal an error.
8350
8351 2008-02-08  Glenn Morris  <rgm@gnu.org>
8352
8353         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8354
8355 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8356
8357         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8358         ports to the calls to `netrc-machine-user-or-password' in addition to
8359         "imap" and "imaps".
8360
8361 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8362
8363         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8364
8365         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8366
8367 2008-02-01  Kenichi Handa  <handa@m17n.org>
8368
8369         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8370         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8371         (rfc2104-hash): Convert the result of concat to unibyte string.
8372
8373 2008-02-01  Dave Love  <fx@gnu.org>
8374
8375         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8376         coding-system-for-read.
8377         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8378
8379 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8382         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8383         <hanche@math.ntnu.no>.
8384
8385 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8388
8389         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8390
8391 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8392
8393         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8394         * message.el (message-beginning-of-line): Use featurep instead of bound
8395         tests in order to resolve conditionals at compile time.
8396
8397 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8398
8399         * mail-source.el (mail-sources): Add `group' choice.
8400
8401         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8402         parameter `in-group' to control into which group the articles go.
8403         Add treatment of `group' mail-source.
8404
8405 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8408
8409         * mm-decode.el (mm-dissect-buffer): Decode description.
8410
8411         * mml.el (mml-to-mime): Encode message header first.
8412
8413 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8416         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8417
8418         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8419         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8420
8421 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8422
8423         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8424
8425 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8428         prefix keys.
8429         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8430         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8431         gnus-xmas.el.
8432
8433         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8434         (gnus-xmas-article-describe-bindings): New function.
8435         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8436         gnus-xmas-article-describe-bindings.
8437
8438         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8439
8440 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8441
8442         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8443         Add new variables for article mark management.
8444         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8445         list of extra data entries which, when present, will indicate that the
8446         article ID should not be trimmed from the registry.
8447         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8448         functions.
8449         (gnus-registry-read-mark): New function to read a mark name from the
8450         user.
8451         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8452         (gnus-registry-set-article-mark-internal): New functions to add and
8453         remove marks.
8454         (gnus-registry-get-article-marks): New function to show the marks for
8455         an article, or retrieve them for further use.
8456
8457 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8460         keys when no argument is given.
8461
8462 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * imap.el (imap-ping-server): New variable.
8465         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8466         (imap-ping-server): Minor doc string fixes.
8467
8468 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8469
8470         * imap.el (imap-ping-server): New function.
8471         (imap-opened): Call imap-ping-server.
8472
8473 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * gnus-sum.el (gnus-article-sort-by-random)
8476         (gnus-thread-sort-by-random): Fix doc strings.
8477         Reported by jidanni@jidanni.org.
8478
8479 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-art.el (gnus-article-describe-bindings): New function.
8482         (gnus-article-read-summary-keys): Use it.
8483         (gnus-article-mode-map): Bind `C-h b' to it.
8484
8485 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8488         XEmacs.
8489         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8490         Protect against non-character events.
8491
8492         * lpath.el: Fbind map-keymap for Emacs 21.
8493
8494 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8497         New command.
8498         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8499         instead of END.  Change name of the temp file.
8500         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8501         customizable.
8502
8503 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8506         bind `S W' to gnus-article-wide-reply-with-original; set default
8507         binding to gnus-article-read-summary-send-keys.
8508         (gnus-article-read-summary-keys): Fix the order of keys; display
8509         continuation keys correctly in the echo area; describe bindings
8510         correctly when keys end with `C-h'.
8511         (gnus-article-read-summary-send-keys): New function.
8512         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8513         Work for gnus-article-read-summary-send-keys; display continuation keys
8514         correctly in the echo area.
8515         (gnus-article-reply-with-original): Ignore prefix argument.
8516         (gnus-article-wide-reply-with-original): New function.
8517
8518         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8519         Emacs 21.
8520
8521 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8524         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8525
8526 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8529         (gnus-group-read-ephemeral-gmane-group): New command.
8530
8531 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8532
8533         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8534
8535 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * message.el (message-send-mail-function): Increase custom version.
8538
8539         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8540         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8541
8542 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8545         for the cases where imap-authenticate is called with a nil buffer
8546         parameter.
8547
8548 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8551         html parts correctly; support forwarded messages.
8552         (gnus-article-browse-html-article): Remove work buffers.
8553
8554         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8555         compiling.
8556         (netrc-bound-and-true-p): New macro.
8557         (netrc-parse): Use it instead of bound-and-true-p that is not available
8558         in XEmacs 21.4.
8559
8560 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-registry.el (gnus-registry-mark-article)
8563         (gnus-registry-article-marks): Add functionality to mark articles
8564         through the Gnus registry.
8565
8566         * encrypt.el: Clarify documentation for the new pgg method.
8567         (encrypt-file-alist): Add PGG option.
8568         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8569         functionality.  Abstract password key and messaging to external
8570         functions.
8571         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8572         (encrypt-message-method-and-cipher): Add new convenience external
8573         functions.
8574         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8575         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8576
8577         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8578         (netrc-parse): Use encrypt-file-alist to determine if
8579         encrypt-find-model or encrypt-insert-file-contents should be used.
8580
8581         * encrypt.el: Clarify documentation.  Load password-cache or
8582         password, whichever one is found first, instead of autoloading.
8583
8584 2007-12-19  Glenn Morris  <rgm@gnu.org>
8585
8586         * mml.el (message-options-set, message-narrow-to-head)
8587         (message-in-body-p, message-mail-p, message-encode-message-body):
8588         Autoload.
8589         (message-remove-header, message-narrow-to-headers-or-head)
8590         (message-subscribed-p, message-make-mail-followup-to)
8591         (message-position-on-field, message-news-p)
8592         (message-options-set-recipient, message-generate-headers)
8593         (message-sort-headers): Declare as functions.
8594
8595 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8598         convention in doc string.
8599
8600 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8603         title to html parts.
8604         (gnus-article-browse-html-article): Pass message header to it.
8605
8606         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8607
8608 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8611         or password compatible with XEmacs.
8612
8613 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8616         format document.
8617         (gnus-mime-delete-part): Don't write description line if empty.
8618         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8619
8620 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8621
8622         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8623         (gnus-summary-mark-read-and-unread-as-read)
8624         (gnus-summary-mark-current-read-and-unread-as-read)
8625         (gnus-summary-mark-unread-as-ticked): Doc fix.
8626         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8627
8628 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8631         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8632
8633 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8636         yes-or-no-p.
8637
8638 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-decode.el (mm-add-meta-html-tag): New function.
8641         (mm-save-part-to-file, mm-pipe-part): Use it.
8642
8643         * gnus-art.el (gnus-article-browse-delete-temp-files):
8644         Use gnus-y-or-n-p instead of y-or-n-p.
8645         (gnus-article-browse-html-parts): Work with message/external-body; use
8646         mm-add-meta-html-tag.
8647
8648 2007-12-11  Glenn Morris  <rgm@gnu.org>
8649
8650         * gnus-cache.el: Require gnus-sum not just when compiling.
8651
8652         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8653
8654         * gnus-int.el (gnus-server-opened, gnus-status-message):
8655         Move definitions before use.
8656
8657         * mm-decode.el: Require gnus-util.
8658         (mm-remove-part): Only call delete-annotation on XEmacs.
8659
8660         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8661
8662         * nnmail.el: Require gnus-int.
8663
8664         * spam.el: Move `require's before `eval-when-compile's.
8665
8666         * gnus-ems.el (gnus-alive-p):
8667         * gnus-fun.el (message-goto-eoh):
8668         * gnus-util.el (gnus-group-name-decode):
8669         * mail-source.el (gnus-compress-sequence):
8670         * message.el (Info-goto-node, format-spec):
8671         * mm-bodies.el (message-options-get):
8672         * mm-decode.el (mm-view-pkcs7):
8673         * mm-util.el (gmm-write-region):
8674         * mml-smime.el (mml-compute-boundary)
8675         (gnus-completing-read-with-default):
8676         * mml.el (widget-button-press, gnus-make-hashtable):
8677         * mml1991.el (mm-decode-content-transfer-encoding)
8678         (mm-encode-content-transfer-encoding)
8679         (message-options-get, message-options-set):
8680         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8681         * nnfolder.el (gnus-request-group):
8682         * nnheader.el (ietf-drums-unfold-fws):
8683         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8684         * smime.el (gnus-run-mode-hooks):
8685         * spam-stat.el (gnus-message): Autoload.
8686
8687         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8688         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8689         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8690         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8691         Add declare-function compatibility definition.
8692
8693         * gnus-cache.el (nnvirtual-find-group-art):
8694         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8695         (gnus-add-image, gnus-add-wash-type):
8696         * gnus-group.el (nnkiboze-score-file):
8697         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8698         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8699         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8700         (message-tokenize-header, gnus-get-buffer-create)
8701         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8702         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8703         * gnus.el (gnus-group-decoded-name):
8704         * mail-source.el (imap-capability):
8705         * mm-bodies.el (message-options-set):
8706         * mm-decode.el (gnus-configure-windows):
8707         * mm-extern.el (message-goto-body):
8708         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8709         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8710         (epg-sub-key-validity, message-options-set):
8711         * mml.el (widget-event-point, gnus-configure-windows):
8712         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8713         * mml2015.el (epg-check-configuration, epg-configuration)
8714         (message-options-set):
8715         * nndb.el (nndb-request-article):
8716         * nnfolder.el (gnus-request-create-group):
8717         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8718         * nnmaildir.el (gnus-group-mark-article-read):
8719         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8720         * rfc1843.el (message-fetch-field):
8721         * spam.el (gnus-extract-address-components):
8722         Declare as functions.
8723
8724 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8727
8728         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8729
8730         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8731         bind show-trailing-whitespace for XEmacs.
8732
8733 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8736         new no-op macro for backward compatibility.
8737
8738         * imap.el (imap-string-to-integer): New function.
8739
8740 2007-12-09  Glenn Morris  <rgm@gnu.org>
8741
8742         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8743
8744         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8745         * message.el, mm-view.el, sieve-manage.el, smime.el:
8746         Add declare-function compatibility definition.
8747
8748         * gnus-art.el (w3-region, w3m-region, Info-menu):
8749         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8750         * gnus-sum.el (gnus-get-predicate):
8751         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8752         * message.el (mail-abbrev-in-expansion-header-p):
8753         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8754         (w3m-detect-meta-charset, w3m-region):
8755         * sieve-manage.el (password-read, password-cache-add)
8756         (password-cache-remove):
8757         * smime.el (password-read-and-add): Declare as functions.
8758
8759 2007-12-08  David Kastrup  <dak@gnu.org>
8760
8761         * gnus-sum.el (gnus-summary-simplify-subject-query):
8762         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8763         `message'.
8764
8765 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8768         it to bind idna-program, installation-directory, defined-colors, and
8769         face-attribute for XEmacs of the version that compiles defcustom forms.
8770
8771 2007-12-07  Glenn Morris  <rgm@gnu.org>
8772
8773         * gnus-art.el (article-make-date-line): Revert previous change.
8774
8775 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8778
8779 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8780
8781         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8782         Call gnus-add-to-range ranges only once with a prepared article-list.
8783
8784 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8785
8786         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8787         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8788         group names with backslashes.
8789         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8790
8791 2007-12-06  Deepak Goel  <deego3@gmail.com>
8792
8793         * gnus-art.el (article-make-date-line):
8794         * gnus-start.el (gnus-load):
8795         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8796
8797 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-art.el (gnus-use-idna)
8800         * gnus-start.el (gnus-site-init-file)
8801         * message.el (message-use-idna)
8802         * mm-uu.el (mm-uu-hide-markers)
8803         * smiley.el (smiley-style): Revert changes that suppress warnings.
8804
8805 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8808         specify charset to html source.
8809         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8810
8811 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8814         idna-program in order to suppress byte compile warning issued by XEmacs
8815         that came to byte compile the default value section of defcustom forms
8816         recently.
8817
8818         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8819         value of installation-directory.
8820
8821         * message.el (message-use-idna): Don't directly refer to the value of
8822         idna-program.
8823
8824         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8825
8826         * smiley.el (smiley-style): Don't directly call face-attribute.
8827
8828 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8831
8832         * gnus-dired.el: Reduce Gnus dependencies.
8833         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8834         Don't require.  Use autoloads instead.
8835         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8836         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8837         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8838         (gnus-dired-mode): Adjust doc string.
8839         (gnus-dired-mail-mode): New variable.
8840         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8841         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8842         (gnus-dired-mail-buffers): New function.  Return mail or message
8843         composition buffers.
8844         (gnus-dired-attach): Use it.
8845         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8846         NO-DECODE.
8847         (gnus-dired-print): Use `gnus-print-buffer' depending on
8848         `gnus-dired-mail-mode'.
8849
8850 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * rfc2047.el (rfc2047-encoded-word-regexp)
8853         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8854         explaining what regexp patterns are for.
8855
8856 2007-12-04  Glenn Morris  <rgm@gnu.org>
8857
8858         * password.el: Move to password-cache.el.
8859
8860         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8861         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8862         * mml-smime.el (password-read, password-cache-add)
8863         (password-cache-remove):
8864         No need to autoload, since mml-sec requires password.
8865
8866         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8867         * message.el (gnus-extract-address-components):
8868         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8869
8870         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8871         password.
8872
8873 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * mailcap.el: Reduce dependencies.
8876         (mail-header-parse-content-type): Autoload.
8877         (mailcap-delete-duplicates): New alias.
8878         (mailcap-mime-info): Add optional argument NO-DECODE.
8879         (mailcap-mime-types): Use mailcap-delete-duplicates.
8880
8881         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8882
8883 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8884
8885         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8886         (imap-parse-status): Upcase status-att for servers that sends them
8887         lower-case (e.g., MS Exchange 2007).
8888
8889 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8892         function.
8893
8894         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8895         (gnus-uu-yenc-article): New function.
8896
8897         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8898
8899         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8900
8901 2007-12-02  Glenn Morris  <rgm@gnu.org>
8902
8903         * binhex.el (binhex): New custom group.
8904         (binhex-decoder-program, binhex-decoder-switches)
8905         (binhex-use-external): Move to the binhex custom group.
8906
8907         * uudecode.el (uudecode): New custom group.
8908         (uudecode-decoder-program, uudecode-decoder-switches)
8909         (uudecode-use-external): Move to the uudecode custom group.
8910
8911         * netrc.el (top-level): Don't load `encrypt' features.
8912         (netrc-parse): Don't use encrypt.
8913         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8914
8915         * encrypt.el: Remove file.
8916
8917 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8920         matches on patches.
8921
8922         * gnus-art.el (gnus-article-browse-html-article):
8923         Mention `mm-text-html-renderer' in the doc string.
8924
8925         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8926         string.  Add comments.
8927
8928         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8929         if rhs is ASCII.
8930
8931 2007-12-01  Glenn Morris  <rgm@gnu.org>
8932
8933         * mail-source.el (top-level): Require format-spec before
8934         eval-when-compile.
8935
8936 2007-11-30  Glenn Morris  <rgm@gnu.org>
8937
8938         * encrypt.el: Require password, rather than autoloading password-read.
8939
8940 2007-11-29  Glenn Morris  <rgm@gnu.org>
8941
8942         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8943         (sasl-make-client, sasl-next-step, sasl-step-data)
8944         (sasl-step-set-data): Declare as functions.
8945
8946 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8949
8950 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8951
8952         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8953         certs should be verified and what is to be done in the event of a
8954         verification failure.
8955
8956         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8957         caller can indicate whether the cache should be disregarded for this
8958         call.  This way the result of the call is reproducible at all times and
8959         can be considered a canonical server name for the supplied method.
8960         (gnus-agent-method-p): Canonicalize server names by pushing their
8961         method through `gnus-method-to-server' using the no-cache argument.
8962
8963         * gnus-srvr.el (gnus-server-insert-server-line):
8964         Call `gnus-method-to-server' with `no-cache' argument.
8965
8966         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8967         gnus-agent-possibly-synchronize-flags as this should be called when the
8968         server is actually being opened.
8969         (gnus-agent-possibly-synchronize-flags)
8970         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8971         flags file of an agentized server to the latter function.
8972
8973         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8974         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8975         after a connection has been established successfully.
8976
8977 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-art.el (article-display-face): Force to display face if called
8980         interactively; check if gnus-article-x-face-too-ugly matches author.
8981         (article-display-x-face): Display face even if From header is missing
8982         as article-display-face does.
8983
8984 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8985
8986         * hashcash.el (message-narrow-to-headers-or-head)
8987         (message-fetch-field, message-goto-eoh)
8988         (message-narrow-to-headers): Declare as functions.
8989
8990 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * mail-source.el (mail-sources): Default to fetch from file for
8993         compatibility with default of nnmail-spool-file.
8994
8995 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8998         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8999         to look for encoded word that should be encoded again.
9000         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9001         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9002         encoding pattern.
9003         (rfc2047-decode-region): Switch strict regexp and loose one according
9004         to rfc2047-allow-irregular-q-encoded-words.
9005
9006 2007-11-25  Romain Francoise  <romain@orebokech.com>
9007
9008         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9009
9010 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * tls.el (tls-program): Provide more custom choices from
9013         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9014         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9015
9016 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9019         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9020
9021         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9022         `nnmail-spool-file'.
9023
9024         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9025         `nnmail-spool-file'.
9026
9027         * gnus-move.el (gnus-change-server): Ditto.
9028
9029         * gnus-kill.el (gnus-batch-score): Ditto.
9030
9031         * gnus-cache.el (gnus-jog-cache): Ditto.
9032
9033         * gnus-msg.el (gnus-summary-reply):
9034         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9035
9036 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9039         version.  Minor improvement to doc strings.
9040         (tls-program): Add comment.
9041
9042 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9043
9044         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9045         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9046         mismatch between the hostname provided in the certificate and the name
9047         of the host connnecting to.
9048         (open-tls-stream): Use them.  Check certificates against trusted root
9049         certificates.
9050
9051 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-cache.el (gnus-cache-generate-nov-databases):
9054         Use nnml-generate-nov-databases-directory instead of
9055         nnml-generate-nov-databases-1.
9056
9057 2007-11-24  Glenn Morris  <rgm@gnu.org>
9058
9059         * message.el (message-tool-bar-retro): Update for rename
9060         mail_send.xpm->mail-send.xpm.
9061
9062 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9065         `smime-ldap-search' for Emacs 22 and up.
9066
9067 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9068
9069         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9070
9071         * message.el (message-send-mail-function): Fix error convention.
9072         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9073         (message-widen-reply, message-send-mail, message-talkative-question)
9074         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9075         (message-clone-locals, message-send-news): Use with-current-buffer.
9076         (message-insert-or-toggle-importance): Remove unused var `valid'.
9077         (message-make-references): Remove unused var `new-references'.
9078         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9079
9080 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9081
9082         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9083         (spam-split-symbolic-return-positive): Reflow docstring.
9084         (spam-backends, spam-summary-exit-behavior)
9085         (spam-mark-ham-unread-before-move-from-spam-group)
9086         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9087         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9088         (spam-clear-cache, spam-backend-check, spam-install-backend)
9089         (spam-install-statistical-backend, spam-list-of-processors)
9090         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9091         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9092         (spam-check-crm114, spam-initialize, spam-unload-hook):
9093         Fix typos in docstrings.
9094
9095 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9098         been checked if they have never been read and those group levels are
9099         higher than the one that a user specified.
9100
9101 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9104         foreign groups unless a group level is specified by a user.
9105         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9106
9107 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * message.el (message-send-mail-function): Require sendmail.
9110
9111 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * message.el (message-send-mail-function): Check for smtpmail too.
9114
9115         * utf7.el (utf7-encode, utf7-decode): Use coding system
9116         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9117
9118         * message.el (message-send-mail-function): New function.
9119         (message-send-mail-function): Set default using
9120         message-send-mail-function.  Adjust doc string.
9121         (message-send-mail-with-mailclient): New function.
9122
9123 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9124
9125         * smime.el (from):
9126         * rfc2047.el (message-posting-charset):
9127         * qp.el (mm-use-ultra-safe-encoding):
9128         * pop3.el (parse-time-months):
9129         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9130         * nnml.el (files):
9131         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9132         (jka-compr-compression-info-list, ange-ftp-path-format)
9133         (efs-path-regexp):
9134         * nndiary.el (files):
9135         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9136         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9137         (epg-digest-algorithm-alist, inhibit-redisplay)
9138         (password-cache-expiry):
9139         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9140         (pgg-output-buffer, password-cache-expiry):
9141         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9142         (efs-path-regexp):
9143         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9144         (inhibit-redisplay):
9145         * mm-uu.el (file-name, start-point, end-point, entry)
9146         (gnus-newsgroup-name, gnus-newsgroup-charset):
9147         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9148         (latin-unity-ucs-list):
9149         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9150         (mm-uu-binhex-decode-function):
9151         * message.el (gnus-message-group-art, gnus-list-identifiers)
9152         (rmail-enable-mime-composing, gnus-local-organization)
9153         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9154         (gnus-read-active-file, facemenu-add-face-function)
9155         (facemenu-remove-face-function, gnus-article-decoded-p)
9156         (tool-bar-mode):
9157         * mail-source.el (display-time-mail-function):
9158         * gnus-util.el (nnmail-pathname-coding-system)
9159         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9160         (gnus-original-article-buffer, gnus-user-agent)
9161         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9162         (xemacs-codename, sxemacs-codename, emacs-program-version):
9163         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9164         * gnus-start.el (gnus-agent-covered-methods)
9165         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9166         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9167         (gnus-newsgroup-headers, gnus-group-list-mode)
9168         (gnus-group-mark-positions, gnus-newsgroup-data)
9169         (gnus-newsgroup-unreads, nnoo-state-alist)
9170         (gnus-current-select-method, mail-sources)
9171         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9172         (nnmail-spool-file, gnus-cache-active-hashtb):
9173         * gnus-mh.el (mh-lib-progs):
9174         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9175         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9176         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9177         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9178         (gnus-group-buffer):
9179         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9180         (font-lock-set-defaults):
9181         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9182         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9183         (gnus-summary-post-menu, total-parts, type, condition, length):
9184         * gnus-agent.el (gnus-agent-read-agentview):
9185         * flow-fill.el (show-trailing-whitespace):
9186         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9187         eval-and-compile wrappers for byte compiler pacifiers.
9188
9189         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9190         (mm-display-inline-fontify): Check for featurep 'xemacs not
9191         extent-list.
9192
9193         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9194         itimer-list.
9195         (mm-create-image-xemacs): Only do something for XEmacs.
9196         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9197
9198         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9199
9200         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9201         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9202
9203 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9204
9205         * nnimap.el (nnimap-split-download-body):
9206         * gnus-demon.el (gnus-demon):
9207         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9208
9209 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9212         New macros.
9213         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9214         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9215         copy data from unibyte buffer to multibyte current buffer.
9216         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9217         to copy data from unibyte current buffer to multibyte buffer.
9218         (nntp-make-process-buffer): Make process buffer unibyte.
9219
9220         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9221
9222 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9223
9224         * pop3.el (pop3-open-server): Accept and process data more robustly at
9225         connexion start to avoid spurious "POP SSL connexion failed" errors.
9226
9227 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9230         read group names.
9231
9232 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9235
9236 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9239         (nnmail-save-active): Use a unibyte buffer when saving active file,
9240         which may contain non-ASCII group names.
9241
9242         * nnml.el (nnml-request-group): Decode group names in messages.
9243
9244 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * message.el (message-citation-line-function)
9247         (message-insert-formatted-citation-line): Fix spelling of
9248         `message-insert-formated-citation-line'.
9249
9250 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9253
9254 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9257         nnmail-pathname-coding-system.
9258
9259         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9260         that a user enters; decode group names in messages.
9261
9262         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9263
9264 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9267
9268         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9269
9270         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9271         risky local variable.
9272
9273         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9274
9275 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9276
9277         * encrypt.el: Improve documentation to fix function name typo.
9278         Reported by Daiki Ueno <ueno@unixuser.org>.
9279
9280 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9283         even if the point is not in the last page of an article.
9284         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9285         back to the previous page.
9286
9287 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9290
9291 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9294
9295 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9296
9297         * message.el (message-check-news-body-syntax):
9298         Avoid mm-string-as-multibyte.
9299         (message-hide-headers): Don't assume (point-min)==1.
9300
9301 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * message.el (message-remove-blank-cited-lines): Fix if remove is
9304         given.
9305         (message-bogus-address-regexp): New variable.
9306         (message-bogus-recipient-p): New function.
9307         (message-check-recipients): New command.
9308         (message-syntax-checks): Add `bogus-recipient'.
9309         (message-fix-before-sending): Add `bogus-recipient'.
9310
9311         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9312         (gnus-treat-body-boundary): Don't test window-system.
9313
9314 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9315
9316         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9317
9318 2007-10-28  Miles Bader  <miles@gnu.org>
9319
9320         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9321         at compile-time too.
9322
9323 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * gnus-msg.el (gnus-message-setup-hook):
9326         Add `message-remove-blank-cited-lines' to options.
9327
9328 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * message.el (message-remove-blank-cited-lines): New function.
9331         Suggested by Karl Plästerer.
9332
9333 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9336         mapc.
9337
9338         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9339         (top-level): Use mapc to set functions to be traced for debugging.
9340
9341         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9342         called for effect with while loop.
9343
9344         * message.el (message-talkative-question): Replace mapcar called for
9345         effect with mapc.
9346
9347         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9348         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9349         called for effect with dolist.
9350
9351         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9352
9353         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9354         gnus-extra-headers and nnmail-extra-headers.
9355
9356         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9357         called for effect with dolist.
9358         (top-level): Use mapc to set functions to be traced for debugging.
9359
9360         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9361         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9362         dolist.
9363
9364         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9365         Replace mapcar called for effect with mapc.
9366         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9367         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9368         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9369         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9370
9371         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9372         remove-if that's a cl function.
9373
9374         * webmail.el (webmail-debug): Replace mapcar called for effect with
9375         dolist.
9376
9377         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9378         with mapc.
9379
9380 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9383         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9384         with while loop.
9385
9386         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9387         functions from article-* functions.
9388         (gnus-multi-decode-header): Replace mapcar called for effect with
9389         dolist.
9390
9391         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9392         (gnus-bookmark-show-details): Replace mapcar called for effect with
9393         while loop.
9394
9395         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9396         called for effect with while loop.
9397
9398         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9399         with dolist.
9400
9401         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9402         Replace mapcar called for effect with dolist.
9403
9404         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9405
9406         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9407         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9408         Replace mapcar called for effect with dolist.
9409         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9410         mapc.
9411
9412         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9413         Replace mapcar called for effect with dolist.
9414         (gnus-topic-list): Replace mapcar called for effect with mapc.
9415
9416         * gnus.el: Use mapc instead of mapcar to add autoloads.
9417
9418 2007-10-23  Richard Stallman  <rms@gnu.org>
9419
9420         * gnus-group.el (gnus-group-highlight): Mark as risky.
9421
9422 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus.el (gnus-server-to-method): Return method found first in
9425         gnus-newsrc-alist.
9426
9427         * gnus-art.el (gnus-article-highlight-signature)
9428         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9429         button overlay without the front stickiness.
9430
9431 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9432
9433         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9434         overview buffer needed a catch to receive its throw.
9435         (gnus-agent-flush-cache): Declare as interactive to make this function
9436         easier to use.
9437
9438 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9441         `next-line'.
9442
9443 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9446         exclude address matching message-dont-reply-to-names.
9447
9448 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-util.el (gnus-string<): New function.
9451
9452         * gnus-sum.el (gnus-article-sort-by-author)
9453         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9454
9455 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9458         the frame-focus tag is set in gnus-buffer-configuration.
9459
9460 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9463         the front stickiness.
9464
9465 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9468         url pattern; remove duplicate one.
9469         (gnus-article-extend-url-button): New function.
9470         (gnus-article-add-buttons): Use it.
9471         (gnus-button-push): Use concatenated url that it makes.
9472
9473 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9474
9475         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9476
9477 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9478
9479         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9480         Don't hardcode point-min==1.
9481
9482 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9485         Fix comment about "iso8859-1".
9486
9487 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9488
9489         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9490         ones returned from the verify-function.
9491
9492         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9493         Call mml2015-extract-cleartext-signature if extraction failed.
9494
9495 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9496
9497         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9498         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9499         failed.
9500
9501 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9504
9505 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9508         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9509         recommends to use EasyPG instead of PGG.
9510
9511         * pgg.el: Revert to revision 6.23.2.16.
9512
9513         * pgg-def.el: Revert to revision 6.6.2.14.
9514
9515         * pgg-gpg.el: Revert to revision 6.23.2.34.
9516
9517 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9520         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9521         thread for both the null and zero (kill/expire thread) universal prefix
9522         cases.
9523         (gnus-summary-expire-thread): Add new function to expire a thread,
9524         using gnus-summary-kill-thread.
9525         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9526         shortcuts for gnus-summary-expire-thread.
9527         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9528         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9529
9530 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9533         extras value, so an extras entry can be deleted.
9534         (gnus-registry-delete-extra-entry): Use it.
9535         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9536         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9537         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9538         storage through the gnus-registry, and provide an appropriate API for
9539         it.
9540
9541 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9544         Suggested by Leo <sdl.web@gmail.com>.
9545
9546         * gnus.el: Do.
9547
9548 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9551         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9552
9553         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9554
9555         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9556         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9557
9558 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9561         newline.
9562         (nnmbox-request-accept-article): Don't change article in source buffer;
9563         narrow to header to use message-fetch-field rather than
9564         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9565         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9566         as delimiters; make sure article ends with newline.
9567         (nnmbox-delete-mail): Correct last position of article to be deleted;
9568         ignore X-Gnus-Newsgroup header in article body.
9569         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9570         positions; make sure article ends with newline.
9571
9572         * message.el (message-display-abbrev): Don't infloop when a user
9573         inserts SPC in the beginning of header.
9574
9575         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9576         coding-system-for-read and coding-system-for-write for XEmacs having no
9577         file-coding feature.
9578
9579         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9580
9581 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9582
9583         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9584         list of groups not followed by default.  Fix type to be regexp.
9585         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9586
9587 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9588
9589         * hmac-def.el (define-hmac-function): Switch from old-style to
9590         new-style backquotes.
9591
9592         * md4.el (md4-make-step): Likewise.
9593
9594 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9597         raw-text coding system when saving .newsrc file, which may contain
9598         non-ASCII group names.
9599
9600 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-cus.el (gnus-score-extra): New widget.
9603         (gnus-score-extra-convert): New function.
9604         (gnus-score-customize): Use it for Extra.
9605
9606 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9607
9608         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9609         (mml2015-mailcrypt-clear-verify): Use it.
9610         (mml2015-gpg-clear-verify): Use it.
9611         (mml2015-pgg-clear-verify): Use it.
9612         (mml2015-epg-clear-verify): Replace the current part with the output
9613         from GnuPG; don't extract the plaintext by itself.
9614
9615         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9616         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9617         mml2015-clear-verify-function; don't touch the armor headers or
9618         dash-escaped text here.
9619
9620 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9623         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9624         parts, or application/octet-stream as a last resort.
9625         (gnus-mime-view-part-as-type): Don't toggle display.
9626         (gnus-mime-view-part-as-charset): Don't turn off display before
9627         querying charset.
9628
9629         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9630         stuff to undisplayer function in Emacs.
9631         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9632
9633         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9634         text/calendar parts.
9635
9636 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9639         decoding text/calendar parts.
9640
9641         * message.el (message-forward-make-body-mime): Always mark body as
9642         having no illegible text; remove signed-or-encrypted argument.
9643         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9644
9645         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9646         (mml-generate-mime-1): Don't encode body if it is specified to be in
9647         raw form; don't make buffer be unibyte when inserting multibyte string.
9648
9649 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9650
9651         * sha1.el: Fix up comment style.
9652         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9653         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9654
9655         * hex-util.el: Fix up comment style.
9656         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9657
9658         * gnus-salt.el: Use with-current-buffer.
9659         (gnus-pick-setup-message): Fix long-standing typo.
9660
9661 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * imap.el (imap-logout-timeout): New variable.
9664         (imap-logout, imap-logout-wait): New functions.
9665         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9666
9667         * nnimap.el (nnimap-logout-timeout): New server variable.
9668         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9669         nnimap-logout-timeout.
9670
9671         * gnus-art.el (gnus-article-summary-command-nosave)
9672         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9673
9674 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus.el (gnus-maximum-newsgroup): New variable.
9677
9678         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9679         according to gnus-maximum-newsgroup.
9680
9681         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9682         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9683         Limit the range of articles according to gnus-maximum-newsgroup.
9684
9685 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9686
9687         * gnus-art.el (gnus-sticky-article): Fix problems described in
9688         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9689         Don't perform gnus-configure-windows here; reuse existing sticky
9690         article buffer.
9691
9692         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9693         it doesn't exist in gnus-article-mode.
9694
9695 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9698         (gnus-agent-decoded-group-name): New function.
9699         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9700         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9701
9702 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9703
9704         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9705         Add binding for gnus-sticky-article.
9706         (gnus-summary-exit): Don't kill sticky article buffers.
9707
9708         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9709         article buffer.
9710         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9711         (gnus-kill-sticky-article-buffers): New commands.
9712
9713 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * nntp.el (nntp-xref-number-is-evil): New server variable.
9716         (nntp-find-group-and-number): If it is non-nil, don't trust article
9717         numbers in the Xref header.
9718
9719 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-agent.el (gnus-agent-read-group): New function.
9722         (gnus-agent-flush-group, gnus-agent-expire-group)
9723         (gnus-agent-regenerate-group): Use it.
9724         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9725         nnmail-pathname-coding-system.
9726
9727 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9730
9731         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9732         that are unread as unread, and also as selected so that information of
9733         marks having been changed by a user may be updated when exiting group.
9734
9735 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9738
9739 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9742         calculated ignoring signature parts to gnus-treat-article.
9743
9744 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9747         a point here in order to keep the window start.
9748         (gnus-insert-mime-security-button): Make a button overlay without the
9749         front stickiness.
9750         (gnus-mime-display-security): Goto the end of a button.
9751
9752         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9753
9754 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9757         group-name-at-point.
9758         (gnus-group-completing-read): New function that offers decoded
9759         non-ASCII group names for completion.
9760         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9761         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9762         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9763         (gnus-group-fetch-control): Use it.
9764         (gnus-fetch-group): Use group-name-at-point for the initial value
9765         rather than the default value; use gnus-alive-p.
9766
9767         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9768         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9769         (gnus-summary-post-news): Use gnus-group-completing-read.
9770
9771         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9772         (gnus-read-move-group-name): Decode group name for completion.
9773
9774 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9775
9776         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9777         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9778         Yamaoka slightly modified the code).
9779
9780 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9783         (nnmail-split-incoming): Bind it.
9784
9785         * nnml.el (nnml-group-name-charset): New function.
9786         (nnml-decoded-group-name): Use it; don't decode group name if
9787         nnmail-group-names-not-encoded-p is non-nil.
9788         (nnml-encoded-group-name): New function.
9789         (nnml-group-pathname): Inline nnml-decoded-group-name.
9790         (nnml-request-expire-articles): Decode group name in message.
9791         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9792         nnmail-pathname-coding-system.
9793         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9794         not decoded ones according to nnmail-group-names-not-encoded-p.
9795         (nnml-generate-active-info): Use nnml-encoded-group-name.
9796
9797 2007-08-08  Glenn Morris  <rgm@gnu.org>
9798
9799         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9800         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9801         doc-strings and comments.
9802
9803 2007-07-25  Glenn Morris  <rgm@gnu.org>
9804
9805         * Relicense all FSF files to GPLv3 or later.
9806
9807 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-sum.el (gnus-summary-move-article):
9810         Make gnus-summary-respool-article work.
9811
9812 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9815         string.
9816
9817 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9818
9819         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9820         that should be ignored when comparing distant RSS articles with local
9821         ones.
9822         (nnrss-make-hash-index): New function.  Create a hash index according
9823         to the ignored fields.
9824         (nnrss-check-group): Use it.
9825
9826 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9829
9830         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9831
9832         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9833         the new optional argument ENCODED is non-nil.
9834         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9835         coding system for encoding group name.
9836         (gnus-group-make-rss-group): Pass un-encoded group name to
9837         gnus-group-make-group.
9838         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9839         encoded.
9840
9841         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9842         Encode group name to which articles are moved or copied.
9843         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9844         coding system for encoding Newsgroup, Followup-To and Xref headers.
9845
9846         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9847         marks; use nnheader-file-coding-system to write a file.
9848         (nnagent-retrieve-headers): Bind file-name-coding-system to
9849         nnmail-pathname-coding-system.
9850
9851         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9852
9853         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9854         (nnml-request-article, nnml-request-create-group)
9855         (nnml-request-rename-group, nnml-find-id)
9856         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9857         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9858         (nnml-save-marks): Use nnml-group-pathname instead of
9859         nnmail-group-pathname.
9860
9861         (nnml-request-create-group, nnml-request-expire-articles)
9862         (nnml-request-move-article, nnml-request-delete-group)
9863         (nnml-deletable-article-p, nnml-possibly-create-directory)
9864         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9865         (nnml-open-marks): Bind file-name-coding-system to
9866         nnmail-pathname-coding-system.
9867
9868         (nnml-request-article): Pass server argument to nnml-find-group-number.
9869         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9870         Pass server argument to nnml-possibly-create-directory.
9871         (nnml-request-accept-article): Pass server argument to
9872         nnml-active-number and nnml-save-mail.
9873         (nnml-find-group-number): Pass server argument to nnml-find-id.
9874         (nnml-request-update-info): Pass server argument to
9875         nnml-marks-changed-p.
9876
9877         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9878         (nnml-save-mail, nnml-active-number): Add server argument.
9879
9880         (nnml-request-delete-group): Warn if group is missing.
9881         (nnml-get-nov-buffer): Decode group name.
9882         (nnml-generate-active-info): Encode group name.
9883         (nnml-open-marks): Decode group name in messages.
9884
9885 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9888         if it is not specified.
9889         (gnus-article-pipe-part, gnus-article-save-part)
9890         (gnus-article-interactively-view-part, gnus-article-copy-part)
9891         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9892         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9893         (gnus-article-replace-part, gnus-article-delete-part)
9894         (gnus-article-view-part-as-type): Pass raw prefix argument to
9895         gnus-article-part-wrapper.
9896
9897 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-agent.el (gnus-agent-save-active):
9900         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9901
9902         * gnus-cache.el (gnus-cache-save-buffers)
9903         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9904         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9905         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9906         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9907         (gnus-cache-generate-active, gnus-cache-rename-group)
9908         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9909         (gnus-cache-update-overview-total-fetched-for):
9910         Bind file-name-coding-system to nnmail-pathname-coding-system.
9911         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9912         New variables.
9913         (gnus-cache-decoded-group-name): New function.
9914         (gnus-cache-file-name): Use it.
9915         (gnus-cache-generate-active): Use non-decoded group name for active.
9916
9917         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9918         right place.
9919         (gnus-write-active-file): Don't break non-ASCII group names.
9920
9921         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9922         nnmail-pathname-coding-system.
9923
9924         * lpath.el: Bind default-file-name-coding-system,
9925         file-name-coding-system and language-info-alist for XEmacs.
9926
9927         * gnus-uu.el (gnus-uu-decode-save): Typo.
9928
9929 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9932
9933 2007-07-14  David Kastrup  <dak@gnu.org>
9934
9935         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9936         finishing actions if we did not edit the article.
9937
9938 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9941         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9942         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9943         (gnus-agent-flush-group, gnus-agent-flush-cache)
9944         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9945         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9946         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9947         (gnus-agent-regenerate-group)
9948         (gnus-agent-update-files-total-fetched-for)
9949         (gnus-agent-update-view-total-fetched-for):
9950         Bind file-name-coding-system to nnmail-pathname-coding-system.
9951         (gnus-agent-group-pathname): Don't encode file names by
9952         nnmail-pathname-coding-system.
9953         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9954         coding-system-for-write instead of buffer-file-coding-system to
9955         gnus-agent-file-coding-system.
9956
9957         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9958         Decode group name.
9959
9960         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9961
9962         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9963         (gnus-read-newsrc-el-file): Make group names unibyte.
9964
9965         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9966         nnmail-pathname-coding-system.
9967
9968         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9969         (nnrss-request-delete-group): Bind file-name-coding-system to
9970         nnmail-pathname-coding-system.
9971         (nnrss-read-server-data, nnrss-read-group-data):
9972         Bind file-name-coding-system correctly.
9973         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9974
9975         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9976         (nntp-server-to-method-cache): New variable.
9977         (nntp-group-pathname): New function that decodes non-ASCII group names.
9978         (nntp-possibly-create-directory, nntp-marks-changed-p)
9979         (nntp-save-marks, nntp-open-marks): Use it.
9980         (nntp-possibly-create-directory, nntp-open-marks):
9981         Bind file-name-coding-system to nnmail-pathname-coding-system.
9982         (nntp-open-marks): Decode group names when bootstrapping marks.
9983
9984         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9985         Newsgroups and Folowup-To headers.
9986
9987 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9990         (gnus-server-closed-face, gnus-server-denied-face)
9991         (gnus-server-offline-face): Remove variable.
9992         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9993
9994         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9995         of modifying message-stack directly for XEmacs.
9996
9997         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9998         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9999         if the coding-system argument is nil for XEmacs.
10000
10001         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10002         mm-charset-override-alist.
10003
10004         * rfc2047.el: Don't require base64; require rfc2045 for the function
10005         rfc2045-encode-string.
10006         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10007         to quote the parameter value.
10008
10009 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10012         form in gnus-group-name-charset-method-alist.
10013
10014         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10015         overrides the default layout edit-form.
10016
10017         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10018
10019         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10020
10021 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10024         as unfetched articles.
10025
10026 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10029
10030 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10033         original back end that keeps marks in the local system.
10034
10035 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10038         arg of pop-to-buffer for XEmacs.
10039         (gnus-article-read-summary-keys): Ditto; don't restore window
10040         configuration if summary command ends up with neither article buffer
10041         nor summary buffer; describe bindings if summary keys end with C-h.
10042
10043 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * message.el (message-fix-before-sending): Skip raw message part to be
10046         forwarded while checking illegible text.
10047         (message-forward-make-body-mime, message-forward-make-body):
10048         Mark signed or encrypted raw message as having no illegible text.
10049
10050 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10053         (gnus-message-with-timestamp-1): New macro.
10054         (gnus-message-with-timestamp): New function.
10055         (gnus-message): Use them.
10056
10057         * nnheader.el (nnheader-message): Use them.
10058
10059 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10062         .newsrc.eld file.
10063
10064 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-agent.el (gnus-agent-fetch-headers)
10067         (gnus-agent-retrieve-headers):
10068         Bind gnus-decode-encoded-address-function to identity.
10069
10070         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10071         available also when the server returns simply a dot.
10072
10073         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10074
10075 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10078
10079 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-ems.el (gnus-x-splash): Make it work.
10082
10083         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10084         from being used.
10085
10086         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10087
10088 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10091         4th and the 5th arguments.
10092
10093         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10094         the front stickiness.
10095         (gnus-article-summary-command-nosave): Correct the order of the
10096         arguments passed to pop-to-buffer.
10097         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10098         summary command ends up with the article buffer.
10099
10100         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10101         the same faces.
10102
10103 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10104
10105         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10106
10107 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10108
10109         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10110         * gnus-sum.el (gnus-summary-highlight):
10111         * pgg.el (pgg-sign-region, pgg-sign):
10112         * mail-source.el (mail-source-delete-old-incoming-confirm):
10113         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10114
10115 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-art.el (gnus-mime-view-part-externally)
10118         (gnus-mime-view-part-internally): Fix predicate function passed to
10119         completing-read.
10120
10121         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10122
10123         * gnus.el (gnus-update-message-archive-method): Add :version.
10124
10125 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus.el (gnus-update-message-archive-method): New variable.
10128
10129         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10130         according to gnus-message-archive-method if
10131         gnus-update-message-archive-method is non-nil.
10132
10133 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10136         Suggested by Loic Dachary <loic@dachary.org>.
10137         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10138
10139 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * message.el (message-pop-to-buffer): Add switch-function argument.
10142         (message-mail): Pass switch-function argument to it.
10143
10144 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10147         Improve doc string.
10148
10149 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10152         (gnus-header-content)
10153         * gnus-cite.el (gnus-cite-10)
10154         * gnus-srvr.el (gnus-server-closed)
10155         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10156         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10157         (gnus-group-mail-3-empty, gnus-group-mail-low)
10158         (gnus-group-mail-low-empty, gnus-splash)
10159         * message.el (message-header-to, message-header-cc)
10160         (message-header-subject, message-header-other, message-header-name)
10161         (message-header-xheader, message-separator, message-cited-text)
10162         (message-mml): Lighten colors of faces used for dark background.
10163
10164 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10165
10166         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10167         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10168
10169 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * message.el (message-narrow-to-headers-or-head):
10172         Ignore mail-header-separator in the body.
10173
10174 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10177         same as window size.
10178
10179 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10180
10181         * message.el (message-font-lock-keywords): Use message-header-xheader
10182         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10183         ahead of the anything pattern, to get it recognised.
10184
10185 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10188         spam.el loads uses it in the compiled defadvice form.
10189
10190 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10191
10192         * gnus-sum.el (gnus-articles-to-read)
10193         (gnus-summary-insert-old-articles): Don't truncate group name for
10194         `read-string'.
10195
10196         * gnus-util.el (gnus-limit-string): Delete this function.
10197
10198         * gnus-sum.el (gnus-simplify-subject-fully):
10199         Use `truncate-string-to-width' instead.
10200
10201 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10202
10203         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10204         Tell if, on summary exit, the next group has to be selected.
10205         (gnus-summary-exit): Use it.
10206
10207 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10210         non-break space.
10211
10212 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10215         Check if group is not a directory.
10216         (nnfolder-request-expire-articles): Don't delete articles if the target
10217         group is not available.
10218
10219         * nnml.el (nnml-request-create-group): Properly check if group is not a
10220         file.
10221         (nnml-request-expire-articles): Don't delete articles if the target
10222         group is not available.
10223
10224         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10225         Don't quote characters that are within parentheses.
10226
10227 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10230         (gnus-handle-ephemeral-exit): Select article according to it.
10231
10232 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * message.el (message-insert-formated-citation-line): Remove newline.
10235         (message-citation-line-format): Add final \n here so that the user can
10236         avoid a blank line.
10237
10238 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10239
10240         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10241         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10242         Update lanl/arXiv support.
10243
10244 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gnus.el: Bump version number.
10247
10248 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * gnus.el (gnus-version-number): Bump version.
10251
10252 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10253
10254         * gnus.el: No Gnus v0.6 is released.
10255
10256 2007-04-27  Didier Verna  <didier@xemacs.org>
10257
10258         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10259         * gmm-utils.el (gmm-regexp-concat): ... here.
10260         * message.el: Don't require 'gnus-util.
10261         (message-dont-reply-to-names): Handle name change above.
10262         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10263
10264 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10267         since the initial value varies according to the system.
10268
10269 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10272
10273 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10274
10275         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10276
10277 2007-04-24  Didier Verna  <didier@xemacs.org>
10278
10279         Improve the type of gnus-ignored-from-addresses.
10280         * gnus-util.el (gnus-orify-regexp): New function.
10281         * message.el (gnus-util): Require it.
10282         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10283         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10284         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10285
10286 2007-04-24  Didier Verna  <didier@xemacs.org>
10287
10288         * gnus-sum.el:
10289         * gnus-utils.el: Fix some trailing whitespaces.
10290
10291 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10294         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10295         article's Message-ID; refer parent article in summary buffer.
10296
10297         * message.el (message-bounce): Call mime-to-mml.
10298
10299         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10300         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10301         optimize and/or forms properly.
10302
10303 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10306         URL.
10307
10308 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10311
10312 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10315         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10316         displayed of multipart/alternative part if it is invoked from summary
10317         buffer.
10318
10319         * mm-view.el (mm-inline-text-html-render-with-w3m)
10320         (mm-inline-text-html-render-with-w3m-standalone)
10321         (mm-inline-render-with-function): Use mail-parse-charset by default.
10322
10323 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10324
10325         * parse-time.el (parse-time-string-chars): Check if CHAR
10326         is less than the length of parse-time-syntax.
10327
10328 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10331         from gnus-newsgroup-processable.
10332
10333 2007-04-16  Didier Verna  <didier@xemacs.org>
10334
10335         * gnus-msg.el (gnus-configure-posting-styles):
10336         Handle message-signature-directory properly with :file syntax.
10337         Reported by "Leo".
10338
10339 2007-04-11  Didier Verna  <didier@xemacs.org>
10340
10341         New user option: message-signature-directory.
10342         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10343         * message.el (message-insert-signature): Ditto.
10344         * message.el (message-signature-file): Doc update.
10345         * message.el (message-signature-directory): New.
10346
10347 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-msg.el (gnus-inews-yank-articles):
10350         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10351
10352 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * message.el (message-yank-original): Make sure cited text ends with
10355         newline; don't exchange point and mark.
10356
10357 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10358
10359         * tls.el (open-tls-stream): Properly handle case where there
10360         is no associated buffer.
10361
10362 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10363
10364         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10365         message-yank-original, make sure (< mark TEXT point).
10366
10367 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * message.el (message-fill-column): New variable.
10370         (message-mode): Use it.  Add comment on a possible new hook.
10371
10372         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10373         (nnmail-get-new-mail): Reformat.
10374
10375         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10376
10377         * gmm-utils.el: Fix Commentary.
10378         (gmm-tool-bar-from-list): Fix typo in doc string.
10379
10380 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10381
10382         * message.el (message-yank-original): Don't switch point and mark
10383         unnecessarily to put point and mark as documented.
10384
10385 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10388         from the message heads.
10389
10390 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10391
10392         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10393         article buffer does not have a window.  This may not be the best
10394         solution but is certainly better than setting the start of the null,
10395         that is the current, window.
10396
10397 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10400         (gnus-draft-setup): Run it.
10401
10402         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10403         gnus-score-fast-scoring.  Allow regexp.
10404         (gnus-score-headers): Use it.
10405
10406         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10407         XEmacs.
10408
10409         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10410         string.
10411         (gnus-button-alist): Also catch `<f1> k ...'.
10412         (gnus-treat-display-x-face): Fix doc string.
10413
10414 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10415
10416         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10417         evaluation of gnus-extended-version to ensure correct generation of the
10418         User-Agent header when message-generate-headers-first is used.
10419
10420 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10421
10422         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10423         hashcash-path is nil.  Don't call callback with incorrect number of
10424         parameters if val is 0.
10425
10426 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10427
10428         * message.el (message-required-news-headers):
10429         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10430
10431 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10432
10433         * tls.el (open-tls-stream): In handshake-waiting loop,
10434         don't wait more if there is output available to process.
10435
10436 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10437
10438         * tls.el (tls-program): Doc fix.
10439
10440 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * message.el (message-generate-new-buffers): Change the meaning of the
10443         nil value; add `standard' to the choices; treat t as `unique'; improve
10444         doc string.
10445         (gnus-select-frame-set-input-focus): Autoload.
10446         (message-buffer-name): Search for the existing message buffer if
10447         message-generate-new-buffers is nil or `standard'; treat the value t of
10448         message-generate-new-buffers as `unique'.
10449         (message-pop-to-buffer): Raise the frame already displaying the message
10450         buffer; clear the echo area after querying.
10451         (message-setup): Pass the `continue' argument to compose-mail.
10452         (message-mail): Prefer `switch-function' if it is given; search for the
10453         existing message buffer if the `continue' argument is non-nil; pass
10454         continue and switch-function arguments to compose-mail by way of
10455         message-setup.
10456         (message-mail-other-window): Adjust argument of message-setup.
10457         (message-mail-other-frame): Ditto.
10458
10459 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10462         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10463         to turn font-lock on when turning gnus-message-citation-mode on.
10464
10465 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10466
10467         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10468         (mml-smime-function-alist): New variable; add epg as the backend.
10469         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10470         mml-smime- functions instead.
10471         * mm-view.el: Require smime.
10472
10473 2007-03-05  Didier Verna  <didier@xemacs.org>
10474
10475         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10476         instead of just inheritance for posting styles.
10477         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10478
10479 2007-02-24  Chris Moore  <dooglus@gmail.com>
10480
10481         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10482         * pgg-pgp.el (pgg-pgp-encrypt-region):
10483         * pgg-gpg.el (pgg-gpg-encrypt-region):
10484         Check pgg-encrypt-for-me if no other recipients.
10485
10486 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10487
10488         * tls.el (tls-certtool-program): Fix custom type.
10489
10490 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10493         and point-at-eol instead of line-(beginning|end)-position.
10494
10495         * assistant.el (assistant-parse-buffer): Ditto.
10496
10497         * netrc.el (netrc-parse-services): Ditto.
10498
10499 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10500
10501         * mml2015.el (mml2015-epg-find-usable-key): New function.
10502         (mml2015-epg-sign): Use it.
10503         (mml2015-epg-encrypt): Use it.
10504
10505 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * message.el (message-make-in-reply-to): Quote name containing
10508         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10509         if there are special characters.  Reported by NAKAJI Hiroyuki
10510         <nakaji@jp.freebsd.org>.
10511
10512 2007-02-27  Didier Verna  <didier@xemacs.org>
10513
10514         Include the group parameters as well as the topic ones in the
10515         inheritance filter process.
10516         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10517         argument GROUP-PARAMS-LIST.
10518         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10519
10520 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * nntp.el (nntp-never-echoes-commands)
10523         (nntp-open-connection-functions-never-echo-commands): New variables.
10524         (nntp-send-command): Use them.
10525
10526 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10527
10528         * mml2015.el (mml2015-epg-verify): Simplify.
10529
10530 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * mml.el (mml-content-disposition-alist): New user option.
10533         (mml-content-disposition): New function.
10534         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10535         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10536
10537 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10538
10539         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10540         verification.
10541
10542 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10543
10544         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10545         articles posted in the last 24 hours.
10546
10547 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10548
10549         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10550
10551 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10552
10553         * nntp.el (nntp-send-command): Don't wait for echoes when
10554         nntp-open-ssl-stream is used.
10555
10556 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10559         (gnus-message-add-citation-keywords)
10560         (gnus-message-remove-citation-keywords): Remove.
10561         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10562         directly, make the variables in font-lock-defaults buffer-local, add
10563         gnus-message-citation-keywords to them and then update the value of
10564         font-lock-keywords.
10565
10566 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * message.el (message-cite-original-1): Don't call
10569         gnus-article-highlight-citation.
10570
10571         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10572         citations; fix line count.
10573
10574 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10577         (gnus-message-add-citation-keywords)
10578         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10579         versions of font-lock-add-keywords and font-lock-remove-keywords to
10580         work with XEmacs correctly.
10581
10582 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-cite.el (gnus-cite-face-list): Set the values of
10585         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10586         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10587         (gnus-message-cite-prefix-regexp): New variable.
10588         (gnus-message-search-citation-line): Use it; protect against long
10589         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10590         the 0th match data for Emacs.
10591         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10592         (gnus-message-add-citation-keywords): Append keywords rather than
10593         prepending; emulate font-lock-add-keywords if it is not available.
10594         (gnus-message-remove-citation-keywords):
10595         Emulate font-lock-remove-keywords if it is not available.
10596
10597         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10598
10599         * message.el (message-cite-prefix-regexp): Set the value of
10600         gnus-message-cite-prefix-regexp.
10601
10602 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10603
10604         * nnweb.el (nnweb-google-parse-1): Update parser.
10605
10606 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10607
10608         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10609
10610 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10611
10612         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10613         regexp.
10614
10615 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10618         string-to-multibyte.
10619         (uudecode-decode-region-internal): Use it.
10620
10621         * lpath.el: Fbind string-as-multibyte for XEmacs.
10622
10623 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10626         Fix custom choice.
10627
10628         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10629
10630 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10631
10632         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10633
10634         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10635         `write-region' to respect `mm-inhibit-file-name-handlers'.
10636
10637 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10640         Use gnus-home-directory instead of "~/" or "$HOME".
10641
10642 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10645         to mention filename.
10646         Add comments at beginning regarding usage.
10647         (encrypt-write-file-contents): Change interactive so a string is
10648         acceptable.  If the file has no associated model, show an error instead
10649         of a nonsense prompt.
10650
10651 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10652
10653         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10654         Thanks to Yoshihiko Yamada for kind notification of this typo.
10655
10656 2007-01-12  Kenichi Handa  <handa@m17n.org>
10657
10658         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10659         multibyte buffer.
10660
10661 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-score.el (gnus-score-fast-scoring): New variable.
10664         (gnus-score-headers): Use it.
10665
10666         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10667
10668         * message.el (message-cite-original-1):
10669         Call gnus-article-highlight-citation if requested.
10670         (message-make-from): Allow name and address as optional arguments.
10671
10672         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10673
10674         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10675         bugs to doc string.
10676         (gnus-button-alist): Add mid\\|message-id.
10677         (gnus-button-fetch-group): Extend for use in
10678         `browse-url-browser-function'.
10679         (gnus-button-url-regexp): Try to catch paired parentheses like in
10680         Wikipedia URLs.
10681
10682         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10683         Suggested by Simon Krahnke <overlord@gmx.li>.
10684
10685 2007-01-13  Romain Francoise  <romain@orebokech.com>
10686
10687         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10688         Update copyright.
10689
10690 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10691
10692         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10693
10694 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         * gnus-registry.el (gnus-registry-unfollowed-groups)
10697         (gnus-registry-split-fancy-with-parent): Fix documentation.
10698
10699 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10702         from nnweb groups.
10703
10704 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10707         Xref urls.  Erase buffer before requesting head.
10708
10709         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10710
10711 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10714         customizable.
10715
10716 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10717
10718         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10719         no signing key is found.
10720         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10721         no encrypting and/or signing key is found.
10722
10723 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10726
10727 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10728
10729         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10730         headers read from disk with the ones newly found in the current search.
10731         This should no longer cause problems, because the article numbers in
10732         Gmane's `nov.php' output are ignored since the previous change.
10733
10734 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10735
10736         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10737
10738 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10741         replace-regexp-in-string; bind url-version; fbind display-images-p and
10742         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10743         find-face and set-itimer-function for Emacs; bind itimer-list for
10744         Emacs.
10745
10746         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10747
10748 2007-01-01  Romain Francoise  <romain@orebokech.com>
10749
10750         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10751
10752 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10753
10754         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10755         `define-minor-mode' macro definition expanded properly.
10756         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10757         exclude it there.
10758
10759         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10760         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10761         `fboundp' test.
10762         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10763         This is OK to autoload in (S)XEmacs now.
10764
10765 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10768         keystroke.
10769         (gnus-summary-limit-to-singletons): Fix typo.
10770
10771         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10772         else fails.
10773
10774 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10775
10776         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10777         docstring.
10778
10779         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10780         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10781         (gnus-summary-insert-dormant-articles): Fix typo in message.
10782
10783 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10786         nil for XEmacs.
10787         (gnus-message-citation-mode): Don't autoload in XEmacs.
10788
10789         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10790
10791 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10792
10793         * nnimap.el (nnimap-expunge-search-string):
10794         Mention nnimap-search-uids-not-since-is-evil in docstring.
10795
10796 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * spam.el: Revert to make-obsolete-variable because
10799         define-obsolete-variable-alias is not supported in Emacs 21.
10800
10801         * spam.el (spam-ifile-path, spam-ifile-database-path)
10802         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10803         make-obsolete-variable.
10804         (spam-bsfilter-path, spam-bsfilter-program)
10805         (spam-spamassassin-path, spam-spamassassin-program)
10806         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10807         Don't use "path" inappropriately.
10808         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10809         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10810         variable names.
10811
10812 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10813
10814         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10815         summary buffer.
10816
10817         * password.el (password-cache-remove): Use clear-string to burn
10818         password, if available.
10819
10820 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10823
10824         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10825
10826         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10827         (gnus-message-highlight-citation): Move defcustom here from
10828         gnus-cite.el.
10829         (gnus-message-citation-mode): Autoload.
10830
10831         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10832         checks to make it compile with XEmacs.
10833         (gnus-message-citation-mode): New minor mode.
10834         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10835         (gnus-message-highlight-citation): New variables.
10836         (gnus-message-search-citation-line)
10837         (gnus-message-add-citation-keywords)
10838         (gnus-message-remove-citation-keywords)
10839         (turn-on-gnus-message-citation-mode)
10840         (turn-off-gnus-message-citation-mode): New functions.
10841
10842 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10843
10844         * gnus-cite.el: Enable highlighting of different citation levels in
10845         message-mode.
10846
10847 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * message.el (message-make-fqdn): Fix comment.
10850         (message-bogus-system-names): Add ".local".
10851
10852         * spam.el (spam-ifile-path, spam-ifile-program)
10853         (spam-ifile-database-path, spam-ifile-database)
10854         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10855         Don't use "path" inappropriately.
10856         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10857         strings.
10858         (spam-check-ifile, spam-ifile-register-with-ifile)
10859         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10860         Use new variable names.
10861
10862         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10863         (gnus-treat-display-smileys): Simplify using
10864         gnus-image-type-available-p.
10865
10866         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10867         available.
10868
10869         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10870         Use `display-images-p' if available.
10871
10872 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10875         one after turning on the buffer's multibyteness instead of decoding
10876         them directly in the unibyte buffer that causes unexpected conversion
10877         in Emacs 23 (unicode).
10878
10879 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10880
10881         * message.el (message-generate-hashcash): Fix custom type.
10882
10883 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10886
10887 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10890         disconnect icons.  Add help text.
10891
10892 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10895         negated to be consistent with the others we handle.
10896
10897 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10900         version of gnus-summary-buffer to something, so that we can use two
10901         article buffers at the same time.
10902
10903 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10906         trigger all the extra headers.
10907         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10908         sorting.
10909
10910 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10911
10912         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10913         solid groups.
10914
10915 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10916
10917         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10918
10919 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * legacy-gnus-agent.el: Add Copyright notice.
10922
10923 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10924
10925         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10926
10927 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10930
10931         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10932         to make it work reliably in CVS Emacs.
10933         (gnus-summary-limit-strange-charsets-predicate)
10934         (gnus-summary-limit-to-predicate): New functions.
10935
10936 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10937
10938         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10939         specifying array size.
10940         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10941         array if it is too small.
10942         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10943         (gnus-sort-threads-loop): New function.
10944
10945 2006-12-06  Chris Moore  <dooglus@gmail.com>
10946
10947         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10948         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10949
10950 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10951
10952         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10953         options.
10954
10955 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10958         DOS-ing the recipient.
10959
10960         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10961         the headers when creating the mapping to avoid mismappings.
10962         (nnweb-gmane-create-mapping): Always nix out old mapping.
10963
10964 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10967         and mm-verify-option to never.
10968
10969 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * message.el (message-signed-or-encrypted-p): New function.
10972         (message-forward-make-body): Use it.
10973
10974         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10975         Replace encode-coding-string with mm-encode-coding-string.
10976
10977 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * nneething.el (nneething-decode-file-name):
10980         Replace decode-coding-string with mm-decode-coding-string.
10981
10982         * gnus-int.el (gnus-open-server): Say failed server's name.
10983
10984 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10985
10986         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10987         strings to a single string.  Quote `errors-file-name'.
10988         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10989         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10990         Adjust calls.  Use `shell-quote-argument'.
10991
10992 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10993
10994         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10995         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10996
10997         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10998         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10999         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11000         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11001         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11002         (gnus-subscribe-newsgroup, gnus-1):
11003         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11004         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11005         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11006         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11007
11008 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11011         keystroke.
11012         (gnus-summary-limit-to-bodies): Implement headersp.
11013
11014 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11017
11018 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11021
11022 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * message.el (message-generate-hashcash): Expand range of values to
11025         include `opportunistic'.
11026         (message-send-mail): Use it.
11027
11028 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11029
11030         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11031         and comment it.
11032
11033         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11034
11035 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-util.el (gnus-extract-address-components): Improve comment.
11038
11039 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-util.el (gnus-extract-address-components): Work with address in
11042         which the name portion contains @.
11043
11044         * lpath.el: Fbind custom-autoload.
11045
11046 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus.el (gnus-start): Move custom group up.
11049         (gnus-select-method): Don't autoload, but make it available for
11050         `customize-variable'.
11051         (gnus-getenv-nntpserver): Don't autoload.
11052
11053 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11054
11055         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11056
11057 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * message.el (message-sendmail-extra-arguments): New variable.
11060         (message-send-mail-with-sendmail): Use it.
11061
11062 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11065         mm-with-unibyte-current-buffer to make string unibyte.
11066
11067         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11068         mm-string-as-multibyte.
11069
11070 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11071
11072         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11073         Reported by Werner Koch <wk@gnupg.org>.
11074
11075 2006-11-14  Daiki Ueno  <ueno@p360>
11076
11077         * mml2015.el: Autoload epa-select-keys when compiling.
11078
11079 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11080
11081         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11082         message-options.
11083         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11084
11085 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11086
11087         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11088         EasyPG (< 0.0.6).
11089         (mml2015-always-trust): New user option.
11090         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11091         prompt.
11092
11093 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * nntp.el (nntp-authinfo-force): New variable.
11096         (nntp-send-authinfo): Use it.
11097
11098 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11101         decode encoded words.  Improve prompt.  Add comment about forwarding.
11102         (message-replacement-char): Move up.
11103
11104 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11105
11106         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11107         instead of gnus-intersection because arguments of gnus-sorted-nunion
11108         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11109
11110 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11113         (message-simplify-subject-functions):
11114         Enable message-strip-subject-encoded-words by default.
11115
11116 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * message.el (message-strip-subject-encoded-words): New function.
11119         (message-simplify-subject-functions): New variable.
11120         (message-simplify-subject): Use it.  Fix typo in doc string.
11121         Support message-strip-subject-encoded-words.
11122
11123 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11124
11125         * gnus-diary.el (gnus-diary-delay-format-function):
11126         * nndiary.el (nndiary-reminders):
11127         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11128
11129 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-art.el (article-hide-boring-headers): Fetch date from
11132         gnus-original-article-buffer to avoid problems with localized date
11133         strings.
11134
11135 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11138
11139 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11142         New variables.
11143         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11144         (mm-charset-synonym-alist): Move some entries to
11145         mm-codepage-iso-8859-list.
11146         (mm-charset-synonym-alist, mm-charset-override-alist):
11147         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11148
11149 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11152
11153 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11156         with Emacs 21 and XEmacs.
11157
11158 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11159
11160         * spam.el (spam-parse-address): New function for better parsing,
11161         catching errors, etc.
11162         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11163
11164 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * mm-view.el: Add interactive arg to html2text autoload.
11167
11168 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11171
11172 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11175         New variables.
11176         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11177         (mm-charset-synonym-alist): Move some entries to
11178         mm-codepage-iso-8859-list.
11179
11180         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11181
11182 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * message.el (message-citation-line-format)
11185         (message-insert-formated-citation-line): Fix implementation of %E, %N
11186         and %n according to the doc string.
11187
11188 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11189
11190         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11191         Use car-safe to avoid bad parses.
11192
11193 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11196         names.
11197
11198         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11199
11200 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11203         header.
11204
11205         * message.el (message-draft-headers): Add Date.
11206         (message-headers-to-generate): Fix typo in docstring.
11207
11208         * nndraft.el (nndraft-required-headers): New variable.
11209         (nndraft-generate-headers): Use it.
11210
11211         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11212
11213 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         * gnus-registry.el (gnus-registry-wash-for-keywords)
11216         (gnus-registry-find-keywords): New functions to allow easy searching of
11217         articles that are in the registry.
11218
11219 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11220
11221         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11222         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11223         Reported by Damien Elmes <damien@repose.cx>.
11224
11225 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus.el (gnus-mime): Remove unused custom group.
11228
11229 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11230
11231         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11232         "blank line" when searching for end of armor headers.
11233
11234 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gmm-utils.el (gmm-write-region): Fix variable name.
11237
11238 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gmm-utils.el (gmm-write-region): New function based on compatibility
11241         code from `mm-make-temp-file'.
11242
11243         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11244
11245         * nnmaildir.el (nnmaildir--update-nov)
11246         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11247         Use `gmm-write-region'.
11248
11249 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11252         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11253
11254         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11255
11256         * message.el (message-replacement-char): New variable.
11257         (message-fix-before-sending): Use it.
11258         (message-simplify-subject): New function to remove duplicate code.
11259         (message-reply, message-followup): Use it.
11260
11261         * gnus-sum.el (gnus-summary-make-menu-bar):
11262         Clarify gnus-summary-limit-to-articles.
11263
11264 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-util.el (gnus-with-local-quit): New macro.
11267
11268         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11269
11270 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11271
11272         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11273         ignore non-string data.
11274
11275 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11276
11277         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11278         non-string data (needs to be done in the registry too).
11279
11280 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11281
11282         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11283         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11284         (gnus-registry-split-fancy-with-parent)
11285         (gnus-registry-fetch-simplified-message-subject-fast)
11286         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11287         Remove text properties on ingress into the registry and when it's saved.
11288         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11289         registry from entries with no groups.
11290
11291 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11292
11293         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11294         function to remove string properties.
11295
11296 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gmm-utils.el (gmm): Adjust custom version.
11299
11300         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11301         Adjust custom version.
11302
11303         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11304
11305 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-art.el (gnus-insert-prev-page-button)
11308         (gnus-insert-next-page-button): Simplify.  Reformat.
11309
11310 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11311
11312         * gnus-art.el (gnus-insert-prev-page-button)
11313         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11314
11315 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11316
11317         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11318
11319 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11320
11321         * gnus-art.el (gnus-insert-mime-button)
11322         (gnus-insert-mime-security-button):
11323         Apply gnus-article-button-face to MIME and security buttons.
11324
11325 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11328         readable.
11329
11330 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11333
11334 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11335
11336         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11337         `browse-url-of-file' instead of `browse-url'.
11338
11339 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11340
11341         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11342         regexp.  Articles containing quotation were cut prematurely.
11343
11344 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * message.el (message-cite-original-1): Use nobody by default for the
11347         value of From header.
11348         (message-reply): Ditto.
11349
11350 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11351
11352         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11353         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11354         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11355
11356 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11359         mails in the doc string.  Add some URLs in comment.
11360         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11361
11362 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11365         backslashes handling and the way to find boundaries of quoted strings.
11366
11367 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11368
11369         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11370         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11371         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11372         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11373
11374 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11377         doc string.
11378         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11379
11380 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * lpath.el: Fbind epg-check-configuration.
11383
11384 2006-09-06  Simon Josefsson  <jas@extundo.com>
11385
11386         * mml2015.el (mml2015-use): Doc fix, mention epg.
11387
11388 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11389
11390         * mml2015.el (mml2015-use): Default to epg, if available.
11391
11392 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11393
11394         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11395         message-sender.
11396         (mml1991-epg-encrypt): Ditto.
11397         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11398         message-sender.
11399         (mml2015-epg-encrypt): Ditto.
11400
11401 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11402
11403         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11404         several common directories.
11405
11406 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11407
11408         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11409         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11410
11411 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-art.el (article-decode-encoded-words): Make it fast.
11414
11415 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11418
11419         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11420         in quoted string into `\'.
11421
11422 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11425         Use standard-syntax-table.
11426
11427 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-art.el (gnus-decode-address-function): New variable.
11430         (article-decode-encoded-words): Use it to decode headers which are
11431         assumed to contain addresses.
11432         (gnus-mime-delete-part): Remove useless `or'.
11433
11434         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11435         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11436         (gnus-nov-parse-line): Use it to decode From header.
11437         (gnus-get-newsgroup-headers): Ditto.
11438         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11439
11440         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11441         (mail-decode-encoded-address-string): New alias.
11442
11443         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11444         New function.
11445         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11446         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11447         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11448         (rfc2047-decode-string): Ditto.
11449         (rfc2047-decode-address-region): New function.
11450         (rfc2047-decode-address-string): New function.
11451
11452 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * message.el (message-caesar-buffer-body): Allow rotating headers.
11455
11456         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11457
11458         * message.el (message-insert-formated-citation-line): Fix %f.
11459         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11460
11461 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11464         (gnus-bookmark-mouse-available-p): New macro.
11465         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11466         (gnus-bookmark-bmenu-show-infos): Use it.
11467         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11468         (gnus-bookmark-bmenu-hide-infos): Ditto.
11469         (gnus-bookmark-remove-properties): New function.
11470         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11471         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11472         (gnus-bookmark-write-file): Bind coding-system-for-write.
11473         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11474         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11475         group before selecting it.
11476         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11477         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11478         quit-window if it is not available; use gnus-mouse-2 and bind it to
11479         gnus-bookmark-bmenu-select-by-mouse.
11480         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11481         (gnus-bookmark-bmenu-select-by-mouse): New function.
11482
11483 2006-08-13  Romain Francoise  <romain@orebokech.com>
11484
11485         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11486         space.
11487
11488 2006-08-10  Romain Francoise  <romain@orebokech.com>
11489
11490         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11491         (dns-mode-soa-auto-increment-serial): New user option.
11492         (dns-mode-soa-maybe-increment-serial): New function.
11493         (dns-mode): Add the latter to `write-contents-functions'.
11494
11495 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * compface.el (uncompface): Use binary rather than raw-text-unix.
11498
11499 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * compface.el (uncompface): Make sure the eol conversion doesn't take
11502         place when communicating with the external programs.
11503         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11504
11505 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11508
11509 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11510
11511         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11512         Make it more robust by parsing author and date independently.
11513
11514 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11517
11518 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11519
11520         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11521         first matching secret key.
11522         (mml2015-epg-encrypt): Ditto.
11523
11524         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11525         first matching secret key.
11526         (mml1991-epg-encrypt): Ditto.
11527
11528         * mml2015.el (mml2015-encrypt-to-self): New user option.
11529         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11530         mml2015-epg-encrypt-to-self is set.
11531
11532         * mml1991.el (mml1991-encrypt-to-self): New variable.
11533         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11534         mml1991-epg-encrypt-to-self is set.
11535
11536         * mml2015.el (mml2015-signers): New user option.
11537         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11538         (mml2015-epg-encrypt): Allow to select signing keys.
11539
11540         * mml1991.el (mml1991-signers): New variable.
11541         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11542         (mml1991-epg-encrypt): Allow to select signing keys.
11543
11544 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * nnheader.el (nnheader-insert-head): Make it work even if the file
11547         uses CRLF for the line-break code.
11548
11549 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11550
11551         * mml2015.el: Require mml-sec instead of password.
11552         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11553         (mml2015-cache-passphrase): Inherit the default value from
11554         mml-secure-cache-passphrase.
11555         (mml2015-passphrase-cache-expiry): Inherit the default value from
11556         mml-secure-passphrase-cache-expiry.
11557
11558         * mml1991.el: Require mml-sec instead of password.
11559         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11560         (mml1991-cache-passphrase): Inherit the default value from
11561         mml-secure-cache-passphrase.
11562         (mml1991-passphrase-cache-expiry): Inherit the default value from
11563         mml-secure-passphrase-cache-expiry.
11564
11565         * mml-sec.el: Require password.
11566         (mml-secure-verbose): New user option.
11567         (mml-secure-cache-passphrase): New user option.
11568         (mml-secure-passphrase-cache-expiry): New user option.
11569
11570 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11573         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11574         andreas@altroot.de (Andreas Vögele).
11575
11576         FIXME: Use `tiny change'?
11577
11578 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11579
11580         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11581         workaround for the url package included with Emacs.
11582
11583         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11584
11585 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11588         correctly.  This fixes a bug caused by the 2006-05-12 change.
11589
11590 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11591
11592         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11593         some information about the error when saying that the `bogus' mail
11594         group will be used.
11595
11596 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11599         string.
11600
11601 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11602
11603         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11604
11605 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11606
11607         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11608
11609 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11610
11611         * mml1991.el (mml1991-function-alist): Add epg.
11612         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11613         (mml1991-epg-encrypt): New functions.
11614
11615 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11616
11617         * mml2015.el (mml2015-verbose): New variable.
11618         (mml2015-cache-passphrase): Ditto.
11619         (mml2015-passphrase-cache-expiry): Ditto.
11620         (mml2015-function-alist): Add epg.
11621         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11622         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11623         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11624         New functions.
11625
11626 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11627
11628         * message.el (message-cite-original-1): Preserve region when removing
11629         quoted text due to X-No-Archive in order to avoid bogus attribution
11630         when citing multiple messages.
11631
11632 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11633
11634         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11635         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11636
11637 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-diary.el (gnus-user-format-function-d)
11640         (gnus-user-format-function-D): Autoload.
11641
11642         * imap.el (Commentary): Fix typo.
11643
11644         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11645         2006-04-22 contribution.
11646
11647 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11648
11649         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11650         It didn't really fix the bogosity I'm seeing with solid web groups.
11651
11652 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11653
11654         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11655         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11656         created using server names.  If we use the feature without declaring
11657         it, Gnus does not properly manage server and group state.
11658
11659         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11660         bound.
11661
11662 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11663
11664         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11665         looking up the method using GROUP's prefix before inventing a new one.
11666         It is used on killed/unknown groups in various places where returning
11667         an all-new method isn't expected by the caller.
11668
11669         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11670         and match semantics of gnus-group-real-prefix.
11671
11672 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * nnmail.el (nnmail-broken-references-mailers): New variable.
11675         (nnmail-ignore-broken-references): New function generalizing
11676         nnmail-fix-eudora-headers.
11677         (nnmail-fix-eudora-headers): Now obsolete.
11678
11679         * gnus-art.el (gnus-button-handle-custom):
11680         Support `customize-apropos*'.
11681
11682 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11683
11684         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11685
11686         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11687         articles.
11688
11689 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * message.el (message-cite-reply-above): New variable.
11692         (message-yank-original): Use it.
11693
11694 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11697
11698 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11701         as read.
11702
11703         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11704
11705 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11708         (gnus-bookmark-default-file): Use gnus-directory.
11709         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11710         Remove "*" in doc string.
11711         (gnus-bookmark-write-file): Simplify.
11712         (gnus-bookmark-maybe-sort-alist): Use `when'.
11713         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11714         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11715         Add FIXME about Emacs 21 and XEmacs compatibility.
11716         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11717         compatibility.
11718         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11719         compatibility.
11720         (gnus-bookmark-menu-heading): Fix version.
11721
11722 2006-06-19  Bastien Guerry  <bzg@altern.org>
11723
11724         * gnus-bookmark.el: New file.
11725
11726 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * message.el (message-syntax-checks): Doc fix.
11729
11730 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11731
11732         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11733         unsubscribed groups as if they were killed ones.  It causes duplicate
11734         entries in gnus-newsrc-alist.
11735
11736 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * message.el (message-syntax-checks): Doc fix.
11739         (message-send-mail): Add check for continuation headers.
11740         (message-check-news-header-syntax): Fix regexp used to check for
11741         continuation headers.
11742
11743 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11746
11747 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11750
11751 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11754         default-truncate-lines.
11755
11756 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11759         to fill the utf-8 entry.
11760
11761         * lpath.el: Fbind unicode-precedence-list.
11762
11763 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11764
11765         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11766
11767 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11768
11769         * gnus-agent.el (directory-files-and-attributes): Move all the way
11770         forward (the third and final move).
11771         (gnus-agent-read-agentview): Trap reconstruction errors due to
11772         nonexistent directory.  Handle by returning nil.
11773
11774 2006-05-30  Didier Verna  <didier@xemacs.org>
11775
11776         * message.el (message-dont-reply-to-names): Update the custom type.
11777         * message.el (message-dont-reply-to-names): New defsubst: potentially
11778         convert a list of regexps into a single one.
11779         * message.el (message-get-reply-headers): Use it.
11780         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11781
11782 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-agent.el (directory-files-and-attributes): Move forward.
11785
11786 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-ml.el (gnus-mailing-list-subscribe)
11789         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11790         (gnus-mailing-list-message): Fix doc strings.
11791
11792 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11793
11794         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11795         of doing it manually.
11796
11797 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11800         comment.
11801
11802 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11803
11804         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11805         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11806         (gnus-agent-read-local): All symbols allocated in my-obarray.
11807         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11808         (gnus-agent-regenerate-group): Check numeric names to see if they are
11809         messages or groups.
11810         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11811         better way of do this...)
11812
11813         * gnus-cache.el (gnus-agent-total-fetched-for):
11814         Ignore 'dummy.group' (there should be a better way of do this...)
11815
11816 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11819         (gnus-saved-headers): Ditto.
11820         (gnus-default-article-saver): Mention functions may have properties.
11821         (gnus-article-save): Override gnus-save-all-headers and
11822         gnus-saved-headers by :headers property which saver function may have.
11823         (gnus-summary-save-in-file): Add :headers property.
11824         (gnus-summary-write-to-file): Ditto.
11825
11826         * gnus-sum.el (gnus-summary-save-article): Bind
11827         gnus-prompt-before-saving to t when saving many articles in a file;
11828         always show all headers.
11829
11830         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11831
11832 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11835         marks.
11836
11837         * message.el (message-indent-citation): Add optional arguments to allow
11838         using it outside of message buffers.
11839
11840         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11841         (gnus-article-treat-unfold-headers): Use it.
11842         (gnus-article-truncate-lines): New variable.
11843         (gnus-article-mode): Use it.
11844         (gnus-article-toggle-truncate-lines): New function.
11845
11846         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11847         Add gnus-article-toggle-truncate-lines.
11848
11849         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11850         coding system in XEmacs, use binary.
11851
11852 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11855         after-load-alist.
11856
11857         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11858         this function should save decoded articles.
11859         (gnus-summary-write-to-file): Use property to specify this function
11860         should save decoded articles and specify gnus-summary-save-in-file
11861         should be used to save articles other than the first one when saving
11862         many articles.
11863         (gnus-summary-save-body-in-file): Use property to specify this
11864         function should save decoded articles.
11865         (gnus-summary-write-body-to-file): Use property to specify this
11866         function should save decoded articles and specify
11867         gnus-summary-save-body-in-file should be used to save articles other
11868         than the first one when saving many articles.
11869
11870         * gnus-sum.el (gnus-summary-save-article): Simplify.
11871
11872 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-art.el (gnus-default-article-saver):
11875         Add gnus-summary-write-body-to-file.
11876         (gnus-article-save-coding-system): Don't use coding system object
11877         in XEmacs.
11878         (gnus-read-save-file-name): Add optional `dir-var' argument which
11879         specifies directory in which files are saved; work even if optional
11880         `variable' argument is not specified.
11881         (gnus-summary-write-to-file): Read file name.
11882         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11883         (gnus-summary-write-body-to-file): New function.
11884
11885         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11886         (gnus-summary-local-variables): Add it.
11887         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11888         (gnus-summary-save-article): Remove optional `decode' argument;
11889         determine whether to decode articles by the value of
11890         gnus-default-article-saver; when saving many files using
11891         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11892         it first and use gnus-summary-save-in-file or
11893         gnus-summary-save-body-in-file thereafter unless
11894         gnus-prompt-before-saving is always; move point to article which
11895         will be saved.
11896         (gnus-summary-save-article-file): Revert.
11897         (gnus-summary-write-article-file): Revert.
11898         (gnus-summary-save-article-body-file): Revert.
11899         (gnus-summary-write-article-body-file): New function.
11900
11901 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-art.el (gnus-default-article-saver): Doc fix.
11904         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11905         from gnus-summary-save-article-coding-system, and default to a
11906         certain coding system.
11907         (gnus-output-to-file): Add coding cookie and encode text according
11908         to gnus-article-save-coding-system; don't use mm-append-to-file.
11909
11910         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11911         gnus-art.el and rename to gnus-article-save-coding-system.
11912         (gnus-summary-save-article): Require gnus-art; don't show all
11913         headers if it decodes articles; don't add coding cookie here;
11914         don't bind mm-text-coding-system-for-write.
11915         (gnus-summary-save-article-file): Save decoded articles.
11916         (gnus-summary-write-article-file): When saving many files, use
11917         gnus-summary-write-to-file first and gnus-summary-save-in-file
11918         thereafter unless gnus-prompt-before-saving is always.
11919         (gnus-summary-save-article-body-file): Save decoded articles.
11920
11921         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11922
11923 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * nnrss.el (nnrss-check-group): Bind hash-index.
11926
11927 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11928
11929         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11930         its hash index.  Store this hash in `nnrss-group-data'.
11931         (nnrss-read-group-data): Update accordingly.
11932
11933 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11936         entry.
11937
11938         * gnus-sum.el (gnus-summary-make-menu-bar):
11939         Add gnus-article-browse-html-article.
11940
11941 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11942
11943         * gnus-sum.el (gnus-summary-mime-map):
11944         Add gnus-article-browse-html-article.
11945
11946         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11947
11948 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11951         suitable coding systems in customize.
11952
11953 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * mail-source.el (mail-sources): Fix custom type.
11956
11957 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11960         (gnus-summary-expire-articles-now): Shorten prompt.
11961
11962         * gmm-utils.el (wid-edit): Require.
11963         (defun-gmm): Rename from `gmm-defun-compat'.
11964         (gmm-image-search-load-path): Use it.
11965         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11966
11967 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-summary-save-article-coding-system):
11970         New variable.
11971         (gnus-summary-save-article): Add optional `decode' argument.
11972         If it is set and gnus-summary-save-article-coding-system is non-nil,
11973         save decoded article.
11974         (gnus-summary-write-article-file): Save decoded article if
11975         gnus-summary-save-article-coding-system is non-nil.
11976
11977         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11978         type.
11979
11980 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11983
11984 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11987         first to test gnus-single-article-buffer which may be buffer-local.
11988
11989         * gnus-sum.el (gnus-summary-setup-buffer):
11990         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11991         group; make gnus-article-buffer, gnus-article-current, and
11992         gnus-original-article-buffer always buffer-local.
11993         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11994         group.
11995         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11996
11997 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * nnml.el (nnml-request-compact-group): Compressed files might not
12000         have .gz extension.
12001
12002 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12003
12004         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12005         (mm-copy-to-buffer): Use with-current-buffer.
12006         (mm-display-part): Simplify.
12007         (mm-inlinable-p): Add optional arg `type'.
12008
12009 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12010
12011         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12012         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12013         Try harder to show the attachment internally or externally using
12014         gnus-mime-view-part-as-type.
12015
12016 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * message.el (message-from-style, message-signature-separator)
12019         (message-user-organization-file, message-send-mail-function)
12020         (message-citation-line-function, message-yank-prefix)
12021         (message-indent-citation-function, message-signature)
12022         (message-signature-file, message-signature-insert-empty-line):
12023         Remove autoloads.
12024
12025         * gnus-art.el (gnus-buttonized-mime-types):
12026         Remove "multipart/signed".  Revert 2006-04-26 change.
12027
12028 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus.el (gnus-version-number): Bump version.
12031
12032 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12033
12034         * gnus.el: No Gnus v0.5 is released.
12035
12036 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12037
12038         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12039         fetching articles by message-id.
12040
12041 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * message.el (hashcash): Require hashcash as normal.
12044
12045         * ecomplete.el (ecomplete-highlight-match-line):
12046         Use point-at-eol.
12047         (ecomplete-highlight-match-line): Use `highlight', because that
12048         face exists in both Emacs and XEmacs.
12049
12050         * message.el (message-display-abbrev): Use point-at-bol.
12051
12052         * mail-source.el: Don't require timer/timer-funcs.
12053
12054         * gnus-async.el: Ditto.
12055
12056         * password.el: Ditto.
12057
12058         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12059
12060         * mm-url.el: Ditto.
12061
12062         * gnus-xmas.el: Don't require timer-funcs.
12063
12064         * mm-util.el: Require timer/timer-funcs.
12065
12066 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12067
12068         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12069         Close.
12070
12071 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12074         unibyte after clear-decrypt function runs.
12075
12076         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12077         returns as a unibyte string.
12078
12079 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * lpath.el: Revert.
12082
12083         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12084         (pgg-gpg-process-sentinel): Revert.
12085
12086         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12087         (pgg-pgp-lookup-key): Revert.
12088
12089         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12090         (pgg-pgp5-lookup-key): Revert.
12091
12092         * pgg.el (pgg-fetch-key): Revert.
12093
12094 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * lpath.el: Fbind string-as-multibyte for XEmacs.
12097
12098         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12099         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12100         (mml1991-pgg-encrypt): Ditto.
12101
12102         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12103         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12104         a multibyte buffer.
12105
12106         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12107         (pgg-pgp-lookup-key): Ditto.
12108
12109         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12110         (pgg-pgp5-lookup-key): Ditto.
12111
12112         * pgg.el (pgg-fetch-key): Ditto.
12113
12114 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * message.el (message-user-organization-file): Check several
12117         locations of the organization file.
12118
12119         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12120         Add gnus-article-view-part-as-type.
12121
12122         * gnus-art.el (gnus-article-view-part-as-type): New function.
12123
12124         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12125         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12126
12127         * mml.el: Simplify autoload.
12128         (mml-mode): defvar dnd-protocol-alist instead of using
12129         symbol-value.
12130         (mml-default-directory): New variable.
12131         (mml-minibuffer-read-file): Use it.
12132         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12133
12134         * message.el (message-citation-line-format): New variable.
12135         (message-insert-formated-citation-line): New function.
12136         (message-citation-line-function):
12137         Add `message-insert-formated-citation-line' to custom type.
12138
12139         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12140         to doc string.
12141
12142         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12143         depending on mm-verify-option.
12144
12145 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12148         binding pgg-* variables; reimplement the section which prevents
12149         MIME header from being signed.
12150         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12151         pgg-text-mode; remove a blank line at the top of body.
12152
12153         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12154         lines at the top of body; use gnus-newsgroup-charset if there's no
12155         Charset header.
12156
12157 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * message.el (message-self-insert-commands): Doc fix.
12160
12161         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12162         (mm-uu-pgp-encrypted-test): Ditto.
12163         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12164         between header and body; return application/pgp-encrypted handle
12165         if decryption failed; decode decrypted body by charset.
12166
12167         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12168         element match to application/pgp-*.
12169
12170 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12171
12172         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12173         HTML.
12174
12175 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * mail-source.el (mail-source-call-script): Message the error
12178         string.
12179
12180 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12181
12182         * gnus-util.el (gnus-byte-compile): Use it.
12183
12184 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12185
12186         * gnus-util.el (kill-empty-logs): New function.
12187
12188 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12189
12190         * message.el (message-mail-alias-type): Doc fix.
12191         (message-mail-alias-type-p): New function.
12192         (message-send): Use it.
12193         (message-mode): Ditto.
12194         (message-strip-forbidden-properties): Ditto.
12195
12196         * ecomplete.el (ecomplete-database-file-coding-system):
12197         New variable.
12198         (ecomplete-save): Use it.
12199         (ecomplete-setup): Use it.
12200
12201 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * message.el (message-self-insert-commands): New variable.
12204         (message-strip-forbidden-properties): Use it.
12205
12206 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12209         that doesn't make XEmacs choke.
12210
12211 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-util.el (gnus-replace-in-string):
12214         Prefer replace-regexp-in-string over of replace-in-string.
12215
12216 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-util.el (gnus-select-frame-set-input-focus):
12219         Use select-frame-set-input-focus if it is available in XEmacs; use
12220         definition defined in Emacs 22 for old Emacsen.
12221
12222         * dgnushack.el: Autoload unmorse-region for XEmacs.
12223
12224         * lpath.el: Bind cursor-in-non-selected-windows and
12225         select-frame-set-input-focus for XEmacs.
12226
12227 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12230
12231 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12232
12233         * gnus-registry.el (gnus-registry-cache-save): Remove text
12234         properties when saving via the temp buffer.
12235
12236 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * message.el (message-generate-hashcash): Honor custom type.
12239
12240 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * message.el (message-generate-hashcash): Default to non-nil when
12243         hashcash is found.
12244
12245         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12246         (gnus-refer-thread-limit): Increase default to 500.
12247
12248         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12249
12250         * flow-fill.el (fill-flowed): Allow delete-space.
12251
12252 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12255         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12256         Remove autoloads.
12257
12258 2006-04-18  Simon Josefsson  <jas@extundo.com>
12259
12260         * message.el (message-generate-hashcash): Default to.
12261
12262 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12265         concatenating segments rather than before concatenating them.
12266
12267 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12270
12271 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12272
12273         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12274
12275         * message.el (message-forward-make-body-plain):
12276         Allow message-forward-ignored-headers to be a list.
12277         (message-remove-ignored-headers): Factor out into function.
12278         (message-forward-make-body-mml): Use it.
12279
12280         * imap.el (imap-quote-specials): New function.
12281         (imap-login-auth): Quote specials.
12282
12283         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12284         (rfc2231-parse-string): Allow concatanation of parameters that
12285         aren't contiguous.  The test case is
12286           (mail-header-parse-content-type "message/external-body;
12287             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12288             access-type=LOCAL-FILE;
12289             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12290
12291 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12292
12293         * nntp.el (nntp-accept-process-output): Return the value of
12294         `nnheader-accept-process-output'.
12295
12296 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12299         (gnus-button-alist): Recognize more diff formats.
12300         (gnus-button-patch): Strip directory.
12301
12302 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12305         Emacs 22 when setting focus.
12306
12307 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12308
12309         * gnus-art.el (gnus-article-treat-types): Do treatment of
12310         text/x-verbatim parts.
12311         (gnus-button-patch): New command.
12312
12313         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12314         addresses that contain invalid characters.
12315
12316 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12317
12318         * message.el (message-put-addresses-in-ecomplete):
12319         Use gnus-replace-in-string.
12320         (message-is-yours-p): Use the more correct
12321         mail-header-parse-address instead of
12322         mail-extract-address-components.
12323         (message-put-addresses-in-ecomplete): Fix typo.
12324
12325         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12326         keystroke.
12327
12328         * gnus-art.el (gnus-treatment-function-alist): Change order of
12329         newsgroups/generic header folding to avoid double-folding.
12330
12331         * message.el (message-hidden-headers): Add X-Draft-From.
12332
12333         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12334         New command.
12335         (gnus-summary-repeat-search-article-backward): New command.
12336
12337         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12338         groups in the parent topic.
12339
12340 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12341
12342         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12343         (spam-extra-header-to-number): Return the CRM114 number as a
12344         number instead of a string.
12345
12346 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12347
12348         * gnus-art.el (gnus-face-properties-alist): Move here from
12349         gnus-fun.
12350
12351         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12352
12353 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * message.el (message-strip-forbidden-properties): Only display on
12356         self-insert-command.
12357
12358         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12359         reindent.
12360         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12361
12362 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12363
12364         * smiley.el (smiley-style): Fix typo.
12365
12366 2006-03-23  Kenichi Handa  <handa@m17n.org>
12367
12368         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12369         instead of set-buffer-multibyte.
12370
12371 2006-03-23  Kenichi Handa  <handa@m17n.org>
12372
12373         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12374         buffer and then decode the buffer text if necessary.
12375         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12376         first, and after mm-encode-body, change the buffer to unibyte.
12377
12378 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * hashcash.el (hashcash-insert-payment-async-2):
12381         Use message-goto-eoh instead of doing it manually.
12382         (mail-add-payment): Use message-narrow-to-header instead of trying
12383         to do the same itself.
12384
12385         * message.el (message-hidden-headers): Add Face.
12386
12387         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12388         reparenting code.
12389         (gnus-summary-reparent-children): Refactored out code.
12390         (gnus-summary-thread-map): New keystroke.
12391         (gnus-summary-reparent-children): Make into command.
12392
12393         * smiley.el (smiley-style): Default to `medium' if using a large
12394         font.
12395
12396         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12397         does it itself.
12398
12399         * message.el (message-point-in-header-p): Simplify definition.
12400
12401 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * nnagent.el (nnagent-request-set-mark): Silence log file
12404         writing.
12405         (nnagent-request-set-mark): Use write-region instead of
12406         append-to-file.
12407
12408         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12409         strange select method.
12410
12411         * ecomplete.el (ecomplete-display-matches): Get highlightling
12412         right.
12413         (ecomplete-display-matches): Use literals.
12414         (ecomplete-display-matches): Disable message logging.
12415
12416         * message.el (message-display-abbrev): Small optimization.
12417
12418         * ecomplete.el (ecomplete-display-matches): Allow automatic
12419         display.
12420
12421         * message.el (message-strip-forbidden-properties):
12422         Display abbrevs.
12423         (message-display-abbrev): Get automatic display right.
12424
12425         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12426         keystrokes.
12427
12428 2006-04-13  Romain Francoise  <romain@orebokech.com>
12429
12430         TODO: Backport to v5-10!
12431
12432         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12433         Move here (and rename) from gnus-registry.el.
12434
12435         * gnus-registry.el: Require gnus-util.
12436         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12437
12438 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12439
12440         * gnus-group.el (gnus-group-catchup-current):
12441         Change if-then-else-if-then-else into cond.
12442         (gnus-group-catchup): Indent.
12443         (group-name-at-point): New function.
12444         (gnus-fetch-group): Provide default from thing at point.
12445
12446 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * message.el (message-display-abbrev): Fix regexp.
12449
12450         * ecomplete.el (ecomplete-highlight-match-line):
12451         Reimplement choosing.
12452         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12453         dead variables.
12454
12455         * message.el (message-newline-and-indent): Remove debugging.
12456         (message-display-abbrev): Use new implementation.
12457
12458 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-art.el (gnus-article-mode):
12461         Set cursor-in-non-selected-windows to nil.
12462
12463         * smiley.el: Revert previous change.
12464         (smiley-data-directory): defvar it before using it in the
12465         defcustom of `smiley-style'.
12466
12467 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * message.el (message-newline-and-indent): New function.
12470
12471         * ecomplete.el: Implement more bits.
12472
12473         * message.el (message-put-addresses-in-ecomplete): Clean up the
12474         string.
12475
12476         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12477
12478         * gnus-sum.el (gnus-summary-save-parts):
12479         Bind gnus-summary-save-parts-counter and use it to make unique file
12480         names.
12481
12482         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12483
12484         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12485         parameter to say whether to actually parse the individual
12486         addresses.
12487
12488         * message.el (message-put-addresses-in-ecomplete): New function.
12489         (ecomplete): Require.
12490         (message-mail-alias-type): Add ecomplete as an option.
12491
12492 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12493
12494         * flow-fill.el (fill-flowed): Remove trailing space from blank
12495         quoted lines.
12496
12497 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12498
12499         * smiley.el (smiley-style): Move definition later to avoid a
12500         compilation warning.
12501
12502 2006-04-12  Kenichi Handa  <handa@m17n.org>
12503
12504         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12505         buffer and then decode the buffer text if necessary.
12506         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12507         first, and after mm-encode-body, change the buffer to unibyte.
12508         Use mm-disable-multibyte instead of set-buffer-multibyte.
12509
12510 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12513         Content-Type header instead of Content-Disposition header.
12514         (gnus-mime-inline-part): Ditto.
12515         (gnus-mime-view-part-as-charset): Ignore charset that the part
12516         specifies.
12517
12518         * mm-decode.el (mm-display-part): Work with external parts and
12519         usual parts similarly.
12520
12521         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12522         instead of gnus-display-mime.
12523
12524         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12525         instead of with-temp-buffer.
12526
12527         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12528         tag to summarized topics part in order to encode non-ASCII text.
12529
12530 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * smiley.el (smiley-style): New variable.
12533         (smiley-directory): New function.
12534         (smiley-data-directory): Derive from `smiley-style' using
12535         `smiley-directory'.
12536         (smiley-regexp-alist): Add new entries.
12537
12538         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12539         (gnus-article-browse-delete-temp): Add :version.
12540
12541 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12542
12543         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12544         the sieve region.
12545
12546 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547
12548         * gnus.el (gnus-version-number): Bump version.
12549
12550 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus.el: No Gnus v0.4 is released.
12553
12554 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12557         layout.
12558
12559         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12560         unknown charset.
12561
12562         * message.el (message-header-synonyms): Add Original-To to the
12563         default.
12564
12565         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12566         optional parameter.
12567
12568 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-fun.el (gnus): Require it for gnus-directory.
12571
12572 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12575
12576 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12577
12578         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12579
12580 2006-04-05  Simon Josefsson  <jas@extundo.com>
12581
12582         * password.el (password-reset): New function.
12583
12584 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12585
12586         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12587         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12588
12589 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12590
12591         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12592         Some whitespace was matched into the url, which broke browsing hits
12593         > 100 when mm-url-use-external was nil.
12594
12595 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12598         Check gnus-extra-headers for 'Newsgroups.
12599
12600         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12601         bound.
12602
12603 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12604
12605         * pgg-gpg.el: Clean up process buffers every time gpg processes
12606         complete.
12607
12608 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12611         doc string.
12612
12613 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12614
12615         * pgg-gpg.el (pgg-gpg-process-filter)
12616         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12617
12618         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12619         lines, temporary fix.
12620
12621 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12624
12625 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12626
12627         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12628         default-enable-multibyte-characters.  This reverts the change from
12629         revision 6.17 which is no longer necessary because the passphrase
12630         is sent separately now.  GnuPG messages are unreadable under
12631         multibyte locales with default-enable-multibyte-characters set to
12632         nil.
12633
12634 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * message.el (message-tool-bar-gnome): Move "spell".
12637
12638 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12641         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12642         instead.
12643
12644 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12645
12646         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12647         Improve newsgroups handling for NNTP overviews which don't include
12648         Newsgroups.
12649
12650 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12651
12652         * message.el (message-resend): Bind message-generate-hashcash to nil.
12653
12654 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12655
12656         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12657         when searching for already-paid recipients.
12658
12659 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12660
12661         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12662         passphrases when it is not needed.
12663         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12664         passphrase stuff from gpg, should only be necessary when you use
12665         gpg with a smartcard.
12666
12667 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * mml.el (mml-insert-mime): Ignore cached contents of
12670         message/external-body part.
12671
12672         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12673         (mm-insert-part): Ditto.
12674
12675 2006-03-23  Simon Josefsson  <jas@extundo.com>
12676
12677         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12678         Reiner.
12679         (pgg-gpg-use-agent-p): Use it again.
12680
12681 2006-03-23  Simon Josefsson  <jas@extundo.com>
12682
12683         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12684         older emacsen.
12685         (pgg-gpg-use-agent-p): Don't use it.
12686
12687 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12690         if we can.
12691
12692 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12693
12694         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12695         (pgg-gpg-update-agent): New function.
12696         (pgg-gpg-use-agent-p): New function.
12697         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12698         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12699         (pgg-gpg-sign-region): Use it.
12700
12701 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12704         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12705
12706 2006-03-21  Simon Josefsson  <jas@extundo.com>
12707
12708         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12709         <wilde@sha-bang.de>.
12710         (pgg-gpg-use-agent): New variable.
12711         (pgg-gpg-process-region): Use it.
12712         (pgg-gpg-encrypt-region): Likewise.
12713         (pgg-gpg-encrypt-symmetric-region): Likewise.
12714         (pgg-gpg-decrypt-region): Likewise.
12715         (pgg-gpg-sign-region): Likewise.
12716         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12717
12718 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12721
12722         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12723         Add comment on version.
12724
12725 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * smiley.el: Add missing test smiley.
12728
12729 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * mm-decode.el (mm-with-part): New macro.
12732         (mm-get-part): Use it; work with message/external-body as well.
12733         (mm-save-part): Treat name and filename equally.
12734
12735         * mm-extern.el (mm-extern-cache-contents): New function.
12736         (mm-inline-external-body): Use it; force the part to be displayed;
12737         move undisplayer added to the cached handle to the parent.
12738
12739         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12740         (gnus-mime-view-part-as-type): Work with message/external-body.
12741
12742         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12743
12744 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12747         images in image-load-path.  [Sync with image.el, revision 1.60, in
12748         Emacs.]
12749
12750 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12753         path rather than symbol.  Always return list of directories.
12754         Guarantee that image directory comes first.  [Sync with image.el,
12755         revision 1.59, in Emacs.]
12756
12757         * message.el (message-make-tool-bar): Adjust to new API of
12758         `gmm-image-load-path-for-library'.
12759
12760         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12761
12762         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12763
12764 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12765
12766         * gnus-art.el (gnus-article-only-boring-p):
12767         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12768         intangible text.
12769         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12770
12771 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12774         Use `defun' instead of `gmm-defun-compat'.
12775
12776 2006-03-14  Simon Josefsson  <jas@extundo.com>
12777
12778         * message.el (message-unique-id): Don't use message-number-base36
12779         if (user-uid) is a float.
12780         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12781
12782 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12785
12786         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12787         empty line between a part and a message part.
12788
12789 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * smiley.el: Add more test smileys.
12792         (smiley-data-directory, smiley-regexp-alist)
12793         (gnus-smiley-file-types): Fix doc strings.
12794         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12795         adding new elements.
12796         (smiley-mouse-map): Unused code.  Make it a comment.
12797
12798 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12801         scan latest NoCeM messages instead of old ones.
12802         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12803         delimiters that are recently used.
12804         (gnus-nocem-load-cache): Add autoload cookie.
12805
12806         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12807
12808         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12809         level which is larger than gnus-use-nocem is specified.
12810
12811         * gnus-group.el (gnus-group-get-new-news): Ditto.
12812
12813 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * gnus-util.el (gnus-tool-bar-update): New function.
12816
12817         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12818         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12819
12820         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12821
12822         * gnus-group.el (gnus-group-redraw-when-idle)
12823         (gnus-group-redraw-check): Remove.
12824         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12825
12826 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12829         if optional last element is specified in splits (FIELD VALUE...).
12830
12831 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12834         to gmm-image-load-path-for-library.  Call with no-error argument.
12835         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12836
12837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12838
12839         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12840
12841         * gmm-utils.el (gmm-image-load-path): Remove alias.
12842
12843 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12844
12845         * gmm-utils.el (gmm-image-load-path): Add alias.
12846
12847         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12848         nnml-generate-nov-databases-1.
12849         (nnml-generate-nov-databases): Use it.
12850         (nnml-generate-nov-databases-directory): Document no-active
12851         argument.
12852
12853         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12854         directory if path is t.  Add no-error.
12855
12856         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12857         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12858
12859         * gnus-art.el (gnus-article-browse-delete-temp-files):
12860         Simplify resetting gnus-article-browse-html-temp-list.
12861
12862         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12863         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12864         Add example to docstring.  Rename local variables.  Move error
12865         checks to default case in cond and simplify.
12866
12867 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12870         handle is multipart when calling it recursively.
12871         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12872
12873 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12874
12875         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12876         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12877
12878 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12881         is loaded.
12882
12883         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12884         loaded.
12885
12886 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12889         to "Emacs 23 (unicode)" in doc string.
12890
12891         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12892         "Emacs 23 (unicode)" in comment.
12893
12894 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12897
12898         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12899         characters 160 through 255 in Emacs 23.
12900
12901 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12904         gnus-article-browse-html-temp.
12905         (gnus-article-browse-delete-temp): Make it customizable.
12906         Add `file'.  Adjust doc string.
12907         (gnus-article-browse-delete-temp-files): Add argument.
12908         Allow query for each file.  Adjust doc string.
12909         (gnus-article-browse-html-parts):
12910         Add `gnus-article-browse-delete-temp-files' to
12911         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12912
12913 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12914
12915         * gnus-art.el (gnus-article-browse-html-temp)
12916         (gnus-article-browse-delete-temp): New variables.
12917         (gnus-article-browse-delete-temp-files): New function.
12918         (gnus-article-browse-html-parts): Use it.
12919
12920 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12923
12924         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12925         string.
12926
12927         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12928         gnus-summary-insert-new-articles when unplugged.
12929         Remove gnus-summary-search-article-forward.
12930
12931         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12932         display-visual-class instead of display-color-cells.
12933
12934 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * dgnushack.el: Autoload customize-group for XEmacs.
12937
12938         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12939         message/* containing non-ASCII text properly.
12940
12941 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * message.el: Require gmm-utils, remove autoloads.
12944         (message-tool-bar): Set default based on
12945         gmm-tool-bar-style.
12946         (message-tool-bar-gnome): Add gmm-customize-mode.
12947
12948         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12949         gmm-tool-bar-style.
12950         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12951
12952         * gnus-group.el (gnus-group-tool-bar): Set default based on
12953         gmm-tool-bar-style.
12954         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12955
12956         * gmm-utils.el (gmm-image-directory): Rename variable from
12957         gmm-image-load-path.
12958         (gmm-image-load-path): Use gmm-image-directory.
12959         (gmm-customize-mode): New function.
12960         (gmm-tool-bar-style): New variable.
12961
12962         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12963         gnus-group-redraw-line-number.
12964         (gnus-group-redraw-check): Simplify.
12965         (gnus-group-tool-bar-update): Remove redraw check.
12966         (gnus-group-make-tool-bar): Add redraw check.
12967
12968 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12969
12970         * gnus-art.el (gnus-button): Add missing parentheses.
12971
12972 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * lpath.el: Fbind line-number-at-pos.
12975
12976 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12979
12980 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-art.el (gnus-button): New face.
12983         (gnus-article-button-face): Use it.
12984
12985         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12986         Add gnus-summary-next-page.  Re-order.
12987
12988         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12989         next-node are now included.
12990         (gnus-group-redraw-line-number): New internal variable.
12991         (gnus-group-redraw-check): Helper function for updating the tool
12992         bar.
12993         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12994
12995         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12996
12997         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12998         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12999         Use it to match format of Spamassassin 3.0 and later.
13000         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13001         (spam-check-bogofilter)
13002         (spam-bogofilter-register-with-bogofilter): Fix args of
13003         `gnus-error' calls.
13004
13005 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13008         unnecessary interaction when sending queued mails.
13009         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13010
13011 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13014         first or last are nil.
13015
13016 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13017
13018         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13019
13020 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13021
13022         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13023
13024 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13025
13026         * dns.el (query-dns): Protect more against buggy tcp output.
13027
13028 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13031         nov.php.
13032
13033 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13034
13035         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13036         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13037         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13038         output on the server side.
13039         (nnweb-google-create-mapping): Update regexps and add some
13040         progress indication.
13041
13042 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gnus-group.el (gnus-group-tool-bar-gnome):
13045         Fix gnus-agent-toggle-plugged.  Re-order icons.
13046         (gnus-group-tool-bar-gnome):
13047         Add gnus-group-{prev,next}-unread-group.
13048         (gnus-group-tool-bar-gnome): Re-order icons.
13049
13050         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13051         Move gnus-summary-insert-new-articles.
13052
13053         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13054         Fix comments.
13055
13056         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13057         also available in Emacs 21.3.
13058
13059         * message.el (message-fix-before-sending): Change "Emacs 22" to
13060         "Emacs 23 (unicode)" in comment.
13061
13062         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13063         "Emacs 23 (unicode)" in comment.
13064
13065         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13066         comment.
13067         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13068
13069         * mm-view.el (mm-fill-flowed): Add :version.
13070
13071 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13074         and load-path.
13075
13076 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * message.el: Autoload gmm-image-load-path.
13079         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13080         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13081         consitency.
13082
13083         * gmm-utils.el (gmm-image-load-path): Also search in
13084         "../etc/images".  Don't set gmm-image-load-path if we don't find
13085         the image.
13086
13087 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gmm-utils.el (gmm-image-load-path): Don't make
13090         `gmm-image-load-path' include subdirectories which the second arg
13091         `image' might specify.
13092
13093         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13094         subdirectory to icon file names.
13095
13096         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13097
13098 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13101         gmm-image-load-path calls.
13102
13103         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13104
13105         * message.el (message-make-tool-bar): Ditto.
13106
13107         * mml.el (mml-preview): Add comment concerning tool bar icons.
13108
13109         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13110         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13111
13112         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13113         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13114
13115         * message.el (message-tool-bar-gnome): Use new icon names.
13116         (message-make-tool-bar): Use `gmm-image-load-path'.
13117
13118         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13119         New functions from MH-E.
13120         (gmm-image-load-path): New variable from MH-E.
13121         (gmm-image-load-path): New function from MH-E.  Add arguments
13122         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13123         *-image-load-path-called-flag.
13124
13125 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13126
13127         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13128
13129 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13130
13131         * nnimap.el (nnimap-request-move-article): Change folder back to
13132         source group before deleting.
13133
13134 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13137
13138         * gnus-art.el (mm-url-insert-file-contents-external):
13139         Autoload mm-url.
13140
13141         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13142
13143 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13146         coding system which mm-charset-to-coding-system returns for a
13147         given charset is valid.
13148
13149 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13150
13151         * html2text.el (html2text-remove-tag-list):
13152         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13153
13154 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13155
13156         * gnus-cus.el: Revert 2005-10-17 change.
13157
13158 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-art.el (article-strip-banner):
13161         Call article-really-strip-banner only when the regexp match is made.
13162
13163 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-art.el (article-strip-banner):
13166         Use gnus-extract-address-components instead of
13167         mail-header-parse-addresses to make it work with non-ASCII text;
13168         remove mail-encode-encoded-word-string.
13169
13170         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13171         values which are surrounded with \"...\"; make it never cause a
13172         Lisp error; give up parsing of parameters if it failed in
13173         extracting type.
13174
13175 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13176
13177         * smime.el (smime-cert-by-ldap-1): Fix bug where
13178         `smime-ldap-search' returns results without userCertificates.
13179
13180 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13183
13184 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * spam.el (spam-check-spamassassin-headers): Adapt format for
13187         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13188         <ari@mbf.ocn.ne.jp>.
13189         (spam-list-of-processors): Add spam-use-gmane.
13190
13191 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13194         make-temp-file; make it work with XEmacs as well.
13195
13196         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13197         mm-make-temp-file.
13198
13199         * mm-decode.el (mm-display-external): Use the 3rd arg of
13200         mm-make-temp-file.
13201         (mm-create-image-xemacs): Ditto.
13202
13203 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13206         with message-narrow-to-headers.
13207         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13208         (gnus-draft-check-draft-articles): New function.
13209         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13210
13211 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-art.el (gnus-article-browse-html-parts):
13214         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13215         Don't use suffix argument for mm-make-temp-file for Emacs 21
13216         compatibility.  Remove useless `format'.
13217
13218 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13219
13220         * nnweb.el (nnweb-google-wash-article): Update regexps.
13221         (nnweb-group-alist): Use defvoo instead of defvar.
13222
13223 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13226         re-loading nn* modules.
13227
13228 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13231         for `tool-bar-mode' and don't check it's default-value.
13232
13233         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13234
13235         * message.el (message-make-tool-bar): Ditto.
13236
13237         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13238         `substring'.  Shorten tmp-file name.
13239
13240         * gnus.el: Remove bogus comment.
13241
13242 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13243
13244         * gnus-art.el (gnus-article-browse-html-parts): New function.
13245         (gnus-article-browse-html-article): New function for viewing html
13246         articles with a browser.
13247
13248 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13249
13250         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13251         in elisp.
13252         (pgg-gpg-encrypt-symmetric-region): Ditto.
13253         (pgg-gpg-sign-region): Ditto.
13254
13255         * pgg-def.el (pgg-text-mode): New variable.
13256
13257         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13258         (mml2015-pgg-encrypt): Ditto.
13259
13260         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13261         (mml1991-pgg-encrypt): Ditto.
13262
13263 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * nnfolder.el (nnfolder-insert-newsgroup-line):
13266         Use message-make-date instead of current-time-string.
13267
13268         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13269         to gnus-decoded which mm-uu might set.
13270
13271 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13274         don't decode quoted parameters; remove misimported Emacs code.
13275         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13276         (rfc2231-decode-encoded-string): Don't use split-string which
13277         behaves differently according to Emacs version; use
13278         mm-decode-coding-region to convert charset to coding-system.
13279         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13280         (rfc2231-encode-string): Remove misimported Emacs code.
13281
13282 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13285         when calling mail-header-parse-content-type.
13286         (article-de-quoted-unreadable): Ditto.
13287         (article-de-base64-unreadable): Ditto.
13288         (article-wash-html): Ditto.
13289
13290         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13291         calling mail-header-parse-content-type and
13292         mail-header-parse-content-disposition.
13293         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13294         mail-header-parse-content-type.
13295
13296         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13297         insert charset and format parameters; encode description after
13298         inserting it to buffer.
13299         (mml-insert-parameter): Fold lines properly even if a parameter is
13300         segmented into two or more lines; change the max column to 76.
13301
13302         * rfc1843.el (rfc1843-decode-article-body): Don't use
13303         ignore-errors when calling mail-header-parse-content-type.
13304
13305         * rfc2231.el (rfc2231-parse-string): Return at least type if
13306         possible; don't cause an error even if it fails in parsing of
13307         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13308         (rfc2231-encode-string): Don't break lines at the beginning, leave
13309         it to mml-insert-parameter.
13310
13311         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13312         calling mail-header-parse-content-type.
13313
13314 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * spam-report.el (spam-report-gmane-use-article-number):
13317         Improve doc string.
13318         (spam-report-gmane-internal): Check if a suitable header was found
13319         in the article.
13320
13321 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13324         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13325
13326 2006-02-05  Romain Francoise  <romain@orebokech.com>
13327
13328         Update copyright notices of all files in the gnus directory.
13329
13330 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13331
13332         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13333
13334 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13337         segmented lines of parameter value to cope with Thunderbird 1.5
13338         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13339         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13340         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13341
13342 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13343
13344         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13345         parts.
13346
13347 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13348
13349         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13350         there's only one active file for all servers.
13351         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13352         solid groups.  Gnus might have used a FAST request to select the group.
13353         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13354         and nnweb-search redundantly in the active file.
13355         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13356         (nnweb-request-create-group): Don't use ARGS.
13357         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13358         initialisations.  Let nnoo do the work.
13359
13360 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13363         Say the part has been decoded.
13364
13365         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13366
13367 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13368
13369         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13370         mailcap-viewer-test-cache when there's no 'test clause, since that
13371         will invert the meaning of a "nil" test previously determined by
13372         mailcap-mailcap-entry-passes-test.
13373
13374 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13377         compiling.
13378
13379         * gnus-sum.el: Ditto.
13380
13381         * message.el: Don't bind tool-bar-map when compiling.
13382
13383 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13386
13387 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13388
13389         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13390         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13391         current Google Groups.
13392
13393 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13396         and tool-bar-mode.
13397
13398         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13399         and tool-bar-mode.
13400
13401         * message.el (message-tool-bar-update): Simplify.
13402         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13403
13404         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13405         gnus-summary-buffer.
13406         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13407         gnus-summary-reply.
13408
13409         * gmm-utils.el (gmm): Add :version.
13410
13411 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * Makefile.in (clean): New rule.
13414         (distclean): Use it.
13415
13416 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13417
13418         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13419         Don't autoload.
13420
13421 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gmm-utils.el (gmm-verbose): Add :group.
13424
13425 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * message.el: Change some comments WRT tool-bars.
13428
13429         * gnus-sum.el (gnus-summary-tool-bar)
13430         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13431         (gnus-summary-tool-bar-zap-list): New variables.
13432         (gnus-summary-make-tool-bar): Complete rewrite using
13433         `gmm-tool-bar-from-list'.
13434
13435         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13436         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13437         New variables.
13438         (gnus-group-make-tool-bar): Complete rewrite using
13439         `gmm-tool-bar-from-list'.
13440         (gnus-group-tool-bar-update): New function.
13441
13442         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13443
13444 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13447         is dissected into a single part of which the type is the same as
13448         the given one; decode charset.
13449
13450 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13451
13452         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13453         into alists as symbol not string, since that's what
13454         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13455         look for.
13456
13457 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13460         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13461
13462         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13463
13464 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13467         (gnus-xmas-mime-security-button-menu): New function.
13468
13469         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13470         (gnus-mime-security-button-menu): New definition.
13471         (gnus-mime-security-button-map): Use them.
13472         (gnus-mime-security-button-menu): New function.
13473         (gnus-insert-mime-security-button): Addition to help echo.
13474         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13475         (gnus-mime-security-pipe-part): New functions.
13476
13477         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13478         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13479
13480         * mm-decode.el (mm-handle-set-disposition): Remove.
13481         (mm-handle-set-description): Remove.
13482
13483 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13486         (mm-w3m-standalone-supports-m17n-p): New function.
13487         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13488         w3m usage.
13489
13490         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13491         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13492
13493 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * message.el (message-tool-bar-zap-list):
13496         Use gmm-tool-bar-zap-list as custom type.
13497         (message-tool-bar-update): New function.
13498         (message-tool-bar, message-tool-bar-gnome)
13499         (message-tool-bar-retro): Add message-tool-bar-update.
13500         (message-tool-bar-gnome): Add flyspell-buffer.
13501
13502         * gnus-util.el (gnus-error): Describe `args'.
13503
13504         * gmm-utils.el (gmm-error): Describe `args'.
13505         (gmm-tool-bar-zap-list): New widget.
13506         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13507
13508 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13511         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13512         the number of recursive calls.
13513
13514         * mm-decode.el (mm-handle-set-disposition): New macro.
13515         (mm-handle-set-description): New macro.
13516
13517 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13520         encoding.
13521
13522 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * message.el (message-tool-bar-zap-list, message-tool-bar)
13525         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13526         (message-tool-bar-local-item-from-menu): Remove.
13527         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13528         (message-make-tool-bar): New function.
13529         (message-mode): Use `message-make-tool-bar'.
13530
13531         * gmm-utils.el: New file.
13532         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13533         (gmm-lazy): New widget copied from `nnmail.el'.
13534         (gmm-tool-bar-from-list): New function for creating customizable
13535         tool bars.
13536         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13537         output.
13538         (gmm): Add :prefix to defgroup.
13539
13540 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13541
13542         * gmm-utils.el (gmm-widget-p): New function.
13543
13544 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * mml.el (mml-attach-file): Describe `description' in doc string.
13547         (mml-menu): Add Emacs MIME manual and PGG manual.
13548
13549 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13550
13551         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13552
13553 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13554
13555         * nntp.el (nntp-end-of-line): Doc fix.
13556
13557 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13558
13559         * imap.el (imap-open): Handle case where buffer is a buffer
13560         object.
13561
13562 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13563
13564         * gnus-delay.el (gnus-delay): Don't autoload.
13565         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13566         to be re-loaded when customizing the `gnus-delay' group.
13567
13568 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13569
13570         * message.el (message-insert-citation-line): Use newlines.
13571
13572 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13573
13574         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13575         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13576         these routines, so the passphrase can be managed externally and
13577         passed in to the system.
13578         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13579         pgg-add-passphrase-to-cache function.
13580
13581         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13582         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13583         these routines, so the passphrase can be managed externally and
13584         passed in to the system.
13585         (pgg-pgp5-sign-region): Use new name of
13586         pgg-add-passphrase-to-cache function.
13587
13588 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13589
13590         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13591         part of the decoded armor to find the key-identifier.
13592         (pgg-gpg-lookup-key-owner): New function to return the
13593         human-readable identifier of a key owner.
13594         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13595         itself.
13596         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13597         the key value) if we have a key and can match it against a secret
13598         key.  Also, added a note pointing out fact that the prompt only
13599         indicates the first matching key.
13600
13601         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13602         pgg-decrypt-region.
13603         (pgg-add-passphrase-to-cache): Rename from
13604         `pgg-add-passphrase-cache' to reduce confusion (all callers
13605         changed).
13606         (pgg-remove-passphrase-from-cache): Rename from
13607         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13608         changed).
13609         (pgg-read-passphrase, pgg-add-passphrase-cache)
13610         (pgg-remove-passphrase-cache): Add informative docstrings.
13611         (pgg-decrypt): Convey provided passphrase in subordinate call to
13612         pgg-decrypt-region.
13613
13614 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13615
13616         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13617         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13618         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13619         'passphrase' argument, so the passphrase can be managed externally
13620         and then passed in to the system.
13621
13622         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13623         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13624         so the passphrase cache can be used reliably with identifiers
13625         besides a pgp packet's key id.
13626
13627         * pgg-gpg.el (pgg-gpg-encrypt-region)
13628         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13629         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13630         these routines, so the passphrase can be managed externally and
13631         passed in to the system.
13632
13633         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13634         'notruncate' argument, so the passphrase cache can be used
13635         reliably with identifiers besides a pgp packet's key id.
13636
13637 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13638
13639         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13640         symmetric encryption.
13641         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13642         encrypted session key.
13643         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13644         message ask for the passphrase in a proper way.
13645
13646         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13647         New user commands for symmetric encryption.
13648
13649 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13652
13653         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13654
13655 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13656
13657         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13658
13659 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * mm-decode.el (mm-inlined-types): Add application/pgp.
13662         (mm-automatic-display): Ditto.
13663
13664         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13665         part as text.
13666
13667 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * nnrss.el: Update copyright.
13670         (nnrss-opml-import): Query whether to subscribe to each entry.
13671
13672         * gnus-art.el:
13673         * gnus-sum.el:
13674         * gnus-xmas.el:
13675         * messagexmas.el:
13676         * mm-uu.el:
13677         * mm-view.el: Update copyright.
13678
13679 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * message.el (message-info): New function.
13682         (message-mode-menu): Add it.
13683         Update copyright.
13684
13685         * ChangeLog: Fix and update copyright.
13686
13687 2006-01-13  Romain Francoise  <romain@orebokech.com>
13688
13689         * message.el (message-forward-subject-name-subject): Prefer the
13690         address to 'nowhere' if the sender has no name.
13691         Fix typo.  Update copyright year.
13692
13693 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-art.el (article-wash-html):
13696         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13697         (gnus-article-wash-html-with-w3m-standalone): New function.
13698
13699         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13700         mm-inline-text-html-render-with-w3m-standalone.
13701         (mm-text-html-washer-alist): Map w3m-standalone to
13702         gnus-article-wash-html-with-w3m-standalone.
13703         (mm-inline-text-html-render-with-w3m-standalone): New function.
13704
13705 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13708         Improve LaTeX.
13709
13710 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13713         (nnrss-request-article): Render text/plain parts as HTML.
13714
13715         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13716         the buffer.
13717
13718 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13721         custom definition of `gnus-posting-styles'.
13722
13723         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13724         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13725
13726 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13729         Use nntp for bug archive.
13730
13731 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13734         parts.
13735         (nnrss-normalize-date): New function converts ISO 8601 date into
13736         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13737         (nnrss-check-group): Use it.
13738
13739 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13742
13743         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13744         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13745         (nnrss-insert-w3): Ditto.
13746
13747 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13750         the articles to be forwarded including the case where neither a
13751         number of articles nor a region is specified.
13752
13753 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * nnrss.el (nnrss-request-article): Fix last change; fill
13756         text/plain parts.
13757
13758 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13761         in text/plain part.
13762         (nnrss-check-group): Don't add excessive newline to dc:subject.
13763
13764 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13765
13766         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13767         article.
13768
13769 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13772         (nnml-use-compressed-files, nnml-save-mail): Support other
13773         comression programs such as bzip2.
13774
13775 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * dns.el (query-dns): Make sure we check the buffer size before
13778         removing tcp headers.
13779
13780 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13783         remove MIME buttons associated with multipart/alternative parts.
13784         (gnus-mime-display-alternative): Tag buttons using `article-type'
13785         text property.
13786
13787         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13788         associated with multipart/alternative parts.
13789
13790         * gnus-art.el (gnus-signature-separator): Fix custom type.
13791
13792         * mm-decode.el (mm-inlined-types): Fix custom type.
13793         (mm-keep-viewer-alive-types): Ditto.
13794         (mm-automatic-display): Ditto.
13795         (mm-attachment-override-types): Ditto.
13796         (mm-inline-override-types): Ditto.
13797         (mm-automatic-external-display): Ditto.
13798
13799 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * spam-report.el (spam-report-user-mail-address)
13802         (spam-report-user-agent): New variables.
13803         (spam-report-url-ping-plain): Use spam-report-user-agent.
13804
13805 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13806
13807         * gnus-art.el (gnus-button-handle-custom): Do not just use
13808         `customize-apropos' for any "M-x customize-*" button but the
13809         function called for.  Accept both the function name and its
13810         argument in order to achieve this.
13811         (gnus-button-alist): Remove support for "custom:" URL's.
13812         Pass function name to `gnus-button-handle-custom' in case of "M-x
13813         customize-*" buttons.
13814
13815 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13818         multipart/alternative and add xref to mm-discouraged-alternatives
13819         in doc string.
13820
13821         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13822         gnus-buttonized-mime-types in doc string.
13823
13824 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13827         Suggest image/.* in the doc string.
13828
13829 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13832         message-marks (Debian bug #342521).
13833
13834 2005-12-12  Simon Josefsson  <jas@extundo.com>
13835
13836         * password.el (password-read-from-cache): Add.
13837         (password-read): Use it.
13838
13839 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * rfc2047.el (rfc2047-charset-to-coding-system):
13842         Recognize us-ascii as a MIME charset.
13843
13844         * mm-bodies.el (mm-decode-content-transfer-encoding):
13845         Protect against the case where the 2nd arg TYPE is nil.
13846
13847 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * pop3.el (pop3-stream-type): Fix custom version.
13850
13851         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13852
13853 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13854
13855         * mm-decode.el (mm-display-external): Add missing cdr.
13856
13857 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13860         RFC1524) if it is in mailcap or add a suffix according to
13861         mailcap-mime-extensions when generating a temp filename; postpone
13862         deleting a temp file for 2 seconds for some wrappers, shell
13863         scripts, and so on, which might exit right after having started a
13864         viewer command as a background job.
13865
13866 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * nntp.el (nntp-marks-directory): Fix custom group.
13869
13870         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13871         steps when < 10.
13872
13873         * gnus-start.el (gnus-no-server-1):
13874         Mention `gnus-level-default-subscribed' in doc string.
13875
13876 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13877
13878         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13879         parens.
13880
13881 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-xmas.el (gnus-use-toolbar): Revert.
13884         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13885         gnus-use-toolbar is default.
13886
13887         * messagexmas.el (message-use-toolbar): Revert.
13888         (message-setup-toolbar): Use global default-toolbar if
13889         message-use-toolbar is default.
13890
13891 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13894         according to default-toolbar-visible-p.
13895
13896         * messagexmas.el (message-use-toolbar): Ditto.
13897
13898 2005-11-26  Dave Love  <fx@gnu.org>
13899
13900         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13901         (tls-program, tls-success): Provide openssl alternative.
13902
13903         * starttls.el: Doc fixes.
13904         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13905         SERVICE to PORT.
13906
13907         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13908         port null or service name.
13909         (starttls-negotiate): Autoload.
13910
13911 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * message.el (message-kill-to-signature): Fix interactive spec.
13914
13915 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * pop3.el (pop3-open-server): Recognize a string as a service name.
13918
13919 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13920
13921         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13922
13923 2005-11-23  Dave Love  <fx@gnu.org>
13924
13925         Add pop3s, pop3/starttls.
13926
13927         * pop3.el (pop3-authentication-scheme): Clarify doc.
13928         (open-tls-stream, starttls-open-stream): Autoload.
13929         (pop3-stream-type): New.
13930         (pop3-open-server): Use it.
13931
13932         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13933         for POP.
13934         (mail-source-keyword-map): Add :stream for POP.
13935         (mail-source-fetch-pop): Use pop3-stream-type.
13936
13937 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13940         of current-time-string.
13941
13942 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13943
13944         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13945         date header.
13946
13947 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13948
13949         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13950         it can seriously impact performance as it bypasses the agent's
13951         local caches.
13952
13953 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13954
13955         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13956         must be explicitly online rather than "not explicitly offline" for
13957         its flags to be synchronized.
13958
13959         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13960         that gnus-uu-unmark-thread will function correctly.
13961
13962         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13963         1024K is instead displayed as 1M.
13964
13965 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13966
13967         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13968
13969 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13970
13971         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13972
13973 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13974
13975         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13976         error message to display actual error condition.
13977         (gnus-agent-save-local): Avoid saving symbols that are bound to
13978         nil as they simply result in a warning message in
13979         gnus-agent-read-local.
13980
13981 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13984         rather than make-variable-buffer-local for file-precious-flag.
13985
13986 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13987
13988         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13989         for duplicates which are removed.  The invalid sort check then
13990         triggers a rescan after the sort as sorting may have moved
13991         duplicate entries such that they can be cheaply detected.
13992
13993 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13996
13997 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13998
13999         * gnus-agent.el (gnus-agent-article-alist-save-format):
14000         Change internal variable to a custom variable.  Change default value
14001         from compressed(2) to uncompressed(1).
14002         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14003         support for uncompressed agentview files.  Taken together, reading
14004         the agentview file should now be 6-7 times faster.
14005
14006 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14007
14008         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14009         as a buffer-local variable.  This avoids creating truncated
14010         dribble files as a result of a hang up, eg.
14011
14012 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14013
14014         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14015         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14016         XEmacs.
14017
14018 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * gnus-start.el (gnus-start-draft-setup):
14021         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14022
14023         * gnus.el (gnus-splash): Change custom group.
14024         (gnus-group-get-parameter, gnus-group-parameter-value):
14025         Describe allow-list argument.
14026
14027         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14028         string.
14029
14030 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14031
14032         * gnus-art.el (gnus-default-article-saver): Add user-defined
14033         `function' to custom type.
14034
14035 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14036
14037         * imap.el (imap-open): Handle case where buffer is a buffer
14038         object.
14039
14040 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14043         long lines.
14044         (gnus-cache-delete-group): Wrap doc strings.
14045
14046         * gnus-agent.el (gnus-agent-rename-group)
14047         (gnus-agent-delete-group): Wrap doc strings.
14048
14049 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * messagexmas.el (message-use-toolbar): Change the valid values
14052         into default, top, bottom, left, and right.
14053         (message-toolbar-thickness): New variable.
14054         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14055         well.
14056         (message-setup-toolbar): Make it work.
14057
14058         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14059         (gnus-use-toolbar): Change the valid values into default, top,
14060         bottom, left, and right.
14061         (gnus-toolbar-thickness): New variable.
14062         (gnus-xmas-setup-toolbar): New function.
14063         (gnus-xmas-setup-group-toolbar): Use it.
14064         (gnus-xmas-setup-summary-toolbar): Use it.
14065
14066 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14067
14068         * gnus-start.el (gnus-1): Add "native" to
14069         gnus-predefined-server-alist.
14070
14071         * gnus.el (gnus-method-to-server): Don't add "native" to the
14072         lists here, because that leads to problems when
14073         gnus-select-method is bound.
14074
14075 2005-11-09  Simon Josefsson  <jas@extundo.com>
14076
14077         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14078         use (not sort-by-date) instead.
14079
14080 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14081
14082         * gnus-delay.el (gnus-delay-group): Don't autoload.
14083         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14084         to be re-loaded when customizing the `gnus-delay' group.
14085
14086 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14087
14088         * message.el: Revert last changes.
14089         (message-insert-citation-line): Use newlines.
14090
14091 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14092
14093         * message.el (message-courtesy-message)
14094         (message-mark-insert-begin, message-mark-insert-end)
14095         (message-elide-ellipsis, message-cancel-message)
14096         (message-add-header, message-change-subject)
14097         (message-cross-post-followup-to-header)
14098         (message-cross-post-insert-note, message-reduce-to-to-cc)
14099         (message-widen-reply, message-delete-not-region)
14100         (message-kill-to-signature, message-insert-signature)
14101         (message-insert-importance-high, message-insert-importance-low)
14102         (message-insert-or-toggle-importance)
14103         (message-insert-disposition-notification-to)
14104         (message-indent-citation, message-yank-original)
14105         (message-cite-original-without-signature, message-cite-original)
14106         (message-insert-citation-line, message-position-on-field)
14107         (message-fix-before-sending, message-send-mail-partially)
14108         (message-send-mail, message-send-mail-with-sendmail)
14109         (message-send-mail-with-qmail, message-send-news)
14110         (message-check-news-header-syntax, message-generate-headers)
14111         (message-insert-courtesy-copy, message-fill-address)
14112         (message-fill-header, message-shorten-references)
14113         (message-setup-1, message-cancel-news)
14114         (message-forward-make-body-plain, message-forward-make-body-mime)
14115         (message-forward-make-body-mml, message-encode-message-body)
14116         (message-forward-make-body-digest-plain)
14117         (message-forward-make-body-digest-mime)
14118         (message-use-alternative-email-as-from): Insert `hard-newline'
14119         instead of ordinary newlines.
14120
14121 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * message.el (message-generate-headers): Downcase the argument
14124         given to message-check-element.
14125
14126 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14127
14128         * nntp.el (nntp-authinfo-rejected): New error condition.
14129         (nntp-wait-for): Use new error condition to signal authentication
14130         error.
14131         (nntp-retrieve-data): Rethrow new error condition to break out of
14132         recursive call to nntp-send-authinfo.
14133
14134 2005-11-08  Romain Francoise  <romain@orebokech.com>
14135
14136         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14137         (gnus-summary-exit-map): Bind to `Z p'.
14138         (gnus-summary-make-menu-bar): Add menu item.
14139
14140 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14143         (gnus-treat-*): Add `first' in all doc strings.
14144
14145         * gnus-group.el (gnus-group-compact-group): Fix typo.
14146
14147 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus.el (gnus-parameters-case-fold-search): New variable.
14150         (gnus-parameters-get-parameter): Use it.
14151
14152         * gnus-score.el (gnus-home-score-file): Doc fix.
14153
14154 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14155
14156         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14157
14158 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-util.el (mm-special-display-p): New function.
14161
14162         * mml.el (mml-preview): Use it; doc fix.
14163
14164 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14165
14166         * imap.el (imap-open): Handle case where buffer is a buffer object.
14167
14168 2005-10-29  Romain Francoise  <romain@orebokech.com>
14169
14170         * message.el (message-fix-before-sending): Fix comment.
14171
14172 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14173
14174         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14175
14176 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14177
14178         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14179         Used in gnus-score.el.
14180
14181 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14184
14185 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14188         whitespace removed in revision 7.8.  Use concatenated string to
14189         protect trailing whitespace.
14190
14191 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14192
14193         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14194         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14195         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14196         Courier IMAP ("some version from 2004").  Mostly based on similar
14197         code in the same function.
14198
14199 2005-10-26  Didier Verna  <didier@xemacs.org>
14200
14201         * gnus-group.el (gnus-group-compact-group): Invalidate original
14202         article buffer.
14203         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14204         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14205         NOV database and in article itself.
14206         Invalidate article backlog.
14207
14208 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14211
14212 2005-10-26  Simon Josefsson  <jas@extundo.com>
14213
14214         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14215         part of 2004-07-25 change.
14216
14217 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * message.el (message-display-completion-list): New function.
14220         (message-expand-group): Use it; make sure the Completions buffer
14221         is modifiable.
14222 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14223
14224         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14225         user-mail-name is an empty string.
14226
14227 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14230         depending on gnus-score-decay-constant.
14231
14232         * encrypt.el (encrypt-insert-file-contents)
14233         (encrypt-write-file-contents): Don't use `gnus-message'.
14234
14235         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14236         arguments.
14237         (mm-uu-type-alist): Add message-marks and insert-marks.
14238         Pass arguments to mm-uu-verbatim-marks-extract.
14239         (mm-uu-hide-markers): New variable.
14240         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14241
14242         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14243         (gnus-convert-image-to-face-command): Use "convert" by default to
14244         allow other input image formats.
14245         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14246         accordingly.
14247
14248 2005-10-23  Simon Josefsson  <jas@extundo.com>
14249
14250         * imap.el (imap-gssapi-program): Align command line parameters
14251         with latest GNU SASL.
14252         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14253
14254 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14257         HTML.
14258         (nnslashdot-request-article): Ditto.
14259
14260         * lpath.el (featurep): Add nobreak-char-display.
14261
14262 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14263
14264         * mail-source.el (mail-source-fetch-pop): Require pop3.
14265         (mail-source-check-pop): Ditto.
14266
14267 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14270         errors.
14271
14272 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14275         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14276
14277         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14278
14279         * mm-bodies.el (mm-decode-string):
14280         Call `mm-charset-to-coding-system' with allow-override argument.
14281
14282 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14285         (rfc2047-charset-to-coding-system): New function.
14286         (rfc2047-decode-encoded-words): New function.
14287         (rfc2047-decode-region): Use them.
14288         (rfc2047-decode-cte): Remove.
14289         (rfc2047-parse-and-decode): Remove.
14290         (rfc2047-decode): Remove.
14291
14292 2005-10-15  Kenichi Handa  <handa@m17n.org>
14293
14294         * rfc2047.el (rfc2047-decode-cte): New function.
14295         (rfc2047-decode-region): Change the way to decode successive
14296         encoded-words: decode B- or Q-encoding in each encoded-word,
14297         concatenate them, and decode it as charset.
14298
14299 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * lpath.el: Fbind codepage-setup for XEmacs.
14302
14303 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14304
14305         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14306         widget-move-and-invoke.
14307         (gnus-custom-mode): Use gnus-custom-map.
14308
14309 2005-10-15  Bill Wohler  <wohler@newt.com>
14310
14311         * message.el (message-tool-bar-map): Rename image file from
14312         mail_send to mail/send.
14313
14314 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14315
14316         * message.el (message-expand-group): Pass the common
14317         prefix substring of completion to `display-completion-list'.
14318
14319 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * mml-sec.el (mml-secure-method): New internal variable.
14322         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14323         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14324         New functions using mml-secure-method.
14325
14326         * mml.el (mml-mode-map): Add key bindings for those functions.
14327         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14328         Harder <harder@myrealbox.com>.
14329         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14330         Goto end of message if point is the headers of the message.
14331
14332         * message.el (message-in-body-p): New function.
14333
14334         * assistant.el: Autoload gnus-util and netrc.
14335
14336         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14337         Use `mm-charset-override-alist' only when decoding.
14338
14339         * mm-bodies.el (mm-decode-body):
14340         Call `mm-charset-to-coding-system' with allow-override argument.
14341
14342         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14343         `filename' from Content-Disposition if Content-Type doesn't
14344         provide `name'.
14345         (gnus-mime-view-part-as-type): Set default instead of
14346         initial-input.
14347
14348 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14349
14350         * format-spec.el (format-spec): Propagate text properties of % spec.
14351
14352 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * gnus-art.el (gnus-treat-predicate): Add `first'.
14355
14356 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14359         (mm-charset-override-alist): New variable.
14360         (mm-charset-to-coding-system): Use it.
14361         (mm-codepage-setup): New helper function.
14362         (mm-charset-eval-alist): New variable.
14363         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14364         Warn about unknown charsets.
14365
14366         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14367
14368 2005-10-04  David Hansen  <david.hansen@gmx.net>
14369
14370         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14371         (nnrss-check-group): Ditto.
14372
14373 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14376         Rename x-gnus-verbatim to x-verbatim.
14377         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14378
14379         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14380         x-verbatim.
14381
14382         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14383
14384         * gnus-util.el (gnus-remove-duplicates): Remove.
14385
14386         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14387         instead of gnus-remove-duplicates.
14388
14389         * message.el (message-remove-duplicates): Remove.
14390         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14391         message-remove-duplicates.
14392
14393         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14394         available, else use implementation from `delete-dups'.
14395
14396         * message.el (message-insert-expires): New function.
14397         (message-mode-map): Add key binding.
14398         (message-mode-field-menu): Add menu entry.
14399         (message-mode): Document it.
14400         (message-make-expires-date): Use `message-make-date'.
14401
14402 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14403
14404         * message.el (message-make-expires-date): New function.
14405
14406 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * Makefile.in (list-installed-shadows): New entry.
14409         (install): Use it.
14410         (remove-installed-shadows): New entry.
14411
14412         * dgnushack.el (dgnushack-default-load-path): New variable.
14413         (dgnushack-find-lisp-shadows): New function.
14414         (dgnushack-remove-lisp-shadows): New function.
14415
14416 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * Makefile.in (install-el-elc): New entry.
14419         (install): Use it so that .el files are necessarily installed.
14420
14421 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14424
14425 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14426
14427         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14428         function rather than the diff-mode.el package.
14429         (mm-display-external): Use with-current-buffer.
14430         (mm-viewer-completion-map, mm-viewer-completion-map):
14431         Move initialization inside declaration.
14432
14433 2005-09-29  Simon Josefsson  <jas@extundo.com>
14434
14435         * spam.el: Load hashcash when compiling, to avoid warnings.
14436         Don't autoload mail-check-payment.
14437         (spam-check-hashcash): Define unconditionally, since hashcash.el
14438         is part of Gnus now.  Ignore errors from payment checking.
14439
14440 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * message.el (message-bold-region, message-unbold-region):
14443         Rename from `bold-region' and `unbold-region'.
14444
14445         * message.el: Remove useless autoloads.
14446
14447 2005-09-28  Simon Josefsson  <jas@extundo.com>
14448
14449         * message.el (message-use-idna): Default to t.
14450         (message-use-idna): Test whether encoding works too.  Doc fix.
14451
14452 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * nntp.el (nntp-warn-about-losing-connection): Remove.
14455
14456 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14459         customizable.  Change default value.
14460         (mm-uu-diff-groups-regexp): Change default value.
14461         (mm-uu-type-alist): Add doc string.
14462         (mm-uu-configure): Add doc string.  Make it interactive.
14463         (mm-uu-tex-groups-regexp): New variable.
14464         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14465         (mm-uu-type-alist): Add LaTeX documents.
14466         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14467         of "text/verbatim".
14468         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14469
14470         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14471         instead of "text/verbatim".
14472
14473         * message.el (message-mark-inserted-region)
14474         (message-mark-insert-file): Use slrn style marks when called with
14475         prefix argument.
14476
14477 2005-09-27  Simon Josefsson  <jas@extundo.com>
14478
14479         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14480
14481 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14482
14483         * message.el (message-remove-duplicates): New function.
14484         Implementation borrowed from `gnus-remove-duplicates'.
14485         (message-idna-to-ascii-rhs): Also encode idna addresses in
14486         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14487         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14488         only ask about the same idna domain once per header and also tell
14489         in what header to replace the idna domain.
14490
14491         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14492         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14493         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14494         a header is decoded and not just the last one.
14495
14496 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14499         has been decoded.
14500
14501         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14502         (mm-insert-part): Don't modify text if it has been decoded.
14503
14504         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14505         decoded.
14506
14507         * mm-view.el (mm-inline-text): Don't strip text props unless
14508         decoding enriched or richtext parts.
14509
14510 2005-09-25  Romain Francoise  <romain@orebokech.com>
14511
14512         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14513         * gnus-start.el (gnus-subscribe-interactively):
14514         * gnus-uu.el (gnus-uu-grab-articles):
14515         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14516         space.
14517
14518 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14519
14520         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14521         * mm-view.el (mm-view-pkcs7-decrypt):
14522         * gnus-sum.el (gnus-summary-limit-to-extra)
14523         (gnus-summary-respool-article, gnus-read-move-group-name):
14524         * gnus-score.el (gnus-summary-increase-score):
14525         * gnus-util.el (gnus-completing-read-with-default):
14526         * gnus-art.el (gnus-read-save-file-name)
14527         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14528         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14529         * message.el (message-check-news-header-syntax):
14530         Follow convention for reading with the minibuffer.
14531
14532 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * spam-report.el (spam-report-url-ping-plain):
14535         Use gnus-extended-version as User-Agent.
14536
14537         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14538         default value is nil.
14539
14540         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14541         (mm-uu-verbatim-marks-extract): New function.
14542         (mm-uu-extract): New face.
14543         (mm-uu-copy-to-buffer): Use it.
14544
14545         * spam-report.el (spam-report-gmane-ham): Rename from
14546         `spam-report-gmane-unspam'.
14547         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14548         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14549
14550         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14551         Autoload.
14552         (spam-report-gmane-unregister-routine):
14553         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14554
14555 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14556
14557         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14558         (spam-report-gmane-unregister-routine): Add support for gmane
14559         unregistration.
14560
14561         * spam-report.el (spam-report-gmane-unspam)
14562         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14563         (spam-report-gmane): Change to take a single article and do unspam
14564         registration.
14565
14566 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * mm-url.el (mm-url-decode-entities): Fix regexp.
14569
14570 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14573         default to nil, to be able to use Gnus at all.  If the default
14574         switches to something else, then the function should be fixed not
14575         be exceedingly slow.
14576
14577 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14580         fail hard.
14581
14582         * spam-report.el: Add better Keywords line.
14583
14584         * spam.el: Add Maintainer and better Keywords line.
14585
14586 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * gnus-art.el (gnus-article-replace-part)
14589         (gnus-mime-replace-part): New functions.
14590         (gnus-mime-action-alist, gnus-mime-button-commands)
14591         (gnus-mime-save-part-and-strip): Add file argument.
14592         (gnus-article-part-wrapper): Add interactive argument.
14593
14594         * gnus-sum.el (gnus-summary-mime-map):
14595         Add `gnus-article-replace-part'.
14596
14597 2005-09-19  Didier Verna  <didier@xemacs.org>
14598
14599         The nnml compaction feature:
14600         * nnml.el (nnml-request-compact-group): New function.
14601         * nnml.el (nnml-request-compact): New function.
14602         * gnus-int.el (gnus-request-compact-group): New function.
14603         * gnus-int.el (gnus-request-compact): New function.
14604         * gnus-group.el (gnus-group-compact-group): New function.
14605         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14606         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14607         * gnus-srvr.el (gnus-server-compact-server): New function.
14608         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14609         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14610
14611 2005-09-18  Deepak Goel  <deego@gnufans.org>
14612
14613         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14614         format spec.
14615
14616 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14619
14620 2005-09-15  Romain Francoise  <romain@orebokech.com>
14621
14622         * message.el (message-fill-paragraph): Clarify docstring.
14623
14624 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-art.el (gnus-mime-display-part): Protect against broken
14627         MIME messages.
14628
14629 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14632         before parsing header.
14633
14634 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14635
14636         * html2text.el (html2text-replace-list): Add new entities.
14637
14638 2005-09-11  Romain Francoise  <romain@orebokech.com>
14639
14640         * message.el (message-alternative-emails): Improve docstring.
14641         (message-setup-1): Call `message-use-alternative-email-as-from'
14642         after `message-setup-hook' to give it precedence over posting
14643         styles, etc.
14644         (message-use-alternative-email-as-from): Add docstring.
14645         Remove the original From header if present.
14646
14647         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14648         (nnml-save-mail): Use it.
14649
14650         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14651         articles.  Add new argument `silent'.
14652         (gnus-uu-mark-all): Report the total number of marked articles.
14653
14654 2005-09-10  Romain Francoise  <romain@orebokech.com>
14655
14656         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14657         (gnus-uu-mark-series): Likewise.
14658
14659 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * spam-report.el (spam-report-gmane): Fix generation of spam
14662         report URL.
14663
14664 2005-09-10  Simon Josefsson  <jas@extundo.com>
14665
14666         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14667         t, based on discussion on the ding list with Robert Epprecht
14668         <epprecht@solnet.ch>.
14669
14670 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * spam-report.el (spam-report-gmane): Make it work without
14673         X-Report-Spam header.  Gmane now only provides Archived-At.
14674         This is only used if `spam-report-gmane-use-article-number' is nil.
14675         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14676
14677         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14678         make `gnus-summary-sort-by-recipient' work with threading.
14679
14680         * nnweb.el (nnweb-google-wash-article): Print a message if article
14681         is not available.
14682
14683 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14684
14685         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14686         change.  Decode text/* parts content before displaying.
14687
14688 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14691
14692 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14695
14696         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14697         url-package-name, url-package-version,
14698         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14699         w3m-display-inline-images, and w3m-minor-mode-map.
14700
14701 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * message.el (message-tab-body-function): Fix mismatched custom type.
14704
14705         * gnus.el (gnus-group-change-level-function): Ditto.
14706
14707         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14708
14709         * gnus-art.el (gnus-signature-limit)
14710         (gnus-article-mime-part-function): Ditto.
14711
14712 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * mml.el (mml-mode): Silence the byte compiler.
14715
14716         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14717         using `(sit-for 0)' before moving the point to the specified part;
14718         skip unbuttonized parts.
14719         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14720         return to the summary window if gnus-auto-select-part is non-nil.
14721
14722 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14725         New variables.
14726         (mml-dnd-attach-file, mml-mode): Use them.
14727
14728         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14729         Make fetching article by MID work again for Google Groups.
14730         Add FIXME concerning gnus-group-make-web-group.
14731
14732         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14733         Don't depend on Gnus by using mail-extract-address-components if
14734         gnus-extract-address-components is not bound.
14735
14736 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * gnus-art.el (gnus-mime-display-security): Don't display the
14739         signature, but only the signed part.
14740
14741 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14744
14745         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14746         list, not listp.
14747
14748 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14749
14750         * mm-encode.el (mm-encode-content-transfer-encoding):
14751         Likewise when encoding.
14752
14753         * mm-bodies.el (mm-decode-content-transfer-encoding):
14754         De-canonicalize CRLF for all text content types, not just
14755         text/plain.
14756
14757 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14760         valid article; point arrow and cursor at the MIME button.
14761
14762 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14765         Suggested by Dan Christensen <jdc@uwo.ca>.
14766
14767         * mm-decode.el (mm-save-part): Enable change of prompt.
14768
14769 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14770
14771         * gnus-msg.el (gnus-inews-add-send-actions):
14772         Make `message-post-method' lambda parameter ARG `&optional'.
14773
14774 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * gnus-sum.el (gnus-summary-mime-map):
14777         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14778         gnus-article-jump-to-part.
14779
14780         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14781         (gnus-article-edit-part): Use it.
14782         (gnus-article-part-wrapper): Add no-handle argument.
14783         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14784         New functions.
14785
14786 2005-08-29  Romain Francoise  <romain@orebokech.com>
14787
14788         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14789         docstring.
14790         (gnus-face-from-file): Likewise.
14791
14792 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14795         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14796         non-nil.
14797         (gnus-auto-select-part): New variable.
14798         (gnus-article-jump-to-part): New function.
14799         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14800         (gnus-mime-delete-part): Allow selecting specified part after
14801         deleting or stripping parts.
14802         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14803         part if argument is bogus.
14804
14805 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14806
14807         * gnus-art.el (w3m-minor-mode-map):
14808         * gnus-spec.el (gnus-newsrc-file-version):
14809         * gnus-util.el (nnmail-active-file-coding-system)
14810         (gnus-original-article-buffer, gnus-user-agent):
14811         * gnus.el (gnus-ham-process-destinations)
14812         (gnus-parameter-ham-marks-alist)
14813         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14814         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14815         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14816         * mm-decode.el (gnus-current-window-configuration):
14817         * mm-extern.el (gnus-article-mime-handles):
14818         * mm-url.el (url-current-object, url-package-name)
14819         (url-package-version):
14820         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14821         (smime-keys, w3m-cid-retrieve-function-alist)
14822         (w3m-current-buffer, w3m-display-inline-images)
14823         (w3m-minor-mode-map):
14824         * mml-smime.el (gnus-extract-address-components):
14825         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14826         (gnus-newsrc-hashtb, message-default-charset)
14827         (message-deletable-headers, message-options)
14828         (message-posting-charset, message-required-mail-headers)
14829         (message-required-news-headers):
14830         * mml1991.el (mc-pgp-always-sign):
14831         * mml2015.el (mc-pgp-always-sign):
14832         * nnheader.el (nnmail-extra-headers):
14833         * rfc1843.el (gnus-decode-encoded-word-function)
14834         (gnus-decode-header-function, gnus-newsgroup-name):
14835         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14836
14837 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14838
14839         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14840         the end of the date treatments.
14841
14842 2005-08-15  Simon Josefsson  <jas@extundo.com>
14843
14844         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14845         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14846         Capello and Romain Francoise.
14847         (pgg-fetch-key-function): Remove, not used?
14848         (pgg-insert-url-with-w3): Require url, to get
14849         url-insert-file-contents regardless of where it is defined.
14850
14851 2005-08-13  Romain Francoise  <romain@orebokech.com>
14852
14853         * message.el (message-cite-original-1): New function.
14854         (message-cite-original): Use it.
14855         (message-cite-original-without-signature): Ditto.
14856
14857 2005-08-08  Romain Francoise  <romain@orebokech.com>
14858
14859         * message.el (message-yank-empty-prefix): New variable.
14860         (message-indent-citation): Use it.
14861         (message-cite-original-without-signature): Respect X-No-Archive.
14862
14863 2005-08-08  Simon Josefsson  <jas@extundo.com>
14864
14865         * pgg.el: Autoload url-insert-file-contents instead of loading
14866         w3/url.
14867         (pgg-insert-url-with-w3): Don't load url here.
14868
14869 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14870
14871         * message.el (message-kill-to-signature): Don't insert newline at
14872         bol.
14873         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14874
14875 2005-08-06  Romain Francoise  <romain@orebokech.com>
14876
14877         * message.el (message-user-fqdn): Fix typo in docstring.
14878
14879 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14880
14881         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14882
14883         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14884
14885 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * mm-bodies.el (mm-encode-body): Use coding system rather than
14888         charset to encode text.
14889
14890         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14891         number of charsets if utf-8 is available (XEmacs).
14892
14893 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14896         taken from `gnus-button-mid-or-mail-regexp'.
14897         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14898         (gnus-button-alist): Improve regexp for domain part of the MIDs
14899         for news:localpart@domain buttons.
14900         (gnus-button-ctan-directory-regexp): Update.
14901
14902 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * sieve-manage.el (sieve-manage-interactive-login):
14905         Use make-local-variable rather than make-variable-buffer-local.
14906         (sieve-manage-open): Ditto.
14907         (sieve-manage-authenticate): Ditto.
14908
14909         * mml.el (mml-generate-mime-1): Make the content type default to
14910         text/plain if the filename is not specified.
14911
14912 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14915         instead of insert-buffer.
14916
14917         * message.el (message-yank-original): Ditto; set the mark at the
14918         end of the yanked message.
14919
14920 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14923         lines to scroll rather than to stop it.
14924
14925         * mml.el (mml-generate-default-type): Add doc string.
14926         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14927         default to application/octet-stream when determining the content
14928         type if it is not specified for the part or the mml contents; add
14929         a comment about mml-generate-default-type.
14930
14931 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14934         make it default to application/octet-stream when determining the
14935         content type if it is not specified for the external contents.
14936
14937 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14940         segmented parameter but also other parameters might be there.
14941
14942 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-decode.el (mm-display-external): Delete temp file, directory
14945         and buffer immediately if the external process is exited.
14946
14947 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14950         fewer lines than that of scroll-margin.
14951         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14952
14953 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-next-page): Revert.
14956         (gnus-article-beginning-of-window): New macro.
14957         (gnus-article-next-page-1): Use it.
14958         (gnus-article-prev-page): Ditto.
14959         (gnus-article-edit-part): Use insert-buffer-substring instead of
14960         insert-buffer.
14961         (gnus-article-edit-exit): Ditto.
14962
14963         * gnus-util.el (gnus-beginning-of-window): Remove.
14964         (gnus-end-of-window): Remove.
14965
14966         * lpath.el: Don't bind header-line-format and scroll-margin.
14967
14968 2005-07-25  Simon Josefsson  <jas@extundo.com>
14969
14970         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14971         to have the url package without w3.  Reported by Daiki Ueno
14972         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14973
14974 2005-07-20  Didier Verna  <didier@xemacs.org>
14975
14976         * gnus-diary.el: Remove the description comment (nndiary is now
14977         properly documented in the Gnus manual).
14978         Fix the spelling of "Back End".
14979         * nndiary.el: Ditto.
14980         Fix the copyright notice.
14981
14982 2005-07-18  Romain Francoise  <romain@orebokech.com>
14983
14984         * gnus-sum.el (gnus-summary-to-prefix)
14985         (gnus-summary-newsgroup-prefix): New variables.
14986         (gnus-summary-from-or-to-or-newsgroups): Use them.
14987
14988 2005-07-17  Romain Francoise  <romain@orebokech.com>
14989
14990         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14991         space as it's generally not especially interesting to the user.
14992
14993 2005-07-16  Romain Francoise  <romain@orebokech.com>
14994
14995         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14996         nil to avoid prompting and file modification if one of the
14997         messages at the top of the nnfolder file contains a copyright
14998         notice.
14999         Update copyright notice.
15000
15001         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15002         instead of `current-time-string' as the latter creates a time
15003         string that is not RFC 2822 compliant (it lacks the zone).
15004         Update copyright notice.
15005
15006 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15007
15008         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15009         for text/rtf.  Display default in prompt.  Pass default for M-n.
15010
15011         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15012
15013 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15014
15015         * gnus-msg.el (gnus-button-mailto):
15016         Remove save-selected-window-window hackery because it relies on
15017         save-selected-window internals.
15018
15019 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15022         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15023         (gnus-article-prev-page): Ditto.
15024
15025         * gnus-util.el (gnus-beginning-of-window): New function.
15026         (gnus-end-of-window): New function.
15027
15028         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15029
15030 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15031
15032         * gnus-score.el (gnus-score-edit-all-score):
15033         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15034         gnus-message.
15035
15036 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15037
15038         * gnus-msg.el (gnus-button-mailto):
15039         Remove save-selected-window-window hackery because it relies on
15040         save-selected-window internals.
15041
15042 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15045         add-minor-mode.
15046         (gnus-binary-mode): Ditto.
15047
15048         * gnus-topic.el (gnus-topic-mode): Ditto.
15049
15050 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15051
15052         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15053         (gnus-article-prev-page): Take scroll-margin into consideration.
15054
15055 2005-07-04  Lute Kamstra  <lute@gnu.org>
15056
15057         Update FSF's address in GPL notices.
15058
15059 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15060
15061         * gnus.el (gnus-exit):
15062         * gnus-group.el (gnus-group-icons):
15063         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15064
15065         * gnus-nocem.el (gnus-nocem):
15066         * message.el (message-various, message-buffers, message-sending)
15067         (message-interface, message-forwarding, message-insertion)
15068         (message-headers, message-news, message-mail):
15069         * pgg-gpg.el (pgg-gpg):
15070         * pgg-parse.el (pgg-parse):
15071         * pgg-pgp.el (pgg-pgp):
15072         * pgg-pgp5.el (pgg-pgp5):
15073         * pop3.el (pop3): Finish `defgroup' description with period.
15074
15075 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-art.el (article-display-face): Improve the efficiency.
15078         (article-display-x-face): Ditto; remove grey x-face stuff.
15079
15080 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * gnus-art.el (article-display-face): Correct the position in
15083         which Faces are inserted.
15084
15085 2005-06-29  Didier Verna  <didier@xemacs.org>
15086
15087         * gnus-art.el (article-display-face): Display faces in correct
15088         order.
15089
15090 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15093         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15094         (gnus-nocem-check-article): Fetch the Type header.
15095         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15096         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15097         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15098         make sure gnus-nocem-hashtb is initialized.
15099         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15100         (gnus-nocem-unwanted-article-p): Ditto.
15101
15102         * pgg.el (pgg-verify): Return the verification result.
15103
15104 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15105
15106         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15107         is ascii.
15108
15109 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15110
15111         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15112         `show-nonbreak-escape'.
15113
15114 2005-06-23  Lute Kamstra  <lute@gnu.org>
15115
15116         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15117
15118         * dig.el (dig-mode):
15119         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15120
15121 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15122
15123         * nnimap.el (nnimap-split-download-body): Fix spellings.
15124
15125 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15126
15127         * gnus-art.el (gnus-article-encrypt-body):
15128         * gnus-cus.el (gnus-score-customize):
15129         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15130         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15131
15132 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15133
15134         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15135         header by looking for magic "MII" at the beginnig.
15136
15137 2005-06-16  Miles Bader  <miles@gnu.org>
15138
15139         * gnus-xmas.el (gnus-xmas-group-startup-message):
15140         Use renamed gnus-splash face.
15141
15142         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15143         (assistant-field-face): New backward-compatibility alias for renamed
15144         face.
15145         (assistant-render-text): Use renamed assistant-field face.
15146
15147         * spam.el (spam): Remove "-face" suffix from face name.
15148         (spam-face): New backward-compatibility alias for renamed face.
15149         (spam-face, spam-initialize): Use renamed spam face.
15150
15151         * message.el (message-header-to, message-header-cc)
15152         (message-header-subject, message-header-newsgroups)
15153         (message-header-other, message-header-name)
15154         (message-header-xheader, message-separator, message-cited-text)
15155         (message-mml): Remove "-face" suffix from face names.
15156         (message-header-to-face, message-header-cc-face)
15157         (message-header-subject-face, message-header-newsgroups-face)
15158         (message-header-other-face, message-header-name-face)
15159         (message-header-xheader-face, message-separator-face)
15160         (message-cited-text-face, message-mml-face):
15161         New backward-compatibility aliases for renamed faces.
15162         (message-font-lock-keywords): Use renamed message faces.
15163
15164         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15165         (sieve-test-commands, sieve-tagged-arguments):
15166         Remove "-face" suffix from face names.
15167         (sieve-control-commands-face, sieve-action-commands-face)
15168         (sieve-test-commands-face, sieve-tagged-arguments-face):
15169         New backward-compatibility aliases for renamed faces.
15170         (sieve-control-commands-face, sieve-action-commands-face)
15171         (sieve-test-commands-face, sieve-tagged-arguments-face):
15172         Use renamed sieve faces.
15173
15174         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15175         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15176         (gnus-group-news-3-empty, gnus-group-news-4)
15177         (gnus-group-news-4-empty, gnus-group-news-5)
15178         (gnus-group-news-5-empty, gnus-group-news-6)
15179         (gnus-group-news-6-empty, gnus-group-news-low)
15180         (gnus-group-news-low-empty, gnus-group-mail-1)
15181         (gnus-group-mail-1-empty, gnus-group-mail-2)
15182         (gnus-group-mail-2-empty, gnus-group-mail-3)
15183         (gnus-group-mail-3-empty, gnus-group-mail-low)
15184         (gnus-group-mail-low-empty, gnus-summary-selected)
15185         (gnus-summary-cancelled, gnus-summary-high-ticked)
15186         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15187         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15188         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15189         (gnus-summary-low-undownloaded)
15190         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15191         (gnus-summary-low-unread, gnus-summary-normal-unread)
15192         (gnus-summary-high-read, gnus-summary-low-read)
15193         (gnus-summary-normal-read, gnus-splash):
15194         Remove "-face" suffix from face names.
15195         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15196         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15197         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15198         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15199         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15200         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15201         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15202         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15203         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15204         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15205         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15206         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15207         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15208         (gnus-summary-normal-ticked-face)
15209         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15210         (gnus-summary-normal-ancient-face)
15211         (gnus-summary-high-undownloaded-face)
15212         (gnus-summary-low-undownloaded-face)
15213         (gnus-summary-normal-undownloaded-face)
15214         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15215         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15216         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15217         (gnus-splash-face):
15218         New backward-compatibility aliases for renamed faces.
15219         (gnus-group-startup-message): Use renamed gnus faces.
15220
15221         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15222         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15223         (gnus-server-agent): Remove "-face" suffix from face names.
15224         (gnus-server-agent-face, gnus-server-opened-face)
15225         (gnus-server-closed-face, gnus-server-denied-face)
15226         (gnus-server-offline-face):
15227         New backward-compatibility aliases for renamed faces.
15228         (gnus-server-agent-face, gnus-server-opened-face)
15229         (gnus-server-closed-face, gnus-server-denied-face)
15230         (gnus-server-offline-face): Use renamed gnus faces.
15231
15232         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15233         Remove "-face" suffix from face names.
15234         (gnus-picon-xbm-face, gnus-picon-face):
15235         New backward-compatibility aliases for renamed faces.
15236
15237         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15238         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15239         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15240         (gnus-cite-11): Remove "-face" suffix from face names.
15241         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15242         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15243         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15244         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15245         New backward-compatibility aliases for renamed faces.
15246         (gnus-cite-attribution-face, gnus-cite-face-list)
15247         (gnus-article-boring-faces): Use renamed gnus faces.
15248
15249         * gnus-art.el (gnus-signature, gnus-header-from)
15250         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15251         (gnus-header-content): Remove "-face" suffix from face names.
15252         (gnus-signature-face, gnus-header-from-face)
15253         (gnus-header-subject-face, gnus-header-newsgroups-face)
15254         (gnus-header-name-face, gnus-header-content-face):
15255         New backward-compatibility aliases for renamed faces.
15256         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15257
15258         * gnus-sum.el (gnus-summary-selected-face)
15259         (gnus-summary-highlight): Use renamed gnus faces.
15260         * gnus-group.el (gnus-group-highlight): Likewise.
15261
15262 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15263
15264         * gnus-sieve.el (gnus-sieve-article-add-rule):
15265         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15266         * spam-stat.el (spam-stat-buffer-change-to-spam)
15267         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15268
15269         * message.el (message-is-yours-p):
15270         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15271
15272 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * mm-view.el (mm-inline-text): Withdraw the last change.
15275
15276 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15279         executing enriched-decode.
15280
15281 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15284         charset of tar files.
15285
15286 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15287
15288         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15289
15290 2005-06-04  Lute Kamstra  <lute@gnu.org>
15291
15292         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15293         information is never recorded.
15294
15295 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15296
15297         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15298
15299 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * pop3.el (pop3-apop): Run md5 in the binary mode.
15302
15303         * starttls.el (starttls-set-process-query-on-exit-flag):
15304         Use eval-and-compile.
15305
15306 2005-05-31  Simon Josefsson  <jas@extundo.com>
15307
15308         * smime.el (smime-replace-in-string): Define.
15309         (smime-cert-by-ldap-1): Use it.
15310
15311 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-art.el (article-display-x-face): Replace
15314         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15315
15316         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15317         set-process-query-on-exit-flag or process-kill-without-query.
15318
15319         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15320         loop instead of replace-regexp.
15321
15322         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15323         instead of process-kill-without-query if it is available.
15324
15325         * lpath.el: Fbind ldap-search-entries.
15326
15327         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15328         instead of find-file-hooks if it is available.
15329
15330         * mml1991.el: Bind pgg-default-user-id when compiling.
15331
15332         * mml2015.el: Bind pgg-default-user-id when compiling.
15333
15334         * nndraft.el (nndraft-request-associate-buffer):
15335         Use write-contents-functions instead of write-contents-hooks if it is
15336         available.
15337
15338         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15339         instead of find-file-hooks if it is available.
15340
15341         * nntp.el (nntp-open-connection): Replace
15342         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15343         (nntp-open-ssl-stream): Ditto.
15344         (nntp-open-tls-stream): Ditto.
15345
15346         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15347         set-process-query-on-exit-flag or process-kill-without-query.
15348         (starttls-open-stream-gnutls): Use it instead of
15349         process-kill-without-query.
15350         (starttls-open-stream): Ditto.
15351
15352 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15353
15354         * smime.el (smime-cert-by-ldap-1): Don't use
15355         replace-regexp-in-string.
15356
15357 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15358
15359         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15360
15361         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15362         in PEM format.  Adjust to the XEmacs compability.
15363
15364 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15367         by `string-to-number'.
15368         * gnus-agent.el (gnus-agent-regenerate-group)
15369         (gnus-agent-fetch-articles): Ditto.
15370         * gnus-art.el (gnus-button-fetch-group): Ditto.
15371         * gnus-cache.el (gnus-cache-generate-active)
15372         (gnus-cache-articles-in-group): Ditto.
15373         * gnus-group.el (gnus-group-set-current-level)
15374         (gnus-group-insert-group-line): Ditto.
15375         * gnus-score.el (gnus-score-set-expunge-below)
15376         (gnus-score-set-mark-below, gnus-summary-score-effect)
15377         (gnus-summary-score-entry): Ditto.
15378         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15379         (gnus-soup-pack): Ditto.
15380         * gnus-spec.el (gnus-xmas-format): Ditto.
15381         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15382         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15383         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15384         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15385         * nndb.el (nndb-get-remote-expire-response): Ditto.
15386         * nndiary.el (nndiary-parse-schedule-value)
15387         (nndiary-string-to-number, nndiary-request-replace-article)
15388         (nndiary-request-article): Ditto.
15389         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15390         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15391         * nneething.el (nneething-make-head): Ditto.
15392         * nnfolder.el (nnfolder-request-article)
15393         (nnfolder-retrieve-headers): Ditto.
15394         * nnheader.el (nnheader-file-to-number): Ditto.
15395         * nnkiboze.el (nnkiboze-request-article): Ditto.
15396         * nnmail.el (nnmail-process-unix-mail-format)
15397         (nnmail-process-babyl-mail-format): Ditto.
15398         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15399         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15400         (nnmh-request-create-group, nnmh-request-list-1)
15401         (nnmh-request-group, nnmh-request-article): Ditto.
15402         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15403         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15404         * nnsoup.el (nnsoup-make-active): Ditto.
15405         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15406         * nntp.el (nntp-find-group-and-number)
15407         (nntp-retrieve-headers-with-xover): Ditto.
15408         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15409         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15410         (pgg-format-key-identifier): Ditto.
15411         * pop3.el (pop3-last, pop3-stat): Ditto.
15412         * qp.el (quoted-printable-decode-region): Ditto.
15413
15414         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15415         of concat.
15416
15417 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15420
15421         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15422
15423         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15424
15425         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15426
15427         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15428
15429         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15430
15431         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15432         (gnus-carpal-mode): Ditto.
15433
15434         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15435         (gnus-browse-mode): Ditto.
15436
15437         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15438
15439         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15440
15441 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15442
15443         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15444
15445 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-util.el (gnus-run-mode-hooks): New function.
15448
15449         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15450
15451         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15452         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15453
15454 2005-05-27  Lute Kamstra  <lute@gnu.org>
15455
15456         * dns-mode.el (dns-mode): Specify customization group.
15457
15458 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15459
15460         * gnus-agent.el (gnus-agent-make-mode-line-string):
15461         Use mode-line-highlight as mouse-face.
15462
15463 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * canlock.el (canlock): Change the parent group to news.
15466
15467         * deuglify.el (gnus-outlook-deuglify): Add :group.
15468
15469         * dig.el (dig): Add :group.
15470
15471         * dns-mode.el (dns-mode): Add :group.
15472
15473         * encrypt.el (encrypt): Add :group.
15474
15475         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15476         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15477         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15478         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15479         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15480
15481         * gnus-diary.el (gnus-diary): Add :group.
15482
15483         * gnus.el (gnus-group-news-1-face): Add :group.
15484         (gnus-group-news-1-empty-face): Ditto.
15485         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15486         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15487         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15488         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15489         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15490         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15491         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15492         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15493         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15494         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15495         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15496         (gnus-summary-high-ticked-face): Ditto.
15497         (gnus-summary-low-ticked-face): Ditto.
15498         (gnus-summary-normal-ticked-face): Ditto.
15499         (gnus-summary-high-ancient-face): Ditto.
15500         (gnus-summary-low-ancient-face): Ditto.
15501         (gnus-summary-normal-ancient-face): Ditto.
15502         (gnus-summary-high-undownloaded-face): Ditto.
15503         (gnus-summary-low-undownloaded-face): Ditto.
15504         (gnus-summary-normal-undownloaded-face): Ditto.
15505         (gnus-summary-high-unread-face): Ditto.
15506         (gnus-summary-low-unread-face): Ditto.
15507         (gnus-summary-normal-unread-face): Ditto.
15508         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15509         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15510
15511         * hashcash.el (hashcash): New custom group.
15512         (hashcash-default-payment): Add :group.
15513         (hashcash-payment-alist): Ditto.
15514         (hashcash-default-accept-payment): Ditto.
15515         (hashcash-accept-resources): Ditto.
15516         (hashcash-path): Ditto.
15517         (hashcash-extra-generate-parameters): Ditto.
15518         (hashcash-double-spend-database): Ditto.
15519         (hashcash-in-news): Ditto.
15520
15521         * message.el (message-minibuffer-local-map): Add :group.
15522
15523         * netrc.el (netrc): Add :group.
15524
15525         * sieve-manage.el (sieve-manage-log): Add :group.
15526         (sieve-manage-default-user): Diito.
15527         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15528         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15529         (sieve-manage-authenticators): Ditto.
15530         (sieve-manage-authenticator-alist): Ditto.
15531         (sieve-manage-default-port): Ditto.
15532
15533         * sieve-mode.el (sieve-control-commands-face): Add :group.
15534         (sieve-action-commands-face): Ditto.
15535         (sieve-test-commands-face): Ditto.
15536         (sieve-tagged-arguments-face): Ditto.
15537
15538         * smime.el (smime): Add :group.
15539
15540         * spam-report.el (spam-report): Add :group.
15541
15542         * spam.el (spam, spam-face): Add :group.
15543
15544 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15547         return \n.\n.\n at the end of articles.  Protect against that.
15548         (nntp-with-open-group): Allow debugging.
15549
15550         * nnheader.el (mail-header-set-extra): Make into a function
15551         because I just could't understand how to quote the list properly.
15552
15553         * dns.el (query-dns-cached): New function.
15554
15555 2005-05-26  Lute Kamstra  <lute@gnu.org>
15556
15557         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15558
15559 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15562
15563         * gnus-art.el: Don't autoload mail-extract-address-components.
15564
15565         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15566         eval-and-compile to evaluate it.
15567
15568         * hashcash.el: Don't autoload executable-find.
15569
15570         * nndb.el: Don't declare the nndb back end two or more times; don't
15571         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15572
15573         * nntp.el: Autoload format-spec instead of format; use
15574         eval-and-compile to evaluate autoload forms.
15575
15576 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15577
15578         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15579
15580 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15581
15582         * gnus.el (gnus-version-number): Bump version.
15583
15584 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15585
15586         * gnus.el: No Gnus v0.3 is released.
15587
15588 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15589
15590         * lpath.el (featurep): Bind show-nonbreak-escape.
15591
15592 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-art.el (gnus-article-edit-part): Disable undo.
15595
15596 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15599         gnus-article-date-lapsed-new-header is t if date timer is active;
15600         skip headers in which the original date value is empty.
15601         (gnus-article-save-original-date): Redefine it as a macro.
15602         (gnus-display-mime): Use it.
15603
15604 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-art.el (article-date-ut): Support converting date in
15607         forwarded parts as well.
15608         (gnus-article-save-original-date): New function.
15609         (gnus-display-mime): Use it.
15610
15611 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15612
15613         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15614         enclosure element of <item>.
15615
15616 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * message.el (message-kill-buffer-query): Rename from
15619         `message-kill-buffer-query-if-modified'.  Add :version.
15620
15621 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15624         window layout.
15625
15626 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mml.el: Autoload dnd when compiling.
15629
15630 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15633         x-dnd-*.
15634
15635 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * qp.el (quoted-printable-encode-region): Save excursion.
15638
15639 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15640
15641         * message.el (message-kill-buffer-query-if-modified): Add new variable
15642         so the user can kill a modified message buffer quickly.
15643         (message-kill-buffer): Use it.
15644
15645 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * lpath.el: Fbind display-time-event-handler; don't fbind
15648         string-to-multibyte.
15649
15650         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15651
15652 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15655         contained in text because xml.el decodes entities) with LFs.
15656
15657 2005-04-11  Lute Kamstra  <lute@gnu.org>
15658
15659         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15660         differently.
15661
15662 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15663
15664         * mm-util.el (mm-detect-coding-region): Typo.
15665
15666 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15669
15670 2005-04-06  Deepak Goel  <deego@gnufans.org>
15671
15672         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15673         user-function allow user modifications of the scores.
15674         (spam-stat-score-buffer-user): New function, to allow
15675         user-computed modifications to the score.
15676         (spam-stat-score-buffer-user-functions): List of additional
15677         scoring functions.
15678         (spam-stat-error-holder): Global temporary error holder.
15679         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15680         variable.
15681
15682 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15683
15684         * gnus-registry.el (gnus-registry-clean-empty-function)
15685         (gnus-registry-trim, gnus-registry-fetch-groups)
15686         (gnus-registry-delete-group): Groups that match
15687         `gnus-registry-ignored-groups' are removed from the registry
15688         entries, not just ignored for splitting.  This helps clean up the
15689         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15690         to get all the groups a message ID is in.
15691
15692         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15693         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15694         (spam-stat-score-buffer-user-functions): Add :number custom type.
15695
15696 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15699         argument in XEmacs.
15700
15701         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15702         (nnrss-request-group): Decode group name first.
15703         (nnrss-request-article): Make a text/plain article if mml-to-mime
15704         failed.
15705         (nnrss-get-encoding): Return a compatible encoding according to
15706         nnrss-compatible-encoding-alist.
15707         (nnrss-find-el): Use consp instead of listp.
15708         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15709
15710 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15713         which Emacs 20 doesn't support.
15714         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15715
15716 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15717
15718         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15719         silence the byte compiler inside the defun.
15720
15721         * gnus-demon.el (parse-time-string): Add autoload.
15722
15723         * gnus-delay.el (parse-time-string): Add autoload.
15724
15725         * gnus-art.el (parse-time-string): Add autoload.
15726
15727         * nnultimate.el (parse-time): Require for `parse-time-string'.
15728
15729 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15732
15733         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15734
15735         * smime.el (smime-ldap-host-list): Add :version.
15736
15737 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15740         pass it to `gnus-browse-read-group'.
15741         (gnus-browse-read-group): Add NUMBER argument and pass it to
15742         `gnus-group-read-ephemeral-group'.
15743
15744         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15745         argument and pass it to `gnus-group-read-group'.
15746
15747 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15748
15749         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15750         mm-xemacs-find-mime-charset-1 if we have the mule feature
15751         available at runtime.
15752
15753 2005-03-25  Werner Lemberg  <wl@gnu.org>
15754
15755         * nnmaildir.el: Replace `illegal' with `invalid'.
15756
15757 2005-03-23  Lute Kamstra  <lute@gnu.org>
15758
15759         * time-date.el: Add comment on time value formats.
15760         Don't require parse-time.
15761         (with-decoded-time-value): New macro.
15762         (encode-time-value): New function.
15763         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15764         (days-to-time): Return a valid time value when arg is huge.
15765         (time-since): Use time-subtract.
15766         (time-to-number-of-days): Use time-to-seconds.
15767
15768 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15769
15770         * gnus-start.el (gnus-display-time-event-handler):
15771         Check display-time-timer at runtime rather than only at load time
15772         in case display-time-mode is turned off in the mean time.
15773
15774 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15777         used.
15778
15779         * nneething.el (nneething-map-file-directory): Derive from
15780         `gnus-directory'.
15781
15782         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15783         the To/Cc button.
15784
15785 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * nnmaildir.el (nnmaildir-request-accept-article):
15788         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15789
15790 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15791
15792         * gnus-async.el: Require timer-funcs at compile time when in
15793         XEmacs for `run-with-idle-timer'.
15794
15795 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15796
15797         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15798         autoloaded function.
15799
15800 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15801
15802         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15803
15804 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15805
15806         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15807
15808 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15809
15810         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15811         Add gnus-expert-user to default.
15812
15813 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15814
15815         * nnimap.el (nnimap-open-server): Ditto.
15816
15817         * imap.el (imap-authenticate): Fix typo.
15818
15819 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15820
15821         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15822         buffer (since IMAP server might return FETCH response out of
15823         order, and the nntp buffer must be sorted).
15824
15825 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15826
15827         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15828         comparison on string.
15829
15830         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15831         (gnus-agent-score): Rename category keywords to match gnus-cus.
15832         (gnus-agent-summary-fetch-series): Modify to protect against
15833         gnus-agent-summary-fetch-group clearing processable flags.
15834         (gnus-agent-synchronize-group-flags): Update live group buffer as
15835         synchronization may occur due to the user toggle the plugged
15836         status.
15837         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15838         successfully downloaded.
15839         (gnus-agent-expire-group-1): Avoid using markers when the overview
15840         is in ascending order; greatly improves performance.
15841         (gnus-agent-regenerate-group):
15842         Use gnus-agent-synchronize-group-flags to reset read status in both
15843         gnus and server.
15844         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15845
15846 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * message.el: Don't autoload former message-utils variables.
15849         (message-strip-subject-trailing-was): Change doc string.
15850
15851         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15852         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15853         (nnweb-google-search): Add "hl=en" here.
15854         (nnweb-google-parse-1, nnweb-google-create-mapping):
15855         Don't hardcode URL.
15856
15857 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * message.el (message-get-reply-headers, message-followup):
15860         Mention related variables `message-use-followup-to' and
15861         `message-use-mail-followup-to', in the information buffer.
15862
15863         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15864         of broken groups(-beta).google.com.
15865
15866 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15869         parameter to invoked gnus-request-move-article; remove the
15870         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15871         all at once instead of once per article.
15872         (gnus-summary-remove-process-mark): Accept a list of articles as
15873         well as a single article for processing.
15874
15875         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15876         parameter.
15877
15878         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15879
15880         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15881
15882         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15883         parameter.
15884
15885         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15886         parameter.
15887
15888         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15889         parameter and remove the gnus-sum-hint-move-is-internal variable.
15890
15891         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15892         parameter.
15893
15894         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15895         parameter.
15896
15897         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15898         parameter.
15899
15900         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15901
15902         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15903         parameter.
15904
15905         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15906         parameter.
15907
15908 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15909
15910         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15911         a more conservative way.
15912
15913 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15914
15915         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15916         buffer, so it moves the window's cursor.
15917
15918 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15919
15920         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15921         `mm-dissect-multipart' and receive the from field as an (optional)
15922         argument from `mm-dissect-multipart'.
15923         (mm-dissect-multipart): Receive the from field as an argument and
15924         pass it on when we call `mm-dissect-buffer' on MIME parts.
15925         Fixes verification/decryption of signed/encrypted MIME parts.
15926
15927 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15928
15929         * gnus-sum.el (gnus-summary-move-article):
15930         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15931         whatever it calls (right now, only nnimap-request-move article
15932         respects it).
15933
15934         * nnimap.el (nnimap-request-move-article):
15935         When gnus-sum-hint-move-is-internal is set, don't do the extra
15936         nnimap-request-article.
15937
15938 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15941
15942         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15943         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15944
15945         * gnus-sum.el (gnus-summary-caesar-message):
15946         Apply `gnus-treat-article' after rotation.
15947
15948         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15949         doc string.
15950
15951 2005-02-22  Simon Josefsson  <jas@extundo.com>
15952
15953         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15954         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15955         <arne@arnested.dk>.
15956         (encrypt): Add password-cache and password-cache-expiry as group
15957         members.
15958
15959 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15960
15961         * smime.el (smime-ldap-host-list): Doc fix.
15962         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15963         cache) password.
15964         (smime-sign-region): Use it.
15965         (smime-decrypt-region): Use it.
15966         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15967         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15968         fails.
15969         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15970         certificate from DER to PEM format rather than calling openssl.
15971
15972         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15973
15974         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15975         for signing/encryption.
15976
15977         * mml.el (mml-parse-1): Use them.
15978
15979 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15980
15981         * nnrss.el (nnrss-verbose): Remove.
15982         (nnrss-request-group): Use `nnheader-message' instead.
15983
15984 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15985
15986         * nnrss.el (nnrss-verbose): New variable.
15987         (nnrss-request-group): Make it say nnrss is requesting a group.
15988
15989 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15992         Handle news URL with given port correctly.
15993
15994 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15997         containing special characters.
15998
15999         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16000
16001         * mml.el (mime-to-mml): Ditto.
16002
16003         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16004         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16005         (rfc2047-decode-region): Quote decoded words containing special
16006         characters when rfc2047-quote-decoded-words-containing-tspecials
16007         is non-nil.
16008
16009 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16010
16011         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16012
16013         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16014
16015 2005-02-15  Simon Josefsson  <jas@extundo.com>
16016
16017         * nnimap.el (nnimap-debug): Doc fix.
16018
16019         * imap.el (imap-debug): Doc fix.
16020
16021 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16024
16025 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16026
16027         * gnus.el (spam-contents): Improve docs for spam-contents
16028         parameter in its variable incarnation.
16029
16030 2005-02-14  Simon Josefsson  <jas@extundo.com>
16031
16032         * smime-ldap.el: Use require instead of load-library for ldap.
16033         (smime-ldap-search): Indent.
16034         (smime-ldap-search-internal): Shorten line.
16035
16036         * smime.el (smime-cert-by-dns): Add doc-string.
16037         (smime-cert-by-ldap-1): Indent.
16038
16039         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16040         mml-smime-get-dns-ldap.
16041         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16042
16043 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16044
16045         * smime.el: Require smime-ldap.
16046         (smime-ldap-host-list): New variable.
16047         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16048
16049         * mml-smime.el (mml-smime-encrypt-query): New function.
16050         (mml-smime-encrypt-query): Use it.
16051
16052         * smime-ldap.el: New file.
16053
16054 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16057
16058 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16061         argument in doc string.  Make query for type more clear.
16062
16063 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * gnus.el (gnus-group-startup-message): Search for gnus images in
16066         etc/images/gnus.
16067         * mm-util.el (mm-image-load-path): Likewise.
16068         * smiley.el (smiley-data-directory): Search for smilies in
16069         etc/images/smilies.
16070
16071 2005-02-09  Kim F. Storm  <storm@cua.dk>
16072
16073         Change Emacs release version from 21.4 to 22.1 throughout.
16074         Change Emacs development version from 21.3.50 to 22.0.50.
16075
16076 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16079
16080         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16081         non-Mule XEmacs as well.
16082         (mm-decompress-buffer): Signal an error intentionally if it does
16083         not decompress compressed data because auto-compression-mode is
16084         disabled.
16085
16086 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16087
16088         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16089         an ID in the registry even if it has no groups.
16090
16091 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16094         merge it into mm-decompress-buffer.
16095         (gnus-mime-copy-part): Use the MIME part charset, the value which
16096         a user specified or gnus-newsgroup-charset for decoding, like
16097         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16098         save-buffer what was used.  Suggested by Kevin Ryde
16099         <user42@zip.com.au>.
16100         (gnus-mime-inline-part): Allow the name parameter as well as the
16101         filename parameter; force decompressing of compressed data; always
16102         display contents being not decoded as unibyte.
16103
16104         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16105         as well as the filename parameter.
16106
16107         * mm-util.el (mm-decompress-buffer):
16108         Merge gnus-mime-jka-compr-maybe-uncompress.
16109         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16110         of compressed data.
16111
16112 2005-02-08  Simon Josefsson  <jas@extundo.com>
16113
16114         * imap.el (imap-log): Doc fix.
16115
16116 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16119         the coding cookies; decompress compressed parts.
16120
16121         * mml.el (mml-generate-mime-1): Add the charset parameter according
16122         to the value which a user specified manually or the coding cookie.
16123
16124         * mm-util.el (mm-string-to-multibyte): New function.
16125         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16126         (mm-coding-system-to-mime-charset): New function.
16127         (mm-decompress-buffer): New function.
16128         (mm-find-buffer-file-coding-system): New function.
16129
16130         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16131         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16132         parts.
16133
16134 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16135
16136         * mm-view.el (mm-display-inline-fontify): Decode a part according
16137         to the charset parameter.
16138
16139 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16142         prefix arg is neither nil nor a number, as info specifies.
16143
16144 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16147         timestamps.
16148
16149 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16150
16151         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16152         groups error checking and notify user.
16153
16154 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16155
16156         * message.el (message-send-mail-function): Check existence of
16157         sendmail-program first before using default value
16158         `message-send-mail-with-sendmail'.  Otherwise use more generic
16159         `smtpmail-send-it'.
16160
16161 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * nntp.el (nntp-request-update-info): Always return nil.
16164
16165 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16166
16167         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16168
16169 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16170
16171         * message.el (message-beginning-of-line): Change the behavior when
16172         invoked between BOL and : so that it first moves backward.
16173
16174 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16177         article buffer when editing of the article is discarded.
16178         (gnus-article-prepare): Revert.
16179
16180 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-art.el (gnus-article-prepare):
16183         Remove message-strip-forbidden-properties from the local hook.
16184
16185 2005-01-27  Simon Josefsson  <jas@extundo.com>
16186
16187         * password.el (password-cache-add): Only start one timer per key.
16188         Reported by Derek Atkins <warlord@MIT.EDU>.
16189
16190 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16191
16192         * run-at-time.el: Remove.  It is no longer needed as
16193         timer-funcs.el in the xemacs-base package has a working version of
16194         `run-at-time'.
16195
16196         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16197
16198         * password.el: Require timer-funcs instead of run-at-time in
16199         XEmacs.
16200         Remove `password-run-at-time' macro.
16201         (password-cache-add): Use `run-at-time' instead of
16202         `password-run-at-time'.
16203
16204         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16205         Remove `nnheader-cancel-function-timers' alias,
16206         `cancel-function-timers' exists in XEmacs in timer-funcs.
16207
16208         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16209         for `run-with-idle-timer'.
16210
16211         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16212         for `run-at-time'.
16213
16214         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16215         for `with-timeout'.
16216
16217         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16218         the same as for XEmacs 21.4.
16219         No need to ignore `run-with-idle-timer', this function exists in
16220         XEmacs now in timer-funcs.el in the xemacs-base package.
16221         (dgnushack-compile): No need to delete
16222         run-at-time.el from the list of files to compile because it
16223         doesn't exist anymore.
16224
16225 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16228         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16229
16230 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16231
16232         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16233         sensitively.
16234
16235 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16236
16237         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16238
16239 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16242         which will be inserted according to the multibyteness of a buffer
16243         rather than the type of contents.  Suggested by ARISAWA Akihiro
16244         <ari@mbf.ocn.ne.jp>.
16245
16246         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16247         of string which old xml.el may return rather than a string.
16248
16249 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16252
16253 2005-01-16  Simon Josefsson  <jas@extundo.com>
16254
16255         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16256         idn/idna.el isn't available.
16257         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16258         <michael@waxrat.com>.
16259
16260         * hashcash.el: Remove non-FSF copyright header.
16261
16262         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16263         (hashcash-generate-payment): Use it.
16264         (hashcash-generate-payment-async): Use it.
16265
16266 2005-01-15  Simon Josefsson  <jas@extundo.com>
16267
16268         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16269         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16270
16271         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16272         gnus-summary-idna-message.
16273         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16274         (gnus-summary-idna-message): New function.
16275
16276 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16279         gnus-novice-user.
16280
16281 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * nnrss.el (nnrss-request-delete-group): Delete entries in
16284         nnrss-group-alist as well.
16285         (nnrss-save-server-data): Insert newline.
16286
16287 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * gnus.el (gnus-user-agent): Use list of symbols instead of
16290         symbols.  Display full version number for (S)XEmacs.
16291         Optionally display (S)XEmacs codename.
16292
16293         * gnus-util.el (gnus-emacs-version): Update for new
16294         `gnus-user-agent'.
16295
16296         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16297         Gnus version.
16298
16299 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16302         which is unreadable in some setups.
16303
16304 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * gnus-spec.el (gnus-update-format-specifications): Flush the
16307         group format spec cache if it doesn't support decoded group names.
16308
16309 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16310
16311         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16312         Allow to apply decay on score files matching a regexp.
16313
16314 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16317         compatibility in %g and %c.
16318
16319 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16322         name for only %g and %c.
16323         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16324         of gnus-tmp-group to decoded group name.
16325         (gnus-group-make-rss-group): Exclude `/'s from group names.
16326
16327 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * nnrss.el (nnrss-get-encoding): Fix regexp.
16330
16331 2004-12-27  Simon Josefsson  <jas@extundo.com>
16332
16333         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16334         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16335         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16336
16337 2004-12-17  Kim F. Storm  <storm@cua.dk>
16338
16339         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16340
16341         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16342
16343 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16344
16345         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16346
16347 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * nnrss.el: Require rfc2047 and mml.
16350         (nnrss-file-coding-system): New variable.
16351         (nnrss-format-string): Redefine it as an inline function.
16352         (nnrss-decode-group-name): New function.
16353         (nnrss-string-as-multibyte): Remove.
16354         (nnrss-retrieve-headers): Decode group name; don't use
16355         nnrss-format-string.
16356         (nnrss-request-group): Decode group name.
16357         (nnrss-request-article): Decode group name; allow a Message-ID as
16358         well as an article number; don't use nnrss-format-string; encode a
16359         Message-ID string which may contain non-ASCII characters; use
16360         mml-to-mime to compose a MIME article.
16361         (nnrss-request-expire-articles): Decode group name.
16362         (nnrss-request-delete-group): Decode group name.
16363         (nnrss-fetch): Clarify error message.
16364         (nnrss-read-server-data): Use insert-file-contents instead of load;
16365         bind file-name-coding-system; use multibyte buffer.
16366         (nnrss-save-server-data): Bind coding-system-for-write to the
16367         value of nnrss-file-coding-system; bind file-name-coding-system;
16368         add coding cookie.
16369         (nnrss-read-group-data): Use insert-file-contents instead of load;
16370         bind file-name-coding-system; use multibyte buffer.
16371         (nnrss-save-group-data): Bind coding-system-for-write to the
16372         value of nnrss-file-coding-system; bind file-name-coding-system.
16373         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16374         make it work with non-ASCII text.
16375         (nnrss-find-el): Make it work with old xml.el as well.
16376
16377 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16378
16379         * nnrss.el (nnrss-get-encoding): New function.
16380         (nnrss-fetch): Use unibyte buffer initially; bind
16381         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16382         decode contents according to the encoding attribute.
16383         (nnrss-save-group-data): Add coding cookie.
16384         (nnrss-mime-encode-string): New function.
16385         (nnrss-check-group): Use it to encode subject and author.
16386
16387 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16390         imaginary variable.
16391
16392 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16395         correctly even if there are wide characters.
16396
16397 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16400         downcased symbol names; make a new cache instead of reusing
16401         bbdb-hashtable.
16402
16403 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16406         concatenating segments rather than before concatenating them.
16407         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16408
16409         * message.el (message-get-reply-headers): Bind `extra'.
16410
16411 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * message.el (message-extra-wide-headers): New variable.
16414         (message-get-reply-headers): Use it.
16415
16416 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16419         (gnus-agent-group-pathname): Ditto.
16420
16421         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16422
16423         * gnus-group.el (gnus-group-make-group): Decode group name.
16424         (gnus-group-make-rss-group): Register the group data after opening
16425         the nnrss group.
16426
16427 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16428
16429         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16430         by expiry now get marked as read.
16431
16432 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16435
16436 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16437
16438         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16439         unify Latin characters in XEmacs.
16440         (mm-find-mime-charset-region): Use it.
16441
16442 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-util.el (gnus-delete-directory): New function.
16445
16446         * gnus-agent.el (gnus-agent-delete-group): Use it.
16447
16448         * gnus-cache.el (gnus-cache-delete-group): Use it.
16449
16450 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16453         names.
16454
16455 2004-12-16  Simon Josefsson  <jas@extundo.com>
16456
16457         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16458
16459 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16462
16463         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16464         (gnus-group-set-current-level): Decode group name.
16465
16466 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16467
16468         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16469         failed.
16470
16471 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-group.el (gnus-group-delete-group): Decode group name.
16474         (gnus-group-make-rss-group): Encode group name.
16475         (gnus-group-catchup-current): Decode group name.
16476         (gnus-group-kill-group): Decode group name.
16477
16478 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16479
16480         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16481
16482 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-group.el (gnus-group-make-rss-group):
16485         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16486
16487         * gnus-start.el (gnus-setup-news): Honor user's setting to
16488         gnus-message-archive-method.  Suggested by Lute Kamstra
16489         <lute@gnu.org>.
16490
16491 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16492
16493         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16494         global counterparts of the buffer-local variables.
16495
16496 2004-11-16  Romain Francoise  <romain@orebokech.com>
16497
16498         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16499         counterparts of the buffer-local variables.
16500
16501 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * message.el (message-forbidden-properties): Fix typo in doc
16504         string.
16505
16506 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-util.el (gnus-replace-in-string): Add doc string.
16509
16510         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16511         to avoid problems when splitting mails with many recipients.
16512
16513 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16514
16515         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16516         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16517
16518 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16519
16520         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16521         if there is no hashtable in memory or file modification time is
16522         newer than cached timestamp.
16523
16524 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * gnus-sum.el (gnus-summary-limit-to-recipient):
16527         Implement not-matching option.
16528
16529 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16532         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16533         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16534         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16535         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16536         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16537
16538 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * message.el (message-forward-make-body-mml): Remove headers
16541         according to message-forward-ignored-headers if a message is decoded.
16542
16543 2004-12-02  Romain Francoise  <romain@orebokech.com>
16544
16545         * message.el (message-forward-make-body-plain): Always remove
16546         headers according to message-forward-ignored-headers.
16547
16548 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16549
16550         * spam.el (spam-summary-prepare-exit): Remove the
16551         gnus-summary-limit pop for now, it has problems with ham marks for
16552         me.
16553
16554 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16555
16556         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16557         correctly.
16558
16559 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16560
16561         * format-spec.el (format-spec): Message the char.
16562
16563 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * gnus-art.el (gnus-split-methods): Reformat comments.
16566
16567         * spam.el (spam-summary-prepare-exit): Remove article limits
16568         before exiting the summary buffer.
16569
16570 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16573         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16574
16575         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16576         order to silence the byte compiler.
16577
16578         * spam.el: Fix the way to silence the byte compiler, which
16579         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16580         bbdb-search-simple, spam-BBDB-register-routine,
16581         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16582         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16583         spam-stat-buffer-is-spam, spam-stat-load,
16584         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16585         spam-stat-save and spam-stat-split-fancy.
16586
16587 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16590         which may confuse users.
16591         (canlock-password-for-verify): Ditto.
16592
16593         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16594
16595         * gnus-art.el (gnus-emphasis-alist): Ditto.
16596
16597         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16598
16599         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16600
16601         * gnus-start.el (gnus-save-killed-list): Ditto.
16602
16603         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16604         (gnus-sum-thread-tree-root): Ditto.
16605         (gnus-sum-thread-tree-false-root): Ditto.
16606         (gnus-sum-thread-tree-single-indent): Ditto.
16607
16608         * message.el (message-courtesy-message): Ditto.
16609         (message-archive-note): Ditto.
16610         (message-subscribed-address-file): Ditto.
16611         (message-user-fqdn): Ditto.
16612
16613         * spam-report.el (spam-report-gmane-regex): Ditto.
16614
16615         * spam.el (spam-blackhole-good-server-regex): Ditto.
16616
16617 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * mml.el (mml-preview): Widen the message buffer before copying
16620         the contents to the preview buffer; sort headers before previewing.
16621
16622         * message.el (message-hidden-headers): Fix the way to avoid a bug
16623         in the `repeat' widget in Emacs 21.3 or earlier.
16624
16625 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * message.el (message-hidden-headers): Default to "^References:".
16628         Improve customization type.  Suggested by Reiner Steib
16629         <Reiner.Steib@gmx.de>.
16630
16631 2004-11-25  Romain Francoise  <romain@orebokech.com>
16632
16633         * message.el (message-strip-forbidden-properties): Remove check for
16634         obsolete `message-hidden' text property, hidden headers are not
16635         accessible in the buffer anymore.
16636
16637 2004-11-22  Romain Francoise  <romain@orebokech.com>
16638
16639         * message.el (message-header-format-alist): Add `From' in list
16640         so that it can be sorted.
16641         (message-fix-before-sending): Widen and sort headers before
16642         sending.
16643         (message-hide-headers): Use narrowing to hide headers by moving
16644         them to the top of the buffer and narrowing to the region
16645         underneath.
16646
16647 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * message.el (message-strip-forbidden-properties):
16650         Bind buffer-read-only (etc) to nil.
16651
16652 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16655         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16656
16657 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16658
16659         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16660
16661 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16662
16663         * dns.el (query-dns): Use sit-for to time instead of
16664         accept-process-output, since that doesn't seem to work on udp
16665         sockets.
16666
16667 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16670
16671 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16672
16673         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16674         doc string.  Improve doc string.
16675
16676 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * nntp.el (nntp-request-update-info): Return nil if
16679         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16680         may not call gnus-activate-group which uselessly issues the GROUP
16681         commands for all nntp groups and wastes time.  Reported by Romain
16682         Francoise <romain@orebokech.com>.
16683
16684         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16685
16686 2004-11-15  Simon Josefsson  <jas@extundo.com>
16687
16688         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16689         headers separately.
16690         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16691         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16692
16693 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * gnus-start.el (gnus-convert-old-newsrc):
16696         Assign legacy-gnus-agent to 5.10.7.
16697
16698 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699
16700         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16701         start of the lines.
16702
16703 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16704
16705         * hashcash.el (hashcash-default-payment): Change default to 20.
16706         (hashcash-default-accept-payment): Change default to 20.
16707         (hashcash-process-alist): New variable.
16708         (hashcash-generate-payment-async): Add.
16709         (hashcash-already-paid-p): Add.
16710         (hashcash-insert-payment): Don't generate payments twice.
16711         (hashcash-insert-payment-async): Add.
16712         (hashcash-insert-payment-async-2): Add.
16713         (hashcash-cancel-async): Add.
16714         (hashcash-wait-async): Add.
16715         (hashcash-processes-running-p): Add.
16716         (hashcash-wait-or-cancel): Add.
16717         (mail-add-payment): New optional argument.  Conditionally start
16718         asynchronous calculation.
16719         (mail-add-payment-async): Add.
16720
16721         * message.el (message-send-mail): Wait for asynchronous hashcash
16722         results.  Don't clobber existing X-Hashcash headers.
16723         (message-setup-1): Call mail-add-payment-async when
16724         message-generate-hashcash is non-nil.
16725
16726 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16727
16728         * message.el (message-use-alternative-email-as-from): Examine the
16729         From header as well; use message-make-from in order to include a
16730         user's full name.
16731
16732 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16735         default; improve customization type.
16736         (gnus-emphasis-custom-with-format): New macro.
16737         (gnus-emphasis-custom-value-to-external): New function.
16738         (gnus-emphasis-custom-value-to-internal): New function.
16739
16740 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16741
16742         * dns.el (query-dns): Resolve reverse addresses.
16743
16744 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745
16746         * gnus-group.el (gnus-group-get-new-news): Use it.
16747
16748         * gnus-start.el (gnus-check-reasonable-setup): New function.
16749
16750 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16753         "Args out of range" error.  Reported by Arnaud Giersch
16754         <arnaud.giersch@free.fr>.
16755
16756 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16757
16758         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16759
16760 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16761
16762         * spam.el (spam group): Add :version.
16763
16764         * pgg-def.el (pgg group): Add :version.
16765
16766 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-art.el (gnus-article-edit-article): Don't associate the
16769         article buffer with a draft file.  This is a temporary measure
16770         against the 2004-08-22 change to gnus-article-edit-mode.
16771
16772 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16775         (html2text-format-tags): Remove unused variable `attr'.
16776
16777 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16780
16781         * tls.el (tls-process-connection-type, tls-success)
16782         (tls-certtool-program): Add :version.
16783
16784         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16785         (starttls-extra-arguments, starttls-process-connection-type)
16786         (starttls-connect, starttls-failure, starttls-success): Add :version.
16787
16788         * spam-stat.el (spam-stat): Add :version.
16789
16790         * sieve.el (sieve): Add :version.
16791
16792         * sha1.el (sha1): Add :version.
16793         (sha1-use-external): Remove redundant version.
16794
16795         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16796         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16797         (nnmail-split-fancy-match-partial-words)
16798         (nnmail-split-lowercase-expanded): Add :version.
16799
16800         * nndiary.el (nndiary): Add :version.
16801
16802         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16803
16804         * mml-sec.el (mml-default-sign-method)
16805         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16806         Add :version.
16807
16808         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16809
16810         * mm-url.el (mm-url-use-external, mm-url-program)
16811         (mm-url-arguments): Add :version.
16812
16813         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16814         (mm-attachment-file-modes, mm-decrypt-option)
16815         (mm-w3m-safe-url-regexp): Add :version.
16816
16817         * message.el (message-cite-prefix-regexp)
16818         (message-sendmail-envelope-from, message-minibuffer-local-map)
16819         (message-user-fqdn, message-completion-alist): Add :version.
16820
16821         * gnus-win.el (gnus-configure-windows-hook)
16822         (gnus-use-frames-on-any-display): Add :version.
16823
16824         * gnus-art.el (gnus-article-address-banner-alist)
16825         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16826         (gnus-treat-from-picon, gnus-treat-mail-picon)
16827         (gnus-treat-x-pgp-sig): Add :version.
16828
16829         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16830         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16831         (gnus-summary-article-delete-hook)
16832         (gnus-summary-display-while-building): Add :version.
16833
16834         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16835         (gnus-get-top-new-news-hook): Add :version.
16836
16837         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16838         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16839
16840         * gnus-registry.el (gnus-registry): Add :version.
16841
16842         * gnus-spec.el (gnus-use-correct-string-widths)
16843         (gnus-make-format-preserve-properties): Add :version.
16844
16845         * gnus.el (gnus-group-charter-alist)
16846         (gnus-group-fetch-control-use-browse-url)
16847         (gnus-install-group-spam-parameters): Add :version.
16848
16849         * gnus-diary.el (gnus-diary): Add :version.
16850
16851         * gnus-delay.el (gnus-delay): Add :version.
16852
16853         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16854         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16855         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16856         Add :version.
16857
16858         * gnus-agent.el (gnus-agent-max-fetch-size)
16859         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16860         (gnus-agent-prompt-send-queue): Add :version.
16861
16862         * deuglify.el (gnus-outlook-deuglify): Add :version.
16863
16864         * html2text.el: Beautify code.  Improve doc strings.
16865         Some checkdoc cleanup.
16866         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16867
16868 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16869
16870         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16871
16872 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16873
16874         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16875         when package is loaded.
16876
16877         * spam.el (spam-summary-score-preferred-header): Add global preference
16878         for people who want to override the default SpamAssassin over
16879         Bogofilter preference (when both are set).
16880         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16881         (spam-user-format-function-S):
16882         Check spam-summary-score-preferred-header.
16883         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16884         (spam-user-format-function-S): Format the score correctly.
16885
16886 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16889         signature file.  Suggested by Manoj Srivastava
16890         <srivasta@golden-gryphon.com>.
16891
16892         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16893         iso-2022-jp even in the Japanese language environment.
16894         Suggested by Jason Rumney <jasonr@gnu.org>.
16895
16896 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16899         use the same characters as the dummy marks; make it free from
16900         getting affected by the language environment.
16901         (gnus-summary-read-group-1): Update mark positions only when the
16902         format spec is updated.
16903
16904         * gnus-spec.el (gnus-update-format-specifications): Return a list
16905         of updated types.
16906
16907 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16910         of boundp to check if display-warning is available.
16911
16912 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16915
16916 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnspool.el (nnspool-spool-directory): Use news-path if the
16919         news-directory variable is not bound.
16920
16921         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16922         function instead of display-warning if it is not available.
16923
16924 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16925
16926         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16927         v5-10: Use `point-at-bol'.
16928
16929 2004-10-26  Simon Josefsson  <jas@extundo.com>
16930
16931         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16932         <chenggao@gmail.com>.
16933
16934 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16937         instead.
16938
16939 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16942         to remove a server from the nnimap-server-buffer-alist.
16943         (nnimap-open-connection, nnimap-close-server): Use it.
16944
16945         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16946
16947 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16950         running the major-mode function.
16951
16952 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16955         dummy marks in the right way.
16956
16957 2004-10-18  David Edmondson  <dme@dme.org>
16958
16959         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16960         excessively.
16961
16962 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * gnus-util.el (gnus-split-references): Accept a nil references
16965         string and go on blissfully.
16966
16967         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16968         cases where the references string is non-nil but has no references.
16969
16970         * encrypt.el: Add autoload tags.
16971
16972         * spam.el (spam-resolve-registrations-routine): Remove article
16973         from unregistration list too.  Reported by David Hanak
16974         <dhanak@isis.vanderbilt.edu>
16975
16976 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16979         nil.  Change custom type.
16980
16981 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16984
16985         * gnus-sum.el (gnus-summary-move-article): Use it.
16986
16987 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * encrypt.el: Add autoload cookies.
16990
16991         * spam.el (spam-backend-article-list-property)
16992         (spam-backend-get-article-todo-list)
16993         (spam-backend-put-article-todo-list)
16994         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16995         Resolve registrations separately.
16996         (spam-register-routine): Format comments.
16997         (spam-unregister-routine, spam-register-routine): Always call with
16998         specific-articles, no default list.
16999         (spam-summary-prepare-exit): Use the spam-classifications function.
17000
17001         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17002         gnus-encrypt.el.
17003
17004         * encrypt.el: Copied from gnus-encrypt.el.
17005
17006         * gnus-encrypt.el: Commented that it's obsolete.
17007
17008 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17011         (gnus-score-save): Use it.
17012
17013         * message.el (message-bury): Use `window-dedicated-p'.
17014
17015 2004-10-15  Simon Josefsson  <jas@extundo.com>
17016
17017         * pop3.el (top-level): Don't require nnheader.
17018         (pop3-read-timeout): Add.
17019         (pop3-accept-process-output): Add.
17020         (pop3-read-response, pop3-retr): Use it.
17021
17022 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-register-routine): Move comment.
17025         (spam-verify-bogofilter): Use 'unknown for the initial
17026         spam-bogofilter-valid state, not 'never.
17027
17028         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17029         for netrc-machine.
17030
17031         * nnimap.el (nnimap-open-connection):
17032         Use netrc-machine-user-or-password.
17033
17034 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17035
17036         * gnus-registry.el (gnus-registry-unload-hook):
17037         Set as a variable with add-hook.
17038
17039         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17040         of news-path.
17041
17042         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17043
17044         * spam.el: Delete duplicate `provide'.
17045         (spam-unload-hook): Set as a variable with add-hook.
17046
17047 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17050         in the doc string.
17051
17052         * message.el (message-ignored-news-headers)
17053         (message-ignored-supersedes-headers)
17054         (message-ignored-resent-headers)
17055         (message-forward-ignored-headers): Improve custom type.
17056
17057 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * message.el (message-tokenize-header): Fix 2004-09-06 change
17060         which used point-min in the wrong place.
17061
17062 2004-10-12  Simon Josefsson  <jas@extundo.com>
17063
17064         * tls.el (tls-certtool-program): New variable.
17065         (tls-certificate-information): New function, based on
17066         ssl-certificate-information.
17067
17068 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * compface.el: Move the version of ELisp-based uncompface program
17071         to the contrib directory because of the copyright problem.
17072
17073 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17074
17075         * message.el (message-kill-buffer): Raise the current frame.
17076
17077 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17080
17081         * gnus.el (message-y-or-n-p): Autoload.
17082
17083         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17084         (pop3-password-required, pop3-authentication-scheme)
17085         (pop3-leave-mail-on-server): Make customizable.
17086         (pop3): New custom group.
17087         (pop3-retr): Remove `sleep-for' statements.
17088         Suggested by Dave Love <fx@gnu.org>.
17089
17090         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17091         Windows/DOS.
17092
17093         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17094         (imap-parse-body): Fix incorrect use of `assert'.
17095         Suggested by Dave Love <fx@gnu.org>.
17096
17097         * mml.el (mml-minibuffer-read-disposition): Require match.
17098         Suggested by Dave Love <fx@gnu.org>.
17099
17100 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17103         doc string.
17104
17105 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17108
17109 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17110
17111         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17112         instead of calling `mm-insert-inline', to decode text/* parts
17113         before displaying them.
17114
17115 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * mm-uu.el (mm-uu-text-plain-type): New variable.
17118         (mm-uu-pgp-signed-extract-1): Use it.
17119         (mm-uu-pgp-encrypted-extract-1): Use it.
17120         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17121         bind mm-uu-text-plain-type with that value.
17122         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17123         mm-uu-dissect.
17124
17125 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-group.el (gnus-update-group-mark-positions):
17128         * gnus-sum.el (gnus-update-summary-mark-positions):
17129         * message.el (message-check-news-body-syntax):
17130         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17131         of string-as-multibyte.
17132
17133 2004-10-05  Juri Linkov  <juri@jurta.org>
17134
17135         * gnus-group.el (gnus-update-group-mark-positions):
17136         * gnus-sum.el (gnus-update-summary-mark-positions):
17137         * message.el (message-check-news-body-syntax):
17138         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17139         8-bit unibyte values to a multibyte string for search functions.
17140
17141 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17144         (mm-uu-dissect-text-parts): New function.
17145
17146         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17147         dissect text parts.
17148
17149         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17150         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17151
17152         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17153
17154         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17155         Use gnus-current-topics instead of gnus-current-topic.
17156
17157 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17160
17161 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17162
17163         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17164         where approriate.
17165
17166         * nnml.el (nnml-generate-active-info): do.
17167
17168         * nndiary.el (nndiary-generate-active-info): do.
17169
17170         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17171         (gnus-topic-move): do.
17172
17173         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17174         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17175
17176         * gnus-srvr.el (gnus-server-prepare)
17177         (gnus-server-open-all-servers): do.
17178
17179         * gnus-msg.el (gnus-summary-cancel-article)
17180         (gnus-summary-resend-message)
17181         (gnus-summary-mail-crosspost-complaint): do.
17182
17183         * gnus-move.el (gnus-change-server): do.
17184
17185         * gnus-group.el (gnus-group-unmark-all-groups)
17186         (gnus-group-set-current-level): do.
17187
17188 2004-10-04  Simon Josefsson  <jas@extundo.com>
17189
17190         * message.el (message-generate-hashcash): Doc fix.
17191
17192 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17193
17194         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17195         avoid infinite recursion via gnus-get-function.
17196
17197 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17198
17199         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17200
17201         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17202
17203         * nnmail.el (nnmail-split-history): do.
17204
17205         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17206         (nnml-request-delete-group): do.
17207
17208         * nnslashdot.el (nnslashdot-read-groups): do.
17209
17210         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17211         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17212
17213         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17214         (nnspool-sift-nov-with-sed): Use last.
17215         (nnspool-retrieve-headers-with-nov): Use mapc.
17216         (nnspool-request-newgroups): Use dolist.
17217         (nnspool-request-group): Use last.
17218
17219         * nntp.el (nntp-read-server-type): Use dolist.
17220
17221         * nnvirtual.el (nnvirtual-create-mapping)
17222         (nnvirtual-update-read-and-marked): Use dolist.
17223         (nnvirtual-convert-headers): Simplify.
17224
17225 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17226
17227         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17228         Add support for sync'ing tick marks.
17229
17230 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17233         there's no visible header.
17234
17235 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17236
17237         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17238         When necessary, pass full group name to gnus-request-set-marks.
17239
17240 2004-10-01  Simon Josefsson  <jas@extundo.com>
17241
17242         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17243         acroread.
17244
17245 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * spam-report.el (spam-report-gmane): Fix interactive.
17248
17249         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17250
17251         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17252         when writing file.
17253         (gnus-agent-synchronize-flags): Don't default to being
17254         interactive.
17255
17256 2004-09-30  Simon Josefsson  <jas@extundo.com>
17257
17258         * message.el (message-generate-hashcash): Add.
17259         (message-send-mail): Use it, call mail-add-payment.
17260
17261 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17262
17263         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17264
17265 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17266
17267         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17268         gnus-requst-update-info with explicit code to sync the in-memory
17269         info read flags with the marks being sync'd to the backend.
17270
17271         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17272
17273 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * spam.el (spam-verify-bogofilter): Add new function.
17276         (spam-check-bogofilter)
17277         (spam-bogofilter-register-with-bogofilter): Use it.
17278         (spam-verify-bogofilter): Add small fixes.
17279
17280 2004-09-28  Simon Josefsson  <jas@extundo.com>
17281
17282         * hashcash.el (hashcash-generate-payment): Revert.
17283
17284 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17285
17286         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17287         Use gnus-extract-references instead of gnus-split-references.
17288
17289         * gnus-util.el (gnus-extract-references): Add new function, analogous
17290         to gnus-split-references but extracts only the message-ID without
17291         anything extra.
17292
17293         * hashcash.el (hashcash-generate-payment)
17294         (hashcash-check-payment): Do the right thing if hashcash-path is
17295         nil (because the hashcash program could not be found).
17296
17297         * spam.el (spam-use-hashcash): Remove comment.
17298
17299 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17302         (gnus-cache-enter-article, gnus-cache-remove-article)
17303         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17304
17305         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17306
17307         * gnus-art.el (article-hide-boring-headers)
17308         (article-translate-strings, article-display-face)
17309         (gnus-article-mime-match-handle-first)
17310         (gnus-article-highlight-headers)
17311         (gnus-article-add-buttons-to-head): do.
17312
17313 2004-09-27  Simon Josefsson  <jas@extundo.com>
17314
17315         * hashcash.el: New version, from
17316         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17317         ../contrib/.
17318
17319 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17322
17323 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * gnus-dup.el (gnus-dup-open): Use mapc.
17326         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17327
17328         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17329         Reported by Stefan Wiens <s.wi@gmx.net>.
17330
17331         * gnus.el (gnus-shutdown): Use dolist.
17332
17333         * gnus-undo.el (gnus-undo): Use mapc.
17334
17335         * nnrss.el (nnrss-generate-active): do.
17336
17337         * message.el (message-cite-original-without-signature)
17338         (message-cite-original): Use mapc.
17339         (message-do-actions, message-make-forward-subject): Use dolist.
17340
17341 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17342
17343         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17344         deletion to remove entire duplicate line.  Fixes merged article
17345         number bug.
17346
17347 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17348
17349         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17350         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17351         first ask if you want to open a server and then, even when you
17352         responded with no, asking if you want to synchronize the server's
17353         flags.
17354         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17355         multi-line expressions.
17356         (gnus-agent-synchronize-group-flags): New internal function.
17357         Updates marks in memory (in the info structure) AND in the
17358         backend.
17359
17360         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17361
17362         * nnagent.el (nnagent-request-set-mark):
17363         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17364         method, to ensure that synchronization updates marks in the
17365         backend and in the info (in memory) structure.
17366
17367 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17370         convention fully; don't miss the root article of a thread; make
17371         the X-Draft-From header with correct article numbers.
17372
17373 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17374
17375         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17376         unless plugged.  Disable the agent so that an open failure causes
17377         an error.
17378
17379         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17380         Revert 2004-09-21 change.  The backend must be opened while
17381         synchronizing flags even when the backend stores the flags
17382         locally.
17383
17384 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17385
17386         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17387         in `header' match.  Reported by Svend Tollak Munkejord.
17388
17389         * message.el (message-cite-original): Fix use of
17390         `message-cite-articles-with-x-no-archive'.
17391
17392 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17395         (gnus-window-to-buffer): Ditto.
17396
17397         * mml.el (mml-preview-buffer): New variable.
17398         (mml-preview): Manage window layout with gnus-buffer-configuration.
17399
17400         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17401         X-Draft-From header even if those articles aren't quoted.
17402
17403 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17404
17405         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17406         (gnus-request-set-mark, gnus-request-update-mark): Use new
17407         g-s-t-u-l-m to decide to use backend even when unplugged.
17408
17409 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17412         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17413
17414 2004-09-20  Simon Josefsson  <jas@extundo.com>
17415
17416         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17417         "utf-16-le".
17418
17419 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17420
17421         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17422
17423 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * uudecode.el (uudecode-use-external): Add :version.
17426
17427         * smime.el (smime-CA-file, smime-encrypt-cipher)
17428         (smime-dns-server): Add :version.
17429
17430         * smiley.el (gnus-smiley-file-types): Add :version.
17431
17432         * sha1.el (sha1-use-external): Add :version.
17433
17434         * pgg-def.el (pgg-query-keyserver): Add :version.
17435
17436         * nnmail.el (nnmail-fancy-expiry-targets)
17437         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17438         Add :version.
17439
17440         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17441         (nnimap-retrieve-groups-asynchronous): Add :version.
17442         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17443
17444         * mml.el (mml-content-disposition-parameters)
17445         (mml-insert-mime-headers-always): Add :version.
17446
17447         * mm-util.el (mm-coding-system-priorities): Add :version.
17448
17449         * mm-decode.el (mm-inline-text-html-with-images)
17450         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17451         (mm-verify-option): Add :version.
17452         (mm-text-html-renderer): Change :version.
17453
17454         * message.el (message-fcc-externalize-attachments)
17455         (message-required-headers, message-draft-headers)
17456         (message-subject-trailing-was-query)
17457         (message-subject-trailing-was-ask-regexp)
17458         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17459         (message-mark-insert-end, message-archive-header)
17460         (message-archive-note, message-cross-post-default)
17461         (message-cross-post-note, message-followup-to-note)
17462         (message-cross-post-note-function, message-use-mail-followup-to)
17463         (message-subscribed-address-functions)
17464         (message-subscribed-address-file, message-subscribed-addresses)
17465         (message-subscribed-regexps, message-allow-no-recipients)
17466         (message-yank-cited-prefix, message-signature-insert-empty-line)
17467         (message-hidden-headers, message-hierarchical-addresses)
17468         (message-mail-user-agent, message-use-idna)
17469         (message-valid-fqdn-regexp)
17470         (message-strip-special-text-properties, message-header-synonyms)
17471         (message-beginning-of-line, message-tab-body-function): Add :version.
17472         (message-insert-canlock, message-wide-reply-confirm-recipients):
17473         Change :version.
17474
17475         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17476         and :version.
17477         (mail-source-delete-old-incoming-confirm)
17478         (mail-source-movemail-program): Add :version.
17479
17480         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17481         (gnus-agent-cache, gnus-agent): Change :version.
17482
17483         * gnus-util.el (gnus-use-byte-compile): Change :version.
17484
17485         * gnus-sum.el (gnus-summary-make-false-root-always)
17486         (gnus-summary-default-high-score)
17487         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17488         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17489         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17490         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17491         (gnus-sum-thread-tree-single-indent)
17492         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17493         (gnus-sum-thread-tree-leaf-with-other)
17494         (gnus-sum-thread-tree-single-leaf): Add :version.
17495         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17496         (gnus-article-loose-mime): Change :version.
17497
17498         * gnus-start.el (gnus-backup-startup-file)
17499         (gnus-save-startup-file-via-temp-buffer): Add :version.
17500
17501         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17502         (gnus-server-offline-face): Add :version.
17503
17504         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17505
17506         * gnus-msg.el (gnus-gcc-externalize-attachments)
17507         (gnus-debug-files, gnus-debug-exclude-variables)
17508         (gnus-discouraged-post-methods): Change :version.
17509         (gnus-confirm-mail-reply-to-news)
17510         (gnus-confirm-treat-mail-like-news): Add :version.
17511
17512         * gnus-int.el (gnus-server-unopen-status): Add :version.
17513
17514         * gnus-group.el (gnus-group-jump-to-group-prompt)
17515         (gnus-large-ephemeral-newsgroup)
17516         (gnus-fetch-old-ephemeral-headers): Add :version.
17517
17518         * gnus-fun.el (gnus-x-face-directory)
17519         (gnus-convert-pbm-to-x-face-command)
17520         (gnus-convert-image-to-x-face-command)
17521         (gnus-convert-image-to-face-command): Add :version.
17522
17523         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17524
17525         * gnus-cite.el (gnus-cite-blank-line-after-header)
17526         (gnus-article-boring-faces): Add :version.
17527
17528         * gnus-art.el (gnus-buttonized-mime-types)
17529         (gnus-inhibit-mime-unbuttonizing)
17530         (gnus-treat-display-face)
17531         (gnus-treat-body-boundary): Change :version.
17532         (gnus-body-boundary-delimiter, gnus-picon-databases)
17533         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17534         (gnus-treat-date-english, gnus-treat-fold-headers)
17535         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17536         (gnus-treat-mail-picon, gnus-treat-wash-html)
17537         (gnus-article-encrypt-protocol)
17538         (gnus-use-idna, gnus-article-over-scroll)
17539         (gnus-mime-display-multipart-alternative-as-mixed)
17540         (gnus-mime-display-multipart-related-as-mixed)
17541         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17542         (gnus-ctan-url, gnus-button-ctan-handler)
17543         (gnus-button-handle-ctan-bogus-regexp)
17544         (gnus-button-ctan-directory-regexp)
17545         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17546         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17547         (gnus-button-man-level, gnus-button-emacs-level)
17548         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17549
17550         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17551         (gnus-agent-go-online): Change :version.
17552         (gnus-agent-expire-unagentized-dirs)
17553         (gnus-agent-auto-agentize-methods): Add :version.
17554
17555         * flow-fill.el (fill-flowed-display-column)
17556         (fill-flowed-encode-column): Add :version.
17557
17558         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17559         (gnus-outlook-deuglify-unwrap-max)
17560         (gnus-outlook-deuglify-cite-marks)
17561         (gnus-outlook-deuglify-unwrap-stop-chars)
17562         (gnus-outlook-deuglify-no-wrap-chars)
17563         (gnus-outlook-deuglify-attrib-cut-regexp)
17564         (gnus-outlook-deuglify-attrib-verb-regexp)
17565         (gnus-outlook-deuglify-attrib-end-regexp)
17566         (gnus-outlook-display-hook): Add :version.
17567
17568         * binhex.el (binhex-use-external): Add :version.
17569
17570 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17573         and `invisible'.
17574
17575 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17576
17577         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17578         in gnus-registry-trim.
17579
17580 2004-09-13  Simon Josefsson  <jas@extundo.com>
17581
17582         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17583
17584         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17585
17586         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17587         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17588         <yamaoka@jpl.org>.
17589         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17590         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17591         <yamaoka@jpl.org>.
17592
17593         * sieve.el (sieve-manage-mode): Ditto.
17594
17595 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17598
17599 2004-09-11  Simon Josefsson  <jas@extundo.com>
17600
17601         * dns-mode.el: Add.
17602
17603         * mm-view.el (mm-display-dns-inline): Add.
17604
17605         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17606         (mm-automatic-display): Ditto.
17607
17608         * mailcap.el (mailcap-mime-data): Add text/dns.
17609         (mailcap-mime-extensions): Map .soa to text/dns.
17610
17611 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17612
17613         * gnus-art.el (article-decode-mime-words, article-babel)
17614         (gnus-article-highlight-signature, gnus-article-add-buttons)
17615         (gnus-signature-toggle): Remove unnecessary bindings of
17616         `inhibit-read-only' inherited from v5.10 merge.
17617
17618 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * nntp.el (nntp): New customization group.
17621         (nntp-authinfo-file): Add customization group.
17622
17623         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17624
17625         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17626
17627         * gnus.el (to-address, to-list, subscribed)
17628         (large-newsgroup-initial): Ditto.
17629
17630         * flow-fill.el (fill-flowed-display-column)
17631         (fill-flowed-encode-column): Ditto.
17632
17633 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17634
17635         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17636         Use point-min rather than 1.
17637         (message-send-mail): Use buffer-size rather than point-max.
17638
17639         * gnus-sum.el (gnus-summary-search-article-forward):
17640         Signal a specific `search-failed' rather than a generic `error'.
17641
17642         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17643         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17644         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17645
17646 2004-09-10  Simon Josefsson  <jas@extundo.com>
17647
17648         * nndb.el (require): Remove tcp and duplicate cl.
17649
17650 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * gnus-agent.el (directory-files-and-attributes): Move forward.
17653
17654 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17655
17656         * gnus-agent.el (directory-files-and-attributes):
17657         Optionally defined to support XEmacs.
17658
17659 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17660
17661         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17662         to avoid run-time CL dependencies.
17663         (gnus-agent-unfetch-articles): New function.
17664         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17665         article numbers even when local .overview file is missing.
17666         (gnus-agent-read-article-number): New function.  Only accepts
17667         27-bit article numbers.
17668         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17669         Use gnus-agent-read-article-number.
17670         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17671         from backend while recognizing that article numbers in .overview
17672         must be valid.
17673         (gnus-agent-update-files-total-fetched-for):
17674         Use directory-files-and-attributes to improve performance.
17675         * gnus-int.el (gnus-request-move-article):
17676         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17677         improve performance.
17678
17679         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17680         some users confused by references to .newsrc when they only have a
17681         .newsrc.eld file.
17682         (gnus-convert-mark-converter-prompt)
17683         (gnus-convert-converter-needs-prompt): Fix use of property list.
17684         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17685         New function.  Used internally to only display 'gnus converting
17686         files' message when actually necessary.
17687
17688         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17689         methods now autoloaded.
17690
17691 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17694         identifiers.
17695
17696 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17697
17698         * gnus-picon.el: Fix indentation and closing parenthesis.
17699
17700 2004-09-01  Simon Josefsson  <jas@extundo.com>
17701
17702         * message.el (message-canlock-generate): Require sha1, not
17703         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17704         to require within a function.  Sadly, if sha1.el isn't loaded, the
17705         let binding in m-c-g will hide the defcustom definition, which is
17706         bad.)
17707
17708         * canlock.el: Require sha1, not sha1-el.
17709
17710         * message.el: Don't autoload sha1 (there is a autoload cookie in
17711         sha1.el).
17712
17713         * sha1-el.el: Rename to sha1.el.
17714
17715 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17716
17717         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17718
17719 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17720
17721         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17722
17723 2004-08-30  Kim F. Storm  <storm@cua.dk>
17724
17725         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17726
17727         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17728         Add :group 'nnimap.
17729
17730 2004-08-30  Andreas Schwab  <schwab@suse.de>
17731
17732         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17733         ?* and ?\;.
17734
17735         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17736         and ?\' to symbol instead of whitespace.
17737
17738 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17741
17742         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17743         instead of re-search-forward.
17744
17745         * gnus-uu.el (gnus-uu-save-article): Ditto.
17746         (gnus-uu-post-encode-uuencode): Ditto.
17747
17748         * html2text.el (html2text-clean-list-items): Ditto.
17749         (html2text-clean-dtdd): Ditto.
17750         (html2text-format-tags): Ditto.
17751
17752         * message.el (message-send-mail-with-sendmail): Fix regexp.
17753         (message-fill-field-general): Use search-forward instead of
17754         re-search-forward.
17755         (unbold-region): Ditto.
17756
17757         * nnrss.el (nnrss-request-article): Ditto.
17758
17759         * nnslashdot.el (nnslashdot-request-article): Ditto.
17760
17761         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17762
17763         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17764         "Unrecognized menu descriptor" error in XEmacs.
17765
17766 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17767
17768         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17769         parent article of a sparse article in the thread hashtb.
17770
17771 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17772
17773         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17774         (nnmail-expand-newtext): Lowercase expanded entries if
17775         nnmail-split-lowercase-expanded is non-nil.
17776
17777 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17780
17781         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17782         of gnus-tmp-news-method into string under XEmacs.  It will be
17783         passed to gnus-correct-length which takes only a string argument.
17784
17785 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-util.el (gnus-bind-print-variables): New macro.
17788         (gnus-prin1): Use it.
17789         (gnus-prin1-to-string): Use it.
17790         (gnus-pp): New function.
17791         (gnus-pp-to-string): New function.
17792
17793         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17794         Replace pp-to-string with gnus-pp-to-string.
17795         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17796         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17797         * gnus-msg.el (gnus-debug): Ditto.
17798         * gnus-score.el (gnus-score-save): Ditto.
17799         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17800         gnus-pp-to-string.
17801         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17802         with gnus-pp.
17803         * score-mode.el (gnus-score-pretty-print): Ditto.
17804         * webmail.el (webmail-debug): Ditto.
17805
17806 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-art.el (article-display-face, article-display-x-face):
17809         Use buffer-read-only.
17810
17811 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-art.el (article-hide-list-identifiers):
17814         Bind inhibit-read-only as t.
17815
17816 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17819
17820 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17821
17822         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17823         (gnus-narrow-to-page): Don't assume point-min == 1.
17824         (gnus-article-edit-mode): Derive from message-mode.
17825
17826         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17827         point-min == 1.
17828
17829         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17830         Disable incorrect use of `assert'.
17831
17832         * message.el (message-mode): Set comment-start-skip.
17833
17834
17835 2004-08-22  Sam Steingold  <sds@gnu.org>
17836
17837         * pop3.el (pop3-leave-mail-on-server): New user variable.
17838         (pop3-movemail): Delete mail only when it is nil.
17839
17840 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17843
17844         * mml.el (mml-preview): Use `pop-to-buffer'.
17845
17846         * message.el (message-goto-mail-followup-to): Insert after "To".
17847         (message-carefully-insert-headers): Add comment.
17848
17849         * gnus.el: Remove unused variable `gnus-article-check-size'.
17850
17851         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17852
17853         * gnus-art.el (gnus-button-alist):
17854         Improve `gnus-button-handle-library' entry.
17855
17856 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17857
17858         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17859         Use downcase, since XEmacs capitalizes error messages differently.
17860
17861 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17862
17863         * nntp.el: Add (require 'gnus) due to reference to
17864         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17865
17866 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17867
17868         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17869         Bind `mm-fill-flowed'.
17870
17871         * mm-decode.el (mm-dissect-singlepart): Check it.
17872
17873 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17876         'imap' for netrc parsing.
17877
17878 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * mailcap.el (mailcap-mime-data): Mark as risky.
17881
17882 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17885         may be included in the encoded word.
17886         (rfc2047-encode): Don't append a space if the encoded word
17887         includes close parenthesis.
17888
17889 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17892         of text within parentheses.
17893
17894 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17897         (gnus-encrypt-write-file-contents): Make the password key the file
17898         name PLUS the cipher, not just the cipher.  Also remove failed
17899         passwords from the cache.
17900
17901 2004-08-06  Simon Josefsson  <jas@extundo.com>
17902
17903         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17904         Doc fix.
17905
17906 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17909         LWSP.
17910
17911 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17912
17913         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17914         Try to append in-reply-to: data to the references: header.
17915
17916         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17917         (netrc-parse): Use gnus-encrypt.el functions.
17918
17919         * gnus-encrypt.el: Add new file for encryption support; currently
17920         does only a few GPG ciphers and an internal XOR cipher.
17921
17922         * password.el: Add comments on using password-read-and-add.
17923         (password-read-and-add): Add function to read and add the
17924         password to the cache at once.
17925
17926 2004-07-28  Simon Josefsson  <jas@extundo.com>
17927
17928         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17929         parameter (but don't use it, for now).
17930
17931         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17932         instead of hard coding to nil.
17933
17934 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17937         as mm-inline-image-xemacs does.
17938
17939 2004-07-26  Simon Josefsson  <jas@extundo.com>
17940
17941         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17942         Revert part of 2004-07-17 change below.
17943
17944 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17947         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17948
17949 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17950
17951         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17952         quotes that actually start with ">" at the beginning of the
17953         lines.
17954
17955 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * rfc2047.el (rfc2047-encode-region): Fix last change.
17958         (rfc2047-encode-parameter): Remove useless concat.
17959
17960 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17963         encode special characters; fix some kind of misconfigured headers;
17964         signal a real error if debug-on-quit or debug-on-error is non-nil.
17965         (rfc2047-encode-max-chars): New variable.
17966         (rfc2047-encode-1): Use it.
17967         (rfc2047-encode-parameter): New function.
17968
17969         * mml.el (mml-insert-parameter): Remove an excessive space.
17970
17971 2004-07-17  Simon Josefsson  <jas@extundo.com>
17972
17973         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17974         Kai Grossjohann <kai@emptydomain.de>.
17975         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17976         (gnus-group-make-menu-bar): Ditto.
17977
17978         * gnus-util.el (gnus-group-server): Add.
17979
17980 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * message.el (message-clone-locals): Clone sendmail and smtp
17983         variables.
17984
17985 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * rfc2047.el (rfc2047-encode-region): Fix last change.
17988
17989 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17992         characters as non-special.
17993
17994 2004-07-09  Simon Josefsson  <jas@extundo.com>
17995
17996         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17997         Users will lose all flag changes made while unplugged with
17998         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17999         good default.  See numerous reports on ding mailing list.
18000
18001 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18004         add generate-head-function and generate-article-function to the
18005         rfc822-forward entry.
18006         (nndoc-rfc822-forward-generate-article): New function.
18007         (nndoc-rfc822-forward-generate-head): New function.
18008
18009         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18010
18011 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18012
18013         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18014         respect display group parameter and gnus-summary-expunge-below.
18015         (gnus-articles-to-read): Remove unused reference to display group
18016         parameter.
18017
18018 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18019
18020         * nnheader.el (nnheader-uniquify-message-id): New experimental
18021         variable.
18022         (nnheader-nov-read-message-id): Use it.
18023
18024         * spam-report.el (spam-report-gmane): Add interactive.
18025
18026 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * mm-encode.el (mm-content-transfer-encoding-defaults):
18029         Use qp-or-base64 for the application/* types.
18030
18031 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18032
18033         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18034
18035 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18036
18037         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18038         trim value.
18039
18040 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18041
18042         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18043         New macro and function.
18044         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18045
18046 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18049         after-load-alist.
18050
18051 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18052
18053         * gnus-group.el (gnus-group-get-new-news-this-group):
18054         Don't update info that isn't there.
18055
18056 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18057
18058         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18059         entry.
18060
18061 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * mm-view.el (mm-inline-render-with-function): Use multibyte
18064         buffer; decode html source by charset.
18065
18066         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18067
18068         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18069         Mule-UCS is loaded under XEmacs.
18070         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18071
18072 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18073
18074         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18075
18076 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * mm-util.el (mm-coding-system-p): Return a coding-system.
18079         (mm-mime-mule-charset-alist): Use shift_jis instead of
18080         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18081         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18082         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18083         instead of japanese-shift-jis and iso-latin-1 respectively in
18084         order to share the default value with both Emacs and XEmacs-mule.
18085         (mm-mule-charset-to-mime-charset):
18086         Make mm-coding-system-priorities effective.
18087         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18088         while predicating of candidates upon the priorities.
18089
18090 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18091
18092         * gnus-sum.el (gnus-summary-make-menu-bar):
18093         Add gnus-uu-invert-processable.
18094
18095         * gnus.el: Autoload gnus-uu-invert-processable.
18096
18097 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * mm-util.el (mm-with-multibyte-buffer): New macro.
18100
18101         * rfc2047.el (rfc2047-encode-string): Use it.
18102         (rfc2047-encode-region): Move point to the end of the region after
18103         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18104
18105 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18108         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18109
18110 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18113         (gnus-cite-parse): Ignore quoted envelope From_.
18114         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18115
18116 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18117
18118         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18119         invalid addresses.
18120
18121 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18122
18123         * spam.el: Change section markers, revise TODO list.
18124         (spam-backends): Make new master list of all installed backends.
18125         (spam-summary-exit-behavior): Add new variable to determine how
18126         messages moves are done at summary exit.
18127         (spam-move-spam-nonspam-groups-only)
18128         (spam-process-ham-in-nonham-groups)
18129         (spam-process-ham-in-spam-groups): Remove variables, the
18130         spam-summary-exit-behavior variable should be used to manage this
18131         behavior.
18132         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18133         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18134         and spam-old-spam-articles.
18135         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18136         Add empty variables, placeholders for the backends they represent.
18137         (spam-set-difference): Move, unchanged.
18138         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18139         unless the user has a processor variable.
18140         (spam-classifications, spam-classification-valid-p)
18141         (spam-backend-properties, spam-backend-property-valid-p)
18142         (spam-backend-function-type-valid-p)
18143         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18144         (spam-report-articles-gmane, spam-report-articles-resend):
18145         Remove functions, they are not needed.
18146         (spam-install-backend-super, spam-backend-list)
18147         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18148         (spam-backend-function, spam-backend-ham-registration-function)
18149         (spam-backend-spam-registration-function)
18150         (spam-backend-ham-unregistration-function)
18151         (spam-backend-spam-unregistration-function)
18152         (spam-backend-statistical-p, spam-backend-mover-p)
18153         (spam-install-backend-alias, spam-install-checkonly-backend)
18154         (spam-install-mover-backend, spam-install-nocheck-backend)
18155         (spam-install-backend, spam-install-statistical-backend)
18156         (spam-install-statistical-checkonly-backend): Add backend installation
18157         support.
18158         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18159         (spam-group-processor-p): Use the new backend code and respect the
18160         summary exit behavior.
18161         (spam-mark-spam-as-expired-and-move-routine): Remove.
18162         (spam-summary-prepare): Change to use the new spam-old-articles
18163         variable.
18164         (spam-copy-or-move-routine, spam-copy-spam-routine)
18165         (spam-move-spam-routine, spam-copy-ham-routine)
18166         (spam-move-ham-routine): Add code to copy/move ham or spam.
18167         (spam-fetch-field-fast): Improve doc and code, plus allow the
18168         'number request.
18169         (spam-list-of-checks, spam-list-of-statistical-checks):
18170         Remove variables.
18171         (spam-split, spam-find-spam): Use the new backend code.
18172         (spam-registration-functions): Remove variable.
18173         (spam-unregister-routine): Add convenience wrapper.
18174         (spam-log-undo-registration, spam-register-routine)
18175         (spam-log-processing-to-registry)
18176         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18177         where possible.
18178         (spam-check-gmane-xref, spam-check-regex-headers)
18179         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18180         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18181         (spam-check-bogofilter-headers, spam-check-spamoracle)
18182         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18183         (spam-check-crm114-headers): Use the spam-split-group that
18184         spam-split prepares, no need to determine it every time.
18185
18186         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18187         to the nnheader-parse-naked-head call.
18188
18189         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18190
18191         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18192         the nnheader-nov-read-message-id call.
18193
18194 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18197         gnus-activate-group twice.  Suggested by Markus Peter
18198         <warp@spin.de>.
18199
18200 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-art.el (gnus-article-time-format): Exchange the order of
18203         day and month in the default value; fix customization type.
18204         (article-date-ut): Use add-text-properties.
18205         (article-make-date-line): Use message-make-date instead of
18206         current-time-string.
18207
18208         * message.el (message-fetch-field): Don't use set-text-properties.
18209         (message-make-date): Simplify.
18210
18211         * messagexmas.el (message-xmas-make-date): New function.
18212         (message-xmas-redefine): Defalias message-make-date to it.
18213
18214 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18217         (rfc2047-encode-region): Treat text within parentheses as special;
18218         show the original text when error has occurred.
18219
18220         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18221         already-computed method to gnus-activate-group.
18222
18223         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18224         same select-methods identical Lisp objects.
18225
18226         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18227         object when modifying the info.
18228
18229 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18232         gnus-opened-servers since it has never been opened with the new
18233         configuration yet.
18234
18235 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18238         arg to nnheader-generate-fake-message-id.
18239
18240 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18241
18242         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18243         number and build a fake message ID localized to a group and
18244         article number (so it's repeatable from that point on).
18245         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18246         ID format.
18247
18248         * gnus-sum.el (gnus-get-newsgroup-headers):
18249         Call nnheader-generate-fake-message-id with the article number.
18250
18251 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18252
18253         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18254         end-of-buffer.
18255
18256 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * message.el (message-ignored-supersedes-headers): Add Approved.
18259
18260 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18263         goto-char.
18264         (rfc2047-encode): Fold the line before encoding.
18265
18266 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18267
18268         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18269         folding -- not all headers can be folded, and this should be done
18270         by the message composition mode.  Probably.  I think.
18271
18272 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18275         fast.
18276
18277         * gnus-ems.el (gnus-remove-image): Don't use
18278         message-text-with-property; remove only the image found first.
18279
18280         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18281         found first.
18282
18283 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18284
18285         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18286
18287 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * message.el (message-text-with-property): Make it fast and accept
18290         optional arguments.
18291         (message-strip-forbidden-properties): Use it.
18292         (message-fix-before-sending): Follow the m-t-w-p change.
18293
18294         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18295
18296 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * gnus-art.el (article-hide-headers): Don't change the buffer
18299         mistakenly when performing mml-preview even if
18300         gnus-single-article-buffer is nil.
18301
18302 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18303
18304         * message.el (message-expand-name-databases): New user option.
18305         (message-expand-name): Use it.
18306
18307 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18308
18309         * spam.el (spam-report-articles-resend)
18310         (spam-report-resend-register-routine): Allow ham reporting.
18311         (spam-report-resend-register-ham-routine): Add wrapper.
18312         (spam-registration-functions): Add ham resending functions.
18313         (spam-list-of-processors): Add ham resend processor.
18314
18315         * gnus.el (ham-resend-to): Add new group parameter.
18316         (spam-process): Add ham resend option.
18317
18318         * spam-report.el (spam-report-resend): Allow reporting ham.
18319         (spam-report-resend-ham): Add wrapper.
18320
18321 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * message.el (message-cite-articles-with-x-no-archive):
18324         New variable.
18325         (message-cite-original): Use it.
18326
18327 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * message.el (message-cite-original): Respect X-No-Archive.
18330
18331 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * gnus-art.el (article-hide-headers): Refer to the values for
18334         gnus-ignored-headers and gnus-visible-headers in the summary
18335         buffer since a user may have set them as group parameters.
18336
18337 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18338
18339         * assistant.el (assistant-node-name): Add convenience function.
18340         (assistant-render-text, assistant-render-node): Add error handling,
18341         plus handle multiple next nodes.
18342         (assistant-find-next-node): Comment out for now.
18343         (assistant-find-next-nodes): Add function, returns list of next
18344         nodes.
18345
18346 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * mail-source.el (mail-source-directory): Fix doc-string.
18349
18350 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18351
18352         * assistant.el (assistant-render-text, assistant-eval): Add :set
18353         widget type, which is different because it takes and returns a
18354         list.  Much hilarity ensues.
18355
18356 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18359
18360         * gnus-group.el (gnus-group-get-new-news-this-group):
18361         Add doc-string.
18362
18363         * gnus-start.el (gnus-activate-group): Add doc-string.
18364
18365 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18368
18369 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * assistant.el (assistant-render-text): Try to add a :set
18372         widget, more to come.
18373
18374         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18375         strings.
18376         (spam-report-articles-resend)
18377         (spam-register-routine): Do registration iff any articles warrant
18378         it.
18379         (spam-summary-prepare-exit): Change log message for nil group
18380         destinations.
18381
18382 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18383
18384         * spam.el (spam-report-resend-register-routine):
18385         Allow spam-report-resend-to to be a group parameter or a global value.
18386
18387 2004-05-26  Simon Josefsson  <jas@extundo.com>
18388
18389         * starttls.el: Merge with my GNUTLS based starttls.el.
18390         (starttls-gnutls-program, starttls-use-gnutls)
18391         (starttls-extra-arguments, starttls-process-connection-type)
18392         (starttls-connect, starttls-failure, starttls-success):
18393         New variables.
18394         (starttls-program, starttls-extra-args): Doc fix.
18395         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18396         New functions.
18397         (starttls-negotiate, starttls-open-stream):
18398         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18399         function if it is set.
18400
18401 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18404         structured fields.
18405
18406 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18409
18410 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18413         Add variable.
18414         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18415         assigning the spam-mark to new messages.
18416
18417 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18418
18419         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18420
18421 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18424
18425         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18426         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18427         default.
18428
18429 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18430
18431         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18432         correct data.
18433
18434 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18435
18436         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18437         (spam-group-processor-p): Fix function.
18438         (spam-group-processor-multiple-p)
18439         (spam-group-spam-processor-report-gmane-p)
18440         (spam-group-spam-processor-report-resend-p)
18441         (spam-group-spam-processor-bogofilter-p)
18442         (spam-group-spam-processor-blacklist-p)
18443         (spam-group-spam-processor-ifile-p)
18444         (spam-group-ham-processor-ifile-p)
18445         (spam-group-spam-processor-spamoracle-p)
18446         (spam-group-spam-processor-crm114-p)
18447         (spam-group-ham-processor-bogofilter-p)
18448         (spam-group-spam-processor-stat-p)
18449         (spam-group-ham-processor-stat-p)
18450         (spam-group-ham-processor-whitelist-p)
18451         (spam-group-ham-processor-BBDB-p)
18452         (spam-group-ham-processor-spamoracle-p)
18453         (spam-group-ham-processor-copy-p): Remove functions with some
18454         prejudice against unneeded code.
18455         (spam-report-articles-resend)
18456         (spam-report-resend-register-routine): Allow the group/topic
18457         spam-resend-to value to override spam-report-resend-to.
18458         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18459         properly now.
18460
18461         * gnus.el (spam-resend-to): Add group/topic parameter.
18462         (spam-process): Move the OBSOLETE processors to the end of the
18463         choices.
18464
18465 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18466
18467         * spam-report.el (spam-report-resend-to, spam-report-resend):
18468         Start with resend-to set to nil, and then ask the user if necessary.
18469         (spam-report-resend): spam-report-resend takes a list of articles, not
18470         separate article numbers.
18471
18472 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18475         addition to emacs-w3m.
18476
18477 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18478
18479         * assistant.el (assistant-authinfo-data): New function.
18480         (assistant-eval): Eval for entire assistant.
18481
18482         * netrc.el (netrc-services-file): New variable.
18483         (netrc-parse-services): New function.
18484         (netrc-find-service-name): New function.
18485         (netrc-find-service-number): New function.
18486         (netrc-port-equal): New function.
18487         (netrc-machine): Use it.
18488
18489         * nnimap.el (nnimap-open-connection): Use netrc.
18490
18491         * gnus-util.el (gnus-netrc-get): Remove aliases.
18492
18493         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18494
18495         * assistant.el (wid-edit): Fix compilation.
18496
18497         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18498
18499 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18500
18501         * gnus-util.el (gnus-set-file-modes): New function.  (small
18502         patch).
18503
18504 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18507
18508         * assistant.el (assistant-render-node): Fix up rendering and
18509         read-only text.
18510         (assistant-render-node): Reset.
18511         (assistant-make-read-only): Not sticky.
18512
18513 2004-05-20  Danny Siu  <dsiu@adobe.com>
18514
18515         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18516         centered even when gnus-auto-center-summary is t.
18517
18518 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18519
18520         * dns.el (dns-get-txt-answer): New function.
18521         (dns-read-txt): Ditto.
18522         (query-dns): Use it.
18523
18524 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18527         active for foreign groups even if the group level is higher than
18528         the specified value.
18529
18530 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18531
18532         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18533         non-active groups.
18534
18535         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18536
18537 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18538
18539         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18540
18541 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18542
18543         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18544         (spam-crm114-header, spam-crm114-spam-switch)
18545         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18546         (spam-crm114-positive-spam-header)
18547         (spam-crm114-database-directory, spam-list-of-processors)
18548         (spam-group-spam-processor-crm114-p)
18549         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18550         (spam-generic-score, spam-list-of-checks)
18551         (spam-list-of-statistical-checks, spam-registration-functions)
18552         (spam-check-crm114-headers, spam-crm114-score)
18553         (spam-check-crm114, spam-crm114-register-with-crm114)
18554         (spam-crm114-register-spam-routine)
18555         (spam-crm114-unregister-spam-routine)
18556         (spam-crm114-register-ham-routine)
18557         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18558         From asjo@koldfront.dk (Adam Sjøgren).
18559
18560         * gnus.el: Add spam-use-crm114.
18561
18562         * spam.el (spam-list-of-processors, spam-registration-functions):
18563         Add spam-use-resend.
18564         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18565         (spam-report-articles-gmane): Add doc fix.
18566         (spam-report-articles-resend, spam-report-resend-register-routine):
18567         Add wrappers around spam-report-resend-to.
18568
18569         * spam-report.el (spam-report-resend-to, spam-report-resend):
18570         Add support for resending spam.
18571         (spam-report-gmane): Fix line length >80.
18572
18573         * gnus.el (spam-process): Add spam-use-resend.
18574
18575 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18576
18577         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18578         number of processed spam messages.
18579         (spam-ham-copy-or-move-routine): Return the number of processed
18580         ham messages.
18581         (spam-summary-prepare-exit): Use the above values to decide
18582         whether status messages shouled be displayed.
18583
18584 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18587         `rfc2047-encoding-function-alist' in order to avoid conflicting
18588         with the old version.
18589         (rfc2047-encode-region): Concatenate words containing non-ASCII
18590         characters in structured fields; don't encode space-delimited
18591         ASCII words even in unstructured fields; don't break words at
18592         char-category boundaries.
18593         (rfc2047-encode-1): New function.
18594         (rfc2047-encode): Use it; encode text so that it occupies the
18595         maximum width within 76-column; work correctly on Q encoding for
18596         iso-2022-* charsets.
18597         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18598         sure not to break a line just after the header name.
18599         (rfc2047-b-encode-region): Remove.
18600         (rfc2047-b-encode-string): New function.
18601         (rfc2047-q-encode-region): Remove.
18602         (rfc2047-q-encode-string): New function.
18603
18604         * mm-util.el (mm-replace-in-string): New function.
18605
18606 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607
18608         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18609         Really get it right.
18610         (gnus-inews-make-draft): Really.
18611
18612 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18613
18614         * nnmh.el (nnmh-request-list-1): Don't check the link count
18615         before descending.  (small patch)
18616
18617 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18620         stuff.
18621
18622         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18623         Match on real group name.
18624
18625         * gnus-art.el (gnus-signature-limit): Doc fix.
18626
18627         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18628
18629         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18630
18631 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18632
18633         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18634         isn't a string.
18635
18636 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18637
18638         * gnus-draft.el (gnus-draft-send):
18639         Bind rfc2047-encode-encoded-words.
18640
18641         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18642         (rfc2047-encodable-p): Say that =? needs encoding.
18643         (rfc2047-encode-encoded-words): New variable.
18644
18645         * gnus-group.el (gnus-group-select-group): Doc fix.
18646
18647         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18648
18649         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18650         to nil.
18651
18652         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18653
18654         * nnheader.el (nnheader-get-lines-and-char): New function.
18655
18656 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * gnus-msg.el (gnus-summary-followup-with-original):
18659         Document yanking of region when active.
18660
18661 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18664         groups if the group level is higher than the specified value.
18665
18666 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18667
18668         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18669         (gnus-group-jump-to-group): Add prefix argument using
18670         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18671         non-active group.
18672
18673         * compface.el (uncompface): Be verbose when changing
18674         `uncompface-use-external'.
18675
18676         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18677         handle manual section.
18678
18679 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18680
18681         * gnus-art.el (gnus-button-alist): Revert previous change.
18682
18683 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18684
18685         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18686
18687 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18690         whether backend can accept message.
18691
18692         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18693
18694 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18695
18696         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18697         Avoid creating directory when nntp-marks-is-evil is true.
18698         Reported by Reiner Steib.
18699
18700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18701
18702         * gnus-picon.el (gnus-picon-style): New variable.
18703         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18704         (gnus-picon-transform-address): Support `gnus-picon-style'.
18705         From Jesper Harder <harder@ifa.au.dk>.
18706
18707 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * message.el (message-fill-field): Return point.
18710         (message-generate-headers): Go to end of field.
18711
18712         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18713         stuff for non-living groups.
18714
18715 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18716
18717         * gnus-art.el (gnus-article-followup-with-original)
18718         (gnus-article-reply-with-original): gnus-mark-active-p ->
18719         gnus-region-active-p.
18720
18721 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18722
18723         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18724         only when there is spam or ham to be processed.
18725
18726 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727
18728         * mail-source.el (mail-source-delete-crash-box): Refactor.
18729         (mail-source-fetch): Use it.
18730         (mail-source-fetch-file): Ditto.
18731         (mail-source-fetch-directory): Run postscript in loop.
18732         (mail-source-fetch-pop): Delete.
18733         (mail-source-fetch-maildir): Ditto.
18734         (mail-source-fetch-imap): Ditto.
18735
18736         * imap.el (imap-authenticators): Comment out sasl.
18737
18738         * message.el (message-skip-to-next-address): New function.
18739         (message-fill-header-address): Refactor.
18740         (message-fill-address): Use it.
18741         (message-delete-address): Use it.
18742         (message-fill-header-general): Refactor.
18743         (message-fill-field-address): Rename.
18744         (message-narrow-to-field): Find the start of the header.
18745         (message-header-format-alist): Don't pre-fill.
18746         (message-fill-header): Remove.
18747         (message-insert-header): New function.
18748         (message-shorten-references): Use it.
18749
18750         * rfc2047.el (rfc2047-field-value): Strip props.
18751
18752         * mail-parse.el (mail-header-make-address): New alias.
18753
18754         * ietf-drums.el (ietf-drums-make-address): New function.
18755
18756         * imap.el: Add compiler directives.
18757
18758         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18759
18760         * gnus-art.el (article-decode-idna-rhs): Don't use
18761         message-idna-inside-rhs-p.
18762
18763 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18764
18765         * message.el (message-idna-inside-rhs-p): Remove.
18766         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18767
18768         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18769         false positives.
18770
18771 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18772
18773         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18774
18775 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18776
18777         * nneething.el (nneething-file-name): Don't create spurious
18778         files.
18779
18780         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18781         (gnus-inews-do-gcc): Remove sleep.
18782
18783         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18784         part under point.
18785
18786         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18787         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18788
18789 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el (spam-summary-prepare-exit): Fix (length).
18792
18793 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18794
18795         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18796         as expired without moving it" message when there are spam
18797         messages left.
18798
18799 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18800
18801         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18802         header is not nil.
18803
18804 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18805
18806         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18807         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18808         (nntp-marks-changed-p): New arg SERVER.
18809         (nntp-request-update-info): Adjust caller.
18810
18811 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18812
18813         * nntp.el (nntp-save-marks): Pass missing arg.
18814
18815 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18816
18817         * nntp.el: Support marks.
18818         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18819         (nntp-marks-modtime, nntp-marks-directory): New variables.
18820         (nntp-request-set-mark, nntp-request-update-info)
18821         (nntp-possibly-create-directory, nntp-marks-changed-p)
18822         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18823         New functions.
18824
18825 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18826
18827         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18828         (gnus-xmas-redefine): Rename.
18829
18830         * gnus-score.el (gnus-score-insert-help):
18831         Use gnus-select-lowest-window.
18832
18833         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18834         appt-select-lowest-window and rename to gnus-select-lowest-window.
18835
18836         * gnus.el: do.
18837
18838 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18839
18840         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18841         encodings of MIME-encoded words, in order to improve
18842         interoperability with several broken MUAs.
18843
18844 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18845
18846         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18847         tags, only when charsets are not specified in headers.
18848         (mm-inline-text-html-render-with-w3m): Ditto.
18849
18850         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18851         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18852
18853 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18854
18855         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18856         instead of MIME-decoded from fields when checking
18857         `gnus-article-address-banner-alist'.
18858
18859 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18862         description rather than subject.
18863
18864 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18865
18866         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18867
18868 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869
18870         * gnus.el (gnus-version-number): Bump.
18871
18872 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18873
18874         * gnus.el: No Gnus v0.2 is released.
18875
18876 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877
18878         * gnus-agent.el (gnus-agent-read-agentview):
18879         Inline gnus-uncompress-range.
18880
18881 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18882
18883         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18884         `exec-installed-p'.
18885
18886 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18887
18888         * gnus.el (spam-process, spam-autodetect-methods):
18889         Add bsfilter and bsfilter-headers.
18890
18891         * spam.el (spam-bsfilter): New customize group.
18892         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18893         (spam-bsfilter-header, spam-bsfilter-probability-header)
18894         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18895         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18896         (spam-bsfilter-database-directory): New options.
18897         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18898         (spam-list-of-statistical-checks, spam-registration-functions):
18899         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18900         (spam-bsfilter-score): New command.
18901         (spam-check-bsfilter-headers, spam-check-bsfilter)
18902         (spam-bsfilter-register-with-bsfilter)
18903         (spam-bsfilter-register-spam-routine)
18904         (spam-bsfilter-unregister-spam-routine)
18905         (spam-bsfilter-register-ham-routine)
18906         (spam-bsfilter-unregister-ham-routine): New functions.
18907         (spam-generic-score): Support bsfilter; Accept an optional argument
18908         to recalcurate spam score even if scoring header has already been
18909         added.
18910         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18911         optional argument to recalcurate spam score even if scoring header
18912         has already been added.
18913
18914 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18915
18916         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18917         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18918         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18919         link is missing.
18920
18921 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18922
18923         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18924         (html2text-get-attr): Rewrite.
18925
18926         * message.el (message-setup-1): Remove redundant put-text-property
18927         on mail-header-separator.
18928
18929 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18930
18931         * gnus-registry.el (gnus-registry-cache-whitespace)
18932         (gnus-registry-action, gnus-registry-spool-action)
18933         (gnus-registry-split-fancy-with-parent): Change message levels
18934         from 5 to 3 or 7, as needed.
18935
18936         * spam.el (spam-summary-prepare-exit)
18937         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18938         (spam-split, spam-find-spam, spam-log-undo-registration)
18939         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18940         level from 5 to 6.
18941
18942 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18945         2004-03-04 change).
18946
18947 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * sieve-manage.el (sieve-manage-open):
18950         * nnweb.el (nnweb-insert-html):
18951         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18952         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18953         * nnspool.el (nnspool-request-group):
18954         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18955         * nnml.el (nnml-request-update-info):
18956         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18957         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18958         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18959         (nnimap-request-set-mark):
18960         * nnfolder.el (nnfolder-request-update-info):
18961         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18962         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18963         * gnus-uu.el (gnus-uu-find-articles-matching):
18964         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18965         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18966         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18967         * gnus-nocem.el (gnus-nocem-scan-groups):
18968         * gnus-int.el (gnus-start-news-server):
18969         * gnus-group.el (gnus-group-make-kiboze-group)
18970         (gnus-group-browse-foreign-server):
18971         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18972         Use mapc when appropriate.
18973
18974 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18975
18976         FIXME: Make separate entries for each person.
18977
18978         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18979         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18980         <shields@msrl.com>:
18981
18982         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18983         may need for spam sorting and scoring.
18984         (spam-user-format-function-S): Add user format function suitable for
18985         general use.
18986         (spam-article-sort-by-spam-status): Add sorting function for summary
18987         sorting.
18988         (spam-extra-header-to-number): Add function to get a score from a
18989         header.
18990         (spam-summary-score): Add function to get a numeric score from the
18991         headers.
18992         (spam-generic-score): Fix function doc, was in wrong place.
18993         (spam-initialize): Take symbols when it's run, and install the
18994         extra headers that spam-necessary-extra-headers thinks we need.
18995
18996 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18997
18998         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18999         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19000
19001 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19002
19003         * gnus-sum.el (gnus-set-global-variables)
19004         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19005         (gnus-article-get-xrefs, gnus-summary-best-group)
19006         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19007         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19008         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19009         Use with-current-buffer.
19010
19011 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         * spam.el (spam-summary-prepare-exit): Simplify logic.
19014         (spam-fetch-article-header): Read the article header if it's not
19015         available.
19016         (spam-list-articles): Simplify logic.
19017         (spam-filelist-register-routine): Fix bug with unregister-list.
19018
19019         * gnus-registry.el: Fix comments at beginning.
19020
19021 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19022
19023         * message.el (message-cater-to-broken-inn): Remove.
19024         (message-shorten-references): Make sure the total folded length of
19025         References is shorter than 998 characters to cater to a bug in INN
19026         2.3.  Also, don't pretend that references aren't folded -- this
19027         hasn't worked for a while.
19028
19029 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19030
19031         * gnus-agent.el (gnus-agentize):
19032         gnus-agent-send-mail-real-function no longer set to current value
19033         of message-send-mail-function but rather a lambda that calls
19034         message-send-mail-function.  The change makes the agent real-time
19035         responsive to user changes to message-send-mail-function.
19036
19037 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19038
19039         * legacy-gnus-agent.el
19040         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19041         help from Florian Weimer <fw@deneb.enyo.de>
19042
19043 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * nnmail.el (nnmail-cache-insert): Revert last change.
19046
19047 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * nnmail.el (nnmail-cache-insert): Always check whether
19050         nnmail-cache-ignore-groups matches a group name.
19051
19052 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19053
19054         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19055         (spam-find-spam, spam-log-processing-to-registry)
19056         (spam-log-registered-p, spam-log-unregistration-needed-p)
19057         (spam-log-undo-registration): Use gnus-message instead of
19058         gnus-error, none of these errors are fatal.
19059
19060         * gnus-registry.el (gnus-registry-clean-empty-function)
19061         (gnus-registry-clean-empty): Remove only empty entries without
19062         extra data.
19063
19064 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19065
19066         * spam-stat.el (spam-stat-buffer-change-to-spam)
19067         (spam-stat-buffer-change-to-non-spam): Change (error) to
19068         (gnus-message 8) invocation.
19069
19070 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * nntp.el (nntp-via-netcat-command): New variable.
19073         (nntp-via-netcat-switches): New variable.
19074         (nntp-open-via-rlogin-and-netcat): New function.
19075         (nntp-open-connection-function): Doc fix.
19076         (nntp-telnet-command): Doc fix.
19077         (nntp-end-of-line): Doc fix.
19078         (nntp-via-rlogin-command): Doc fix.
19079         (nntp-via-user-name): Doc fix.
19080         (nntp-via-address): Doc fix.
19081
19082 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19085         error in Emacs 21.1.
19086
19087 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19088
19089         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19090
19091 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19092
19093         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19094         (gnus-agent-with-refreshed-group): New macro.
19095         (gnus-agent-rename-group): New function.
19096         (gnus-agent-delete-group): New function.
19097         (gnus-agent-save-group-info): Use gnus-command-method when
19098         `method' parameter is nil.  Don't write nil entries into the
19099         active file.
19100         (gnus-agent-get-group-info): New function.
19101         (gnus-agent-fetch-articles):
19102         Use gnus-agent-update-files-total-fetched-for to increment disk space
19103         used.
19104         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19105         Use gnus-agent-update-view-total-fetched-for to increment disk space
19106         used.
19107         (gnus-agent-get-local): Add optional parameters to avoid calling
19108         gnus-group-real-name and gnus-find-method-for-group.
19109         (gnus-agent-set-local): Delete stored entry if either min, or max,
19110         are nil.
19111         (gnus-agent-fetch-session): Reworded error/quit messages.
19112         On quit, use gnus-agent-regenerate-group to record existance of any
19113         articles fetched to disk before the quit occurred.
19114         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19115         gnus-agent-update-view-total-fetched-for, and
19116         gnus-agent-update-files-total-fetched-for to decrement disk space
19117         used.
19118         (gnus-agent-retrieve-headers):
19119         Use gnus-agent-update-view-total-fetched-for to increment disk space
19120         used.
19121         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19122         with gnus-agent-update-files-total-fetched-for to decrement disk
19123         space and fresh group buffer.
19124         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19125         (gnus-agent-need-update-total-fetched-for): New variable.
19126         (gnus-agent-update-files-total-fetched-for): New function.
19127         (gnus-agent-update-view-total-fetched-for): New function.
19128         (gnus-agent-total-fetched-for): New function.
19129
19130         * gnus-cache.el (gnus-cache-save-buffers):
19131         Use gnus-cache-update-overview-total-fetched-for to change disk space
19132         used by this group.
19133         (gnus-cache-possibly-enter-article):
19134         Use gnus-cache-update-file-total-fetched-for to increment disk space
19135         used by this group.
19136         (gnus-cache-possibly-remove-article):
19137         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19138         used by this group.
19139         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19140         (gnus-cache-rename-group): New function.
19141         (gnus-cache-delete-group): New function.
19142         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19143         (gnus-cache-need-update-total-fetched-for): New variable.
19144         (gnus-cache-with-refreshed-group): New macro.
19145         (gnus-cache-update-file-total-fetched-for): New function.
19146         (gnus-cache-update-overview-total-fetched-for): New function.
19147         (gnus-cache-rename-group-total-fetched-for): New function.
19148         (gnus-cache-delete-group-total-fetched-for): New function.
19149         (gnus-cache-total-fetched-for): New function.
19150
19151         * gnus-group.el: Require gnus-sum and autoload functions to
19152         resolve warnings when gnus-group.el compiled alone.
19153         (gnus-group-line-format): Documented new %F.
19154         (size of Fetched data) group line format; identifies disk space
19155         used by agent and cache.
19156         (gnus-group-line-format-alist): Defined new F format.
19157         (gnus-total-fetched-for): New function.
19158         (gnus-group-delete-group): No longer update
19159         gnus-cache-active-altered as gnus-request-delete-group now keeps
19160         the cache in sync.
19161         (gnus-group-list-active): Let the agent store a server's active
19162         list if currently plugged.
19163
19164         * gnus-int.el (gnus-request-delete-group):
19165         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19166         local disk in sync with the server.
19167         (gnus-request-rename-group):
19168         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19169         local disk in sync with the server.
19170
19171         * gnus-start.el (gnus-get-unread-articles):
19172         Cosmetic simplification to logic.
19173
19174         * gnus-util.el (gnus-rename-file): New function.
19175
19176 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19177
19178         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19179
19180 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19181
19182         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19183         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19184
19185 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19186
19187         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19188         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19189
19190 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19193
19194 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19195
19196         * spam.el (spam-set-difference): Add function to replace
19197         gnus-set-difference in spam.el.
19198         (spam-summary-prepare-exit): Use spam-set-difference.
19199
19200 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19201
19202         * gnus-registry.el (gnus-registry-cache-file): Update to use
19203         gnus-dribble-directory OR gnus-home-directory OR ~.
19204         (gnus-registry-split-fancy-with-parent): Fix doc.
19205
19206 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * message.el (message-exchange-point-and-mark):
19209         Use message-mark-active-p.  Suggested by Jesper Harder
19210         <harder@ifa.au.dk>.
19211
19212 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * message.el (message-exchange-point-and-mark): Don't activate
19215         region if it was inactive.  Suggested by Hiroshi Fujishima
19216         <pooh@nature.tsukuba.ac.jp>.
19217
19218 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-art.el (article-display-face): Display Faces in the same
19221         order as X-Faces.
19222
19223 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19226
19227 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19230         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19231         (gnus-article-mime-hierarchy): Remove.
19232         (gnus-article-mime-hierarchy-next): Remove.
19233         (gnus-article-mode): Revert 2004-03-19 change.
19234         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19235         (gnus-insert-mime-button): Revert 2004-03-19 change.
19236         (gnus-mime-accumulate-hierarchy): Remove.
19237         (gnus-mime-enter-multipart): Remove.
19238         (gnus-mime-leave-multipart): Remove.
19239         (gnus-mime-display-part): Revert 2004-03-19 change.
19240         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19241
19242         * mml.el (mml-preview): Revert 2004-03-19 change.
19243
19244 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19245
19246         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19247
19248 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19251         t while entering a file name using the mm-with-multibyte macro.
19252         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19253
19254         * mm-util.el (mm-with-multibyte): New macro.
19255
19256 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19259         New user option.
19260         (gnus-mime-multipart-functions): Doc and customization fix.
19261         (gnus-article-mime-hierarchy): New variable.
19262         (gnus-article-mime-hierarchy-next): New variable.
19263         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19264         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19265         gnus-article-mime-hierarchy-next to nil.
19266         (gnus-insert-mime-button): Show hierarchy numbers.
19267         (gnus-mime-accumulate-hierarchy): New function.
19268         (gnus-mime-enter-multipart): New function.
19269         (gnus-mime-leave-multipart): New function.
19270         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19271         (gnus-mime-display-alternative): Show hierarchy numbers.
19272
19273         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19274         gnus-article-mime-hierarchy-next to nil.
19275
19276 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19277
19278         * dns.el: Don't require gnus-xmas.
19279
19280 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19281
19282         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19283         inline PGP.
19284         (mml-menu): Disable mml-quote-region if mark is inactive.
19285
19286 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19289         when the group's active is not available.
19290
19291 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19294         error.
19295
19296 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19297
19298         * imap.el (imap-store-password): New variable.
19299         (imap-interactive-login): Use it.
19300         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19301
19302 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19305         window-start and hscroll to summary window.
19306
19307 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19308
19309         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19310         conversion message to newsrc-dribble when an actual conversion is
19311         performed.
19312
19313 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19314
19315         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19316
19317 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * mm-decode.el (mm-complicated-handles): New function reviving
19320         former definition of mm-multiple-handles.
19321
19322         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19323         (gnus-mime-delete-part): Use it.
19324
19325 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19326
19327         * gnus-agent.el (gnus-agent-read-local):
19328         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19329         avoid the implicit assumption that they will always be equal.
19330         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19331         coding-system-for-write, as the with-temp-file macro first prints
19332         to a buffer then saves the buffer.
19333
19334 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * gnus-art.el (gnus-article-edit-part): New function.
19337         (gnus-mime-save-part-and-strip): Use it; do query instead of
19338         signaling an error; don't use mm-multiple-handles.
19339         (gnus-mime-delete-part): Ditto.
19340
19341 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19342
19343         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19344         old file versions.
19345         (gnus-group-prepare-hook): Remove function that converted list
19346         form of gnus-agent-expire-days to group properties.
19347
19348         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19349         (gnus-request-accept-article): Re-indented.
19350
19351         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19352         converters to handle old agent file formats.  Add logic for a
19353         "backup before upgrading warning".
19354         (gnus-convert-mark-converter-prompt): Developers can mark
19355         functions as needing (default), or not needing,
19356         gnus-convert-old-newsrc's "backup before upgrading warning".
19357         (gnus-convert-converter-needs-prompt): Tests whether the user
19358         should be protected from potentially irreversable changes by the
19359         function.
19360
19361         * legacy-gnus-agent.el: New.  Provides converters that are only
19362         loaded when gnus-convert-old-newsrc needs to call them.
19363
19364 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * mail-source.el (mail-source-touch-pop): Doc fix.
19367
19368         * message.el (message-smtpmail-send-it): Doc fix.
19369
19370 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19371
19372         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19373
19374         * nnmail.el (nnmail-split-fancy): do.
19375
19376         * gnus-kill.el (gnus-kill, gnus-execute): do.
19377
19378 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19379
19380         * gnus-sum.el (gnus-widget-reversible-match)
19381         (gnus-widget-reversible-to-internal)
19382         (gnus-widget-reversible-to-external): New functions.
19383         (gnus-widget-reversible): New widget.
19384         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19385
19386 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19387
19388         * gnus-sum.el (gnus-thread-sort-functions)
19389         (gnus-article-sort-functions): Document `(not F)' items.
19390
19391 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19392
19393         * spam.el (spam-use-gmane-xref): Add new backend.
19394         (spam-gmane-xref-spam-group): Add variable to control the name of the
19395         Gmane spam group.
19396         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19397         (spam-regex-headers-spam, spam-regex-headers-ham)
19398         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19399         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19400         backends and checks.
19401         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19402
19403         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19404         an autodetect method.
19405
19406 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19407
19408         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19409         articles are being added to a group.
19410         (gnus-request-replace-article): Inform the agent that articles
19411         need to be uncached as the cached contents are no longer valid.
19412
19413 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19414
19415         * binhex.el: Don't autoload executable-find.
19416
19417         * canlock.el: Don't autoload mail-fetch-field.
19418
19419         * dgnushack.el: Autoload c-mode for XEmacs.
19420
19421         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19422
19423         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19424         rmail-dont-reply-to and rmail-output.
19425
19426         * gnus-score.el: Don't autoload ffap-string-at-point.
19427
19428         * gnus-setup.el: Don't autoload sc-cite-original.
19429
19430         * imap.el: Don't autoload base64-decode-string,
19431         base64-encode-string and md5.
19432
19433         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19434         and rmail-msg-restore-non-pruned-header.
19435
19436         * mm-decode.el: Don't autoload executable-find.
19437
19438         * mm-url.el: Don't autoload executable-find.
19439
19440         * mm-view.el: Don't autoload diff-mode.
19441
19442         * nndb.el: Don't autoload news-reply-mode, news-setup,
19443         cancel-timer and telnet.
19444
19445         * password.el: Don't autoload run-at-time for Emacs.
19446
19447         * sha1-el.el: Don't autoload executable-find.
19448
19449         * sieve-mode.el: Don't autoload c-mode.
19450
19451         * uudecode.el: Don't autoload executable-find.
19452
19453 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19454
19455         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19456         (gnus-agent-possibly-alter-active): Avoid null in numeric
19457         comparison.
19458         (gnus-agent-set-local): Refuse to save null in local object table.
19459         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19460         list of articles that will be marked as unread.
19461
19462 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19465
19466 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19467
19468         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19469         language tags.
19470
19471 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19472
19473         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19474         Don't bind "obarray".
19475
19476         * gnus-sum.el (gnus-thread-sort-functions):
19477         Add `gnus-thread-sort-by-most-recent-number' and
19478         `gnus-thread-sort-by-most-recent-date'.
19479         Reported by Kai Grossjohann <kai@emptydomain.de>.
19480
19481 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19484
19485 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19486
19487         * gnus-cus.el (gnus-agent-customize-category):
19488         Remove ignore-errors macro reference that required cl to be loaded at
19489         run-time.
19490
19491         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19492         single-interval range of the form (min . max).  Previously the
19493         range had to look like ((min . max)).  Likewise, return
19494         (min . max) rather than ((min . max)).
19495         (gnus-range-map): Use gnus-range-normalize to accept
19496         single-interval range.
19497
19498         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19499         the cache, but not the agent, now appear with their usual face.
19500
19501         * dgnushack.el (loaddir): New variable that is bound to the
19502         directory containing the dgnushack.el file. Use loaddir, rather
19503         than srcdir, to update load-path. Change lets dgnushack compile
19504         code in directories other than GNUS/lisp.
19505
19506 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19507
19508         * lpath.el: Don't bind w3m-safe-url-regexp.
19509
19510         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19511         w3m-safe-url-regexp variable buffer-local.
19512
19513         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19514
19515 2004-02-27  Simon Josefsson  <jas@extundo.com>
19516
19517         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19518         gnus-group-real-prefix.
19519         (gnus-summary-move-article): Use it, instead of
19520         gnus-group-real-prefix.
19521
19522 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * lpath.el: Bind w3m-safe-url-regexp.
19525
19526         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19527         w3m-safe-url-regexp variable buffer-local and set it as the value
19528         of mm-w3m-safe-url-regexp.
19529
19530         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19531
19532         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19533         parsing gnus-posting-styles when the message is not for replying.
19534
19535         * dgnushack.el: Autoload sgml-mode for XEmacs.
19536
19537         * nnrss.el (nnrss-opml-export):
19538         Use mm-set-buffer-file-coding-system instead of
19539         set-buffer-file-coding-system.
19540
19541 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19542
19543         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19544         of checkdoc.el).
19545         * nnrss.el: do.
19546         * gnus-mlspl.el: do.
19547         * gnus-ml.el: do.
19548         * gnus-srvr.el: do.
19549
19550         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19551
19552 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19553
19554         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19555         Corrections to custom-manual links.
19556
19557         * gnus-art.el (gnus-article): Ditto.
19558
19559         * mm-decode.el (mime-display, mime-security): Ditto.
19560
19561 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19562
19563         * flow-fill.el: Typo.
19564
19565 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19566
19567         * spam-wash.el: New file.
19568
19569 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19570
19571         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19572
19573 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19574
19575         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19576         to be run with new-articles as LIST1, not LIST2.
19577         (spam-registration-functions): Add spam-use-ham-copy as a nil
19578         registration backend.
19579
19580 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * spam-stat.el (spam-stat-washing-hook): New option.
19583         (spam-stat-buffer-words): Use it.
19584         (spam-stat-process-directory, spam-stat-test-directory):
19585         Use insert-file-contents-literally.
19586         (spam-stat-coding-system): New variable.
19587         (spam-stat-load, spam-stat-save): Use it.
19588
19589 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19590
19591         * spam-report.el (spam-report-plug-agent):
19592         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19593
19594 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19595
19596         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19597         Allow / in mailto URLs.
19598
19599 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19600
19601         * spam-report.el (spam-report-process-queue): Fix interactive use.
19602         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19603         (spam-report-unplug-agent): Doc fixes.
19604         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19605         (spam-report-agentize, spam-report-deagentize): Autoload.
19606
19607 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19610
19611         * message.el (message-setup-fill-variables): Add mml tags to
19612         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19613         <ajk@iu.edu>.
19614         (message-mode): Don't modify paragraph-separate there.
19615
19616 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * compface.el (uncompface-use-external): Default to undecided.
19619         (uncompface-use-external-threshold): New variable.
19620         (uncompface-float-time): New macro.
19621         (uncompface): Determine whether to use the external decoder if
19622         uncompface-use-external is undecided.
19623
19624 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19625
19626         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19627         after images.
19628
19629         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19630
19631 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19632
19633         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19634
19635         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19636
19637         * gnus-sum.el (gnus-summary-limit-to-age)
19638         (gnus-summary-limit-children): do.
19639
19640         * gnus-int.el (gnus-request-scan): do.
19641
19642         * gnus-group.el (gnus-group-suspend): do.
19643
19644         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19645
19646         * gnus-cite.el (gnus-cite-parse-attributions): do.
19647
19648         * gnus-agent.el (gnus-summary-set-agent-mark)
19649         (gnus-agent-regenerate-group): do.
19650
19651         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19652
19653         * binhex.el (binhex-decode-region-internal): do.
19654
19655 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * gnus-fun.el (gnus-face-properties-alist): New user option.
19658         (gnus-display-x-face-in-from): Use it.
19659
19660         * gnus-art.el (article-display-face): Ditto.
19661
19662         * compface.el (uncompface-use-external): Default to nil.
19663
19664 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19665
19666         * nntp.el (nntp-erase-buffer): New function.
19667         (nntp-retrieve-data, nntp-send-command)
19668         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19669         (nntp-possibly-change-group): Use it.
19670
19671         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19672         Use with-current-buffer.
19673
19674 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19675
19676         * compface.el: Merge the ELisp-based uncompface program.
19677         (compface): New customization group.
19678         (uncompface-use-external): New user option.
19679         (uncompface): Call uncompface-internal if uncompface-use-external
19680         is nil.
19681         (uncompface-internal): New function.  Note that there are also
19682         some other functions and variables added for this function.
19683
19684 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19685
19686         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19687         if necessary.
19688
19689 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19690
19691         * spam-report.el (spam-report-unplug-agent)
19692         (spam-report-plug-agent, spam-report-deagentize)
19693         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19694         Add support for the Agent in spam-report: when unplugged, report to a
19695         file; when plugged, submit all the requests.
19696
19697         * spam.el (spam-register-routine): Fix message about
19698         registration.
19699
19700 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19701
19702         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19703         dependencies.
19704         (rfc2047-encode): Use it.
19705
19706         * gnus-art.el (gnus-button-marker-list): Move before first
19707         reference.
19708
19709         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19710         (imap-parse-body): Fix format string mismatch.
19711
19712         * gnus-score.el (gnus-summary-increase-score): do.
19713
19714         * nnrss.el (nnrss-close): New function.
19715
19716 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * nnrss.el (nnrss-make-filename): New function.
19719         (nnrss-request-delete-group, nnrss-read-server-data)
19720         (nnrss-save-server-data, nnrss-read-group-data)
19721         (nnrss-save-group-data): Use it.
19722         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19723         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19724         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19725
19726 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19727
19728         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19729
19730 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19731
19732         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19733         files.
19734
19735         * message.el (message-generate-headers-first): Don't quote nil
19736         and t in docstrings.
19737
19738         * imap.el (imap-id): do.
19739
19740         * gnus-agent.el (gnus-agent-consider-all-articles)
19741         (gnus-agent-queue-mail): do.
19742
19743 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * spam-report.el (spam-report-process-queue): New function.
19746         Process requests from `spam-report-requests-file'.
19747         (spam-report-process-queue): Doc fix.
19748
19749 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19750
19751         * spam.el (spam-register-routine)
19752         (spam-log-processing-to-registry, spam-log-registered-p)
19753         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19754         Change "check" to "spam-check" for semi-clarity.
19755
19756 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19757
19758         * pop3.el: Require nnheader.
19759
19760         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19761
19762         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19763
19764         * gnus-picon.el: Require cl.
19765
19766         * gnus-fun.el: Require gnus-ems and gnus-util.
19767
19768         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19769
19770         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19771
19772         * gnus-art.el (gnus-article-edit-mode): Define before first
19773         reference.
19774
19775 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19776
19777         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19778         (gnus-uu-post-encoded): Use point-at-bol.
19779
19780         * gnus-topic.el (gnus-group-active-topic-p): do.
19781
19782         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19783
19784         * gnus-group.el (gnus-group-kill-region): do.
19785
19786         * gnus-art.el (article-date-ut): do.
19787
19788         * message.el (message-fetch-field): Remove redundant
19789         case-fold-search binding.
19790         (message-narrow-to-field): Simplify.
19791
19792 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * spam.el (spam-directory): Derive from `gnus-directory'.
19795
19796         * spam-report.el (spam-report-url-to-file)
19797         (spam-report-requests-file): New function and variable for offline
19798         reporting.
19799         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19800         and user defined function.
19801         (spam-report-url-ping-mm-url): Remove doubled slash.
19802
19803 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19804
19805         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19806
19807 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19810         Fix format string mismatch.
19811
19812         * sieve.el (sieve-deactivate-all): do.
19813
19814         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19815
19816         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19817
19818         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19819
19820         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19821
19822 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19823
19824         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19825         the list of checks.
19826
19827 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19828
19829         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19830         padding.
19831
19832 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19833
19834         * mm-view.el (mm-fill-flowed): New variable.
19835         (mm-inline-text): Use it.
19836
19837 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19838
19839         * spam.el (spam-spamassassin-register-ham-routine)
19840         (spam-spamassassin-register-spam-routine): Fix function names.
19841
19842 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * gnus.el (gnus-tmp-grouplens): Remove.
19845         (gnus-summary-line-format): Remove grouplens.
19846
19847         * gnus-group.el (gnus-group-line-format): Ditto.
19848
19849         * gnus-spec.el (gnus-format-specs): Ditto.
19850         (gnus-update-format-specifications): Flush the group format spec
19851         cache if there's the grouplens stuff.
19852         (gnus-parse-simple-format): Replace %l with the empty string.
19853
19854 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19855
19856         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19857         omission.
19858
19859 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19862         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19863
19864 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19865
19866         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19867         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19868         New macros and functions.
19869         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19870         Handle > NLINK_MAX messages.
19871         * nnmaildir.el (nnmaildir-request-set-mark):
19872         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19873
19874 2004-01-25  Alex Schroeder  <alex@gnu.org>
19875
19876         * spam-stat.el (spam-stat-process-directory-age): New option.
19877         (spam-stat-process-directory): Use it.
19878
19879 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19880
19881         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19882         (spam-stat-save): Accept prefix argument.
19883
19884 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19885
19886         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19887         links" error.
19888
19889 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19892         the rest of the and/or forms.
19893
19894 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19897         compatibility with old .newsrc.eld files.
19898
19899         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19900
19901         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19902
19903         * gnus-start.el (gnus-1): do.
19904
19905         * gnus-group.el (gnus-group-line-format-alist): do.
19906
19907         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19908
19909         * gnus-gl.el: Remove.
19910
19911 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19912
19913         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19914         marks consisting of a single range {for example, (3 . 5)} rather
19915         than a list of a single range { ((3 . 5)) }.
19916
19917 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19918
19919         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19920         Use with-current-buffer.
19921         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19922         avoid consing a string.
19923
19924         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19925         Remove obsolete entries for big5 and gb2312.
19926
19927 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19928
19929         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19930         uncompressed list.
19931
19932 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19933
19934         * spam-stat.el (spam-stat-strip-xref): New function.
19935         (spam-stat-process-directory): Use it.
19936
19937         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19938         here -- it's done in message-fetch-field.
19939
19940 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19941
19942         * gnus-agent.el (gnus-agent-queue-mail)
19943         (gnus-agent-prompt-send-queue): New variables.
19944         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19945         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19946         "nndraft:queue" along to gnus-draft-send.
19947         Use gnus-agent-prompt-send-queue.
19948         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19949         is "nndraft:queue".  Suggested by Gaute Strokkenes
19950         <gs234@srcf.ucam.org>
19951
19952         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19953         (agent-enable-undownloaded-faces): Add.
19954         (gnus-agent-cat-groups): Use eval-and-compile, not
19955         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19956         method of gnus-agent-cat-groups even when the buffer has been
19957         evaled.
19958         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19959         delete gnus-agent-save-active-1.
19960         (gnus-agent-save-groups): Delete.  Identical to
19961         gnus-agent-save-active.
19962         (gnus-agent-write-active): No longer adjust agent's copy of active
19963         file as agent's adjustments are now stored in their own
19964         file.  Remove optional parameter.
19965         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19966         servers.  Add use of min/max range limits from server's local
19967         file.
19968         (gnus-agent-save-alist): Remove unused optional argument.
19969         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19970         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19971         (gnus-agent-set-local): A per-server file that keeps min/max range
19972         limits for articles known to the agent.  Provides a fast mechanism
19973         for altering many active ranges.
19974         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19975         active file (local makes it unnecessary).
19976         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19977
19978         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19979         (agent-enable-undownloaded-faces): Add.
19980
19981         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19982         disable it when sending to "nndraft:queue".
19983         (gnus-group-send-queue): Add safety check to avoid sending queue
19984         when unplugged.
19985
19986         * gnus-group.el (gnus-group-catchup): Use new
19987         gnus-sequence-of-unread-articles, not
19988         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19989         numbers of articles.  Use gnus-range-map to avoid having to
19990         uncompress the unread list.
19991         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19992         Fix invalid ange-ftp reference.
19993
19994         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19995         (gnus-sorted-range-intersection): Intersection of two ranges
19996         without requiring that they first be uncompressed.
19997
19998         * gnus-start.el (gnus-activate-group): Unless blocked by the
19999         caller, possibly expand the active range to include both cached
20000         and agentized articles.
20001         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20002         multiple version-dependent converters.
20003         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20004         gnus-agent-save-active.
20005         (gnus-save-newsrc-file): Save dirty agent range limits.
20006
20007         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20008         gnus-agent-possibly-alter-active.
20009         (gnus-adjust-marked-articles): Faster handling of simple lists.
20010
20011 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20012
20013         * spam-stat.el (spam-stat-test-directory): New optional argument
20014         displays a list of files detected.  Suggested by Andrew Cohen
20015         <cohen@andy.bu.edu>.
20016         (spam-stat-buffer-words-with-scores): Don't narrow and change
20017         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20018
20019 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20020
20021         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20022         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20023         (spam-spamassassin-arguments)
20024         (spam-spamassassin-spam-flag-header)
20025         (spam-spamassassin-positive-spam-flag-header)
20026         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20027         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20028         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20029         (spam-list-of-processors, spam-list-of-checks)
20030         (spam-list-of-statistical-checks, spam-registration-functions)
20031         (spam-check-spamassassin-headers, spam-check-spamassassin)
20032         (spam-spamassassin-score)
20033         (spam-spamassassin-register-with-sa-learn)
20034         (spam-spamassassin-register-spam-routine)
20035         (spam-spamassassin-register-ham-routine)
20036         (spam-assassin-register-spam-routine)
20037         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20038         (spam-bogofilter-score): Fix to show article before scoring.
20039
20040 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20041
20042         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20043         default scoring function.
20044         (spam-generic-score): Call spam-spamassassin-score if
20045         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20046         spam-bogofilter-score otherwise.
20047
20048         * gnus.el (spam-process, spam-autodetect-methods):
20049         Add spamassassin and spamassassin-headers.
20050
20051 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20052
20053         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20054         Suppress unnecessary messages.
20055
20056 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20057
20058         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20059         make-hash-table.
20060
20061 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * canlock.el (base64-encode-string): Don't autoload it.
20064
20065 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * run-at-time.el: Remove useless (require 'itimer),
20068         eval-and-compile and (featurep 'xemacs).
20069
20070 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20071
20072         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20073         GROUP is a virtual group.
20074
20075 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20076
20077         * gnus.el: Autoload `message-y-or-n-p'.
20078
20079 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20080
20081         * pgg-parse.el: Remove unnecessary (require 'custom).
20082
20083         * pgg-def.el: do.
20084
20085         * nnmail.el: do.
20086
20087         * gnus-undo.el: do.
20088
20089         * gnus-picon.el: do.
20090
20091         * gnus-util.el: do.
20092
20093 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20096
20097 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20100         handle, as well as a list.
20101
20102         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20103         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20104         (mm-w3m-cid-retrieve): Simplify.
20105
20106 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20107
20108         * message.el (message-kill-to-signature): Allow prefix arg to
20109         specify number of lines to keep before signature.
20110
20111 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20112
20113         * message.el (message-kill-to-signature): Change docstring.
20114
20115 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * canlock.el: Always require sha1-el.
20118         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20119
20120         * message.el: Autoload sha1 only when compiling.
20121
20122         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20123         eudc-expand-inline for XEmacs.
20124
20125 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * message.el (message-canlock-generate): Require sha1-el.
20128
20129 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20130
20131         * message.el (message-expand-name): Silence the byte compiler.
20132
20133         * lpath.el: Add detect-coding-system.
20134
20135         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20136         cus-edit.
20137
20138 2004-01-13  Simon Josefsson  <jas@extundo.com>
20139
20140         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20141         Invoke gnus-score-mode.
20142         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20143
20144         * gnus-range.el (gnus-compress-sequence): Doc fix.
20145         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20146
20147 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20150
20151 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20152
20153         * spam.el (spam-get-article-as-string): Update to use
20154         gnus-request-article-this-buffer, much simpler.
20155         (spam-get-article-as-buffer): Remove.
20156
20157 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20158
20159         * message.el (message-expand-name): Use EUDC if the user uses that.
20160
20161 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20162
20163         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20164         character for the encoding to avoid consing a string.
20165
20166         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20167         unnecessarily.
20168
20169         * mm-util.el (mm-replace-chars-in-string): Remove.
20170
20171         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20172         of mm-replace-chars-in-string.
20173
20174 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20175
20176         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20177
20178         * mm-util.el (mm-subst-char-in-string): Support inplace.
20179
20180         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20181         a new string in every iteration.  Use shy groups.
20182
20183 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20184
20185         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20186         * gnus-soup.el (gnus-soup-group-brew):
20187         * gnus-msg.el (gnus-put-message):
20188         * gnus-move.el (gnus-group-move-group-to-server):
20189         * gnus-kill.el (gnus-batch-score):
20190         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20191         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20192         (gnus-group-update-group, gnus-group-read-group)
20193         (gnus-group-make-group, gnus-group-make-help-group)
20194         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20195         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20196         (gnus-group-sort-by-unread, gnus-group-catchup)
20197         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20198         (gnus-group-yank-group, gnus-group-set-info)
20199         (gnus-group-list-groups):
20200         * gnus.el (gnus-generate-new-group-name):
20201         * gnus-delay.el (gnus-delay-send-queue):
20202         * nnvirtual.el (nnvirtual-catchup-group):
20203         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20204         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20205         (gnus-group-prepare-topics, gnus-topic-check-topology):
20206         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20207         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20208         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20209         (gnus-group-make-articles-read):
20210         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20211         (gnus-group-change-level, gnus-kill-newsgroup)
20212         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20213         (gnus-get-unread-articles, gnus-make-articles-unread)
20214         (gnus-make-ascending-articles-unread): Use accessor
20215         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20216         to get group information for improved readability.
20217
20218
20219 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20220
20221         * gnus-art.el (article-decode-mime-words, article-babel)
20222         (gnus-article-highlight-signature, gnus-article-add-buttons)
20223         (gnus-signature-toggle): Use gnus-with-article-buffer.
20224
20225         * gnus-art.el (gnus-article-highlight-headers)
20226         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20227
20228         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20229         (gnus-article-set-globals, gnus-request-article-this-buffer)
20230         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20231         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20232         (gnus-mime-display-alternative): Use with-current-buffer.
20233
20234 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20235
20236         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20237         also under 80 char limit, and call gnus-error if needed.
20238         (spam-fetch-article-header): Fix - it was a
20239         buffer-local variable (gnus-newsgroup-data).
20240         (spam-find-spam): Use spam-generate-fake-headers, forget about
20241         spam-insert-fake-headers.
20242         (spam-insert-fake-headers): Remove.
20243
20244 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20245
20246         * deuglify.el (gnus-article-outlook-unwrap-lines)
20247         (gnus-outlook-rearrange-article)
20248         (gnus-outlook-repair-attribution-outlook)
20249         (gnus-outlook-repair-attribution-block)
20250         (gnus-outlook-repair-attribution-other): Remove redundant
20251         save-excursion.
20252
20253 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20254
20255         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20256         (spam-fetch-field-subject-fast)
20257         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20258         (spam-fetch-article-header): Add functions to deal with Gnus
20259         internals for fast retrieval of article header data.
20260         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20261
20262 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * pop3.el (pop3-md5): Remove.
20265         (pop3-apop): Replace pop3-md5 with md5.
20266
20267         * mm-bodies.el: base64 is always built-in.
20268
20269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20270         Use with-current-buffer.
20271
20272 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * canlock.el (canlock-insert-header): Remove excessive grouping in
20275         regexp.
20276
20277         * gnus-sum.el (gnus-summary-read-document): Ditto.
20278
20279         * gnus-uu.el (gnus-uu-part-number): Ditto.
20280
20281         * html2text.el (html2text-remove-tags): Ditto.
20282         (html2text-format-tags): Ditto.
20283         (html2text-format-single-elements): Ditto.
20284
20285         * mml.el (mml-parse-1): Ditto.
20286
20287 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20288
20289         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20290
20291         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20292
20293         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20294
20295         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20296
20297 2003-11-15  Simon Josefsson  <jas@extundo.com>
20298
20299         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20300         (pgg-gpg-lookup-key): Use regexp match instead of
20301         split-string (split-string is different between emacs 21.2 and
20302         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20303
20304 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20305
20306         * gnus-art.el (gnus-mime-view-all-parts)
20307         (gnus-article-part-wrapper, gnus-article-view-part):
20308         Use with-current-buffer.
20309
20310 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20311
20312         * spam.el (spam-disable-spam-split-during-ham-respool)
20313         (spam-spamoracle-database, spam-cache-lookups)
20314         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20315         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20316         (spam-group-ham-marks, spam-group-spam-marks)
20317         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20318         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20319         also add spam-use-blackholes to the statistical checks.
20320         (spam-fetch-field-fast): Add interface to fetching fields, may
20321         become a macro.
20322         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20323         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20324         (spam-insert-fake-headers): Fake an article when needed.
20325         (spam-find-spam): Fake article when possible.
20326         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20327         (spam-check-bogofilter-headers): Use message-fetch-field instead
20328         of nnmail-fetch-field.
20329
20330 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20331
20332         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20333
20334 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20335
20336         * spam.el (spam-split): Do not require spam-use-CHECK to be
20337         enabled if that check is passed to spam-split explicitly; also
20338         fix so 'spam doesn't get converted to spam-split-group when
20339         spam-split-symbolic-return is t.
20340         (spam-find-spam): Find registrations of the article and use those
20341         instead of re-running spam-split to find the spam/ham
20342         classification of the article.
20343         (spam-log-processing-to-registry, spam-log-registered-p)
20344         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20345         Use gnus-error instead of gnus-message.
20346         (spam-log-registration-type): Add function to determine the
20347         classification of a message based on registry entries; will
20348         return nil if both 'spam and 'ham are found.
20349         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20350         a reasonably fast local cache without the loading errors.
20351         (spam-cache-lookups): Set to t by default.
20352         (spam-find-spam): Don't try to guess spam-cache-lookups.
20353         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20354         spam-caches entry.
20355         (spam-filelist-build-cache, spam-filelist-check-cache):
20356         Fix caching of whitelist/blacklist entries.
20357         (spam-check-whitelist, spam-check-blacklist):
20358         Invoke spam-from-listed-p with a type, not a cache variable.
20359         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20360
20361 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20362
20363         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20364
20365         * nnmail.el (nnmail-split-fancy): do.
20366
20367         * mml.el (mml-parse): do.
20368
20369         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20370         (gnus-score-adaptive): do.
20371
20372 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20375         (gnus-mime-button-map): Don't set keymap parent.
20376         (gnus-button-ctan-directory-regexp): Use shy grouping.
20377         (gnus-prev-page-map): Don't set keymap parent.
20378         (gnus-prev-page-map): Remove duplicated one.
20379         (gnus-next-page-map): Don't set keymap parent.
20380         (gnus-mime-security-button-map): Ditto.
20381
20382         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20383         version number.
20384
20385         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20386
20387 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * canlock.el (canlock-sha1-function): Remove.
20390         (canlock-sha1-function-for-verify): Remove.
20391         (canlock-openssl-program): Remove.
20392         (canlock-openssl-args): Remove.
20393         (canlock-ignore-errors): Remove.
20394         (canlock-sha1-with-openssl): Remove.
20395         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20396         (canlock-verify): Don't use canlock-ignore-errors.
20397
20398         * sha1-el.el (sha1-string-external): Make it can return a string
20399         in binary form.
20400         (sha1-region-external): Ditto.
20401         (sha1-string-internal): Ditto.
20402         (sha1-region-internal): Ditto.
20403         (sha1-region): Ditto.
20404         (sha1-string): Ditto.
20405         (sha1): Ditto.
20406
20407 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20408
20409         * spam.el (spam-report-articles-gmane): New command.
20410
20411 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20414
20415         * run-at-time.el (run-at-time-saved): Remove.
20416         (run-at-time): Doc fix.
20417
20418 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20419
20420         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20421         (gnus-summary-limit-map): Add it.
20422         (gnus-summary-make-menu-bar): do.
20423
20424 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20427         Make attempt at some caching support (done for BBDB only now).
20428         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20429         addresses to be checked.
20430         (spam-clear-cache-BBDB): Add function, to be invoked by
20431         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20432         (spam-check-BBDB): Check and use the caches, if
20433         spam-cache-lookups is on, remove superfluous (provide).
20434
20435 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20436
20437         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20438
20439 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20440
20441         * run-at-time.el (run-at-time-saved): Move to after the definition
20442         of `run-at-time'.
20443
20444         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20445
20446 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20449         mm-w3m-local-map-property.
20450
20451         * mm-view.el (mm-w3m-mode-map): Remove.
20452         (mm-w3m-local-map-property): Remove.
20453         (mm-inline-text-html-render-with-w3m): Don't use
20454         mm-w3m-local-map-property.
20455
20456 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20457
20458         * run-at-time.el: New file.
20459
20460         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20461         under Emacs.
20462
20463         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20464         of gnus-set-text-properties.
20465
20466         * gnus-uu.el (gnus-uu-save-article): Ditto.
20467
20468         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20469
20470         * gnus-cite.el (gnus-cite-parse): Ditto.
20471
20472         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20473         of gnus-.
20474
20475         * gnus-xmas.el (run-at-time): Require run-at-time.
20476
20477         * gnus.el: Change calls to nnheader-run-at-time and
20478         password-run-at-time throughout to use run-at-time directly.
20479
20480         * password.el: Remove definition of run-at-time.
20481
20482         * nnheaderxm.el: Remove definition of run-at-time.
20483
20484 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20485
20486         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20487         in prompt.
20488
20489 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20490
20491         * messagexmas.el (message-xmas-redefine): Alias
20492         `message-make-caesar-translation-table' to
20493         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20494         version.
20495
20496         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20497         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20498         `gnus-xmas-set-text-properties'.
20499         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20500         `gnus-xmas-completing-read'.
20501         (gnus-xmas-completing-read): Removed.
20502         (gnus-xmas-open-network-stream): Removed.
20503
20504         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20505         XEmacs version.
20506
20507         * dns.el (dns-make-network-process): Use `open-network-stream'
20508         instead of `gnus-xmas-open-network-stream'.
20509
20510         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20511
20512         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20513
20514 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20515
20516         * gnus-art.el (gnus-mime-display-alternative)
20517         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20518         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20519         Don't use gnus-local-map-property.
20520
20521         * gnus-util.el (gnus-local-map-property): Remove.
20522
20523         * mm-view.el (mm-view-pkcs7-decrypt):
20524         Replace gnus-completing-read-maybe-default with completing-read.
20525
20526         * gnus-util.el (gnus-completing-read): do.
20527         (gnus-completing-read-maybe-default): Remove.
20528
20529 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20530
20531         * password.el: Only autoload `run-at-time' if not XEmacs.
20532         Only autoload the itimer functions if XEmacs.
20533
20534 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20535
20536         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20537         XEmacsen.
20538
20539         * dgnushack.el: Autoload executable-find for XEmacs.
20540
20541 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20542
20543         * gnus-art.el (gnus-read-string): Remove.
20544         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20545         read-string.
20546
20547 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20548
20549         * netrc.el: Autoload password-read.
20550         (netrc): Add configuration group.
20551         (netrc-encoding-method, netrc-openssl-path):
20552         Add variables for encoding and decoding of files with symmetric
20553         ciphers.
20554         (netrc-encode): Add assistant function to encode a file with
20555         netrc-encoding-method.
20556         (netrc-parse): Add interactive parameter, added optional
20557         decoding if netrc-encoding-method is non-nil but otherwise
20558         behavior is standard.
20559         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20560         Do s/encode/encrypt/ everywhere.
20561
20562         * spam.el: Remove executable-find autoload.
20563
20564 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20565
20566         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20567
20568         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20569
20570 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * gnus-art.el (gnus-treat-ansi-sequences)
20573         (article-treat-ansi-sequences): New variable and function.
20574         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20575
20576         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20577         Use it.
20578
20579 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20580
20581         * mm-util.el (mm-quote-arg): Remove.
20582
20583         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20584         shell-quote-argument.
20585
20586         * gnus-uu.el (gnus-uu-command): do.
20587
20588         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20589
20590         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20591         with make-char.
20592
20593         * mm-util.el (mm-make-char): Remove.
20594
20595         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20596         add-minor-mode.
20597
20598         * gnus-undo.el (gnus-undo-mode): do.
20599
20600         * gnus-topic.el (gnus-topic-mode): do.
20601
20602         * gnus-sum.el (gnus-dead-summary-mode): do.
20603
20604         * gnus-start.el (gnus-slave-mode): do.
20605
20606         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20607
20608         * gnus-ml.el (gnus-mailing-list-mode): do.
20609
20610         * gnus-gl.el (gnus-grouplens-mode): do.
20611
20612         * gnus-draft.el (gnus-draft-mode): do.
20613
20614         * gnus-dired.el (gnus-dired-mode): do.
20615
20616         * gnus-ems.el (gnus-add-minor-mode): Remove.
20617
20618         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20619         Replace gnus-char-width with char-width.
20620
20621         * gnus-ems.el (gnus-char-width): Remove.
20622
20623         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20624         Replace gnus-char-width with char-width.
20625
20626         * gnus-ems.el (gnus-char-width): Remove.
20627
20628         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20629         definition.
20630         Remove Emacs 20 hash table compatibility code.
20631
20632         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20633         20 compatibility code.
20634
20635         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20636
20637         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20638
20639         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20640         Replace with point-at-{eol,bol}.
20641
20642         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20643
20644         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20645
20646         * flow-fill.el (fill-flowed-point-at-bol)
20647         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20648
20649         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20650         Replace with point-at-{eol,bol} throughout all files.
20651
20652 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20653
20654         * ntlm.el (ntlm-string-as-unibyte): New macro.
20655         (ntlm-build-auth-response): Use it.
20656
20657         Remove Emacs 20 stuff:
20658         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20659         (butlast, mapc, remove): Remove the compiler macros.
20660         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20661         of delq and copy-sequence.
20662         * gnus-art.el (popup-menu): Remove the compiler macro.
20663         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20664         Emacs 20.
20665
20666 2004-01-05  Simon Josefsson  <jas@extundo.com>
20667
20668         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20669         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20670         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20671         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20672         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20673         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20674         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20675         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20676         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20677         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20678         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20679         string-xor into ntlm-string-xor.
20680         Suggested by Jesper Harder <harder@myrealbox.com>.
20681
20682         * ntlm.el: Don't include poem.
20683
20684         * md4.el (print-int32, print-string-hexa): Remove.
20685         Suggested by Jesper Harder <harder@myrealbox.com>.
20686
20687         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20688
20689         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20690         probably breaks emacs with DL patch, but do we care? Is anyone
20691         still using the DL stuff?)
20692
20693         * sieve-manage.el: Use the password package.
20694         (sieve-manage-read-passwd): Remove.
20695         (sieve-manage-interactive-login): Use password.  Re-add
20696         condition-case around loop.
20697
20698         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20699         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20700         Use the password package.
20701
20702 2003-02-19  Simon Josefsson  <jas@extundo.com>
20703
20704         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20705         token.
20706
20707 2002-08-07  Simon Josefsson  <jas@extundo.com>
20708
20709         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20710         (sieve-manage-authenticators):
20711         (sieve-manage-authenticator-alist): Add some SASL mechs.
20712         (sieve-sasl-auth): New function.
20713         (sieve-manage-cram-md5-auth):
20714         (sieve-manage-plain-auth): Rewrite using SASL library.
20715         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20716         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20717         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20718         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20719
20720 2004-01-05  Simon Josefsson  <jas@extundo.com>
20721
20722         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20723         New files.
20724
20725 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20726
20727         * gnus-group.el (gnus-no-groups-message): Update.
20728
20729         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20730
20731 2003-11-09  Simon Josefsson  <jas@extundo.com>
20732
20733         * imap.el: Support for ID IMAP extension (RFC 2971).
20734         (imap-local-variables): Add imap-id.
20735         (imap-id): New variable.
20736         (imap-id): New function.
20737         (imap-parse-response): Parse untagged ID response.
20738         * nnimap.el (nnimap-id): New variable.
20739         (nnimap-open-connection): Use it.
20740
20741 2003-12-28  Simon Josefsson  <jas@extundo.com>
20742
20743         * gnus-score.el (gnus-score-edit-all-score): New.
20744         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20745
20746 2004-01-04  Simon Josefsson  <jas@extundo.com>
20747
20748         * password.el: Add.
20749
20750 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20751
20752         * dns.el (dns-query-types): Fix typo.
20753         (dns-query-types): New function.
20754         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20755         PTR and SOA replies, see RFC 1035.
20756
20757 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20758
20759         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20760
20761         * Move to Changelog.2.
20762
20763 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20764
20765         * gnus.el (gnus-version-number): Bump version.
20766
20767 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20768
20769         * gnus.el: No Gnus v0.1 is released.
20770
20771 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20772
20773         * gnus.el: No Gnus v0.0 is released.
20774
20775 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20776
20777         * gnus.el (gnus-version-number): Bump.
20778         (gnus-version): No.
20779
20780 See ChangeLog.2 for earlier changes.
20781
20782   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20783
20784   This file is part of GNU Emacs.
20785
20786   GNU Emacs is free software: you can redistribute it and/or modify
20787   it under the terms of the GNU General Public License as published by
20788   the Free Software Foundation, either version 3 of the License, or
20789   (at your option) any later version.
20790
20791   GNU Emacs is distributed in the hope that it will be useful,
20792   but WITHOUT ANY WARRANTY; without even the implied warranty of
20793   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20794   GNU General Public License for more details.
20795
20796   You should have received a copy of the GNU General Public License
20797   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20798
20799 ;; Local Variables:
20800 ;; coding: utf-8
20801 ;; fill-column: 79
20802 ;; add-log-time-zone-rule: t
20803 ;; End: